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

Creating new properties for $node object during hook_load or hook_prepare

Hi

Is it possible to create new properties for $node object in hook_load() or hook_prepare()?

I need to load the string form database and cut it into pieces as separate values for properties of the node object.

How can i accomplish that?

Do you know MySql triggers and stored procedures? Lend a hand with important module...!

Hi,

I am developing a module called "Paypaul", which will allow people to send and receive "virtual" money.
I am after somebody who knows MySql, in particular:

* Stored procedures
* Commit/rollback
* Triggers

I am coding the module without all this. However, eventually I will definitely need to make sure things are "correct" DB-wise, and no inconsistency is basically possible.

Please contact me if you're willing to help - I will need very little, but very important, help.

Bye,

Merc.

Collaborative Picture Editing

Is there any feture in drupal 5.X wherein we can collaboratively edit any image,
i.e. 5 people can edit a single image to point out something in the image.

Acidfree issues - per user albums

Hello all.
So, question for those that might know ...
Is there a way to have albums exclusive to a user. For example, there's the "Per user albums" checkbox in admin, then when creating an album there's "Allow others to post items to this album".
However, if I add an album with user1, anyone else can still add items to this album, that doesn't make sense.
Perhaps this was a fubarred install ... er, multiple fubarred installs since I've tried it a couple times ...
or perhaps I'm just not understanding the meaning of those checkboxes.

Image Attach

I want to add a URL field to the Image Attach module. The URL field would link the attached image to the URL entered. Is there an easy way to do this?

How to iterate through the object

Hello,

There is modified output from the command var_dump($node);

object(stdClass)#26 (104) { ["fld0"]=> string(1) "0" ["fld1"]=> string(1) "1" ["fld2"]=> string(1) "2" ["fld3"]=> string(1) "3"}

I can access separate properties of the object in following way:

$output = $node->fld0;

but how should i iterate throught that object? For example i want to make souch a thing:

Pages

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