Today, Stuart McIntyre and I worked together to solve an issue that is not currently documented for Lotus Connections. We wanted to remove one of the pre-installed blog themes.
The Lotus Connections InfoCenter has instructions on how to make a custom theme available to your users.
The Lotus Connections InfoCenter has instructions on how to make a custom theme available to your users.
While these instructions tell you how to add a page, it does not address how to remove one of the built in themes.
Here is the procedure we worked out to remove an existing theme:
Turn on class reloading for the application on WebSphere
- Log in to the WebSphere admin console
- Expand Applications on the left
- Click on Enterprise Applications
- Click on the Blogs application
- Click on Class loading and update detection
- Check Reload classes when application files are updated
- Enter a Polling interval for updated files. (I used 30 sec and then turned reload off when I was done.)
- Click OK
- Click Save to save your changes to the master configuration
Remove the theme files
Remove the associated theme directory from:/installedApps//Blogs.ear/blogs.war/themes |
I suggest you simply move the theme directory to a back up location in case you want to restore it later.
Remove the theme from the Blogs properties files
Remove the associated theme directory from:
I suggest you simply move the theme directory to a back up location in case you want to restore it later.
Remove the theme from the Blogs properties files
- Find the resource file:
/installedApps/ ./Blogs.ear/blogs.war/WEB-INF/classes/ApplicationResources.properties | - Locate the #themes section of the file and enter a # in front of the theme directory name in the format: #ventura.theme.yourThemeDirectoryName. For example, ventura.theme.MyTheme=My Theme.
- Repeat for any ApplicationResources.en_properties and any other relevant language files.
Restart the application
- Log in to the WebSphere admin console
- Expand Applications on the left
- Click on Enterprise Applications
- Click on the checkbox for the Blogs application
- Click Stop
- Click on the checkbox for the Blogs application
- Click Start
Enjoy!
Thanks for the heads up!
ReplyDelete