Hide "created by" : desactivate the creator's name for content

4 messages Options
Embed this post
Permalink
pumpeth0 () Hide "created by" : desactivate the creator's name for content
Reply Threaded More More options
Print post
Permalink
Hello,

I would like to desactivage the creator's name for content, that says :

Created by ....

For each content, because I won't need this fonctionnality and I takes lot of place in the screen.

Does somebody have any link or idea ?

Thank you very much.

Bye.
erik kulvinskas () Re: Hide "created by" : desactivate the creator's name for content
Reply Threaded More More options
Print post
Permalink

pumpeth0 wrote:
Hello,

I would like to desactivage the creator's name for content, that says :

Created by ....

For each content, because I won't need this fonctionnality and I takes lot of place in the screen.

Does somebody have any link or idea ?

Thank you very much.

Bye.
pumpeth0,

Take a look at the CSS that controls that part of the display and then change the css to visible:hidden in that css class. We do this for our site and it works swimmingly!

-erik
Michael Krishtopa () Re: Hide "created by" : desactivate the creator's name for content
Reply Threaded More More options
Print post
Permalink
erik kulvinskas wrote:

>> I would like to desactivage the creator's name for content, that says:
>>
>> Created by ....
>>
>> For each content, because I won't need this fonctionnality and I
takes lot of place in the screen.
>>
>> Does somebody have any link or idea ?
>>
>> Thank you very much.
>>
> Take a look at the CSS that controls that part of the display and then
> change the css to visible:hidden in that css class. We do this for
our site
> and it works swimmingly!

visible:hidden - The element is invisible (but still takes up space)

Also you may use display:none for hide element, if you don't need to
save this element space.

--
Best regards,
Michael Krishtopa
Plone design and themes development

_______________________________________________
UI mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ui
pumpeth0 () Re: [Plone-UI] Hide "created by" : desactivate the creator's name for content
Reply Threaded More More options
Print post
Permalink
In reply to this post by erik kulvinskas
Thank you !

I delted some <tal : name>   in folder_listing


and it works.


Bye !

2009/7/1 erik kulvinskas (via Nabble) <[hidden email]>

pumpeth0 wrote:
Hello,

I would like to desactivage the creator's name for content, that says :

Created by ....

For each content, because I won't need this fonctionnality and I takes lot of place in the screen.

Does somebody have any link or idea ?

Thank you very much.

Bye.
pumpeth0,

Take a look at the CSS that controls that part of the display and then change the css to visible:hidden in that css class. We do this for our site and it works swimmingly!

-erik