I have a need to post data to a remote form, based on input from a module. What capabilities does drupal have to do this? or do i need to use a pear module of something?
Ok so the image module clearly exists for 4.7 because other things are dependent on it, so my question is where the hell do you download the 4.7 version of image module from???
maybe i'm a spacker but i can't find it anywhere...
I need to query this data and use it on my site but I am not sure how to correctly access it and parse it. Is this some type of special Drupal way to store data?
How I can add new fields to the View module?
For example, I need to have a new column named "file" for Table View (with table content from Upload module).
(Thanks for the great module! Sorry, I am a newbie in Drupal and my english...)
I have created a flexinode to post events. Whenever I attempt to create content with this flexinode, I get the following error: Call to undefined function: event_get_offset() in /home/devdrup/public_html/Newberg/modules/event/event.module on line 1688
I should mention that I have used event.module 1.122.2.26. Any ideas?
Is it possible to have say a game review page (games/mygame) and then also have a page (games/mygame/images) all as the same node?
I am wanting to have an images page for games and was wondering if something like this would be possible with maybe Flexinode.
I want people to be able to go to the game page and then click an "images" button that takes them to the images page. I know this could be accomplished with creating a new node but then it gets harder to manage and creates more clutter. Is there a way to create all this at once?