Current time: 03-18-2010, 11:15 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 3 Votes - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Forum icons [1.4]
08-03-2008, 10:20 AM
Post: #1
Forum icons [1.4]
Autor: texasli
Version: 1.4
Difficulty : Easy

Screenshot:
[Image: iconnnke3.png]
Kurulum:

Dash board >> templates >> forum bit templates >> forumbit_depth2_forum

find:
Code:
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />

replace:
Code:
<img src="{$theme['imgdir']}/icon/{$forum['fid']}.gif" />

images >> your theme name >> icon(make a file is named icon )
send the gifs to this file

Come the forum's gifs and right click to take fid
then numarete gifs with this fid and send ftp in icon file...

For remove the modification:

make the orginal forum dept2_forum template

or

make the opposite of the making modification

[Image: imzatexcm4.jpg]

Mybb Theme Web Site Click
Find all posts by this user
Quote this message in a reply
08-03-2008, 12:09 PM
Post: #2
RE: Forum icons [1.4]
Awesome. Thanks
Find all posts by this user
Quote this message in a reply
08-04-2008, 08:34 PM (This post was last modified: 08-04-2008 08:35 PM by cann.)
Post: #3
RE: Forum icons [1.4]
thanks texasli
Find all posts by this user
Quote this message in a reply
08-05-2008, 04:46 PM (This post was last modified: 08-05-2008 05:13 PM by Sergio Montoya.)
Post: #4
RE: Forum icons [1.4]
If you want to use different images per forum and also have different images for unread/read threads, you can actually use this one:
Code:
<img src="{$theme['imgdir']}/{$forum['fid']}_{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />

Microsoft is like Umbrela Co., they create the virus and the vaccine, the zombie infestation is just a collateral effect.[/align]
Visit this user's website Find all posts by this user
Quote this message in a reply
08-05-2008, 08:06 PM
Post: #5
RE: Forum icons [1.4]
(08-05-2008 04:46 PM)yottabytewizard Wrote:  If you want to use different images per forum and also have different images for unread/read threads, you can actually use this one:
Code:
<img src="{$theme['imgdir']}/{$forum['fid']}_{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />

Excellent job Cool
Find all posts by this user
Quote this message in a reply
08-05-2008, 09:37 PM (This post was last modified: 08-06-2008 11:02 AM by aglioeolio.)
Post: #6
RE: Forum icons [1.4]
thanks a lot, this is a great customization Smile
it could be awesome if any plugin Developer make this Forum Icons using CSS background: url + <span>, like this tutorial >> http://www.elated.com/articles/css-rollover-buttons/

I´ve got 40+ Foruns in my Forum Index and I think there will be a lot of http requests using diferent <img src=etc..> to each one. Using a shared host here this is not that optimized code Toungue

I´ll try it later to do this myself
if someone find usefull I could release a tutorial or something closer

[]s, Claudio

Petition: Distinction between "Premium" and "Free" Plugin & Themes Thread Releases
Visit this user's website Find all posts by this user
Quote this message in a reply
08-22-2008, 04:44 PM
Post: #7
RE: Forum icons [1.4]
mine doesn't work? and i did what you said?

http://www.expl01tz.com

WUHU! GOT 5 GCSE'S FK YEAH!!!!! I CAN GET INTO MY COLLEGE ONLY DOWNSIDE THEY WERE E'S AND JUST ABOUT PASED Big Grin
Find all posts by this user
Quote this message in a reply
08-22-2008, 05:43 PM
Post: #8
RE: Forum icons [1.4]
Very nice mod ;]

[Image: noadvert.png]
There are no oompa loompas in my workshop...
The "Game Project" has started...
Find all posts by this user
Quote this message in a reply
08-23-2008, 07:13 AM (This post was last modified: 08-23-2008 07:14 AM by Dvdxseo.)
Post: #9
RE: Forum icons [1.4]
texasli Wrote:Dash board >> templates >> forum bit templates >> forumbit_depth2_forum

SORRY, but I don't understand...

[Image: 20j47cg.png]

I hate to see you cry, your smile is a beautiful lie... Stereo Love - Edward Maya feat. Vika Jigulina
Find all posts by this user
Quote this message in a reply
08-23-2008, 09:38 AM
Post: #10
RE: Forum icons [1.4]
Ok i can get it to work just about, but i can't make the images lol, looks like it is photoshop time, but is there a way to use like more than one image like, 1st image for 1st post,

for instance were you see ".gif" can't you put an "," or "/" there for the 2nd image?

just wondering and thanks for the coding, nice work both of you Big Grin

http://www.expl01tz.com

WUHU! GOT 5 GCSE'S FK YEAH!!!!! I CAN GET INTO MY COLLEGE ONLY DOWNSIDE THEY WERE E'S AND JUST ABOUT PASED Big Grin
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: