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.
Ok, I want to send email to all the members to inform about the site information but can not see any feature. I saw a similar post on this in the past but couldn't understood it much :) so can some one tell me in simple words how can I do this ?
On Drupal 5.0, I've got a custom home page that I'm using
(page-front.tpl.php) and am trying to put some "blocks" of content in
the middle content area.
I've got the views module installed and I would like to be able to put
one of these views into my middle content area.
For example, I've created a view called "RecentBlogPosts" and made it available as a block.
I use this code, based on a snippet I found online:
I am having difficulty installing the 5.0 version of the voting api module. I think the problem is that the .install file is not running properly and not creating the tables in the database. I have installed the Devel module after searching the forums for a solution but when i try to reinstall the module it appears to be successful but the database has not been updated. I then encounter problems running the update.php script as it just stalls and doesn't seem to work.
I am currently running drupal 5.0 and mysql 4.0 ( i realise i should upgrade my database to a newer mysql version and to be honest not sure if this will help or not)
Any thoughts as a solution to the problem? see below for the error that appears on my site relating to the lack of tables in the database
Thanks
Thomas
user warning: Table 'mysquaredbase.votingapi_cache' doesn't exist query: votingapi_get_voting_result SELECT * FROM votingapi_cache v WHERE content_type='node' AND content_id=219 AND value_type='percent' AND tag='vote' AND function='average' in /home/mysquare/www/www/includes/database.mysql.inc on line 167.
I recently installed the contact form module for a website, and have now found that one feed from those forms is a gateway for spamming. I've installed the captcha module, however this only appears to work on the actual form. For some reason, the spamming is coming through a feed at http://domain/contact/HOA+Board/taxonomy/term/contact/0/feed.
Any ideas on how to stop this? I've tried deactivating the feed option, but can't (or haven't found it yet).