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 a working installation of drupal...and I have to say I love it so far. I have set up an aquasoft template, and activated search in the admin panel. The only problem now is that the search box doesn't show up anywhere on my site.
I looked at a screenshot of the aquasoft template, and there is an available search box, but I can't get it to show up....
I discovered and solved (I think) a problem with the user login block's Log in button. I'm wondering if there's another way to solve it.
I found that when I had a PayPal "Add to Cart" button in a story on the front page, which also held the user login block in the right column, the "Log in" button destination was PayPal, not my domain. I demoted the Add to Cart story to correct the problem.
When I go to: create content ~ poll -- it tries to link me to node/add/poll, however I get a "Page can not be displayed," error. Any suggestions on what I need to do, or add to make it work again?
Been playing around with using ajax in particular JAH
trying to use the principles of using a load.php file to load the relevant node but not having a lot of success in getting it to work, im generating an error such as
Fatal error: Call to undefined function: node_load() in C:……\load.php on line 5
hi folks, drupal creates miscellanious feeds automatically. for easier access, i want to add a menu, which presents the global feed-addresses (all nodes, all blog entries, all forum entries, all comments) and another link to a page with the more specific feeds, like several forum-categories, blog-categories, etc. so the more specific feed-paths are very easy: "taxonomy/term/x/0/feed". but how do i get to know the other paths...