(SOLVED)how to hide statistics and the stuff below it?

BA_admin at 12h10
02
Oct
2011
How do I hide all this info?




Forum is http://bitteranonymous.forumtl.com/
version phbb3
1 BA_admin, on 03/10/2011 at 04h49
bump! ty!
2 LGforum, on 03/10/2011 at 15h14
Put this in a javascript file in javascript management.

$('.page-bottom').hide();
$("[href$='/statistics']").hide();
3 BA_admin, on 04/10/2011 at 04h56
LGforum wrote:Put this in a javascript file in javascript management.

$('.page-bottom').hide();
$("[href$='/statistics']").hide();


Thank you for replying, but it doesn't work. Sad
4 LGforum, on 04/10/2011 at 05h45
It does lol.

Did you put it in the correct place?
Go to modules > javascript management > create a new javascript.
Make sure all pages is clicked.

And put in
Code:

$(function() {
$('.page-bottom').hide();
$("[href$='/statistics']").hide();
});
5 BA_admin, on 04/10/2011 at 07h36
it worked with the complete code, i tried to paste this one
Code:
$('.page-bottom').hide();
$("[href$='/statistics']").hide();


this one works
Code:
$(function() {
$('.page-bottom').hide();
$("[href$='/statistics']").hide();
});


thanks for your help!!
6 Sanket, on 04/10/2011 at 08h22
Since this thread is marked solved, I will lock this thread.


Sanket Smile

Similar topics
i want this codes . statistics for user hide a categorie messege for new or no new posts
It says that i have fredisthebest as my latest member but that's not true i have a differnt member. Any help? My Forum: Here
US UK
See also
more_less
Informations

6 Replies For the topic :
"(SOLVED)how to hide statistics and the stuff below it?"

This topic has been viewed 1028 times.

Last message :
02/10/2011 at 12h10 by "BA_admin"