Digital Doctor
Well-known member
With the addition of the New Profile Posts tab ...
More users will will see Profile posts.
And Read them.
And post their own.
Some sites will like this.
Some will not.
You can see the effect happening here at Xenforo.com already.
As an admin, you might want to remove the [New Profile Posts] tab before it gets popular.
Anyone know how to remove the [New Profile Posts] tab ? And replace it with a [New Resources] tab ?
==================================
Update:
To Remove the [New Profile Posts] Tab.
Solution 1:
Just add that to your extra.css so that after you've disabled all permissions the tabs related to finding new profile posts go away. Most browsers support this excluding IE 6, but who gives a damn about that. [source]
Solution 2:
Add this to extra.css
More users will will see Profile posts.
And Read them.
And post their own.
Some sites will like this.
Some will not.
You can see the effect happening here at Xenforo.com already.
As an admin, you might want to remove the [New Profile Posts] tab before it gets popular.
Anyone know how to remove the [New Profile Posts] tab ? And replace it with a [New Resources] tab ?
==================================
Update:
To Remove the [New Profile Posts] Tab.
Solution 1:
Code:
a[href="find-new/profile-posts"]{display:none!important;}
Solution 2:
Add this to extra.css
Code:
.find_new_posts_none .tabs li:last-child , .find_new_posts .tabs li:last-child {display:none;}
Last edited: