Croogo - allows users to add a pictures on a blog site - image

I am a new user of Croogo. I need to create a website, like a blog, where users can post and add pictures.
But I don't know how can I proceed, the admin can post trough the admin panel but what about users ? Which function should I use ?
I didn't found any tutorial on the web and I don't know how it works.
Thanks you for your help.

Better try to create it in the Vendor/croogo/croogo/Nodes path in the respective controller and view folder. You can start from here. Hope this will help you.

Related

How to create admin and front view in codeigniter?

I want to develope an application with codeigniter
I want sperate my admin and front view, contrller and models
searched on many blogs but couldn'y get it
Can any one help me out?
If you are new to CI, please follow these tutorial:
CI Official Tutorial or CI Video Tutorial
If you are expert, please elaborate exactly what problem you are facing.

How to add simple custom form to magento admin panel

First of all let me clear what i want to do, here is my problem. I have my magento project running on server. Now my client is asking me to add a module like this, please have a look
http://www.chinaglaze.com/Try-On/index.html
Also he want that he can manage images and color codes from the Magento Admin panel. I have not much experience in magento extension development.
Please provide me reference if there is any magento extension already exist so that i can use that other wiase how to do it.
If you want a Magento frontend view which is admin manageable (with your own custom database tables) try this piece I wrote: link. Hope it suits you.
You should add a custom module to add that.
Check this link
http://www.magentocommerce.com/wiki/5_-_modules_and_development/0_-_module_development_in_magento/how_to_create_an_admin_form_module

How to Develop Codeigniter Admin Panel

Hi i'm new to codeigniter.
I have developed this website using CI.
http://maxmovies.in/fattto
Now i want to create the admin panel for this website.
I want the url like this to access the admin panel.
http://maxmovies.in/fattto/admin/
First i thought adding a admin controller and proceed with that.
But my back-end will have around 25 pages.
I don't think adding 25 functions in the single controller is not
good idea.
I searched and got some tutorial but i'm not clear with that.
So can any one help me to config the admin panel for my website?
Thanks to all and sorry for if my english is not good.
create fattto/admin folder in controller view and module and set all code in this folder
when u write http://maxmovies.in/fattto/admin/ it open admin panel whatever code u write
You could organise your controllers into sub-folders, which would give you the desired effect.
The use of Routing could also help you achieve what you want, which will allow you to map a URL to a particular controller/method.

Magento create landing page with registration fields

I'm having e-commerce store built in magento. As by marketing point of view we planned to create a landing page which contains all registration fields and we'll run a separate adcampaign only for that to collect user's info.
I don't have any idea to do this.
Please give me a suggestion to make it possible.
Thanks in advance.
Not exactly what you asked for but If you need to get users to login/register on your site right away when they visit, you could use this lovely extension.
http://www.magentocommerce.com/magento-connect/catalog/product/view/id/12921/

Joomla Custom component with sample form in admin

I need a sample form in administrator having add,edit,delete options to manage "success stories" in my web app.
I searched to get sample component to install.
If i get that, i will change form according to my app & table too.
Please help me by giving link resource that suits my requirement. I am sorry to ask this, i am new to joomla.
Thanks in advance,
Sunil.
Take a look at the Joomla Component Creator: http://www.notwebdesign.com/joomla-component-creator/

Resources