Santiago:

>> > 2- How can i made tha second group only for non registered users ?
>>
>> Profile these for user "guest". Again see the J2 sample site... look for
>> content in the _user/guest folders.
>
> 2 - I dont have any prfile for guest user in the _user forlder. But have a
> question: its the same if i put a security constrait in the folder thant
> containts all the pages  of the second group ?? putting security to only
> guest user ??

Yes, security constraints can be used filter a site by user. Profiling is
more powerful in that you can setup different content for different users,
roles, groups, etc. with the same page names/urls. I use Profiling to
model course grain concepts and fine tune it with security if necessary.
So, yes, the two techniques overlap for simpler tasks and are quite
complementary.

>> > 4- Under all this i want to put an image.
>>
>> You can insert arbitrary constant HTML in the layout decorator Velocity
>> templates. See the /WEB-INF/decorations/layout/html/tigris/*.vm files.
>> Custom decorators can be deployed in a manner similar to portlet
>> webapps.
> Ok, its posible to add an image or icon to a link, i see than name this in
> the documentation, but i dont know to do that ?

The styles used for navigation elements are found in the *.css files in
the decorator directories. Of course, you can extend the style sheets or
you can simply hard code content in the template macros. I would suggest
trying to use the style sheets if at all possible.

Randy



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to