When we turned on our Comments for Authenticated users, the links shown below each comment are: delete | edit | reply.
Is there a way to configure it to remove delete and edit so that the only option is 'reply'? basically, we want Anonymous users to see Comments, but not be able to post or reply, Authenticated users to be able to post and reply but not edit or delete. Only Admin users should be able to Edit and Delete.
Access Control is set to 'access comments' and 'post comments'.
Hi,
I've got a quick question. I've used the form_alter hook to add a textfield to the taxonomy form. What is the hook to insert the data into the database? I've tried the nodeapi and submit hooks with no luck and am running out of ideas.
I want to remove the fieldset and legend tags from all the forms that have taxonomy, and the fieldsets from the registration page. I had looked on how to theme forms but if I render the taxonomy form field, it's still wrapped in a fieldset. Is there anyway to change the fieldset to a div, or remove it completely? The module short form is probably the closest thing to what I am looking for, but not only is it for drupal 5, but I really don't want to use javascript to achieve something that seems so simple.
Currently after the user logs in they land on the "My Account" page. How do you have the user land on a different page? Basically, I'd like to have a homepage for authenticated users.