Hello
I am creating my own template.
I want in the side bar to create a menu list and in the end I want to have two dynamic small banners.
How can I create a block in the left side of my site that will be different from the “left sidebar” block?
Specifically I would like to decouple in phptemplate_node() the creation of the node $variables from the calling of _phptemplate_callback(). I want to be able to call a sub template of a content type (i.e. "node-automobile-history.tpl.php" or "node-candidate-positions.tlp.php") but in order to do that I have to duplicate almost all the code in phptemplate_node(). Duplication means I would need to maintain my module code in parallel with changes in the core and not doing so could cause bugs and potential security holes.
The change would actually be very simple. We'd just change
hello.
What I want to do is getting value or data from the same form.
Here is procedures.
let's say there are two textfields in a form. One is name the other is ID. Both are required fields.
I want to set ID by name, which is set by user. like if name is 'aha', ID is 'aha-AX100'.
after an user input data into name, submit button is clicked and drupal show the page again due to both ID and name are required fields.
Hello
I am new in Drupal.
In the block section in the Administer menu I tried to build a flash banner for my site.
I create the block and I enabled it but I can’t see it.
Do I have to enable some of the tags that I am using in this object?
The tag is enabled in the default settings ?