Quote:
Originally Posted by Magle
This looks like a great hack, but it would be nice with a setting so showing the strip in the threads would be optional, please. (Personally I'd like it to show on the forum display but not in the threads as well)
|
Plugin: Add vBGallery - Main
Hook Location: global_start
Remove:
Code:
if (THIS_SCRIPT == 'showthread'){
$search_text = '$navbar';
$vbulletin->templatecache['SHOWTHREAD'] = str_replace($search_text,
$search_text.fetch_template('forumdisplay_vbgallery'),$vbulletin->templatecache['SHOWTHREAD']);
}
- I'll add later w/ option in AdminCP to toggle per forum.