We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
[ C ] Theme Help
Topic Started: Apr 2 2012, 07:30 PM (254 Views)
H3LLH0UND
Member Avatar
Hellish Hound
[ *  * ]
Board Address: http://s13.zetaboards.com/FNBN/index/
Board Software: ZetaBoards
Description:
On the Theme Frozen Triangles, how do i go about moving the links at the top (Steam Group, Server FAQ, TF2 School) to the area where Search and Calendar are.

Also, i seem to be having issues with the Search and Calendar not showing up for Guests. But when you log in, you can see it.
Offline Profile Goto Top
 
Pando
Member Avatar
Member
[ *  *  *  *  *  * ]
Code: HTML
 
<script type="text/javascript">
//<![CDATA[
/* remove search from guest view */
/* Created by Codes Rock */
if ($("#top_info small a:contains('[Log In]')").length > 0) {
$("#submenu a:contains('Search')").remove()
$("table#search_form").remove()
}
//]]>
</script>




<script type="text/javascript">
//removes submenus for guests
if ($("#top_info small a:contains('[Log In]')").length > 0) {
$("#submenu").remove();
$("#menu").remove();
$("#submenu_wrap").remove();
}
</script>
Both of these codes are causing the submenu problems for guests. As for adding those links, a quick search gives quite a few codes :)
Offline Profile Goto Top
 
Eccentric Feline
Member Avatar
梦想
[ *  *  *  *  *  *  *  * ]
Completed!

Your request has been completed. If you have any questions or concerns regarding the state of your request, please feel free to contact me via PM.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic