$db->query_write("REPLACE INTO " . TABLE_PREFIX . "templateedit (varname, styleid, searchstr, searchstrregex, replacestr, product, version) VALUES ('tmsbranding', -1, '\$vbphrase[powered_by_vbulletin]', '\\\\\$vbphrase\\\\[powered_by_vbulletin\\\\]', '\$vbphrase[powered_by_vbulletin]<br />
Template-Modifikationen durch <a href=\"" . str_replace('&', '&', $arr['url']) . "\">TMS</a>', 'vbulletin', '3.6.0')");
if ($pos === False)
{
$vbulletin->options['copyrighttext'] .= '<br />Ad Management by <a href="http://redtyger.co.uk" title="RedTyger website design, hosting and domains." target="_blank">RedTyger</a>';
}
Kang said:I've one more Question .. how can i remove <!--VBSEO_RR_2_NOHTML--> from title bar using vbSEO.com 1.0 Style
Mr.X said:read supplied nfo with vbseo style
Its a "Relevant Replacements", in your vbseo control pannel you can set it and <!--VBSEO_RR_2_NOHTML--> will be removed from your style
<title><!--VBSEO_RR_2_NOHTML--><if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if></title>
<title>$foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>
Mr.X said:Save and now try installing
Mr.X said:and about installing vbseo, just upload all the supplied files, import product and see if its working. No need to touch supplied default vbseo htaccess file, on my forums only default htaccess file work fine
For the vBAdmanagement open the global_start.php File in the includes/vb_ad_management folder and look for
PHP:if ($pos === False) { $vbulletin->options['copyrighttext'] .= '<br />Ad Management by <a href="http://redtyger.co.uk" title="RedTyger website design, hosting and domains." target="_blank">RedTyger</a>'; }
Edit or remove Copyright as you see fit, save file and you are done