Cake's secret hidden stats 01-25-2015, 10:37 AM
#1
This tutorial is made by me 100%, this does exist on leak however but it's written by me (Yus)
Today I will show you on how to remove admin stats from postbit. Please note that this only works for 1 user, don't try to attempt doing it for multiple users.
Alright, lets get started.
How it will look like:![[Image: FSNaLqH.png]](http://i.imgur.com/FSNaLqH.png)
1. First of all, get this plugin (Allows you to have PHP in templates, which will help you out to get this custom shit).
Link: http://mybbhacks.zingaburga.com/showthread.php?tid=260
2. Install & activate it.
3. Go to "ACP > Templates & Style > choose the template you are currently using > Post Bit Templates > postbit (postbit_classic if you are using the classic layout).
4. Findand replace that with:
Where it says "UIDHERE" replace that with your UID.
Now find
and replace that with
Where it says "UIDHERE" replace that with your UID.
!!!!IF YOU DON'T HAVE NEWPOINTS INSTALLED, THEN YOU ARE GOOD TO GO. YOU CAN STOP HERE THE BELOW CONTENT IS FOR THE PEOPLE WHO USE NEWPOINTS!!!!
If you are using Newpoints and want that removed, then find
and replace that with
Where it says "UIDHERE" replace that with your UID.
!!!!IF YOU DON'T HAVE MYAWARDS INSTALLED, THEN YOU ARE GOOD TO GO. YOU CAN STOP HERE THE BELOW CONTENT IS FOR THE PEOPLE WHO USE MYAWARDS!!!!
If you are using Myawards and want that removed, then find
and replace that with
Where it says "UIDHERE" replace that with your UID.
Enjoy.
Today I will show you on how to remove admin stats from postbit. Please note that this only works for 1 user, don't try to attempt doing it for multiple users.
Alright, lets get started.
How it will look like:
![[Image: FSNaLqH.png]](http://i.imgur.com/FSNaLqH.png)
1. First of all, get this plugin (Allows you to have PHP in templates, which will help you out to get this custom shit).
Link: http://mybbhacks.zingaburga.com/showthread.php?tid=260
2. Install & activate it.
3. Go to "ACP > Templates & Style > choose the template you are currently using > Post Bit Templates > postbit (postbit_classic if you are using the classic layout).
4. Find
Code:
{$post['userstars']}Code:
<if $post['uid'] == UIDHERE then><else>{$post['userstars']}</if>Where it says "UIDHERE" replace that with your UID.
Now find
Code:
{$post['user_details']}and replace that with
Code:
<if $post['uid'] == UIDHERE then><else>{$post['user_details']}</if>Where it says "UIDHERE" replace that with your UID.
!!!!IF YOU DON'T HAVE NEWPOINTS INSTALLED, THEN YOU ARE GOOD TO GO. YOU CAN STOP HERE THE BELOW CONTENT IS FOR THE PEOPLE WHO USE NEWPOINTS!!!!
If you are using Newpoints and want that removed, then find
Code:
{$post['newpoints_postbit']}and replace that with
Code:
<if $post['uid'] == UIDHERE then><else>{$post['newpoints_postbit']}</if>Where it says "UIDHERE" replace that with your UID.
!!!!IF YOU DON'T HAVE MYAWARDS INSTALLED, THEN YOU ARE GOOD TO GO. YOU CAN STOP HERE THE BELOW CONTENT IS FOR THE PEOPLE WHO USE MYAWARDS!!!!
If you are using Myawards and want that removed, then find
Code:
{$post['myawards']}and replace that with
Code:
<if $post['uid'] == UIDHERE then><else>{$post['myawards']}</if>Where it says "UIDHERE" replace that with your UID.
Enjoy.

![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)