PDA

View Full Version : Add-On Releases - The new Online/Offline avatar?s opacity


WarLion
09-12-2007, 10:00 PM
The new Online/Offline avatar?s opacity
************************************
this is working on vb 3.6.8 must work in all 3.6.x versions
Works on Firefox and IE,
i dont have another browser you can tell me if is working in others

new version for vbulletin 3.7.x here (https://vborg.vbsupport.ru/showthread.php?t=185957)

remember if you like this mod please click Install
************************************

Funcion 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
new *add the option to change the userstatus icon on Show Leaders to avatar
new *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]

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

Upgrade from the Version 2.7

Install the Product via admincp
Go to your admincp==>Plugins & Products ==>Manage Products==>[Add/Import Product] and select overwrite
edit your configuration on Vbulletin Options (WarLion Online/Offline Settings) You need to select the Usergroups that will be able to see this modification

Upgrade from the Version 2.0

Uninstall the old product "warlion_online/offline"

Delete from your ftp
forum/includes/ functions_wl_online_offline.php

remove the custom css




.fade img {
filter:progid:DXImageTransform.Microsoft.Alpha(opa city=10);
-moz-opacity: 0.1;
opacity: .10;
-khtml-opacity: 0.1;
}
.fade:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opa city=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.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 (http://img180.imageshack.us/img180/7269/onlineofflinese3.gif)
Animated Screenshot (http://img254.imageshack.us/img254/5470/onlineofflinesa3.gif)
animated screenshot on Internet Explorer 7 (http://img507.imageshack.us/img507/3387/onlineonieig9.gif)

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

dont forget to ckick Install

tuwebfacil
09-13-2007, 01:58 AM
Hey, first to say thanks!

WarLion
09-13-2007, 02:01 AM
your welcome i hope you like it
denada espero que te guste (the same but in spanish)

xandizitxu
09-13-2007, 02:50 AM
Hey I like the idea! It will run on my site for sure!

chatpalace24
09-13-2007, 05:48 AM
Looks nice , but doesnt work for me. No change on Mouse Over. fade makes no change on the userpic . It is displayes as faded out, but on mouse Over it dont fade in :)

EDIT: IT works well in Firefox. IE the Fadein Problem

Hope my english is good enough :)
Greats from germany

FreshFroot
09-13-2007, 05:56 AM
Not a bad idea.. but I'm not too sure about it.

Spank
09-13-2007, 07:07 AM
Nice, works fine.

Pessimist
09-13-2007, 08:18 AM
I have found an error!
It does not work, if:
ACP -> vBulletin Options -> General Settings
Add Template Name in HTML Comments - Yes
<a href="member.php?u=1"><span <!-- BEGIN TEMPLATE: postbit_onlinestatusmod -->

class="fade"

<!-- END TEMPLATE: postbit_onlinestatusmod -->>
The comment "breaks" a code.

Thanks WarLion! Now installed ;)

Hornstar
09-13-2007, 09:15 AM
So this fades the rest of the screen black? I am still a little confused as to what exactly this does. Can someone show me a demo?

memorex
09-13-2007, 10:59 AM
Will check this out when I get home, looks like a great idea Thanks.

Pessimist
09-13-2007, 11:06 AM
Works 100% in:
FF v.2.0.0.6
IE v.7.0
Opera v.9.23

skariko
09-13-2007, 12:59 PM
So this fades the rest of the screen black? I am still a little confused as to what exactly this does. Can someone show me a demo?

Me too, I can't understand exactly what it does. :)

aceofspades
09-13-2007, 01:20 PM
Not hard to understand...it fades the avatar out of the user if they are offline

xandizitxu
09-13-2007, 01:28 PM
Works great! Thanks!

Farcaster
09-13-2007, 03:31 PM
Very slick.

WarLion
09-13-2007, 03:42 PM
So this fades the rest of the screen black? I am still a little confused as to what exactly this does. Can someone show me a demo?

Me too, I can't understand exactly what it does. :)

i hope this respond all your questions
http://img254.imageshack.us/img254/5470/onlineofflinesa3.gif

