
07-10-2007, 09:49 PM
|
|
|
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Lizard King
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.
|