Document ID: 48282
Contents
Introduction
Prerequisites
Requirements
Components Used
Conventions
Procedure
NetPro Discussion Forums - Featured Conversations
Related Information
Introduction
Some Cisco MeetingPlace Web users want to remove the InfoCenter link from the "Welcome to MeetingPlace" home page. These users already have their own user training website or pages that they wish to use. This document explains how to remove the text "To learn more about MeetingPlace, please visit the MeetingPlace Reference Center" and the InfoCenter URL link.
Note: In earlier versions of Cisco MeetingPlace Web, this text reads "To learn more about MeetingPlace, please visit the InfoCenter."
Prerequisites
Requirements
There are no specific requirements for this document.
Components Used
The information in this document is based on Cisco MeetingPlace Web Conferencing versions 4.2.5 and 4.3.x.
The information in this document was created from the devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If your network is live, make sure that you understand the potential impact of any command.
Conventions
For more information on document conventions, refer to the Cisco Technical Tips Conventions.
Procedure
The procedure to remove the InfoCenter link involves two files:
-
wcBase.tpl
-
wcGlobalStr.js
Complete these steps with use of the file wcBase.tpl:
-
Create a backup copy of wcBase.tpl so that you can revert to the original file if you make a mistake with your modification.
Note: There are two wcBase.tpl files. One of the files is in the \templates directory, and the other file is in \templates\external. You probably only need to modify the wcBase.tpl file that is in \templates. But if you do not get the results you desire after you complete Steps 1–4, modify the wcBase.tpl file that is in \templates\external.
-
Open wcBase.tpl in Microsoft Notepad.
Note: You must open the file in a plain-text editor such as Notepad so that the file extension does not change when you save the file.
-
Search for and delete this string:
if(m_InternalServerHostName != "" || "<!--#LATD ExternalUser-->" != "Yes") document.write('<font color="#003466" size="-1"><b><a href="javascript: GoToInfoCenter()">' + GetString(203) + '</a></b></font>');Note: This string of code displays over multiple lines due to space limitations.
-
Save wcBase.tpl.
Complete these steps with use of the file wcGlobalStr.js.
-
Create a backup copy of wcGlobalStr.js.
Note: You find this file in \latitude\mpweb\jslib\000. But, if you work with a different language interface, locate the file in the appropriate \jslib\00x folder.
-
Open wcGlobalStr.js in Notepad.
Note: You must open the file in a plain-text editor such as Notepad so that the file extension does not change when you save the file.
-
Search for Case 201.
Below Case 201, a block of text displays. At the end of the text, you find this string:
<br>To learn more about MeetingPlace, please visit the
Note: This string of code displays over two lines due to space limitations.
-
Delete this string.
This is the final result:
Case 201: return("With MeetingPlace you can hold your meetings online,<br>whether they be training seminars, sales demonstrations,<br>or everyday project meetings and business communications.<br><br>Anyone can participate using a phone and a web browser<br>to discuss and collaborate on documents in realtime.<br>MeetingPlace makes it easy to setup, attend, and manage<br>your meetings.<br>");Note: This code displays over multiple lines due to space limitations.
NetPro Discussion Forums - Featured Conversations
| NetPro Discussion Forums - Featured Conversations for Voice |
| Service Providers: Voice over IP |
| Voice & Video: Voice over IP |
| Voice & Video: IP Telephony |
| Voice & Video: IP Phone Services for End Users |
| Voice & Video: Unified Communications |
| Voice & Video: IP Phone Services for Developers |
| Voice & Video: General |
Related Information
- Voice Technology Support
- Voice and IP Communications Product Support
-
Recommended Reading:
Troubleshooting Cisco IP Telephony
- Technical Support & Documentation
| Updated: Jan 31, 2006 | Document ID: 48282 |
