Early Bird Registration for DrupalCon Atlanta is now open! By registering during our Early Bird Registration window, you’ll save $100. This window ends on 19 January 2025 and will go by quickly, so don’t wait!
I have just noticed that statistics only update when viewing a node. Even on the drupal.org site the page count doesnt go up on book pages. If you view the same page but change book to node in the URL then it increments.
I needed a module for a nonprofit organization that shows temporary campaign popups, so I hacked it together from other module parts. It is very simplistic, but I don't have the skills to develop it further.
Currently, it has a settings page with a radio button that allows users with admin campaign rights to enable/disable the campaign. There's also a textbox for title and another for text. If the campaign (not the module itself, because that is always enabled) is enabled, a block can be displayed with its title and text. Additionally, also if the campaign is enabled, there's a window that pops up with the title and the text. The popup is cookie-dependent and it is displayed only once per browser session so that it's not annoying.
The shortcomings are
the block displays the full campaign text instead of just a teaser of an admin-defined number of characters or such, plus a more link leading to...
...a (currently missing) page like yoursite.com/campaign where the current campaign is displayed in its full text
optionally, it should be able to deal with more than one campaign, which I think would only be possible with a separate mysql table
should it be able to store more than one campaign, there would be no separate popups for each campaign but one window listing title+teaser for all campaigns, and a link to their separate pages under the main campaign page...
I applied for CVS access to drupal-contrib twice in the last week, but I have received no indication that my application was received, denied, or approved. Does the form work? Should I take my request to the mailing list or to a specific person?
Hi,
i have tried much things but dont getting it to work.
When you click on the banner displayed by banner module, the site should be opened in new window and not in the same window.
does anyone have an idea.
cannot display the code here