Support Forums

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PM Legend Template Mod
01-04-2008, 04:28 PM (This post was last modified: 01-04-2008 05:58 PM by FirefoxWiz.)
Post: #1
PM Legend Template Mod
This mod will make a PM legend show in your Private Message page. (Live on themes here!)

Go to your ACP > Templates > *Your Template Set > Private Messaging Templates > private.

Find
Code:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="trow1">{$multipage}</td>
<td class="trow1" align="right"><span class="smalltext"><strong>{$lang->jump_folder} {$folderjump} <input type="submit" class="button" name="hop" value="{$lang->go}" /></strong></span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<input type="hidden" name="action" value="do_stuff" />
</form><br /><br />
{$footer}
</body>
</html>

Replace with:
Code:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="trow1">{$multipage}</td>
<td class="trow1" align="right"><span class="smalltext"><strong>{$lang->jump_folder} {$folderjump} <input type="submit" class="button" name="hop" value="{$lang->go}" /></strong></span></td>
</tr>
</table>
</td>
</tr>
</table><br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
    <tr>
        <td class="trow1">
            <table width="100%">
                <tr>
                    <td>
                        <div style="text-align: center;"><img src="{$theme['imgdir']}/new_pm.gif" alt="New PM" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">New PM</span>                         <img src="{$theme['imgdir']}/old_pm.gif" alt="Old PM" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">Old PM</span> <img src="{$theme['imgdir']}/re_pm.gif" alt="Replied-to PM" style="vertical-align: middle;" /> <span class="smalltext">Replied-to PM</span> <img src="{$theme['imgdir']}/fw_pm.gif" alt="Forwarded PM" style="vertical-align: middle;" /> <span class="smalltext">Forwarded PM</span></div>
                    </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<input type="hidden" name="action" value="do_stuff" />
</form><br /><br />
{$footer}
</body>
</html>

Save template. Refresh PM page. It should now be at the bottom.

Example:
   

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
01-04-2008, 05:04 PM (This post was last modified: 01-05-2008 06:20 AM by Jag100.)
Post: #2
RE: PM Legend Template Mod
Sorry if i might annoy you now but you seem to be missing some code :P

It should be replaced with this:

Code:
First Post has been updated with the new code

Not by the one in your post as you have the footer in an opened table tag (2 tags :P ) This fix moves the footer out of the table which should make it fluid to your width again :P

Ex-Administrator Of MyBB Themes
[Image: banner2.jpg]
Visit this user's website Find all posts by this user
Quote this message in a reply
01-04-2008, 05:58 PM
Post: #3
RE: PM Legend Template Mod
Updated with correct code. I was wondering what was wrong with the footer. =P

Thanks!

~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-06-2008, 10:55 AM
Post: #4
RE: PM Legend Template Mod
Great post!
Find all posts by this user
Quote this message in a reply
01-07-2008, 12:18 PM
Post: #5
RE: PM Legend Template Mod
Good Look in my forum!:yes:


Attached File(s) Thumbnail(s)
   

[Image: iqwsd1.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
01-09-2008, 11:26 AM
Post: #6
RE: PM Legend Template Mod
Looks very good, mister_don. :D

Thanks to everyone for the comments. :D I'm including this legend in all my new themes as well.

~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-20-2008, 10:33 AM
Post: #7
RE: PM Legend Template Mod
thanx ı like the puling
Find all posts by this user
Quote this message in a reply
01-20-2008, 04:48 PM
Post: #8
RE: PM Legend Template Mod
This is actually a very good idea. Makes you wonder why it isn't defaulted that way??
Find all posts by this user
Quote this message in a reply
01-20-2008, 07:33 PM
Post: #9
RE: PM Legend Template Mod
I know what you mean. :P At first it was really hard for me to figure out what the icons meant... LOL

~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-20-2008, 09:21 PM
Post: #10
RE: PM Legend Template Mod
Well, I've put this on all my themes, and it even helped me discover that one of them didn't even have a new pm icon. LOL...without the legend, it's harder to know if they're there. ;) definite kudos on this release!
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: