Page 1 of 1

QBar Menu [SOLVED]

PostPosted: Wed May 23, 2007 11:09 am
Author: DjPorkchop
I have installed a better PM system on my board that requires a change in overall_header.tpl. As we all know, we use QBar so the edit that the mod is calling for is null and void until I can figure this out.

Here is what it calls for.


Code: Select all
 ##-----[ FIND ]------------------------------------------#                         <td><span> <a><img>{L_PROFILE}</a>   <a><img>{PRIVATE_MESSAGE_INFO}</a>   <a><img>{L_LOGIN_LOGOUT}</a> </span></td>##-----[ REPLACE WITH ]------------------------------------------#                         <td><span> <a><img>{L_PROFILE}</a>   <a><img>{PRIVATE_MESSAGE_INFO}</a>   <a><img>{L_LOGIN_LOGOUT}</a> </span></td>  ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM


All I have to remove, upon further review is

Code: Select all
alt="{PRIVATE_MESSAGE_INFO}"


Will not removing that little ditty of code effect this mod in one way or the other? All it does is when you login, it will say like you have 4 New Messages all red letters. As soon as you start browsing it then syas you have 4 Unread messages. When all messages are read it goes back to black letters and says 0 new messages. If you leave 1 or two messages, it will stay red and say you have "X" amount of unread messages.

PostPosted: Wed May 23, 2007 11:45 am
Author: nGAGE
that little bit ("alt={PRIVATE_MESSAGE_INFO}") is only going to display an "ALTERNATIVE" bit of text if the Image file "icon_mini_message.gif" isn't found! Other then that, it doesn't have any influence on wether or not the MOD works! <img>

Re: QBar Menu

PostPosted: Thu May 24, 2007 7:52 pm
Author: DjPorkchop
thats what I thought and I knew it as well, but had to make a point to someone that didnt agree with me. And the mod does work flawless. <img> Thanks for your time in confirming this for me.

PostPosted: Fri May 25, 2007 6:57 am
Author: nGAGE
No problem