Hi,

can I develop my own very limited back-end for my customer ?

I need a back-end customized for all users (not admin)...

thanks

Comments

a_lawry’s picture

What do you need the minimal backend to be able to do?

This is what I do. I usually call my new role "manager".

1. Create a new role in the user management->roles section of the admin interface.

2. Create a new user for your client and assign it the new role.

3. In the User management -> permissions admin section you can set just the permissions you need for your client.

You can also simplify the backend by moving common tasks to a new menu or to the top level of the administration menu so your client doesn't have to search through the menus looking for the admin pages.

aneuryzma’s picture

hi,

thanks for explaination..

what I need is a back-end like this:

http://www.htmlforums.com/attachment.php?attachmentid=10247&d=1250927014

I need the image visible.. and a title field

thanks

bartezz’s picture

Hi,

To me that looks like a cck content type with no title value for the body field (thereby disabling a body field), a cck select widget with two options: enabled/disable and a cck field for the image. I would look into the imageCache module for variations in the image size (unless you want a different picture source for 'big image') and there ya go...

Cheers

________________
Live fast die young

aneuryzma’s picture

hey,

I did what you suggested me using CCK and ImageField... Thanks!

One more thing.. let's say I would like to have a slideshow with my images.. such as this:

http://georgevandervlugt.com/joomla/

or this with controls, image numbers (1/3), and title...

http://georgevandervlugt.com/joomla/index.php?option=com_content&view=ar...

can I easily build (or even better to find a plugin) and integrate it with the content type I have just creted ?

thanks

bartezz’s picture

________________
Live fast die young