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 ] Topic Legend
Topic Started: Jan 16 2015, 08:39 PM (308 Views)
Tyler Dream
Member Avatar
Member
[ *  *  *  * ]
ZB
Private
Is it creating a code for something like this possible? I would like it at the bottom for all the categories.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Are you referring to the 'Topic Status Icons' or the 'Forum Markers'? I'm guessing the 'Topic Status Icons' since you said topic, but you also mentioned categories and that threw me off.

It can be done with pure HTML, but the more themes you have the more edits you'll have to make. It will require quite a bit of editing no matter how you do it if you have a lot of themes because I'm not aware of a way you can dictate all of the icons each theme has without inputting the image URL's directly.
Offline Profile Goto Top
 
Tyler Dream
Member Avatar
Member
[ *  *  *  * ]
I forgot to attach the picture of what I want it to look like, lol. Something like this:

Posted Image
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
How many themes do you have and do you want to apply this feature to all themes?
Offline Profile Goto Top
 
Tyler Dream
Member Avatar
Member
[ *  *  *  * ]
1 and 1
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">
#topic_legend td {
background: none;
border: 0;
}
</style>
Admin CP Posted Image Themes Posted Image Board Template Posted Image Below the Board
Code: HTML
 
<div id="topic_legend" class="meta_box">
<strong>Forum Legend</strong><br />

<table>
<tbody>
<tr>
<td><img src="IMAGE_URL" alt="" /> New Replies</td>
<td><img src=
"IMAGE_URL" alt="" /> No New Replies</td>
</tr>
<tr>
<td><img src=
"IMAGE_URL" alt="" /> Hot Topic (New)</td>
<td><img src=
"IMAGE_URL" alt="" /> Hot Topic (No New)</td>
</tr>
<tr>
<td><img src=
"IMAGE_URL" alt="" /> Poll (New)</td>
<td><img src=
"IMAGE_URL" alt="" /> Poll (No New)</td>
</tr>
<tr>
<td><img src=
"IMAGE_URL" alt="" /> Locked Topic</td>
<td><img src=
"IMAGE_URL" alt="" /> Moved Topic</td>
</tr>
</tbody>
</table>
</div>

<script type=
"text/javascript">
if (location.href.indexOf('/forum/') === -1) {
$('#topic_legend').hide();
}
</script>
Change IMAGE_URL for each icon as necessary.
Offline Profile Goto Top
 
Tyler Dream
Member Avatar
Member
[ *  *  *  * ]
Thanks! :D
Offline Profile Goto Top
 
Helena
Member Avatar
M is for Mod

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