[REQ] Smilie Popup+ (for 3.7)

xenoth

New Member
Hey guys if someone could get for me:

Smilie Popup+

What it does:

If you have a large amount of smilies in categories then when you click on More? you get a huge popup that takes ages to load, what would be better is if you could select each category individually and so that's what this hack does.

Its for vBulletin 3.7. Would much appreciate it ;)

Edit:

sorry to edit my post but could we also get this please (also for 3.7):

Change Userinfo Box on New Notification

Thanks again guys! :D
 
ok I was able to get the smilie popup, ive attached it.

Could someone help me out with "Change Userinfo Box on New Notification" ?? thanks :)
 
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:

1. Import the product.
2. done.


See SS for example.

How to change the style:

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:

PHP:
<td class="inlinemod" valign="top" nowrap="nowrap">


Now you would replace the text in red "inlinemod" to your custom CSS. Depending on your style it would look something like this.


PHP:
<td class="yourcss" valign="top" nowrap="nowrap">
 
Back
Top