The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
At the bottom of forum, users active in the past hours, how can disable when hover on members names not to show the time they visited forum, i searched here but could not find something similar.
Thanks for any help |
#2
|
||||
|
||||
![]()
Create the following plugin:
Product: vBulletin Hook Location: forumhome_complete Title: Remove "wrdate" from "wgo_members_list" Execution Order: 5 Plugin PHP Code: PHP Code:
Click "Save". |
#3
|
||||
|
||||
![]()
Thanks for your help Mark.
It does not work, for me at least. * I made it first test In my live site, nothing changed. * I tried it than in my test site, nothing change to, but here I have an error on the top. PHP Code:
Attachment 154203 Attachment 154204 Even I made a test inserting global $vbulletin; |
#4
|
||||
|
||||
![]()
Are you certain you are using the correct hook location (and not "forumdisplay_complete")?
|
#5
|
||||
|
||||
![]()
Yes, please see the attached image in my previous above post.
Thank you. |
#6
|
||||
|
||||
![]()
Okay, then try the hook location "forumhome_whovisited_list" as that also works for me.
|
#7
|
||||
|
||||
![]()
Mark I found the problem.
I think on your code you gave me at the end is missing this bracket } it works with it in forumhome_complete , but it shows only who are online that moment and not 24hour I have. When disable plugin all comes back. EDIT: This Mod VSa - Visitors in Last X Hours is that I use, this disappears and I see online users that moment. |
#8
|
||||
|
||||
![]()
The code I posted had both brackets...and works perfectly for me. (seems we've been at this point many times in the past, LOL!)
I didn't realize you were using a mod, I was coding for the feature that comes with vBulletin. Little details like that would be helpful up front. ![]() |
#9
|
||||
|
||||
![]() Quote:
like this (this is what I mentioned that is missing).? $wgo_members_list = $newlist; } You have a good point, and many times I feel stupid, but if I know at the start I wiil have given this info before. I did not catch this, so many mods, and don't remember where they take effect. Thanks for your patience. |
#10
|
||||
|
||||
![]()
The only curly braces we need are for the "foreach" block, and I gave both.
![]() Yes, sometimes we might not realize everything relevant to the issue at hand, which is understandable. If you want to re-send by PM the admin login credentials to your test site, I would be happy to take a look and see if I can resolve this issue. ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|