By aiphes on
Hi,
i'm developping a custom theme for D6 and i need 2 editing content zones print $content; in a page.tpl.php file...is it possible to do that ? if yes how to ? if not , whats the way to have 2 zones would can be edited by contributor...
thanks
Comments
I don't know what you mean
I don't know what you mean two zones. You can define CCK fields for the other 'zone' and display it where you choose by using node-story.tpl.php or whatever content type you are using.
i've done searches and i
i've done searches and i think the best way is to allow users to edit content of block...but i dont have find the way to parameter block permission to edit only content ...but the basic permission allow to move block and edit content
do you know any module or tips to do that ?
Dev Server Shared Hosting
8 websites powered by drupal 6,8 & 9 - Hosted by Always Data
may be you need panels module
may be you need panels module
i wouldnt have to use panels
i wouldnt have to use panels cause its a weighty module...
i think there are 2 solutions :
- block content edit permission
- make a view who display a node , and attach it to the block
Dev Server Shared Hosting
8 websites powered by drupal 6,8 & 9 - Hosted by Always Data
There's a module for that
I was looking for this exact same functionality. I needed to allow users to edit block content, but I didn't want to give them permission to edit other block settings.
For some reason this module wasn't very easy to find via google, but here it is:
http://drupal.org/project/block_access
It allows you to specify various block editing permissions according user role.
maybe these keywords will help future searchers:
edit block content only
block permissions module
great, i go to test
great, i go to test it...thanks
Dev Server Shared Hosting
8 websites powered by drupal 6,8 & 9 - Hosted by Always Data