How can I add a new link to this section?
Which admin screen you are referring to ? Share admin tools or Alfresco admin console ?
For adding addition option to Share admin tools, you need to create a custom component and append to the admin tools AIKAU page.
Same way you can customize for Alfresco Admin console.
Refer:
https://docs.alfresco.com/6.1/concepts/adminconsole-custom-example.html
https://docs.alfresco.com/6.1/references/dev-extension-points-custom-admin-console.html
Sorry for my English İ add the pic my post İdont know its share or alfresco admin page...
So you want to add another link to the home screen of alfresco. All the links you see in the attached screen shot are added to the index.jsp page packaged as part of the alfresco.war file.
I am not aware of any other approach but If you can overlay the war file during the build, you should be able to add additional link to the index.jsp page and package it as part of alfresco.war along with all your custom modules.
I have highlighted all the links which you already see and added a custom link into it.
Here is the index.jsp file: |
---|
<%-- <%@ page import="org.springframework.web.context.WebApplicationContext" %> <!-- Enterprise index-jsp placeholder --> <% <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> //Your new link here: <p><a href="www.xyz.com">Custom Link</a></p> |
Thank you.Have a nice days
Change | Hot deployment | Dynamic reloading |
---|---|---|
Change an existing JavaServer Pages file. | Not applicable | Yes |
Add a new JSP file to an existing application. | Yes | Yes |
Change an existing servlet class by editing and recompiling. | Not applicable | Yes |
Change a dependent class of an existing servlet class. | Not applicable | Yes |
Add a new servlet using the Invoker (Serve Servlets by class name) facility or add a dependent class... | Yes | Not applicable |
Add a new servlet, including a new definition of the servlet in the web.xml deployment descriptor fo... | Yes | Not applicable |
Change the web.xml file of a WAR file. | Yes | Yes |
Change the ibm-web-ext.xmi file of a WAR file. | Not applicable | Yes |
Change the ibm-web-bnd.xmi file of a WAR file. | Not applicable | Yes |
Find the war files in alfresco /tomcat/webapps/alfresco/index.jsp and edit like Abhinav Mishra answer than save and exit.
Bingo *jsp file means new file will be automatically detected and compiled on the first request to the page...
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.