Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
But I searched the API for "StdClass" and it doesn't show up. Is this a PHP thing or is there something I can look at to totally understand
where StdClass came from?
I'll carry on using it for now but I'd like to understand.
I have implemented some actions and when a particular action is activated by a workflow change ("Submit for evaluation") I
want to create a new node of type "evaluation" which has a field "evalstatus" which is set to "0".
I have no idea how to actually do this properly.
I tried doing a call to
node_save(array('type'=>'evaluation'));
This does put a new node into the node table but what is the correct way to make things propagate into my custom table?
I dont know how to use the default upload module in drupal. I have setted the configuration of upload module and enabled them.
How to give a page to upload and hook that to upload functionality? do i need to create a page in html to upload, then how to link the upload button to upload functionality. Or do i need to download some other module.
Need: I have to allow some users to upload images(gif and vsd) into the database or directories. And also allow them to view all the images.
Has anybody seen or done a dating site using drupal and additional modules. I would like to create such using standard CRM software and module to add, chat, photos, and mostimportantly monthly subscription payment. Anybody have a suggestion?
Regards
cvc505