This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Custom node module, stopping hook_view tags getting stripped

I'm trying to create a module for a custom node type. I'm trying to enter in my_module_view something like:

$node->body .= "<div>something elstra</div>";
 $node = node_prepare($node, $teaser);

... but the

tags get stripped away for some reason (so do most other tags too). How do I stop this? Its not a solution to change the filter/input format as I need the user to be able to select which one they want when submitting nodes. I'm using phptemplate for theming.

Jake.

problem with local tabs

Hi all,

I'm trying to create a module and I'd like to have a tab on the top of the page I'm displaying.
I've added this snippet of code below to my association_menu(), but even if the code get executed
(I've added a print "hello!!!" just before the $item[] = ...) the tab doesn't appear.

association_add is just a simple page that ends with theme('page', $content);

Article

Hi, is there anyone who got a solution for the broken article module...

When I installed it whent all good, but when I try to write an article it does not appear in my menu...

flexinode tab presentation

I'm trying to think of how to best do the following:

Main Page / Wikipedia like module

I'm slowly getting familiar with the modules and what can be accomplished.

Is there a module ideal for a display like the Main Page of Wikipedia ? For example:
http://en.wikipedia.org/wiki/Main_Page

Each day brings you a new Featured Article, Selected Anniversaries, News, and a "Did You Know?" section.

HTMLarea Installation Problem!

Greetings all,

I have been trying to install the downloaded Htmlarea WYSIWYG editor module (for Drupal 4.6) but haven't had much luck. As a matter of fact, I guess the module is getting installed properly, but when I unpack the Xena (downloaded from http://xinha.gogo.co.nz/cgi-bin/trac.cgi) in the Htmlarea module directory (as indicated in Htmlarea install.txt file), trouble begins. As soon as I go to any page with a text field, drupal/browser throws up an error saying:

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions