Posted by amira on September 1, 2009 at 11:10am
hi all,
iam a newbie in drupal, and i just tried to paly with drupal development , like creating simple modules but now i want to spacify for each user different location to my module (i.e for user x :--> he will see the block module in the content ,but for user y :--> he will see the module in the right block ...and so on)..where and how i can do this ..?
thanks for advance
Comments
You might look into the
You might look into the multiblock module. Combined with well designed page visibility settings, this may fit the bill. Most likely you will be using roles (not users) to determine visibility, however if you do use users, you can slap together a php script for the visibility settings...
Derek
http://drupal.org/project/multiblock
http://collectivecolors.com
thanksssssssssss
thanksssssssssss deeporange,
it is exactlly what i need ...thank u very much for ur help and concern