![]() |
Ok, I found the problem... In the Arcade Options, the path to games needs to be 'games/' not '/games/'. ;)
|
Quote:
Thanks Matthew |
Quote:
// set up vars for templates to grab $lb_userid = $sb_loop[userid]; $lb_username = $sb_loop[username]; $lb_score = number_format($sb_loop[score]); $lb_comment = $sb_loop[comment]; Change that last line to: $lb_comment = bbcodeparse($sb_loop[comment]); Then look for: $lb_userid = $tsb_loop[userid]; $lb_username = $tsb_loop[username]; $lb_score = number_format($tsb_loop[maxscore]); $lb_comment = $tsb_loop[comment]; And change the last line to: $lb_comment = bbcodeparse($tsb_loop[comment]); That will make vBcode and smilies work in the comments section. |
Quote:
|
It should work for smilies as well since they're part of vBcode. Are you sure the code for the smilie is right?
|
Quote:
|
That's weird... I worked just fine for me and I don't see any other places in the script where it calls the comments, nor do I see any reason why that wouldn't work. The only thing I can suggest is to double check that you replaced that line and didn't add the code after it or something like that. If that doesn't work maybe Futureal can help. :)
|
Use this instead:
PHP Code:
|
Hello!
It seems as though one member doesnt have permission to access the games. what might be causing this? Great hack by the way! |
Thanks Link :) worked like a charm.
So, should anyone need to use the alternate way of incorporating smilies/vbcode in their high score lists.. In proarcade.php, look for: $lb_comment = $sb_loop[comment]; Change the line to: $lb_comment = bbcodeparse2($sb_loop[comment],1,1,1,1); Then look for: $lb_comment = $tsb_loop[comment]; And change that line to: $lb_comment = bbcodeparse2($tsb_loop[comment],1,1,1,1); |
All times are GMT. The time now is 05:39 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|