The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#17
|
||||
|
||||
![]()
The code below was missing from the actual tab code that's why content didn't appeared on the first access.
Code:
$templater->register('selected_tab', $selected_tab); I edit the template memberinfo: From: Code:
<vb:if condition="$selected_tab == 'activitystream' OR $selected_tab == ''"> Code:
<vb:if condition="$selected_tab == 'activitystream'"> ![]() What frustates me mostly is that vB uses globally the displayorder feature. From forums to Navigation Manager. Was so big deal to add such feature for profile tabs? --------------- Added [DATE]1413730930[/DATE] at [TIME]1413730930[/TIME] --------------- Edited: I clear the browser's cache and now I've one more strange issue. My tab appears preselected (but not highlighted) but if you see carefully you'll find the activity report about my data. In simple words in one tab there is content of 2 tabs ![]() http://www.xxx24.gr/member.php?3-Rene --------------- Added [DATE]1413732196[/DATE] at [TIME]1413732196[/TIME] --------------- Ok, Fixed after removing some code changes to member.php that I've did on the early suggestions here. Also Ozzy's mod helped me to determine the correct hook. Instead to post the full solution here, I prefer to post an Article for those who maybe are interest to add their own tab as first tab and make it preselected. It should be a full article for building a tab. Otherwise if you've the tab ready and you just want to make it preselected, Ozzy's mod does the work fine. Thank you all for your help. --------------- Added [DATE]1413735496[/DATE] at [TIME]1413735496[/TIME] --------------- Here is the full Article for those who maybe interest for building a new tab from scratch. https://vborg.vbsupport.ru/showthread.php?p=2519390 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|