![]() |
Quote:
For me, this plugin removes the text editing part of the visitor message box (pic below) in IE 9 using any style, including default. Resizing the message box restores it. https://vborg.vbsupport.ru/external/2011/08/53.png |
is it possible to make this work only for a specific usergroup?
|
maybe wrap it with the vb if member show tags?
|
Code:
if (!$vbulletin->GPC_exists['tab'] AND is_member_of($vbulletin->userinfo, 2)) |
This still works n 4.2 by the way.
Anyone looking for a way to put Visitor Messages back as the default instead of the Activity Stream use this code: Code:
if (!$vbulletin->GPC_exists['tab']) |
Yep, it still works. Andreas showed how to do this a while back.
|
Quote:
Exactly what i needed. |
Quote:
|
Can you explain how to do this in 4.2.0 step by step for the most mentally challenged? Thank you.
|
Log into the Admin CP.
On the side menu expand "Products & Plugins" Click on "Plugin Manager" At the very bottom there is a link to "Add New Plugin" On that page put in the following information- Product: vBulletin (this should be default) Title: Tab Fix Hook: member_build_blocks_start (from a drop-down list) Execution Order: 5 (default value) To make Visitor Messaging the default past this into the PHP Code box: PHP Code:
Or to make About Me as the default paste in this instead: PHP Code:
|
All times are GMT. The time now is 03:30 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|