The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
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. |
#12
|
|||
|
|||
is it possible to make this work only for a specific usergroup?
|
#13
|
|||
|
|||
maybe wrap it with the vb if member show tags?
|
#14
|
||||
|
||||
Code:
if (!$vbulletin->GPC_exists['tab'] AND is_member_of($vbulletin->userinfo, 2)) { $vbulletin->GPC['tab'] = 'aboutme'; } |
Благодарность от: | ||
DAMINK |
#15
|
||||
|
||||
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']) { $vbulletin->GPC['tab'] = 'visitor_messaging'; } |
6 благодарности(ей) от: | ||
ahmednadir, dlewisr, Lynne, Syxguns, tbworld |
#16
|
||||
|
||||
Yep, it still works. Andreas showed how to do this a while back.
|
#17
|
|||
|
|||
Quote:
Exactly what i needed. |
#18
|
||||
|
||||
I've had that running on my site for ages. You should have noticed it there.
|
#19
|
|||
|
|||
Can you explain how to do this in 4.2.0 step by step for the most mentally challenged? Thank you.
|
#20
|
||||
|
||||
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:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|