Support Forums

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Status Icons
01-13-2008, 01:19 PM (This post was last modified: 01-15-2008 10:51 PM by FirefoxWiz.)
Post: #1
Status Icons
This tutorial / tip will show you how to replace the Online & Offline text in the postbit with online/offline images.

Either you can make your own images, and do what you want with them, or you can use the ones I've provided. The size is 10x10 pixels.
    (offline.png)
    (online.png)
    (away.png)
They need to be uploaded as online.png, offline.png, & away.png to your MyBB image directory (the main image directory)

Once they are uploaded, go to your ACP > Templates > *Your Template Set > Postbit Templates.
Open posbit_offline & replace it with:
Code:
<img src="images/offline.png" alt="{$lang->postbit_status_offline}" width="10px" height="10px">

Now open postbit_online and replace it with this:
Code:
<a href="online.php"><img src="images/online.png" alt="{$lang->postbit_status_online}" width="10px" height="10px"></a>

Open postbit_away and replace it with this:
Code:
<a href="member.php?action=profile&amp;uid={$post['uid']}"><img src="images/away.png" alt="{$lang->postbit_status_away}" width="10px" height="10px"></a>

~FFW
FYI: I'm not a sir, dude, or guy. I am a 'miss'. :rolleyes:
Visit this user's website Find all posts by this user
Quote this message in a reply
01-15-2008, 12:28 AM (This post was last modified: 01-15-2008 12:36 AM by Shaythong.)
Post: #2
RE: Status Icons
This seems very useful!
Find all posts by this user
Quote this message in a reply
01-15-2008, 07:45 AM
Post: #3
RE: Status Icons
I'm using this Status Icons for my forum, too. ^^

Hello I'm Kevin. I am the German translator for those who speak no English. I'll help you gladly. Just create a topic in the "German" category.

OFFICIAL GERMAN TRANSLATOR FROM MYBBTHEMES
Visit this user's website Find all posts by this user
Quote this message in a reply
01-15-2008, 10:43 AM
Post: #4
RE: Status Icons
Thanks guys. When I get the time I'll edit the post to include the away status. :)

~FFW
FYI: I'm not a sir, dude, or guy. I am a 'miss'. :rolleyes:
Visit this user's website Find all posts by this user
Quote this message in a reply
01-15-2008, 10:37 PM
Post: #5
RE: Status Icons
FirefoxWiz Wrote:Thanks guys. When I get the time I'll edit the post to include the away status. :)

Thanks, now that's a good idea. I already added this to my forum and it's working great!
Find all posts by this user
Quote this message in a reply
01-15-2008, 10:51 PM
Post: #6
RE: Status Icons
Post updated. :)

~FFW
FYI: I'm not a sir, dude, or guy. I am a 'miss'. :rolleyes:
Visit this user's website Find all posts by this user
Quote this message in a reply
01-17-2008, 12:51 PM
Post: #7
RE: Status Icons
Thanks for it, FirefoxWiz!

Hello I'm Kevin. I am the German translator for those who speak no English. I'll help you gladly. Just create a topic in the "German" category.

OFFICIAL GERMAN TRANSLATOR FROM MYBBTHEMES
Visit this user's website Find all posts by this user
Quote this message in a reply
02-12-2008, 10:53 AM
Post: #8
RE: Status Icons
Thanks for this, FFW! This is great :)

I'm going to use this, but I'll be back later :)

[Image: Achievement.aspx?text=Sexy%20Beast%20-%205000G]
Visit this user's website Find all posts by this user
Quote this message in a reply
04-14-2008, 10:11 PM
Post: #9
RE: Status Icons
Thank you FFW! I'm using it on my forums now. :)
Visit this user's website Find all posts by this user
Quote this message in a reply
04-28-2008, 10:42 PM
Post: #10
RE: Status Icons
Okay, trick released to regular members now, enjoy!

~FFW
FYI: I'm not a sir, dude, or guy. I am a 'miss'. :rolleyes:
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: