Quote:
Originally Posted by Mecho
is it possible that u add one picture like this : 
when this system is trying to find similar topics ??? so ppl know something trying to happen
thanks
|
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"]);