Quote:
Originally Posted by Jon Tolzien
Hey sorry, how do i change around the images in the navbar. Messed around with it and could not figure it out...
Ok i think figured it out, but would still like your input..
Can you please include forumhome_wgo_pos2 I have some hacks that i like to include, but can't. Is their some way i could do it, or walk me through it. Thanks
|
The buttons are in the header section after this code:
The images are labeled with nav_xxx.gif, there are three images that need to be left alone and they are the nav_left, nav_fill, and nav_right....all others can be changed or you can add any between them.
For adding the wgo templatehooks :
Find in Forumhome:
Code:
<td class="tcat" colspan="2">$vbphrase[whats_going_on]</td>
</tr>
</thead>
Add After:
Code:
$template_hook[forumhome_wgo_pos1]
Find:
Code:
<!-- end logged-in users -->
</if>
Add After:
Code:
$template_hook[forumhome_wgo_pos2]
Find:
Code:
<if condition="$show['birthdays']">
Add Before:
Code:
$template_hook[forumhome_wgo_pos3]
Find:
Code:
<if condition="$show['upcomingevents']">
Add Before:
Code:
$template_hook[forumhome_wgo_pos4]
Find:
Code:
</table>
<!-- end what's going on box -->
Add Before:
Code:
$template_hook[forumhome_wgo_pos5]
Save
Glad you like the skin let me know if you need anything!