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)

groovesalad 10-26-2002 08:09 PM

Quote:

Originally posted by NTLDR


You will need to manual go into your DB and remove them from the settinggroup table.

I went in and didn't see what exactly I was supposed to get rid of. Could I PM you a username and password so you could take a look around?

NTLDR 10-26-2002 08:15 PM

Quote:

Originally posted by Buddha
they appear as text.
Try changing:

PHP Code:

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

To:

PHP Code:

$newstext=censortext(bbcodeparse($news[pagetext])); 

Or if that doesn't work (or if this one results in less queries):

PHP Code:

$newstext=censortext(bbcodeparse($news[pagetext],$newsforum,1)); 

The last option is what vBindex v2.0.1 used so that will work, the first option may use less queries and work correctly.

I've double checked on a fresh vB 2.2.8 and vBindex v2.1 Final install and smilies work fine for me with the origional code.

NTLDR 10-26-2002 08:17 PM

Quote:

Originally posted by groovesalad
I went in and didn't see what exactly I was supposed to get rid of. Could I PM you a username and password so you could take a look around?
Sure, its just a couple of enteries in the DB which are easy to find and remove if you know how ;)

groovesalad 10-26-2002 08:23 PM

awesome! check your pm :)

NTLDR 10-26-2002 08:29 PM

Quote:

Originally posted by groovesalad
awesome! check your pm :)
Checked, Sorted, Replied :D

groovesalad 10-26-2002 08:44 PM

Cool, thanks. Sent you another PM. Last one as I know you don't do support via PM.

groovesalad 10-26-2002 09:04 PM

Should I use the old setpostid.php to get my posts to show up?

NTLDR 10-26-2002 09:16 PM

Theres no need to use setpostid.php any more, this has been added to ACP -> Update Counters -> Update postids

Provided you made the edits to admin/misc.php ;)

groovesalad 10-26-2002 09:40 PM

Yeah, I did that but for some reason it didn't add it. You can look at the ACP if you'd like to

NTLDR 10-26-2002 09:43 PM

I just ran the Update postid's For Threads and the news appears fine on the home page for me :paranoid:


All times are GMT. The time now is 04:07 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.02362 seconds
  • Memory Usage 1,743KB
  • 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
  • (3)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
  • (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