this gremlin likes to claim nodes, and he won't let you post any attachments to them.
he seems to thrive in environments that include filemanager/attachment modules, though i haven't tried to incubate him in a different setting.
in my case, he likes nodes 12,13,14,16, but he doesn't like nodes 11,15,18
i've studied these nodes in the DB and can't find any sort of patterns. nodes might have single or multiple attachments already (before the gremlin reared his head. they might have no common properties in the database.
Sorry for the bad english. I'm modifing video module. I've inserted a hook_view called video_view() in the code to show an image in the node. But the image is showed only in the node details, not in the preview (in the home page). How can i can show that image added at $node->body also in home page, where nodes are listed? I'm using slash theme in Drupal 4.6.2.
I am currently developing a community portal with Drupal 4.6.2 and was wondering if there was a way to count how many downloads happen with each attachment. I see that there is counting going on for all node types, but I cant seem to a way for attachments. Any help would be appreciated ;-)
I'm hoping that someone else has gotten this problem in the past. Whenever i enter all my php and javascript code into my page to display the only thing that shows up on the page for that call back is open/closing html and body tags.
If anyone has been able to get this to happen b4 pllleeeaassseeee hheeeellllllppppp!
As a side note, i'm working with sajax code which might be part of the problem but I really don't know...
~!btopro
I am trying to install a few modules and i am having a problem. I installed and enabled the following modules with no problems at all, buddylist, flexinode, event, FOAF, privatemsg, RSVP, survey and feedback. However now i cannot install anymore modules. I have tried the following modules front_page, poormanscron and tinymce and i get the same result with each one. Once i put the .module file in the modules directory, when i goto the modules page in the administrator section the page finishes loading and stays white. Nothing is loaded at all on the screen.
I'm developing a NoChex payment processing module for the ecommerce package and I've hit a brick wall. I'm using a menu callback to register a function which takes in POSTed data and processes it, but whatever I do the function only sees an empty $_POST array (which is fairly useless!).
I've tried using global $_POST; but nothing seems to work.