In CS10 it comes up with this kind of deal see img
Now in 9.7 and below there was perhaps the [Chicklet] method one used to out a new banner
Here is a quick and dirty way
- Option .Edit the file that is called custom.js in /support/appearances/custom.js a zero byte file and a custom.png is supplied by OT .One could just add some simple javascript to do this
Put code like this in img/appearances/custom.jsjavascript:document.write(“Hello World!”);javascript:document.write(“<img src=\”/img/appearances/custom.png\”>”);
anything that you can do with custom.js will be put on that page
- Option -This is contribution of my friend Madhukar Kampe.He wrote to me
Go to location OTHome\support\style\images\ . Here you find many images. The images of our interest are below.
– logo_otcs224x43.png (this is the image that appears to the left side by default)
– banner_right_ecmsuite320x43.png (this is the one that appears to the right one by default)
Now we can edit this images to whatever images we want by not changing the names. Below are the before and after screens
thank you..
Hi Appu,
I used the option 2 to modify the image.
Can you tell me how can I modify the tool tip and URL redirection to Enterprise Workspace.By default its Personal Workspace.Which JS file of weblingo file do I need to modify.
Thanks,
Ankur
I could not understand what you are asking as far as CS10 or livelink is concerned each user can set /his her preference on the start page and there is a setting that reads Enterprise.Home actually two when you install livelink by default in its opentext.ini.Now this would come into play only if somebody just typed the entry to the script with absolutely nothing after that.Anything after the script is understood/parsed by livelink to a suitable dispatch method and the user is sent if he/she is permitted to go there.I also have no idea what the tooltip stuff is it is probably much more answerable by any user who understand ajax/json/jquery much better than me.