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.
- to allow users to post nodes and comments without put it ALL through a moderation queue
- to allow users to rate/flag content for admin review if necessary, ie., someone is comment spamming their MLM scheme throughout the site, or someone is being a troll, etc.
I'm working with 4.7.0 beta 4; currently messing about with
voting api 4.7
actions cvs
voting actions 4.7
medium vote 4.7
Running Drupal 4.6.* with a modified FriendsElectric theme, I get the error:
Missing argument 1 for theme_help() in includes/theme.inc on line 35
on each page load (the path in the error is actually much longer). And the log is literally being flooded with this error.
My problem is that I can't trace the origin of this error: Where is theme_help being called - in which file do I find that call - and how do I fix this?
I've been running my site using Image Assist and the TinyMCE editor, but we've had a few complaints about no spell-checking or format stripping, so I've decided to change to the FCKeditor. I got it up and running okay, but now the Image Assist doesn't work anymore.
I think there is some sort of javascript conflict or something, becuase while you are able to choose and upload your image, it won't let you actually close and paste the image link text into the box like it usually does.
Just wondering if this module supports importing xml or csv product feeds. I need to do this and set none of the products for sale - in fact the feed has deep links and image links... is this possible with drupal and the ecom mod? Otherwise i'll use cubcart or something instead...just rather stick with drupal for everything (already have a few sites off the same install!)
I got this error today and I don't even understand what is it about.
user error: Out of memory. Restart daemon and try again (needed 32776 bytes)
query: SELECT f.fid, f.title, f.description, f.image, MAX(i.timestamp) AS last FROM aggregator_feed f LEFT JOIN aggregator_item i ON f.fid = i.fid GROUP BY f.fid, f.title, f.description, f.image in /home/skatecof/public_html/words/includes/database.mysql.inc on line 66.
I changed "Title" on node/add/acidfree to "Layout title", but it's changed "Title" site-wide. Is there a way to just change it on that page without changing all "Title"s? And, not hacking the module.