Hello MN Community,
How i can hide the Register Panel which show how many Users registered at my Homepage and the Stats in the Footer?
I dont want delete it i just want hide it so it can work at the background and after few month i will activate it so ppl can see how many registered etc...
Pls help me if u know how to do that and sry for my bad english.
Thanx
Greetz
Hello,
You can delete them now and when you are ready to add them back, you can add code again.
To remove how many registered users are (from homepage), oepn "header.php" and delete this code:
PHP Code:
Hidden content for guests
To remove "Stats" from footer, open "footer.php" and remove:
PHP Code:
Hidden content for guests
ty but is there any solution to hide them and not delete?
i want to hide now and in 2 month when 1.xxx users registered i will reshow them and the stats.
Hello,
Why to "hide" them, is the same thing, but if you just hide them, they will still use resources on your server. Just delete them now, you can add them back again, when you need, is very easy.
yes thats true but if i add them back will i get the actually statistic (registered user and stats: likes,followers etc.) or will it be reset from 0 ?
(12-14-2012, 12:29 AM)MarketingKing Wrote: [ -> ]Hidden content for guests
If you delete the link in the footer, you can just rename the stats.php file - Then you can see statistics by using the new name. All other users do not see it any more.
The statistics will not start from 0
in both ways
Hello,
You will get real stats, because stats are saved in MySQL database, doesn't matter if you remove them or not, stats are still counting.
ty guys, this info was helpfull. rep+
Hi guys,
You can use this code as this will show only to an admin.
Find on stats.php
PHP Code:
Hidden content for guests
Add Before
PHP Code:
Hidden content for guests
then find again
PHP Code:
Hidden content for guests
Add Before
PHP Code:
Hidden content for guests
Hope this helps
@popular
That is a nice solution too
I love the way you think