vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   New Posting Features - [Ajax] Check for similar thread before posting a new one (https://vborg.vbsupport.ru/showthread.php?t=151714)

hondaprelude88 07-10-2007 06:01 PM

I think a great addition to this would be the ability to have it show just similar threads in just the specific forum your posting in.

jasculs 07-10-2007 06:24 PM

This is a very awesome mod.

I have the open local links in same window modification on my forum. For this mod is there any way I can have the searched similar threads show up in a new window when clicked while still having my other local links throughout my forum still open in the same window?

Here is the mod I'm using:

https://vborg.vbsupport.ru/showthread.php?t=130966

Smoothie 07-10-2007 06:32 PM

Quote:

Originally Posted by hondaprelude88 (Post 1287772)
I think a great addition to this would be the ability to have it show just similar threads in just the specific forum your posting in.

not sure why you'd wanna do that because if a similar thread exits in another forum, the users should look there first before posting a new one.

hondaprelude88 07-10-2007 06:58 PM

The reason I ask is I run a car forum, It would be nice to have it only show posts that are similar for that specific car or gen of car specific forum, not all cars in the whole forum. Does this make since? Just a thought.

Mecho 07-10-2007 07:31 PM

Quote:

Originally Posted by Lizard King (Post 1287763)
It already have a picture but something is wrong within the picture. Download images/misc/progress.gif to your computer and rename it to 13x13progress.gif and reupload it.
I also modified the hack to work with GARS , here is the how to.

i have already 13x13progress.gif but i did as u said too . still i can not c any picture .
and would u plz tell me what is GARS ?
thanks

Lizard King 07-10-2007 07:39 PM

Gars is : http://www.thevbgeek.com/forumdisplay.php?f=26

Upload 13x13progress.gif to your style misc folder.

MrNase 07-10-2007 08:21 PM

Oops I thought 13x13progress.gif is a vBulletin image because it is in my vB 3.6.7 package (see screenshot). :)

I am glad that it's finally working. I was running that Add-on on my community from day one and my members didn't report any problems. :D

Lionel 07-10-2007 09:49 PM

Quote:

Originally Posted by Lizard King (Post 1287763)
It already have a picture but something is wrong within the picture. Download images/misc/progress.gif to your computer and rename it to 13x13progress.gif and reupload it.

I also modified the hack to work with GARS , here is the how to.

Open GARS_newthread and search for
Code:

$GARS_options[options]
Replace it with
Code:

<!-- / subject field -->
$GARS_options[options]

Open newthread_form_complete plugin and add the following just after
Code:

            $vbulletin->templatecache["newthread"] = str_replace('<!-- / subject field -->', fetch_template('mrnasesimilarthreadcheck_main'),$vbulletin->templatecache["newthread"]);
Code:

            $vbulletin->templatecache["GARS_newthread"] = str_replace('</head>',fetch_template('mrnasesimilarthreadcheck_header').'</head>',$vbulletin->templatecache["GARS_newthread"]);
            $vbulletin->templatecache["GARS_newthread"] = str_replace('name=\"subject\"','id=\"inputthreadtitle\" name=\"subject\"',$vbulletin->templatecache["GARS_newthread"]);
            $vbulletin->templatecache["GARS_newthread"] = str_replace('<!-- / subject field -->', fetch_template('mrnasesimilarthreadcheck_main'),$vbulletin->templatecache["GARS_newthread"]);


Nice work! Thanks.

Mecho 07-11-2007 12:10 PM

Quote:

Originally Posted by Lizard King (Post 1287847)
Gars is : http://www.thevbgeek.com/forumdisplay.php?f=26

Upload 13x13progress.gif to your style misc folder.

Thanks man . it working well now and perfect :)

thanks MrNase for release this great hack too. installed and rated 5 ;)

MrNase 07-11-2007 02:37 PM

Quote:

Originally Posted by Mecho (Post 1288326)
thanks MrNase for release this great hack too. installed and rated 5 ;)

You're welcome! :)


All times are GMT. The time now is 05:50 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.01377 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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