In order to be WCAG AA-Compliant my website has to have all the explicitly set.
I am trying to modify it, but the simplenews.module does not have ids specified for the radio buttons. I've also checked the form.inc, but I couldn't find a solution.
Could anybody please explain me how to add IDs on the radio buttons for the subscribe and unsubscribe options? And how should I call them from the form.inc file?
Hello,
sorry my english is not very well. :-)
I have Drupal 5.1 and install the Advertisement Modul. That was all correct.
Then i ad two groups, top and right. Then i add two adds. One in the group top and one in the group right.
Then i place the top block at the top of my site and the right block at the right of my site.
The Problem is, that the ad i place in the top group where also shown at the right site withe the right group. Why is it so? What can i do, that the ads only shown in their group?
I have been trying to use node_save() instead of poking around with the database tables as I want to do things the proper 'Drupal' way, however I have hit an annoying problem. I am using node_save() to insert a new CCK node that I have defined, which is does, unfortunately it continues to add entries to the 'node' table until the script is stopped or exhausted.
I have searched here and on the web in general and all I have found this issue which dates back to 2005 http://drupal.org/node/27007 I don't know enough about Drupal's internals to know if this is the problem I am hitting or not?
Below is the code the I am using "mynodetype" is the CCK node I have set up, I have not reached the stage of trying to write to the CCK fields yet I am just setting up the basic node. If $newnode->type is set to an undefined node type the it inserts only once. The CCK node has fields related to other nodes and it uses Automatic Nodetitles.
I am having problems with the advanced front page settings. I put some code in the box for the anon user, i also have FCK module installed. Now it won't let me edit the source code at all in the box. Is there a database that the advanced front page settings uses? Could I delete the row that contains the info for the anon user?