where is it located,the text bottom of dashboard!!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 01:00 AM
Hi,
Had query like when we log in to our alfresco ,and when we click my aLfresco we get the alfresco dashboard. In the dashboard at bottom we can see an image [size=150]AlfrescoLogo32.[/size]png along with the text such as "[size=150]Certified and supported. Alfresco Software Inc. © 2005-2009 All rights reserved.[/size]" i just want to customize this text,i am not able to locate where i need to make change.Can anyone help me on this regard
Had query like when we log in to our alfresco ,and when we click my aLfresco we get the alfresco dashboard. In the dashboard at bottom we can see an image [size=150]AlfrescoLogo32.[/size]png along with the text such as "[size=150]Certified and supported. Alfresco Software Inc. © 2005-2009 All rights reserved.[/size]" i just want to customize this text,i am not able to locate where i need to make change.Can anyone help me on this regard

Labels:
- Labels:
-
Archive
7 REPLIES 7

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 03:34 AM
Are you using a community or enterprise version ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 04:32 AM
You do realize that OpenSource does not mean "ignore the licens topic and remove copyrights at will" ?
Norgan
Norgan

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 04:48 AM
This is the "why" of my question

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 07:39 AM
i am using an enterprise edition and i guess in this we can do it.. its just that i am looking for trial and error so i am really curious to know where those text "Certified and supported. Alfresco Software Inc. © 2005-2009 All rights reserved." is located..i guess this text would have been writeen in some jsp but i am not so sure, hope you got my query.


Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 09:46 AM
this text is written in PageTag.java
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 10:02 AM
yes i got that through eclipse,but how this change is going to reflect in my alfresco,do i need to recompile that java file and paste the class file in my local alfresco drive or is there any alternate way.
Thanks For the input
Thanks For the input


Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 10:47 AM
you have to create your own PageTagCustom.java, copy-pasting the code from PageTag.java, and modifying what you want.
Compile your class as a jar file or as an AMP module (look for "building an AMP module", or "packaging and deploying modules" in the wiki).
Then, in faces-config-custom.xml, override the definition of PageTag, calling your own class your.package.PageTagCustom.java
If you don't get something, feel free to ask again for any clarification
Compile your class as a jar file or as an AMP module (look for "building an AMP module", or "packaging and deploying modules" in the wiki).
Then, in faces-config-custom.xml, override the definition of PageTag, calling your own class your.package.PageTagCustom.java
If you don't get something, feel free to ask again for any clarification

