Quote:
Originally Posted by H@K@N
Didn't find it on the whole Thread :
How can i display the Images in the Footer instead in the Header ?
thx
|
Place where you want on forumhome w/ 1 template edit
You will want to edit the forumhome template and place the block where you want vs. use an anchor:
Edit plugin: Forumhome: Gallery Main
Replace:
Code:
$search_text = '$navbar';
$vbulletin->templatecache['FORUMHOME'] = str_replace($search_text,
$search_text.fetch_template('forumhome_vbgallery'),$vbulletin->templatecache['FORUMHOME']);
with
Code:
eval('$vbgallery = "' . fetch_template('forumhome_vbgallery') . '";');
Edit FORUMHOME: Place in location of choice.