Welcome Guest [Log In] [Register]
This board has been archived and is no longer accepting new questions. If you have a support question for your ZetaBoard, please visit us at the new support board. Registration is free and easy.


Visit the NEW ZetaBoards Support forum!

Username:   Password:
Add Reply
Active Topics Tab
Topic Started: Sep 11 2008, 03:22 AM (239 Views)
dxzeke
Member
[ * ]
Since I have NO IDEA how this CSS stuff works and I'm trying too learn, but I don't have a lot of time too...

How would I go about having the Active Topics tab that's located on the bottom of the page put up on the top of the forums?

Any and all help is welcomed!
Offline Profile Quote Post Goto Top
 
Nicola
Darth Vader's Sewing Instructor

Technically the CSS doesn't move anything. Rather than move, it would be easier for you to add instead. The links at the bottom of the statistics table only appear on the index, therefore moving them to the top of the index wouldn't make much of a difference.

Where exactly did you want the links? Please link to your board and indicate where :)
Offline Profile Quote Post Goto Top
 
dxzeke
Member
[ * ]
Nicola,

http://forums.gtsportsmedia.com/index/

I was thinking some where in the Area where you see the peferences, inbox, our title and link for our blog "
Click Here to go Home to the Beyond Media Online Blog"

I'd like the active tabs icon to be more noticeable since over half of my visitors didn't and/or don't even know that the Tab Exists. I want them to know since it makes finding new topics very easy.

Thanks!
Offline Profile Quote Post Goto Top
 
Nicola
Darth Vader's Sewing Instructor

Well just add HTML for it where you added the blog link:
Code: HTML
 
<a href="http://forums.gtsportsmedia.com/search/?c=5" title="View Active Topics">Active Topics</a>


I can tell you how to add it next to the search/members/calendar links if you want.
Offline Profile Quote Post Goto Top
 
dxzeke
Member
[ * ]
Nicola
Sep 11 2008, 04:27 PM
Well just add HTML for it where you added the blog link:
Code: HTML
 
<a href="http://forums.gtsportsmedia.com/search/?c=5" title="View Active Topics">Active Topics</a>


I can tell you how to add it next to the search/members/calendar links if you want.
Nicola,

Next too the Seach/Members/Calender Link would be SO AWESOME! :D

Thank You so much for your help!
Offline Profile Quote Post Goto Top
 
Zefer
Member Avatar
I <3 PHP
[ *  * ]
dxzeke,

If you want to add the link to the start of the submenu, add this to the footers:
Code:
 

<script>$("#submenu").prepend("<a href='http://forums.gtsportsmedia.com/search/?c=5'>Active Topics</a>");</script>

If you want to add the link to the end of the submenu, add this to the footers instead:
Code:
 
<script>$("#submenu").append("<a href='http://forums.gtsportsmedia.com/search/?c=5'>Active Topics</a>");</script>

Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Theme & CSS Help · Next Topic »
Add Reply