Guest

Cisco Unified MeetingPlace

MeetingPlace Web Home Page InfoCenter Link Removal

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:

  1. 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.

  2. 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.

  3. 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.

  4. Save wcBase.tpl.

Complete these steps with use of the file wcGlobalStr.js.

  1. 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.

  2. 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.

  3. Search for Case 201.

    Below Case 201, a block of text displays. At the end of the text, you find this string:

    <br>To&nbsp;learn&nbsp;more&nbsp;about&nbsp;MeetingPlace,&nbsp;please&nbsp;
    visit&nbsp;the&nbsp;

    Note: This string of code displays over two lines due to space limitations.

  4. Delete this string.

    This is the final result:

    Case 201:
    return("With&nbsp;MeetingPlace&nbsp;you&nbsp;can&nbsp;hold&nbsp;your&nbsp;meetings
    &nbsp;online,<br>whether&nbsp;they&nbsp;be&nbsp;training&nbsp;seminars,&nbsp;sales
    &nbsp;demonstrations,<br>or&nbsp;everyday&nbsp;project&nbsp;meetings&nbsp;and&nbsp;
    business&nbsp;communications.<br><br>Anyone&nbsp;can&nbsp;participate&nbsp;using
    &nbsp;a&nbsp;phone&nbsp;and&nbsp;a&nbsp;web&nbsp;browser<br>to&nbsp;discuss&nbsp;
    and&nbsp;collaborate&nbsp;on&nbsp;documents&nbsp;in&nbsp;realtime.<br>MeetingPlace
    &nbsp;makes&nbsp;it&nbsp;easy&nbsp;to&nbsp;setup,&nbsp;attend,&nbsp;and&nbsp;
    manage<br>your&nbsp;meetings.<br>");

    Note: This code displays over multiple lines due to space limitations.

NetPro Discussion Forums - Featured Conversations

Networking Professionals Connection is a forum for networking professionals to share questions, suggestions, and information about networking solutions, products, and technologies. The featured links are some of the most recent conversations available in this technology.
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



Updated: Jan 31, 2006Document ID: 48282