Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Various modules have SQL to run at installation time. If Drupal had a hook that is run when you switch on a module in administer > settings, the module's code could look for the table and run the SQL if the table is missing.
I have modified the phptemplate node.tpl.php to include adsense per every node, at the top of each node.
However on term feeds, and the home page if I go into Admin->content->configure
Theres the option to have up to 30 Pages
Now if 30 nodes are selected per page, that means that there will end up being 30 units of adsense code,
Currently I have only 3 Units Displayed but is there a way to display 10 or more nodes with only 3 units of adsense in the source code. While maintaining the adsense code in each individual node
Im using flexinode in my development website and have encountered the following problem.
Suppose I have the following categories setup
A
- A1 category
- A2 category
B
- B1 category
the flexinode/add/ page renderes the above categories. I would like a user to only add comments to
the "child" categories and not the root, .i.e. not in A or B but in A1, A2 or B1. After reading most postings
on flexinode I could not find any reference to this. Has anyone encountered this problem before?