vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   vbProArcade Beta 2 (https://vborg.vbsupport.ru/showthread.php?t=42880)

Bungie 12-10-2002 02:40 AM

Ok, I found the problem... In the Arcade Options, the path to games needs to be 'games/' not '/games/'. ;)

Automated 12-10-2002 01:55 PM

Quote:

Originally posted by Automated
How about making smilies work in the comments section? That would make a nice addition!
Anyone :bunny:

Thanks
Matthew

Tigga 12-11-2002 02:32 PM

Quote:

Originally posted by Automated
How about making smilies work in the comments section? That would make a nice addition!
In proarcade.php, look for:

// 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.

Kohhal 12-11-2002 03:05 PM

Quote:

Originally posted by PlurPlanet
...That will make vBcode and smilies work in the comments section.
Worked for vBcode but not for smilies?

Tigga 12-11-2002 03:15 PM

It should work for smilies as well since they're part of vBcode. Are you sure the code for the smilie is right?

muppet 12-11-2002 04:12 PM

Quote:

Originally posted by PlurPlanet
It should work for smilies as well since they're part of vBcode. Are you sure the code for the smilie is right?
It didn't produce smilies for me either, sorry. (vb 2.8)

Tigga 12-11-2002 09:40 PM

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. :)

Link14716 12-11-2002 10:19 PM

Use this instead:
PHP Code:

$lb_comment bbcodeparse2($tsb_loop[comment],1,1,1,1); 

That should do the trick.

Baptizer 12-11-2002 10:51 PM

Hello!
It seems as though one member doesnt have permission to access the games. what might be causing this? Great hack by the way!

muppet 12-12-2002 02:25 PM

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
  • Page Generation 0.01944 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete