The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Is this Possible? [Forum Icons]

3 posters

Go down

In progress Is this Possible? [Forum Icons]

Post by Cornelius. July 29th 2012, 4:16 am

Greetings,
I was wondering if it was possible to individualize the icon that marked each forum within a given category, like in the screenshot below:

Is this Possible? [Forum Icons] ScreenShot2012-07-28at101202PM

Thanks in advance.
Cornelius.
Cornelius.
New Member

Male Posts : 1
Reputation : 1
Language : English

Back to top Go down

In progress Re: Is this Possible? [Forum Icons]

Post by Sir Chivas™ July 29th 2012, 6:07 pm

Hey, Hello

This isn't possible, sorry. You can only add icons, but modifying, the forum. You'll have an option of adding an image.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

In progress Re: Is this Possible? [Forum Icons]

Post by Nera. July 30th 2012, 11:45 am

You could completely remove the Forum Icons (No new posts, New posts, Old posts) from index_box.

Code:
               <span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
                        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                     </span>

Save and publish template.

You'll need a fiew more settings to make it look nice.

Than set your different images for the forums in AP > General > Categories and forums > Edit next to every forum and add an image where it says Image URL for every forum individualy.

To see when new things are posted you can add something different since you have disabled forum icons. Like different forum link color when a new message is posted in forum (this is for punBB) ::

AP > Modules > JS mangmanet > Mark in hompe page::

Code:
$(document).ready(function() {
$('.statused tr:has(".sprite-icon_topic_newest")').addClass('forumi');
});

AP > Display > Colors > CSS::

Code:
.forumi .forumtitle {
    font-size: 12px;
    color: #C8D85A !important;
    text-shadow: 1px 1px 1px black;
}

Example::


Is this Possible? [Forum Icons] YxAl

If you don't have a lot of expirience in setting things on your forum, try it on a test forum first.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum