The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
activity remove as forum index
Hello,
I would like to turn off the activity stream on the profile pages. It's about the 'My activity' tab, how am I able to do this? En when i surf to my site that i see my forum/index.php en not /activity.php. i dont want it |
#2
|
||||
|
||||
This should do it.
Remove the following code from the template MEMBERINFO: 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> To make Visitor Messaging the default tab: Create a plugin at member_execute_start with the following code: Code:
$_REQUEST['tab'] = 'visitor_messaging'; Code:
$_REQUEST['tab'] = 'aboutme'; |
#3
|
|||
|
|||
its done to remove the profile activity thank god.
Butt what i now wwant is that when people vissit my forum http://forums.domein.com on my forumboard en not at http://forums.domein.com/activity.php |
#4
|
||||
|
||||
Check in, ACP --> Settings --> Options --> Site Name / URL / Contact Details
|
#5
|
|||
|
|||
thnx ozzy for helping me out again!
|
#6
|
||||
|
||||
Not a problem, glad to help.
|
#7
|
|||
|
|||
Howe can i remove in member.php the last replied to a thread?
|
#8
|
||||
|
||||
Screenshot of what you want to remove please. Point a arrow to the area.
|
#9
|
|||
|
|||
Actually, you choose the default landing page in the Navigation Manager.
|
#10
|
|||
|
|||
Yes this what i mean look picture i have attached i dont want that in my profile what i have posted.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|