The new Online/Offline avatar´s opacity

MobileHacks

New Member
The new Online/Offline avatar´s opacity
************************************
this is working on vb 3.7.x must work in all 3.6.x versions
Works on Firefox and IE,

Function on this hack
this hack allow to make a extra online/offline status
if any user is offline the avatar will have a transparency with mouseover

*add face avatar to postbit
*add face avatar to postbit_legacy
*add face avatar to Member Profile
*add face avatar to Show laders
*add face avatar to Member list
*all editable over admincp
*add the option to change the userstatus icon on Show Leaders to avatar
*select the width and height for the avatar on Show Leader


New fresh Installation

Installation is a simple follow only one steps:


Step One :
Install WarLion Online/Offline product

Install the Product via admincp
Go to your admincp==>Plugins & Products ==>Manage Products==>[Add/Import Product]

edit your configuration on Vbulletin Options (WarLion Online/Offline Settings) You need to select the Usergroups that will be able to see this modification

Thats all enjoy.

.fade img {
filter rogid XImageTransform.Microsoft.Alpha(opacity=10);
-moz-opacity: 0.1;
opacity: .10;
-khtml-opacity: 0.1;
}
.fade:hover img {
filter rogid XImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-khtml-opacity: 1;
}
Install the new Product via admincp
Go to your admincp==>Plugins & Products ==>Manage Products==>[Add/Import Product]

make sure you have this setting
ACP -> vBulletin Options -> General Settings
Add Template Name in HTML Comments - No
thanks for Pessimist for this fix

Thats all enjoy.
edit your configuration on Vbulletin Options (WarLion Online/Offline Settings) You need to select the Usergroups that will be able to see this modification

Note: the opacity opcion on vb 3.6.0 is workin but over admincp the mouse opacity % and the mouse over enable/disable is not working

To-do next release
*add extra field on edit option on UserCP to enable disable online/offline mod for specific user

Version 2.9
* Upgrade for vbulletin 3.7.x

Version 2.8
* Fix the small bug if you change the Userstatus icon for avatar on Show Leaders
* Add a new option to disable the UserStatus icon on forum
* Add 4 More Phrases

Version 2.7
* Add option to change from userstatus icon to avatar on Show Leaders
* Add to select the width and height for the avatar on Show Leader
* Add 4 more Phrases

Version 2.6
* Fix the small bug if you have Add Template Name in HTML Comments - Yes
* Add usergroup selection (select the groups able to see the mod)
* Add the Online/Offline Opacity on Show Groups
* Add new plugin for showgroup_users
* Add new plugin for select UserGrooups
* Add 4 more Phrases

Version 2.5
* Create a new template for the css funtion
* Add avility to change over admincp
* Remove the functions_wl_online_offline.php file
* Add avility to Enable/Disable Mouseover on admincp
* Adjust the own opacity on admincp
* Select in wich templates you like the Fade Option
* Extra lenguage (spanish).

Version 2
* Create the modificacion on a product
* Create a new function fetch_online_status_mod
* Create a new template to avoid the change of postbit_onlinestatus

Version 1.2
*Fix a minor bug on postbit_legacy

Version 1.1
*Add Avatar Opacity on Member List

Version 1.0
* Avatar Opacity on postbit
* Avatar Opacity on Member Profile
*Avatar Opacity on Postbiit_legacy

if you see the screen shot you will understand this better
i hope you like it
Screenshot
Animated Screenshot
animated screenshot on Internet Explorer 7


in this black screensshots i remove the original icon status for online/offline if you like to remove too search in this templates
postbit ==> $post[onlinestatus]
postbit_legacy ==> $post[onlinestatus]
MEMBERINFO ==> $userinfo[onlinestatus]
and remove it
 
Top