Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Just installing and themeing another Drupal site, I found out there no submit buttons anymore.
You know, the type of buttons shown as "Preview comment", "Post comment", et cetera (as well as e.g. "Send" in send.module). The button texts are visible, the links are usable, so that's not the real problem; the thing is, where did the buttons go? Are they part of the OS, part of the theme, defined in CSS...
I can see the buttons in theme blue marine, which I use for administration (using sections.module), but I cannot see them in my own theme. The difference in code is here:
i'm developing a site that needs more fields as inputs and they need to be presented
in the front page and in another page. now if it's a story it just asks for the title and body.. but i need to add more fields like name, url, rating, etc..
is there any option in drupal else i've to create a separate module??
pls help me regarding this asap..
how can I hide some users from users list? (currently, I show them by members module). I don't want any admin accounts to be appeared on this list.
Is any possibility to take out the administrative right from USER/1 *admin* to another user? I don't want users to type /user/1 and see the admin account at all. I need to change this number, either to hide this at all. Of course, smbd should adminisster everyday site.
Also, I would like to his this admin accouints from WHO's online block. If possible, let me know how to do it.
I've gone throuh the forums and I have seen this brought up many times with no functional solution being found. I would like to have the contact form for each user enabled by default so they can automatically receive mail from others. This means they, themselves must disable this functionality when they no longer wish to receive mail. The best solution I have found so far is being able to enable this by default, but not being able to disable it. The code to be played with is on line 92 of the contact.module. It is