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

MENU with dynamic links

Let me show my problem :
- I have a menu including some items such as A,B,C,D. The link in drupal is like : www.mysite.com/?q=A ,www.mysite.com/?q=B,www.mysite.com/?q=C,www.mysite.com/?q=D
- I have another page for user enter something like ID ,called E.

printing Online User's Name

Hi Guys,

I think it is the right place to post this question. I am a new on Drupal.

Layout of the Task:

I have installed the "Image" module. In image gallery, i have shown the images with checkboxes so the user can select and send these images to be printed by Shutterfly.

Layout of Implementation:

<span> tag cant work in filtered HTML

I dont know whether it is a module bug, I searched the whole site but no result, maybe I m not using the right keywords, so I place my question here for help.
First I place the tag in the allowed HTML tags, then I create my content like this:
hello
when I submit, the color dosent change.
I check the source it shows: hello
That means the style tag is removed.

But when I add some other tag (for testing) like
hello hello
the source shows they all remain

As far as I tested only style tag is removed when using tag

Automatic create node with CCK

Hello

next code automatic create node

$node = array('type' => 'place');
$values['title'] = $name;
$values['body'] = $description;
$values['filed_place'] = $place
$values['name'] = "admin";
$s = drupal_execute('place_node_form', $values, $node);

filed_place defined by CCK. Node was created, but field_place not set. What the problem?

vovan

Attempting to add support for "gwbbcode"

Greetings! I am a huge Drupal fan, and I use it to run virtually all of my sites these days. I am a webmaster for a Guild Wars clan site, and we would like to be able to integrate a script that allows users to post their builds. The script, gwbbcode, is intended for phpbb, but has been successfully ported to several other php-based cms's (e.g., word press, joomla, wiki). I am running Drupal 5.x.

The script converts simple text code (defining a GW build) into a great graphical/rollover display. Here is a fantastic example of the script in action:
http://gwiki.fr/wiki/Build:El/A_Eau_D%C3%A9senchanteur

Here is the script itself:
http://gwshack.us/gwbbcode-1.7.3.zip

It seems that integrating this script should be relatively simple. Simply drag-and-drop the script directory onto my site and add a few simple hacks to the drupal script.

These are the steps needed to install the script on phpbb2:
http://gwshack.us/forums/viewtopic.php?t=246

As you can see, there are only a few lines of code needed to "install" the script. The thing is, I am not familiar enough with Drupal's code to know where to include these lines.

Where should I make edits to Drupal to add those few critical lines of code? Somewhere in the templates? Would it be possible to package this into a "module" in some reasonably simple way?

Cancel Account

Good Day,

After working for several months on my Drupal 5 site I notice that a registered user has no ability/option to cancel their account (even here are drupal.org, option is not available).

I have been searching for 4 hours now, this is the only thread I found. http://drupal.org/node/8#comment-151471

First of all I am not a web developer nor a webmaster, I am a hobbyist.

Pages

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