I have Contemplate module installed, using with Flash Filter and Upload modules. When I create a template for a node using Contemplate, neither of these modules now display content in the node. I have to manually add <?php print theme_upload_attachments($files) ?> to get the attachments listed, and I can't get flash filter to work at all. Is this a bug with contemplate, or is there a different way to force the flash filter module to parse the page for attached flash files, as it would before contemplate was active?
I'm creating a dual personality website, that is, it has one theme during the day, and it changes at certain hours at night into a completely different theme. The Content remains mostly the same. I was wondering if there was a way to setup a chron job or some kind of plugin that would allow you to select a theme, and have that theme run during the scheduled time.
Also, would there be something available to shedule content on, off, then on again, on a schedule?
i didnt find a documentation for paymentapi. nether for checkoutapi. so im posting here a question:
im building a payment module that needs the user driver license. i created a field using profile module.
so 1* first the guy choose the payment method, 2* than a mini form should appear with driver license field. 3* process continues as normal.
i dont know how to hook this form into the process.
I have a category module. I wirte function to create new category and my node(content) can choose its category from the new categories. Now I want a page to show categories. But there are too many categories in one page. Does drupal has any function to do the pagination?