is there a way to block front page. My students and I plurk and when they go to sign out the front page is showing with nasty words
latest #12
I just saw that on the front page as well....not good
I just had a parent report this to me.. I will have to shut down our teacher student plurk site down if I can not find away around this
who do your report this type of behavior to?
is there a way to report it to plurk buddy??
or is there a contact email?
just throwing out some idea
my students almost saw a bad word yesterday on front page!
thanks I just sent the message to them. Lets see what plurk does before I have to cancel it with my class.
To get rid of it, click edit profile> customize profile, then in the CSS box paste in:
/* Frontpage link */ td.content { position:absolute !important; left:-7.5em !important } Then to get rid of promote link on plurks:
paste in: /* Bye, bye, promote link */ div.manager a.promote.action { position:absolute !important; left:-15000px !important }
back to top