The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to remove "All" activity stream from user profile tab?
Does anyone know how I'd go about removing the All activity tab on a user's profile tab? I can't understand why under a user's activity page, the default display would be to display the entire forums activity and not only that user's activity.
If there is not a way to remove it, how about changing the default display to the user's activity sub tab, similar to what this little mod does? |
#2
|
||||
|
||||
https://vborg.vbsupport.ru/showthrea...light=activity
https://vborg.vbsupport.ru/showthrea...light=activity Not sure they may be helpful for now Or maybe this info will help but I have not tried it https://vborg.vbsupport.ru/showthread.php?t=283761 |
#3
|
|||
|
|||
Thanks ProFifaLeagues, but those are not quite what I'm looking for. I'm actually beginning to think that there is something odd with my site as it does not act like the vB.com site does on the page in question.
|
#4
|
|||
|
|||
Okay, apparently, the All tab under a user's profile shows all of the activity by the user or his friends.
So, I guess I either want to remove the all tab still or just change the default displayed tab to the user's actual activity tab. Here is a screen shot of the tab I'm talking about: |
#5
|
||||
|
||||
I just removed the code for the activity tab, so that there is not a tab at all for activity. I also removed the Activity from the tab menu. I tried commenting out the script, but that didn't work for some reason. Then I just removed all the script and the Activity Stream in the User Profile was gone! They should have set the option for that feature to be turned on or off. I have DBTech Forum Live Feed, so I didn't and don't want the Activity Stream.
You have to remove all code from memberinfo_block_activity if you do not want the Activity Stream. |
#6
|
|||
|
|||
Thanks Syxguns, I'll did into that template and see what I can come up with.
|
#7
|
|||
|
|||
Did you ever find a solution to remove the all tab?
|
#8
|
|||
|
|||
After careful reading on the php code at member.php, I found something...
I know this is a year old thread, but, here is another solution than to remove the "All" tab: Add new plugin Product: vBulletin Hook Location: member_execute_start Title: anything... Execution Order: Plugin PHP Code: $_REQUEST['type'] = 'user'; This will make the user subtab on the activity stream to be the default to be shown. |
#9
|
||||
|
||||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|