Generally speaking, what type of things should I look for to see what would cause an access denied message to occur for the superuser of my site?
Came upon this issue after installing the administration.module, and am glad to do the hunting, but I don't even know what I'm looking for right now, since I've never had this issue.
Filed an "issue" under the project itself a few days ago, btw, and have not heard back, which is why am posting it here...
Is there any module that enables the title of any node type to be added into a horizontal scrolling news bar? Should I do this in the template or should I create a module for it?
I'm trying to create dropdown menus to match an existing site, and use the existing menu css. It's 99% working, but I need to add a class to links that have children. I'm currently doing this in my theme_menu_item_link function...
I thought it about time I write a module for a site I'm working on instead of writing code into the .tpl.php files.
I've got my module working fine - I've created a block to show a list of recent content that matches a set of parameters. (Unfortunately "views" module couldn't provide me with what I wanted.)
I'd like to be able to re-use this module code and set up a number of different blocks by passing in different parameters to it. Is this possible or do I need to create a different module for each block? What is best practice here?
Where the variable "$content" in the page-forum.tpl.php is generated? I need to change the formatting of post main (first post of thread), to insert an id in div or something that I can change the formatting. How I could make this?