I have a strange behaviour.
When a new content is created, the "reply" link is available.
Once someone replied to the original content, I can reply to the comment but no l longer to the original content.
Any idea ?
I have searched the forums for "call function", and get a lot of results about "call to undefined function" errors, and I have searched the Handbook, but could not find anything about using functions in static pages - just about how to create a module or develop Drupal itself.
What if I want to call a module-defined function from within a php static page?
I want to put a taxonomy_browser (like what you get if you install taxonomy_browser.module then go to yoursite.com/taxonomy_browser) on a layer in a static php page.
I get this error when trying to add a drupal Category feed to the aggregator and then run the "update items" process from the aggregator admin module:
"Aggregator: failed to parse RSS feed Test: invalid schema ."
This is the link to the feed I'm using: "taxonomy/term/21/0/feed". Tried it this way and with the full server URL and the error happens either way. I'm currently running the cvs version of drupal, but I had this same error when I tried running from 4.5.1.
I have all of permissions setup correctly. I allow anonymous users to post comments on forum topics. But when I go to the approval queue in the comments section of the Admin Panel, I have to click edit and change the status to published.
Is there a default option that will allow guests to post without approval?