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 trying to tweak / optimize my sites my.cnf based on suggestions from this site and via google searches. I just wanted to post what I currently have to get some second opinions. The site is currently running on a dedicated pentium dual core with 4GB RAM. The current my.cnf are as follows:
I'm setting up my site to accomodate unmoderated feedback & forum posts from registered users and need a bit of help with a small bit of customization.
I've tried to understand how a hierarchical taxonomy works. I thought that a selection/search of a parent term would also list the children? Let me exemplify:
I have a vocabulary named 'Subject'.
The Subject taxonomy hierarchy looks like this, (just a bit of it)
Hope someone can help with this html formatting question. Browser - Firefox. Input - Full HTML.
<img src="http://superjacent.net/drupal/files/20061225-XmasLesleys-023.jpg" alt="Xmas at Lesley's" title="" width="300" align="left" hspace="8" vspace="10" />Well I didn't get out for a run today, just too much to do. Therefore I didn't crack 2800 km for the year. Maybe next year.
I've just installed a copy of another Drupal 4.6.x website on a new host and notice that the menu module isn't available under the Administer menu. I've tried the following:
Going into Administer/Modules, disabling menu and re-enabling it,
Disabling the menu module, FTPing a fresh menu.module file from a downloaded new 4.6.0 archive, re-enabling it.
Going into the database with phpMyAdmin and making sure that /admin/menu existed.
Deleting cache and sessions in the database.
Checking file permissions in the modules directory (chmod). They're all 755.
I want to add a link to the admin panel to a menu (just one single link, not the tree of links for the admin panel) but of course this link should only be visible for users who can actually access the admin panel. How would I do this? I've searched in the admin panel for ages to find an option to do this, but (guess what) I couldn't find anything. I now have the idea to edit the template file and add a bit of code for this specific link, but how do I check if a user has access to the admin panel?