I am new at Drupal, I ike to be able to know how to be able to replace the entire header in the spreadfirefox theme with a flash file. I cannot seem to figure out how to add flash so that the entire header is in flash. I am not really good working with PHP or where to even look to edit this. I read that I need to modify xxxx.tp.php to put flash, but I dont know where.
I created a very simple content node module called "Committee" for a very simple "Committee" node. I have created a "view committees" permission and I have a user access role that provides certain members the ability to view these so-called "Committee" nodes. It works great! If you are not logged in (or dont have permission), you do not see "Committee" nodes and if you attempt to access a "Committee" node via some URL you get the "Access Denied" message. Once a privileged uses logs in, he/she can of course view these nodes. Perfect for what I had in mind.
Then, I enabled the tracker module, a great module for listing recently updated nodes. So here's my problem: If a user is not logged in, he/she can see the "Committee" nodes listed same as the other nodes in the "Recent Posts" list. Though, if the user attempts to view any of the nodes in question, the "Access Denied" message is displayed. Have a look see at http://www.planofchicago2009.org/site/ (note we are in very early stages of development).
I have looked at the code in the tracker module and sure enough, there is no sort of user access check on the the nodes listed. I checked drupaldocs.org and there was this post http://drupaldocs.org/api/4.6/group/node_access - Node Access Rights that confirmed that with node lists, hook_access() is not called for each node for performance reasons (fair enough).
Was testing the spam module (incredible by the way-catches all kinds of crap that was getting on a daily basis), by typing in spam words in a comment, submitted it, and then it told me my IP address had been banned due to attempting to post spam! I'm the administrator, lol.
Anyway, I didn't see anywhere in the entire administrator part where to unban my own IP address. ANyone now where that is? I'm so embarassed... :)
I am very new to drupal. I added on new block with no problem, but I can not add a second. These are the results when I tried to add a second block:
>>
user error: Duplicate entry '' for key 3
query: INSERT INTO boxes (title, body, info, format) VALUES ('tester', 'test test', '', 1) in D:\Xampp\xampp\htdocs\drupal\includes\database.mysql.inc on line 66.