Does anyone know how to edit the about me section so there isnt all the statisic info ...i dont want people to see how many times they post something per day or when they where last active on the site... i was hoping for just usefull information...like location, hobbies, ect.
About me section
Collapse
X
-
-
In MEMBERINFO template, find this:
{vb:raw blocks.stats}
and either remove or comment out to hide that section. -
Oh awesome thanks!....Hey would i be able to get blogs tab to show up first instead of last when i go to a persons profile by moving the code around? would that be possible? I just want to have a person blog show up instead of visitor messages!Comment
-
Yes, you can move the code in there round to change the display however you wish.Comment
-
thats awesome i dont suppose you could give me a step by step instruction, im really bad at coding and i dont want to mess it upComment
-
Actually, you don't need to edit the template - my bad...
Two things you do need to do though are add the following Plugin:
Product: vBulletin
Hook Location: member_execute_start
Title: Make Blog selected tab
Code:[COLOR=#000000][COLOR=#007700]if (![/COLOR][COLOR=#0000bb]$_REQUEST[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]'tab'[/COLOR][COLOR=#007700]]) { [/COLOR][COLOR=#0000bb]$_REQUEST[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]'tab'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#dd0000]'blog'[/COLOR][COLOR=#007700]; } [/COLOR][/COLOR]
Code:'hook_location' => 'profile_tabs_last',
Code:'hook_location' => 'profile_tabs_first',
Comment
-
Related Topics
Collapse
-
Hello everyone, I have 5.1.9 version of vBulletin.
I would like to resolve some doubts about the forum. I can“t see the correct configuration in the admin panel to change this.
...-
Channel: Support Issues & Questions
Sat 24 Oct '15, 10:37am -
Comment