1

Topic: disable quote and disable report

There is a way to disable quote and disable report?
thanks in advanced

2

Re: disable quote and disable report

Add at the end of each CSS you're using

.postfoot .post-actions >span.report-post, .postfoot .post-actions >span.quote-post {
display: none;
}
If any of my dropbox link fails with 404 error, change dl.dropbox.com/u/56038890/punbb/*.zip in address to 82283017.

Currently working on rPlus - responsive theme for developers to create their own themes basing on this one.

3

Re: disable quote and disable report

Kushi wrote:

Add at the end of each CSS you're using

.postfoot .post-actions >span.report-post, .postfoot .post-actions >span.quote-post {
display: none;
}

nice solution, thanks you!

4 (edited by Trace 2012-10-24 18:21)

Re: disable quote and disable report

It's not my business, but for what?