cancel
Showing results for 
Search instead for 
Did you mean: 

how to change the images/logos in office add-in

ganesh_boil
Champ in-the-making
Champ in-the-making
Hi team,
Recently i have integrated office 2003 addin with msoffice 2007.
Everything working fine. But i want to remove the default images/logos in the add-in.
But i didn't found anything related to this in the add-in installation directory.
Can anyone suggest me in this.
And i want to change the name of the link "My Alfresco" in the web-client as well.
how to do that.

Alfresco version is : labs 3.0 stable

Thanks for ur support team.

Regards,
Ganesh.
8 REPLIES 8

ganesh_boil
Champ in-the-making
Champ in-the-making
hi Alfresco team,
Can you look into this. Bcoz i'm customizing the Alfresco according to my requirement.
So i want to remove these logos and images and the 'my Alfresco' link as well.
Please help me out.

waiting for ur reply!!

kaisser
Champ in-the-making
Champ in-the-making
Hello everyone

I am interesting in customize the add-on for Office.

Anybody do it???

Thanks !!

ganesh_boil
Champ in-the-making
Champ in-the-making
Hi community,
can anyone did this??

mikeh
Star Contributor
Star Contributor
The add-in UI is a combination of three components:
1 - The installer.
2 - C# / .NET code
3 - Webscripts

The UI for #1 and #2 is in the extensions/AlfrescoOffice2003 folder - you'll need Visual Studio .NET and the Visual Studio Tools for Office libraries available from Microsoft. The installer is fairly obvious! The C# code provides the configuration screen and the webcripts everything else (the tabbed interface).

The webscript UI is in two parts as usual: webscripts at remote-api/config/alfresco/templates/webscripts/org/alfresco/office and client-side assets at web-client/source/web/[images|css|scripts]/office

Thanks,
Mike

javauser007
Champ in-the-making
Champ in-the-making
Hi Mike,
Good Morning!! thanks for your help.
Actually the add-in is available as a setup files and installed at the client side.
And if we want to customize this ad-in then how can we customize and supply to the user?
Because in the setup file the source is converted into byte format.
I didn't found any images in the setup file.

My requirement is i want to customize this addin (means changing the logos, css, some modification in webscripts as well).
These logos,css, and webscripts for office add-in is available at server side. So how the client can see my changes?
And is it automatically reflected at client side if we change at server side?

thanks for your support.

mikeh
Star Contributor
Star Contributor
The add-in code is mostly a wrapper around an embedded MSIE browser (plus code to handle authentication and the Office APIs, etc.). The tabbed interface is webscripts only - change it on the server and all clients will see the new UI.

The add-in must have it's own UI elements however, as on first install it doesn't know where the Alfresco server is to get this UI. In order to change the installer and C# parts of the add-in, you'll have to at least be able to re-build the setup files. You can edit the resources within the DLL files directly using Visual Studio and then repackage.

I suggest you check-out the AlfrescoOffice2003 source and load it up into Visual Studio. You may be prompted for a password which is required by the VSTO module - it's simply "alfresco"

Thanks,
Mike

javauser007
Champ in-the-making
Champ in-the-making
oh!! it is good!! thanks MIKE

zomurn
Champ in-the-making
Champ in-the-making
Is there a way to not display all the tabs ? only one interest me !
How to do ?

Thanks