The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Better Notice for Invisible Users
I don't think the asterisks for invisible users (see Pyrrha Nikos) stand out enough.
Would it be possible to add a text notice of sorts with a hyperlink that will lead them to the Invisible Mode section of the options in the User CP? I'm not on invisible, but something like this. |
#2
|
|||
|
|||
Bump.
|
#3
|
|||
|
|||
Am sure a plugin could be made
|
#4
|
||||
|
||||
Wait, no one will be able to see the text or hyperlink, since the user is hidden.
|
#5
|
|||
|
|||
Only invisible users would see the text and hyperlink.
|
#6
|
||||
|
||||
Ok then why would they need such a thing? Just trying to see what the thought is behind it.
|
#7
|
|||
|
|||
Quote:
Currently, the only way to tell if a user is invisible is via the postbit status or the asterisk next to their name. Having the text in my image appear globally for users that are invisible stands out more than the asterisks and statuses. It would prevent invisible users from forgetting to go visible again if the reason they were invisible is no longer valid, such as no longer being busy. |
#8
|
||||
|
||||
I tried doing this via a plugin, but I don't think the required hook is there. So you can do the following.
Open the file, includes/functions_bigthree.php and find the following: Code:
$user['invisiblemark'] = '*'; Code:
$user['invisiblemark'] = '<a href="profile.php?do=editoptions" rel="nofollow"> Invisible</a>'; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|