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 site where I want users to be able to enter an event that is placed in the moderation queue.
This is fine for basic events, but if there is a repeated event (using both the event and eventrepeat mods), the user can never get to the repeat options page until the first event clears by the moderator.
Any ideas on how to allow a user to enter a repeated event that still has moderation without changing the mods?
I am current running FCKEditor in Drupal 4.7. The version of FCKEditor I am using stores uploaded images in a common folder for all users. I would like to create individual folders for each user. Therefore, I have added the following code to the config.php file that directs FCKEditor's image browser to a directory on my site.
Since our site has gone live, I've noticed that on occasions, maybe a few times a day, the site is slow and unusable, with maybe 30-60 second page load times. Usually when this happens there are spiders crawling the site.
When this happens, my mysql slow query log (logs all queries that take longer than two seconds) always logs the same query:
When I goto append my sitename with q=tagadelic I get a list of all tags in a separate page. Is there a way to get this on a side block on the front page?