Hi! I'm trying to get a hang of creating Addons for XF. And wow, the learning curve is a bit steep.
I have a specific addon I'm thinking of creating for my community but I don't know where I would start. I did read the addon tutorial for the Demo Port, but I'm still a bit confused how I would go about certain things. I get creating pages and messing with MySQL.
So, let's say I wanted to create a page where it's a two column page, on the main content area, it user-generated content and on the side it has some options and stats.
Main Content:
How would I do this?
Thanks.
I have a specific addon I'm thinking of creating for my community but I don't know where I would start. I did read the addon tutorial for the Demo Port, but I'm still a bit confused how I would go about certain things. I get creating pages and messing with MySQL.
So, let's say I wanted to create a page where it's a two column page, on the main content area, it user-generated content and on the side it has some options and stats.
Main Content:
- Lists content submitted by users via options that's accessed by the sidebar.
- Clicking on one "content block" would take you to that contents page.
- Has a button "Submit Content".
- Clicking button takes you to a custom form.
- After clicking the form, you're directed to that content page.
- Content could be anything. Form would have a few field, as well as the wysiwyg editor.
How would I do this?
Thanks.