The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#41
|
|||
|
|||
SO USEFUL IT IS.
|
#42
|
|||
|
|||
Quote:
And is there a way to not only set a different profile tab as default, but also completely delete the activity stream tab from user profiles? I don't even want the option there. |
#43
|
||||
|
||||
To set a different tab as default, use this mod, [ozzy47] Default Profile Tab
To remove the Activity tab in the profiles, open the template MEMBERINFO, and find the following code: Code:
<vb:if condition="$blocks[activitystream]"><dd<vb:if condition="$selected_tab == 'activitystream' OR $selected_tab == ''"> class="userprof_module" <vb:else /> class="userprof_moduleinactive" </vb:if>><a id="activitystream-tab" href="{vb:link member, {vb:raw userinfo}, "tab=activitystream"}#activitystream" onclick="return tabViewPicker(this);">{vb:raw activity_phrase}</a></dd></vb:if> Code:
<vb:comment><vb:if condition="$blocks[activitystream]"><dd<vb:if condition="$selected_tab == 'activitystream' OR $selected_tab == ''"> class="userprof_module" <vb:else /> class="userprof_moduleinactive" </vb:if>><a id="activitystream-tab" href="{vb:link member, {vb:raw userinfo}, "tab=activitystream"}#activitystream" onclick="return tabViewPicker(this);">{vb:raw activity_phrase}</a></dd></vb:if></vb:comment> |
Благодарность от: | ||
clubkeeper |
#44
|
|||
|
|||
Quote:
Thanks again, clubkeeper |
Благодарность от: | ||
ozzy47 |
#45
|
||||
|
||||
Not a problem, glad to help.
|
#46
|
||||
|
||||
i have more of 2 member_build_blocks_start...
|
#47
|
||||
|
||||
Create a new plugin on that hook.
|
#48
|
||||
|
||||
Or use this mod, https://vborg.vbsupport.ru/showthread.php?t=302655
|
#49
|
||||
|
||||
There is a small mini mod for this. Search the Addons, its there somewhere, I installed it on my forum, and it works great. I just don't have the exact vb.org addon url. Sorry. But there is a mod for this exact purpose.
|
#50
|
||||
|
||||
Yeah I posted the link above your post. :P
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|