[TYPO3-dev] My first (for me) advanced extension
Brian Bendtsen
brb at mentor-it.dk
Fri Mar 17 11:47:27 CET 2006
Hi list!
Im currently working on my first somewhat advanced extension. Basically
its purpose is to allow FE users to see a list of offers and accept one
of them. The push of the button should
call a function to insert userid and offerid in a table I have created.
Then the BE users can see which FE useres has accepted which offers.
It sounds pretty easy, but for at first timer, its not.
My first questions are (I think there will be others):
- Do I place this function in the class_myextension_pi1.php file or do I
have to create another?
- Where do I place the form? Above file or my html template file?
- How do I only display the accept_button when a user is logged in?
Thats it for now
I have been going through the videos on making front end plugins. They
helped me alot.
Can someone help or at least push me in the right direction.
/Brian Bendtsen
More information about the TYPO3-dev
mailing list