PDA

View Full Version : Miscellaneous Hacks - Really simple but nice notifications for Unactivated Users and PM


veenuisthebest
03-21-2008, 10:00 PM
*****************veenuisthebest**************
****************Visit Tech6.com (http://tech6.com)**************

Really simple but nice notifications for Unactivated Users and PM

Difficulty: Very Easy


Q. What does it do ??

A. Adds a nice simple text alert to unactivated members and notification for Private Message.

Q. Do I need this ??

A. Why install any plugins/hacks for prompting members to Activate their a/c or notifying them of a Private Message, when its soooo simple and can be done in not even a minute with just some minor template edits..!!

Template Edit: 2
1 for header template
1 for navbar template

Begins here:-

Open HEADER template and add this to the end (For alert to unactivated members):-

<center>
<if condition="is_member_of($vbulletin->userinfo, 3)"><strong>You must activate your a/c to access restricted features of Yoursite.com, <a href="register.php?do=requestemail" target="_top" style="color: red;">click here</a> to resend Activation Mail. If you suspect your email address is set wrong, you may edit it <a href="profile.php?do=editpassword" target="_top" style="color: red;">here</a>.</strong></if>
</center>

Note:- Replace Yoursite.com with your actual site's name


Open NAVBAR template (For PM notification)

Find:-

<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>

Add After:-

<if condition="$bbuserinfo['pmunread']"><br /><strong><a href="private.php" target="_top" style="color: red;">You have New Private Message(s)</a></strong></if>

DONE !!!


Hope you like this one, very simple but really useful..

Please click INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=173770) if you like it !!

SCREENS:-

http://img187.imageshack.us/img187/404/unactivatedalertgl4.jpg
http://img156.imageshack.us/img156/6415/pmalerthb2.jpg

************************************************** *************************
************************************************** *************************

Forum Lover
03-22-2008, 02:21 PM
Well this is smart. Marked as installed.

veenuisthebest
03-22-2008, 02:33 PM
thank you..

barroca
03-26-2008, 03:00 PM
tks for this
* install too.

killerkraft
03-26-2008, 03:12 PM
Very simple.

It works like a charm.

KK

veenuisthebest
03-29-2008, 05:14 PM
thanks killercraft !!

steve1966
03-30-2008, 08:58 PM
very nice thank you

veenuisthebest
03-31-2008, 12:12 AM
glad you liked it steve ..!!