I was wondering if the "please leave this field empty" field is necessary if I have config set so that only members can post to Tribune. That field is a bit distracting and clouds things up a bit if it isn't necessary. I'd love to get rid of it. Could it perhaps be an option in tribune configuration?

And thanks for this module. It's exactly what I was looking for! :-)

Comments

SeeSchloss’s picture

Hmm... the field should never appear, if it does maybe your browser is caching some old CSS file, or maybe you forgot to run update.php after updating the module ? I don't think an option is needed, that would be trading a few hundred bytes of HTML for an SQL query... I don't know.

But tell me if refreshing/updating hides the field, please

SeeSchloss’s picture

Status: Active » Fixed

Now it's not displayed anymore for registered users, so...

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

t3ns41’s picture

Status: Closed (fixed) » Postponed (maintainer needs more info)

sorry i open again this post...

i got something similar problem i got this message "Please leave this field empty (it is only here to confuse spambots):"
but sometimes it's show and sometimes its not... when i flush the page cache it's show again...

is there something wrong with the configuration or else???

regard

daori

SeeSchloss’s picture

A problem with CSS ? It's hidden through CSS... a simple

form div.tribune-email {
  display:none;
}

(it's called email to confuse spambots even more ? heh)

But I think I should give the option to just disable it

SeeSchloss’s picture

Assigned: Unassigned » SeeSchloss
Status: Postponed (maintainer needs more info) » Fixed

I have added this option to the CVS version, it will be in the next release.

I have chosen to make it a global option in 2.x, as I don't think it makes much sense to allow users to set it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.