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.
I have been developing a website using version 4.6. Everything I have installed and coded works perfectly well, except the ability to post comments! When I try to post a comment, the preview works fine, but when I hit "Post Comment", it takes me to a page which simply shows the node content, with out the comment! The comment is missing and when I check the database, there are no comments in it!
I have reinstalled the module, and checked and rechecked the permissions settings. This behaviour happens even when I am logged in as full-access admin.
I have a simple site, with only Blogs and Forums. Any ideas on how I can make Blogs publiclly accessible, but forums can only be seen by registered members?
Just pondering if this is possible with Drupal: If I have multiple themes on a site, how difficult would it be to make it so the order/appearance of blocks in the sidebar(s) would change according to the theme in use? E.g., one theme might have the navigation block as the first item in the left column, while another theme would have it as the last item in the lower-right column, along with a "Quote of the day" block?
Yeah, it plays hell with site consistency, but it might be a fun feature to have...?
Sorry I had to make a topic about this. I tried to read up on this, and I've been playing with it for a while and have not found a solution. Here it is: New Drupal install. Added + integrated gallery2. Works (semi) great.
I'm interested in building my navigation with the primary and secondary links, but I want it to be dynamically displayed and controlled via javascript. For instance, I want to show my primary links, and then when I scroll over each link the "secondary links" for that menu item would show up via javascript. I have all the JS to do it, but how do I get the children of each primary link through Drupal?