| |||||||
This is a discussion on All Notifications Mods within the vBulletin section, part of the Internet Forum Softwares category; All the modifications for vBulletin 3.7 related to some or the other type of notification or alert shall be here....
![]() |
|
| | LinkBack | Thread Tools | Display Modes |
|
#1
| ||||
| ||||
|
All the modifications for vBulletin 3.7 related to some or the other type of notification or alert shall be here.
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#2
| ||||
| ||||
| What does this modification do? When someone tries to login to your Admin CP or Mod CP, you will get an email that contains the username they tried, their IP address, hostname, number of strikes, referrer, script, and the date & time of the attempt. It also will now distinguish itself in the message subject between a failed Admin CP attempt and a failed Mode CP attempt, so you will know right off which CP they tried to login to.
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#3
| ||||
| ||||
![]() This will change the Navbar where the userinfo is to a different color when a user has a unread private message, unread profile message, profile visitor message awaiting approval, incoming friends request, requests to join users social group or an invitation to join social groups. This can be done with a simple template edit but I do this on so many forums I'm tired of doing the template edit every update. So this hack is born. Install Info:
I used the td.inlinemod class for the color effect. If you wish to use your own just create some custom CSS and add it in the additional CSS field in you style manager for the styles you use. You could also add a background image in your custom CSS for other effect. To change the CSS go into the options page for this hack and where it says replacment text change the following: HTML Code: <td class="inlinemod" nowrap="nowrap"> HTML Code: <td class="yourcss" nowrap="nowrap">
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#4
| ||||
| ||||
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):- HTML Code: <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> Open NAVBAR template (For PM notification) Find:- HTML Code: <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:- HTML Code: <if condition="$bbuserinfo['pmunread']"><br /><strong><a href="private.php" target="_top" style="color: red;">You have New Private Message(s)</a></strong></if>
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#5
| ||||
| ||||
|
These are nice contiue the good work.
__________________ My iPhone is better than yours........... I Am Back! |
![]() |
| Bookmarks |
| Tags |
| modifications, mods, vbulletin |
| Thread Tools | |
| Display Modes | |
| |