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.
Hi,
I have been looking at the vote up/down module and I have installed everything. The widget displays on the front page and user points are rewarded when a user presses the button. However, the threads (a) don't move up or down depending on if I voted on it (b) don't actually even tally votes-- it always stays at Score: 0.0, Votes: 0.0.
Hi there!
I would like to know if I can do this in one single Drupal site:
Annonymous user in search of Content (articles, etc.)
Allowing general searching (not allowing advanced search, or limiting it to certain nodes and/or categories)
PLUS
Registred users Search
Allowing them to use that annonymous search AND a special search only for that user role, within a single category or maybe a single node type.
I know how to get rid of field labels for CCK(ie. take out the controlling line in field.tpl.php). However, I would like to control this at least by content type, so in other words content A's field labels are hidden, content B's field labels are shown. I know there are likely just some simple php calls I need to make in my field.tpl.php, but I just am not sure. Can I simply create some sort of field-content_A.tpl.php? Thanks for any help.