View Full Version : activity remove as forum index
Wajow-community
10-12-2013, 12:39 AM
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
ozzy47
10-12-2013, 12:48 AM
This should do it.
Remove the following code from the template MEMBERINFO:
<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> Then you need to set a new default tab.
To make Visitor Messaging the default tab:
Create a plugin at member_execute_start with the following code:
$_REQUEST['tab'] = 'visitor_messaging';Or if you'd prefer the "About Me" tab to be default:
$_REQUEST['tab'] = 'aboutme';
Wajow-community
10-12-2013, 12:59 AM
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
ozzy47
10-12-2013, 01:01 AM
Check in, ACP --> Settings --> Options --> Site Name / URL / Contact Details
Wajow-community
10-12-2013, 01:17 AM
thnx ozzy for helping me out again!
ozzy47
10-12-2013, 01:18 AM
Not a problem, glad to help. :)
Wajow-community
10-12-2013, 04:35 PM
Howe can i remove in member.php the last replied to a thread?
ozzy47
10-12-2013, 04:45 PM
Screenshot of what you want to remove please. Point a arrow to the area.
Amaury
10-12-2013, 05:17 PM
Check in, ACP --> Settings --> Options --> Site Name / URL / Contact Details
Actually, you choose the default landing page in the Navigation Manager.
Wajow-community
10-12-2013, 09:16 PM
Screenshot of what you want to remove please. Point a arrow to the area.
Yes this what i mean look picture i have attached i dont want that in my profile what i have posted.
Amaury
10-12-2013, 10:12 PM
Yes this what i mean look picture i have attached i dont want that in my profile what i have posted.
See Ozzy's first response.
Wajow-community
10-12-2013, 10:25 PM
Yes i have done it butt i still see it?
ozzy47
10-12-2013, 10:53 PM
I don't see how that is possible, removing that from the template, you should not be able to see it.
How are you getting to the profile when that info is coming up?
Wajow-community
10-13-2013, 11:11 AM
I don't see how that is possible, removing that from the template, you should not be able to see it.
How are you getting to the profile when that info is coming up?
I click on a user and then come facing allegations on the profile and see so in the middle its last open topic and comments
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.