Menu

Changing word "UNI-VERSITY" in Mecca topbar.

2006-12-20
2013-04-23
  • Mohsin M. Nazir

    Mohsin M. Nazir - 2006-12-20

    How can we change the "UNI-VERSITY" word on the top of Mecca Project Bar?

    Regards,

    Mohsin
    LCW University, PAK.

     
    • Shamsul Bahrin Abd Mutalib

      To change all the titles and copyright notice, here are the places you should look at:

      All the files are velocity templates, ie. files with extension .vm, and resides in folder

      WebContent/vtl/main

      1) Edit the WebContent/vtl/main/header.vm

      and look for this line

      ##-- PORTAL TITLE

      #set ( $portalTitle = "UNI-VERSITY" )

      You can either remove the word UNI-VERSITY or change it to anything you like, for example:

      ##-- PORTAL TITLE

      #set ( $portalTitle = "" )

      2) Edit the WebContent/vtl/main/title.vm

      Only one line of sentence there, just change it to the title you want.

      3) Edit the WebContent/vtl/main/footer.vm

      The content of this file probably is like this:

      <table class="page_footer" width="100%"  border="0">
          <tr>        <td align="right">
             
              <table cellpadding="2" cellspacing="0" border="0">
                  <tr>                <td class="font_footer">
                      Uni-Versity Project &copy; 2005
                      </td>            </tr>
              </table>
             
              </td>    </tr>
      </table>

      Just change the word..Uni-Versity Project to your own.

      Thanks...

       
      • Mohsin M. Nazir

        Mohsin M. Nazir - 2006-12-21

        Thanks S. Bahrin.!

        You message was very helpful!

        Regards,

        Mohsin

         
        • Jaishree Kulkarni

          Hi
          Thanks a ton S. Bahrin.

          The message was very easily understood and was very helpful!

          Thanks
          Jaishree

           

Log in to post a comment.