PDA

View Full Version : Sugesstion for forum if you like .


QX56
15th of August 2007 (Wed), 19:28
I used the PM script for couple of my forum ,it's look very handy ...it's show the icon email when you get mail ...If you like it ..I will send you the scrip .

See attachment .

QX56
15th of August 2007 (Wed), 19:36
Here is the script ....

Remember upload the Icon PM to your icon or image folder ...and go back to this code change it .... src="http://www.hatnang.com/images/newpm.gif" width="22" height="10" I just show you this code is my forum

I installed it to Vb 3.6.4 and 3.6.5 .I notice that you are using the new VB 3.6.7 .I think it still the same .


3. PM flashing :Open your navbar template and find:

<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />


Add this underneath: (change the paths accordingly)



<if condition="$bbuserinfo['pmunread']">
<a href="/FORUMROOT/private.php?$session[sessionurl]
"><img border="0" src="http://www.hatnang.com/images/newpm.gif" width="22" height="10"></a>
</if>

Jon
16th of August 2007 (Thu), 09:26
Thanks for the suggestion. I'm afraid we can't use it since Pekka's made it quite clear that he won't make any additions or changes to POTN that involve altering the underlyign vBulletin scripts, for both security and maintainability reasons.