No, I can’t find anything like that in the settings.
Try removing the tag’s if… we don’t need it anyway.
// if (($vbulletin->options['allowedbbcodes'] & ALLOW_BBCODE_CODE) OR $force_all)
// {
// [GS1]
$tag_list['no_option']['GS1'] = array(
'callback' => 'handle_2ndwolfcode_gs1',
'strip_empty' => true,
'stop_parse' => true,
'disable_smilies' => true,
'disable_wordwrap' => true,
'strip_space_after' => 2
);
// }
OMG I was using the wrong hook… that’s what happens when official boards block content for unregistered users.
Imma correct this asap.
[gs1]if (playerenters) setstring test,test;[/gs1][COLOR=“Silver”]
---------- Post added at 01:15 PM ---------- Previous post was at 01:15 PM ----------
[/COLOR]Still doesn’t work.
I use Notepad++ and created my own style for gs1
wtf…
maybe by adding the whole thing to the same hook like the german guy did…
Like this:
I hope it’ll work because researching vbulletin stuff is an hassle without being registered to their website.
Other than that, I feel like I’ll need to do something with $globaltemplates, but I have no idea why O_o.
Or maybe if you installed GeSHi and I make a gs1 addon for it… but it’d feel like losing a war to me… keeping this as a last resort.
[QUOTE=Nitro2030ce;100773]I use Notepad++ and created my own style for gs1 :P[/QUOTE]
Nice, would you care to send it to me? I don’t use notepad++ but I’m interested in seeing how you highlight your stuff.
Please share the notepad++ style with us! I use notepad++ and would find that useful.
Yeah x_x no kidding, please share it. I use it as well, and most of my script isn’t contained within levels but instead the weapon folders itself. Pretty much I don’t really use the client for code anymore o.o