Hello,
I want to insert a small javascript code (to display ad) in each node (story). Just like I did here: http://www.hostlibrary.com/node/view/123 (see google adsense). I did this manually via html code when I added the story. Anyone can tell me how can I do that? Am I supposed to edit the themes or node module.
Is there any way of having more detailed access control for forums? I would like to have forums that can only be viewed by special users as well as public forums. Is this possible with role-based authentification or do I have to use the optional groups module?
I'm a recent convert to Drupal after running my site based upon JSPWiki for about a year. I'm currently running a fairly simple site (groupedia.com) using the wiki module.
To cut to the end of my story, I've got a re-architected version of the wiki module partially working that implements a new node->format. I would like some help in fixing some bugs and investigating core changes to support an elegant implementation. But first, let me start the story from the beginning:
Before anyone gets the wrong idea, let me say that i recommend drupal to ANYONE looking for a powerful CMS, in fact I do so regulary. I LIKE this prgrame ;-)
The only real thing that annoys me though, is to me, drupals biggest flaw: Integrated HTML and PHP! Eeeeek!
I'm a clean code nunt and like to use w3c standard xhtml/css and find it near impossilbe to wade through all the php in the core program and added modules to find the bits of html i need to edit. It's a real pain, and IMO not the best practice....