cancel
Showing results for 
Search instead for 
Did you mean: 

[Solved] How to edit Share Home Page

newmember
Champ in-the-making
Champ in-the-making
I would like to add some contact phone numbers to the Share Home Page, so people could call me if they run into problems.  How do i add my phone numbers to the Share welcome page?  I am really not a good web or HTML programmer.

Thanks
8 REPLIES 8

gronfelt
Champ in-the-making
Champ in-the-making
It really depends on what you mean with "the Share Home Page", where do you wan't the phone numbers to be located?

teemus
Champ in-the-making
Champ in-the-making
If you mean "Getting Started" dashlet (contains topics like "Welcome to your Dashboard") on users dahboard, then you can edit following file:
<alfresco_install_dir>/tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/dashlets/user-welcome.get.html.ftl

mikeh
Star Contributor
Star Contributor
If you mean "Getting Started" dashlet (contains topics like "Welcome to your Dashboard") on users dahboard, then you can edit following file:
<alfresco_install_dir>/tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/dashlets/user-welcome.get.html.ftl
Please don't edit files within the share folder, but use the web-extension override mechanism instead. That way your changes won't get overwritten if the war file redeploys or you upgrade.

Thanks,
Mike

teemus
Champ in-the-making
Champ in-the-making
Sorry replied bit too fast without thinking that much Smiley Happy

But,
copy: "<alfresco_install_dir>/tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/dashlets/user-welcome.get.html.ftl"
to: "<alfresco_install_dir>/tomcat/shared/classes/alfresco/web-extension/site-webscripts/org/alfresco/components/dashlets/user-welcome.get.html.ftl"
and then edit.

newmember
Champ in-the-making
Champ in-the-making
So I am referring to the login page for share. 
I wanted someone to know where to call me if they have problem loggin in.


Thanks

mikeh
Star Contributor
Star Contributor
So you want slingshot-login.ftl in templates/org/alfresco/global

Thanks,
Mike

neozone
Champ in-the-making
Champ in-the-making
If you mean "Getting Started" dashlet (contains topics like "Welcome to your Dashboard") on users dahboard, then you can edit following file:
<alfresco_install_dir>/tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/dashlets/user-welcome.get.html.ftl
Please don't edit files within the share folder, but use the web-extension override mechanism instead. That way your changes won't get overwritten if the war file redeploys or you upgrade.

Thanks,
Mike

If I install alfresco-community 3.2 from the canonical ubuntu package / ubuntu 9.04 / tomcat6, it doesn't have web-extension for override….

mikeh
Star Contributor
Star Contributor
Simply create the folder. You need: tomcat/shared/classes/alfresco/web-extension

Thanks,
Mike