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)
-   -   =V.2= vB3 Similar Threads (https://vborg.vbsupport.ru/showthread.php?t=46860)

Vindicator 05-19-2003 08:19 PM

This is wierd. I had it working. Made no further changes. Come to check the site 2 hours later and it's not showing again!!!

I'm the only person editing the site. All files are unchanged.

I've checked everything again, but no joy. This is being a right pain in the rear!

Edit:

Oh look, it fixed itself! Some wierd stuff going on with this hack

Ninth Dimension 06-27-2003 11:42 AM

nice hack, i've just installed it, but like many other people i've seen in this thread i can't get it to show any info. I believe that might be partly due to the forum having very few posts on it (i.e. it's a production site) but i'm making threads with similar titles and content in a bid to get it to show up and t's not doing anything.

can someone point me in the right direction? thanx.

Ninth Dimension 06-28-2003 03:41 AM

It's OK fella, i've got it working now, I was only using half the code needed, thank you very much, this add's an extra dimension to the forum :)

drumsy 07-22-2003 10:48 PM

How do I undo this query?

Code:

ALTER TABLE `thread` ADD FULLTEXT(`title`);

Chris-FH 10-21-2003 05:34 AM

Hello Folks...

I love this hack, it´s great...

But there is an interesting problem with the permissions. For my registered members, it´s all okay, but UNregistered people can see all threads including the internal ones...

The unregisterd have more rights than registered, I think to much... ;-)

Can someone help me?

vB: 2.30

C.

PsyBlast 11-24-2003 08:01 PM

i've followed the directions perfectly, but when I view a thread nothing . . . no similar threads . . .
http://www.gameinsider.net/forums/sh...s=&threadid=32 to see help please . .

chrisvonc 12-06-2003 10:15 PM

Can anyone use the search/results features of this hack to replace the search/results feature in the Similar Topic hack?
https://vborg.vbsupport.ru/showthrea...threadid=54308

I find boths hack amazingly helpful on my forum but the Topic hack has stopped working 90% of the time. Since this one seems real solid and works everytime can this somehow be appiled to the Similar Topic hack?

tpearl5 01-06-2004 10:03 PM

Is there an easy way to exclude certain forums?

tpearl5 01-06-2004 10:23 PM

Nevermind, I figured it out.

Chris-FH 01-06-2004 10:28 PM

Please tell us tpeal5... :)

C.

tpearl5 01-06-2004 10:48 PM

Velocd kinda explained this earlier in the thread for what he used to exclude private forums... I used it to exclude newsgroup forums.

In the top of codeblock put:
Code:

$discluded = "50,60,70";
where the numbers are the forumid's that you want to exclude

after
WHERE thread.threadid<>$thread[threadid] $iforumperms
put:
Code:

AND thread.forumid NOT IN ($discluded)

Chris-FH 01-06-2004 10:55 PM

THX a Lot... :)

C.

chrisvonc 01-06-2004 11:00 PM

Any feel spry enough to take a stab at my request? :)
https://vborg.vbsupport.ru/showpost....&postcount=127


All times are GMT. The time now is 04:27 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.01170 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (13)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