Is it possible to open the preview of a node in a new browserwindow, with a different theme. I would like to build a temporarily preview option. It is in important that the theme is not been switched, but only used for this preview. I know i could do something with "theme_node_preview()" function. But i'm a little bit stuck here. I hope somebody can point me out in the right direction.
I have made a module but I want the output of my module to appear BEFORE the regular output,,,that is...Id like to control the order of items in $content. Would the easiest way be to override $content and gather all that myself? (icky)
I've written a bbcode parser module but I'm having a strange problem. Whilst the bbcode parser works fine with some test code I wrote but if I call the function from within the module it stops working. It seems to be failing to recognise a tag as a tag when I do a preg_match on it and so it treats everything as plain text, but I have no idea why.
i have added the nice_menus module to ym website , when i try to configure if at admin>settings , i click on it and i get a white page , nothing happens , the same thing happened when i tried using the internationalization module , this i18n module , i also get a white screen , those are the only modules i have added to my drupal site and i get the same problem .....
help me out please!
As a poor man's AJAX, is there any way to disable validate? I can insert code that checks the name of the button used to submit and then execute arbitrary code if it matches. However, I don't want to run through the validation procedure (inefficient, since I know it will fail miserably) and I certainly don't want the (predictable) error messages to appear at the top of the page.
If this isn't clear, just let me know what doesn't make sense.
I'm having a serious problem with the flexinode module.. I'm running MySQL 4.1 and Drupal 4.7 on Apache 2.0..
I've installed the cvs version of the flexinode module, created the DB tables and finally tried to create a new
content type..
The content type itself gets created well.. but when I try to add a field (tried: image field, number field,
postal address) I go back to the page where my content type (say "Sport Shoes") is listed and where all fields
should be listed.. The fields I create do not get listed..