Andyucs
09-13-2007, 04:07 PM
Very Nice

BadgerDog
09-13-2007, 04:33 PM
Installed and then un-installed....

Seems to partially work, except avatar doesn't illuminate on mouse over? :confused:

Using IE6.0....

Thanks anyway... :)

Regards,
Badger

Barakat
09-13-2007, 04:36 PM
its nice idea but its not working for me coz of some error in code >>>

Evolution06
09-13-2007, 05:57 PM
Nice! installed! Trying to figure out why it fades the activity bars and the reputation square but other then that its awesome.

TWTCommish
09-13-2007, 08:20 PM
This is a great idea for a mod, and well-executed, but unfortunately the fade onmouseover isn't working for me in IE 7.

WarLion
09-13-2007, 09:03 PM
This is a great idea for a mod, and well-executed, but unfortunately the fade onmouseover isn't working for me in IE 7.
make sure you have this settings
make sure you have this setting
ACP -> vBulletin Options -> General Settings
Add Template Name in HTML Comments - No

check this animated screenshot on Internet Explorer 7 (http://img507.imageshack.us/img507/3387/onlineonieig9.gif)

thats strange i been using ie7 and i dont have any problem ,
i just finish the version 2.5 with the avility to change the option over admincp.

Barakat
09-13-2007, 11:23 PM
its not working for me ....... the same thing as in the attachment pic

maybe i have a conflect codes in my bbcodes ?!

WarLion
09-13-2007, 11:40 PM
its not working for me ....... the same thing as in the attachment pic

maybe i have a conflect codes in my bbcodes ?!

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

Barakat
09-13-2007, 11:45 PM
yap ... thanks... it works now perfect

yoyoyoyo
09-14-2007, 10:21 AM
why are there 2 zip files?

https://vborg.vbsupport.ru/external/2010/10/8.gif Warlion Online Offline Status.zip (154.5 KB, 59 downloads)
https://vborg.vbsupport.ru/external/2010/10/8.gif Warlion Online Offline Status 2.5.zip (210.8 KB, 36972 downloads)I assumed that the one with fewer downloads was the new version, since it has fewer downloads listed, but when I looked in the zip file it mentions changing the CSS :confused:

edit - I installed the 2.5 version and it works fine - thanks much. Any chance that you will be able to get the "Add Template Name in HTML Comments" option working?

slyreptile
09-14-2007, 02:46 PM
Very nice mod. Will test this one out!

Andyucs
09-14-2007, 03:51 PM
Nice Work M8ty

you need this one Warlion Online Offline Status 2.5.zip (210.8 KB, 36972 downloads)

WarLion
09-14-2007, 04:23 PM
why are there 2 zip files?

I assumed that the one with fewer downloads was the new version, since it has fewer downloads listed, but when I looked in the zip file it mentions changing the CSS :confused:

edit - I installed the 2.5 version and it works fine - thanks much. Any chance that you will be able to get the "Add Template Name in HTML Comments" option working?

i wil add that in the next version im sure of that

habasabi
09-14-2007, 07:02 PM
Looks pretty cool!

LadyRed
09-14-2007, 07:07 PM
INSTALLED! Working great!

yoyoyoyo
09-14-2007, 09:05 PM
I love this hack, but my moderators don't. They want to make it look like they are online all the time - is there any way to make certain usergroups exempt from showing them as offline? Maybe a setting in the ACP to indicate which groups are exempt such as a text box where you enter the groups that the opacity should or shouldn't apply to? It seems to me that wrapping a conditional around the code would work, and it would be nice to have it in the Online/Offline VB options setting menu.

Coders Shack
09-14-2007, 11:03 PM
wtf 37,000 downloads? (8GB of bandwidth)

WarLion
09-15-2007, 12:10 AM
I love this hack, but my moderators don't. They want to make it look like they are online all the time - is there any way to make certain usergroups exempt from showing them as offline? Maybe a setting in the ACP to indicate which groups are exempt such as a text box where you enter the groups that the opacity should or shouldn't apply to? It seems to me that wrapping a conditional around the code would work, and it would be nice to have it in the Online/Offline VB options setting menu.

ooo is a good idea and not to hard letme try that
but if you like a fast solution you can modify the template let me make a fast solucion.
and i will work for the next release

wtf 37,000 downloads? (8GB of bandwidth)
i say the same thing must be a bug of vborg i already reported

xandizitxu
09-15-2007, 02:33 PM
Is necessary to update for secure reasons? because for me the last version is working the way I wanted?

Qwest
09-15-2007, 03:58 PM
It's nice but avatars are too cool to be hidden just because the user is offline :)

iogames
09-15-2007, 05:46 PM
Kudos! :up:

WarLion
09-16-2007, 03:17 AM
I love this hack, but my moderators don't. They want to make it look like they are online all the time - is there any way to make certain usergroups exempt from showing them as offline? Maybe a setting in the ACP to indicate which groups are exempt such as a text box where you enter the groups that the opacity should or shouldn't apply to? It seems to me that wrapping a conditional around the code would work, and it would be nice to have it in the Online/Offline VB options setting menu.

i just add a few addons and add the otion to select the usergroups able to see this, that mean if you only select administrator they only see the moddifiication
i cant make it work on select the fade on and a specific user off

if any one have an idea i will be gratefull

yoyoyoyo
09-16-2007, 03:22 AM
i just add a few addons and add the otion to select the usergroups able to see this, that mean if you only select administrator they only see the moddifiication
i cant make it work on select the fade on and a specific user off

if any one have an idea i will be gratefullNo, that is not what I meant at all - I meant that I did not want the guests to see if a moderator/admin (or any other specified usergroup) was online or offline by simply looking at the avatar.

Thanks for the update :)

