osCmax v2.5 User Manual
Results 1 to 5 of 5

Title tag position displaced

This is a discussion on Title tag position displaced within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; First I'd like to thank for the MX loaded version. It is a great job! In the title tag, company ...

      
  1. #1
    New Member
    Join Date
    Aug 2003
    Posts
    12
    Rep Power
    0


    Default Title tag position displaced

    First I'd like to thank for the MX loaded version. It is a great job!

    In the title tag, company name is coming behind the page title.
    e.g. Canon G5 digital camera OsCommerce. I want the company name comes first, like OsCommerce :: Canon G5 digital camera.

    Any bright idea please.

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default

    First, the version is MS2-MAX

    Next, to modify the meta tags, you can edit /catalog/includes/meta_tags.php

    It looks pretty complex at first.

    Change the defines to look like this:



    Code:
    define('META_TAG_TITLE', TITLE . PRIMARY_SECTION . HEADING_TITLE . $web_site_tagline);
    Put 'TITLE' first, then "HEADING_TITLE" second.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    New Member
    Join Date
    Aug 2003
    Posts
    12
    Rep Power
    0


    Default

    Thanks for your quick response and answer; sorry messing up the version name. I'm 24days old with osC today. My head is burning until I saw your latest and greatest version and really cool it down.

    I installed the centre shop to MS2-MAX, it doesn't work. I guess file changes messed up the original set up causing problem.

    Resize the width of the tables will be the best solution?

    Best regards

  4. #4
    Member
    Join Date
    Sep 2003
    Posts
    90
    Rep Power
    0


    Default

    My site is still displaying osCommerce as the title when I minimise the page.
    The title is set in META_TAG_TITLE I think but I can't see where it is defined and set to osCommerce.

    If I view the page source it shows:
    Code:
    <title>osCommerce : Welcome to mystore.com</title>
    Where do I reset the title so it reads:
    Code:
    <title>Mystore : Welcome to mystore.com</title>
    Surely it must be in either popup.tpl, mainpage.tpl or metatags? There must be a simple solution to this but I can't find it.
    Thanks

  5. #5
    Member
    Join Date
    Sep 2003
    Posts
    90
    Rep Power
    0


    Default

    Found the answer 5 minutes after posting. This post may help someone else?

    It is in includes/english.php

    line 47 and 48
    Code:
    // page title
    define('TITLE', 'osCommerce ');

Similar Threads

  1. Infobox width and position
    By bhejr in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 12-02-2005, 03:04 PM
  2. coolmenu position help (please)
    By seandon01 in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 11-25-2005, 03:22 PM
  3. How 2 change <title>osCommerce</title>
    By vannelle in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 06-08-2004, 03:25 PM
  4. Title Bar
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 11-13-2003, 05:36 AM
  5. help with TITLE, i'm using BTS v1
    By misterjonl in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 08-22-2003, 10:38 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •