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?
I've read the example module and I've read through converting the story node to a new node type.
What I still don't understand is how can I make my own node with various types of user input? I would like to have a page with a drop down menu, and a text area. The content of these will get sent to a db table when the user presses "submit".
Do I have to modify the "form" hook somehow to include these input types?
How do I get the username of the user who is currently accessing the site? I can't seem to find out how through the developers documentation on this site.
I need to be able to insert records of the user who is logged on into a database, so that they can retrieve only records belonging to them.
I'm quite new at this, so any help is most appreciated,