citroenar
09-16-2007, 08:25 AM
this one make me angry!!

Fatal error: Cannot redeclare fetch_online_status_mod() (previously declared in /home/******/public_html/forum/includes/init.php(330) : eval()'d code:153) in /home/******/public_html/forum/includes/init.php(330) : eval()'d code on line 215

and whole forum break down!

I have to manual delete hack from SQL and restore forumdatastore.sql.

WarLion
09-16-2007, 02:55 PM
this one make me angry!!

Fatal error: Cannot redeclare fetch_online_status_mod() (previously declared in /home/******/public_html/forum/includes/init.php(330) : eval()'d code:153) in /home/******/public_html/forum/includes/init.php(330) : eval()'d code on line 215

and whole forum break down!

I have to manual delete hack from SQL and restore forumdatastore.sql.

that was no necesari to go to your sql yo only need to unistall the product from admincp
i pass for this error hundred of time that mean that you havee two version did you unistall the other version, and delete the files that i speciffic in the readme.html or the information on this page

GamingAttic
09-16-2007, 02:57 PM
Hey is it possible to make this an option in the profile for each user? 1/2 my users love it, half my users hate it. If I could make it an option everyone would be happy. has anyone done this?

citroenar
09-16-2007, 07:14 PM
that was no necesari to go to your sql yo only need to unistall the product from admincp
i pass for this error hundred of time that mean that you havee two version did you unistall the other version, and delete the files that i speciffic in the readme.html or the information on this page

that was the problem. I could not get to any part of forum including ACP.all I could see it was white page with
Fatal error: Cannot redeclare fetch_online_status_mod() (previously declared in /home/******/public_html/forum/includes/init.php(330) : eval()'d code:153) in /home/******/public_html/forum/includes/init.php(330) : eval()'d code on line 215

in it. Not possible to uninstall product.

Why uninstall version 2.5?
Instructions says :

Upgrade from the Version 2.5

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

I did that and forum was gone...

WarLion
09-17-2007, 12:41 AM
the version 2 have a diferent name product when you install the v 2.5 you still have the other version using the files in include/functions_wl_online_offline.php

you last version that you use was the 2.0 but you dont uninstall the old files i guess you still have the include/functions_wl_online_offline.php file in your ftp when you upgrade to 2.5 you make two products with a diferent name causing call the same funcion at the same time thats the error
Cannot redeclare fetch_online_status_mod() (previously declared in
cuz you already have it declare

if you have the /functions_wl_online_offline.php on you ftp is now safe if you delete is not need it anymore

actually was my mistake for change the product name betwen the vercion 2 and 2.5 , i change that cuz i start all one more time to make the new version 2.5 and imake a mistake with the name and put a diferent.
and i guess you download the vercion 2.5 when a editing this post and cause a misundertood sorry for that
and is strange that you cant go to your admincp cuz any file , plugin or anything is calling over admincp , cuz i have this kind of errror hundred of times when i start the prroduct
and my admincp alway was active and woring fine
the only thig i can guess is that you trying going to your admincp via forum link insted the forum/admincp/index.php adress

now if you upgrade from 2.5 to 2.6 is not problem cuz is the same product name but if you upgrade from the 2.0 to new one you have to delete the files and uninstall the older version first

citroenar
09-17-2007, 07:56 AM
I dont have functions_wl_online_offline.php on my ftp. It was "clean" install without any part of 2 installed.
Forum was "dead" ,I try every possibly link to get in ACP but nothing so I must go to SQL and delete it there.

I will uninstall version 2.5 first and install new one.

citroenar
09-17-2007, 08:01 AM
Version 2.7 work without problems.

yoyoyoyo
09-17-2007, 10:58 AM
thanks for the update, but in the version history at the top of this page you have 2.6 listed twice - is that supposed to say 2.7? ;)

WarLion
09-17-2007, 04:24 PM
:D it was thanks for notice that

69lakalle
09-17-2007, 06:47 PM
buenaaaa loko t felicito lo instale en mi foro y todo funciona perfecto :D buena !! uno de los mejores k e instalao

WarLion
09-17-2007, 08:29 PM
translate: good loko congrats i install on my forum and work perfect:D good one is one of the best i installed

gracias hermano que bueno que te gusto

thanks bro im glad you like it

WarLion
09-19-2007, 06:23 AM
The new 2.8 version is finish i add the option to enable or disable the Userstatus ico , and fix a small bug if you change Userstatus icon for avatar on Show Leaders.

citroenar
09-23-2007, 04:50 PM
I have a modified custom style and option for Avatar ShowGroups show no avatar.
It is wrong path.

WarLion
09-23-2007, 07:12 PM
give me your template and i´ll take a look

habasabi
10-08-2007, 08:34 PM
HELP!
I updated and now i get this:
Fatal error: Cannot redeclare fetch_online_status_mod() (previously declared in /home/pwadmin/forums/includes/init.php(329) : eval()'d code:3) in /home/pwadmin/forums/includes/init.php(329) : eval()'d code on line 124

Spank
10-08-2007, 09:01 PM
Is it possible to use this just for banned members?

WarLion
10-09-2007, 02:24 AM
HELP!
I updated and now i get this:
Fatal error: Cannot redeclare fetch_online_status_mod() (previously declared in /home/pwadmin/forums/includes/init.php(329) : eval()'d code:3) in /home/pwadmin/forums/includes/init.php(329) : eval()'d code on line 124
tell me wich vercion do you have before if you have v 2.0 or before you need to unistall the old one and delete all template modification in the txt is a manual what you need to do if you have version 2.1 or above you only need tou overwrite the old one

Is it possible to use this just for banned members?
you can chosee wich usergroups will able to see the opacity opcion, but i still trying to figura oout how to make for specific usergrups, i have and idea i will try

FreshFroot
10-09-2007, 03:40 AM
Is it possible to use this just for banned members?
that sounds like a good idea :D

maybe you could add the code, so it ONLY runs the code for the avatar, when usergroupid= true to a certain statement?

habasabi
10-10-2007, 07:54 PM
I had version 2.1

I had to edit my config file and actually uninstall the entire thing.. i haven't had a chance to reinstall it yet.. will do this weekend during our normal down time... i'll let you know if I have any more issues.. thanks!

Shaheen
10-10-2007, 11:45 PM
nice hack***

iogames
10-13-2007, 07:10 PM
Tell me which version do you have before v2.0... you need to uninstall the old one and delete all template's modifications stated in the txt. It's a manual modification what you need to do if you have version 2.1+ you only need to overwrite the old ones.


you can chose which usergroups will able to see the opacity option, but i still trying to figure out how to make work for specific usergrups, I have an idea I will try soon

So you're still alive :rolleyes:

anwar.abdullakh
10-23-2007, 09:21 AM
I have added the following modification on site...
HERE (https://vborg.vbsupport.ru/showthread.php?t=156141)

but now, in the first post, the opacity of his/her avatar doesn't change...any fix for that??

obmob
10-23-2007, 09:25 PM
Interesting, will try it, thanks!

anwar.abdullakh
11-14-2007, 02:16 AM
I have added the following modification on site...
HERE (https://vborg.vbsupport.ru/showthread.php?t=156141)

but now, in the first post, the opacity of his/her avatar doesn't change...any fix for that??no reply so had to remove the other modi to keep this one working.

But I just noticed it...this modification doesn't work for me in IE7 (dunno if it works in IE6 or not) but it does work in FF and opera...48% of my board users, use IE so I'd like to see this fixed. Anyone...?? *crossing fingers, hoping someone will reply this time*

mad@Max
11-21-2007, 01:38 PM
I have added the following modification on site...
HERE (https://vborg.vbsupport.ru/showthread.php?t=156141)

but now, in the first post, the opacity of his/her avatar doesn't change...any fix for that??
I added this function, works nice, but there is one problem. After save edited post, message disappears, but after refresh, post appears. It happens only when in a thread only one message.
There it is:
http://rapidshare.com/files/71275970/product-warlion-online-offline_first.xml.html

AWJunkies
11-24-2007, 01:50 PM
I have an addon for you for this mod. Please contact me. It replaces the post icon with the users avatar small with your oppacity feature as well as controllable in control panel. Basically just added one more place for it to monitor as well as added the avatar replacement code. I got the code from someone else and have to give credit but took his code and merged yours with it. Here is his mod: https://vborg.vbsupport.ru/showthread.php?t=127414 he has not been around for a while but if he is cool you should add it to this mod. I have all the coding done so hit me up for the file edits etc once it is cool with you and the other guy. I will upload a pic to show you what it looks like.

obmob
11-28-2007, 09:24 PM
Nicely done, thanks!

AWJunkies
11-30-2007, 11:16 AM
Hmm please developer hit me up to add this to the code easy as one two three. It is very handy and looks much nicer in PM area.

AWJunkies
12-31-2007, 11:53 PM
guess we lost support for this mod.

synisterk
02-13-2008, 11:07 PM
Awsome...I was trying to just code this my self..and faied. Great plugin.

obmob
05-01-2008, 08:53 PM
Too bad, it seems it is not working on vb 3.7
:(

AWJunkies
07-10-2008, 07:53 PM
I will work on this this is a must have people love it.

AWJunkies
07-16-2008, 12:29 AM
It works on VB3.7.2P1

Just FYI!

Working on the avatar in PM like I posted in:
https://vborg.vbsupport.ru/showpost.php?p=1388624&postcount=65

WarLion
07-21-2008, 08:25 PM
i just finish the version on 3.7.x https://vborg.vbsupport.ru/showthread.php?p=1580824 i was out a long time cuz my work, but im back

ravenfaust
11-30-2009, 05:06 AM
i had one that was working on 3.8 but i restarted my forum and lost it, any ideas?

ravenfaust
12-16-2009, 11:18 AM
Anyone get this working in 3.8? i had it once but i had to reinstall everything and lost it now it does not work.

Iguana Goddess
02-14-2010, 07:38 PM
Anyone get this working in 3.8? i had it once but i had to reinstall everything and lost it now it does not work.

https://vborg.vbsupport.ru/showthread.php?t=185957 I just installed this one on 3.8 and it works.