vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vBindex v2.1 (https://vborg.vbsupport.ru/showthread.php?t=41916)

wolfe 10-31-2002 01:08 AM

d00d it might be ending in the middle of the code so it might mess up if you got XX characters set :D

Larry@IOG 10-31-2002 01:48 AM

How do I get the top 10 posters and top 10 online on the vbindex page?

Thanks

Larry

menace86 10-31-2002 03:42 AM

Parse error: parse error in /usr/local/www/data-dist/azn/vbulletin/upload/vbindex.php on line 112

copied everything correctly too. could use some help! thanks.

NTLDR 10-31-2002 06:34 AM

Quote:

Originally posted by Buddha
[B]hey ntldr, just thought i'd let you know i upgraded all of my twenty odd pages today to 2.1 and it went off without a hitch. didn't worry too much about the template changes, and i'm saving querries like crazy.[B]
Glad to hear it all went smoothly Buddha :D

NTLDR 10-31-2002 06:35 AM

Quote:

Originally posted by Larry@IOG
How do I get the top 10 posters and top 10 online on the vbindex page?
You need to add the code from that hack to vbindex.php and add the variables to the vBindex templates.

NTLDR 10-31-2002 06:36 AM

Quote:

Originally posted by menace86
Parse error: parse error in /usr/local/www/data-dist/azn/vbulletin/upload/vbindex.php on line 112

copied everything correctly too. could use some help! thanks.

You haven't added the code correctly and as I've said before the information you have posted is useless, no-one can help from that alone.

Buddha 10-31-2002 03:54 PM

hey ntldr, i have a quick question. where can i change it so that when there's a quote in the post, it doesn't say Quote:.
it's not the default quote template, as i've changed that.
don't know where to find it for vbindex.

thanks.

NTLDR 10-31-2002 04:00 PM

You need to edit the Quote vBcode in the ACP to remove that part ;)

Or did you just want that line removed in news posts only?

Buddha 10-31-2002 04:07 PM

actually, just removing the line would be great.

NTLDR 10-31-2002 04:11 PM

Should work, find:

PHP Code:

$newstext=bbcodeparse($getnews[pagetext],0,1); 

Add after:

PHP Code:

$newstext=str_replace("quote:"""$newstext); 

Change quote: to the exact text that is being removed (thats the deafault for vB.)


All times are GMT. The time now is 05:08 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.02229 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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