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 ] Forum List Redesign
Topic Started: Oct 6 2011, 09:23 PM (752 Views)
Zarvarza
Member Avatar
Member
[ * ]
Remove Post Details
Zarvarza

Forum: Zar-Illuminati

I tried to to use search to find this particular request, as well, as manually go through the several hundred pages of old requests and such, with no luck, I shall post this request here. My request comes in two parts actually.

1: First is Centering the name of the Forums in each catagory, and using an image for the Forum name rather than the boring old text.

2: All that junk information that forums show, about the last post, number of topics, and stuff, Needs to go, I would like to simply put a picture in that whole area, that matches the forum markers on the other side. So, then one side has forum markers while the other has just a stationary, image that means nothing really.

This is a picture of my forum. The partsin red need to be removed, and the centering took place:

Posted Image

When it is complete, I hope to achieve a look something like this:

Posted Image


I Know I can get the images and markers to appear very centered and near the new Catagory buttons by simply making the Marker images very long and thin, rather than the usual small square image. I can do my own transparency and stuff to make it look alright, so the Verticle table lines appear semetrical.

I appreciate anyones help with this, I know it will take more than one code to accomplish, but this would drastically improve the look of my board (and others for that matter). I know that with little effort this look can be achieved, or something very similar.

Edited by Zarvarza, Oct 6 2011, 09:30 PM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Admin CP Posted Image Themes Posted Image Board Template Posted Image Javascripts
Code:
 
<style type="text/css">
td.c_forum {
width: 20%;
text-align: center;
}

tr.forum td.c_mark, td.c_last {
width: 40%;
min-width: 0;
}

tr.forum td.c_mark {
text-align: right;
}

tr.forum td.c_mark img {
display: inline;
margin: 0;
}
</style>
Admin CP Posted Image Themes Posted Image Board Template Posted Image Below the Board
Code:
 
<script type="text/javascript">
$('tr.c_info').remove();
$('td.c_last').html('<img src="http://img594.imageshack.us/img594/7523/fonew.png" alt="Icon" />').attr('rowspan', '1');
$('tr.forum td.c_mark, td.c_forum').attr('rowspan', '1');

function change(number, image) {
$('#forum-' + number + ' strong a').html('<img src="' + image + '" alt="Icon" />')
}

change('FORUM_ID', 'IMAGE_URL');
</script>
The following line is what you may edit and repeat to change the forum name to an icon.
Code:
 
change('FORUM_ID', 'IMAGE_URL');
If you ever wish to revert back, simply remove both codes.
Offline Profile Goto Top
 
Zarvarza
Member Avatar
Member
[ * ]
lets plug this in and see
Oh wow, that is Perfect. Now all I have to do is change the forum markers and the right image to match.
I am truly impressed. Just one thing though.

If you look, there is one, where the redirect link to Websites is centered rather than to the right. Ill search out to see if I cant do it myself, if not, then thatll have to be edited here as well, give me until tomorrow.

Other than that, its everything I had hoped for: Unique, website-ish, and has style.

Thank you
Edited by Zarvarza, Oct 7 2011, 12:17 AM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Did you fix the issue? I don't quite see what you're referring to.
Offline Profile Goto Top
 
paradise.engineering
Member Avatar
Lowpoly Workshop Founder
[ *  *  * ]
lol that's a masonry zetaboards
Offline Profile Goto Top
 
Zarvarza
Member Avatar
Member
[ * ]
actually we fixed the issue by removing the Redirect Links... (wasnt really needed anyway)
I enabled Guest View for the entire board, so you can see the results of the code that was put into place. The Redirect Links are still centered rather than to the right. And it somehow shows the thing for Subforums but doesnt list them. Actually, I dont want any of the Subforums shown, and have that selected, but the text is there...
Edited by Zarvarza, Oct 9 2011, 06:27 PM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
It appears the code was removed, so I can no longer tell what the issues are.
Offline Profile Goto Top
 
lightfire
Member Avatar
littlegraycloud
[ *  *  *  *  *  * ]
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