Quote:
Originally Posted by C.Birch
how can we move it below the forum list?
|
In the Works.
- with many choices of location.
To keep the hack so that it needs no template edits I did this.
Code:
$search_text = '$navbar';
$vbulletin->templatecache['FORUMHOME'] = str_replace($search_text,
$search_text.fetch_template('forumhome_vbgallery'),$vbulletin->templatecache['FORUMHOME']);
Translation:
- Search template
FORUMHOME for
$navbar and place template
forumhome_vbgallery after.
Hook Location : forumhome_complete
- Edit: Forumhome: Gallery Main
Search for:
$search_text = '$navbar';
replace with
$search_text = '<!-- /main -->';
You may have to edit template:
- forumhome_vbgallery
and add: <br />
after: <if condition="$gal_imagebits">
I have planes of a dropdown in AdminCP with 4-5 locations.
- $navbar (* current location)
- Above / below header
- Above what's going on box
- Inside what's going on box