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

taboo topic?

This is a discussion on taboo topic? within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; Will you guys tell me where the meta-tag controller is? Its an innocent question right? I left a message on ...

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


    Default taboo topic?

    Will you guys tell me where the meta-tag controller is?
    Its an innocent question right?

    I left a message on this forum about it last night so I can edit the keywords etc.

    Got a reply notification this morning and when I went to look at it the topic was deleted without explanation!

    What happened? Who knew that meta-tags was such a taboo topic?

  2. #2
    Member
    Join Date
    Aug 2003
    Posts
    35
    Rep Power
    0


    Default

    oh ok...I read about the database trouble.

    it wasn't a taboo topic.

    sorry

  3. #3
    osCMax Developer

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


    Default

    Sorry bout that. I took the time to answer that post too!

    Look in the /includes/meta_tags.php file. That is the file that constructs the tags...
    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

  4. #4
    Member
    Join Date
    Aug 2003
    Posts
    35
    Rep Power
    0


    Default

    ok...this is the problem. I see that the meta-tags php file constructs tags automatically taken from categories list.

    But a lot of search engines will not accept my site in their database unless each keyword is seperated by a comma.

    Weird, but this means that I would have to go into "edit categories" in admin and put a comma behind the names of each category so this is reflected in the meta-tags?

    I don't mind but if you have another solution I'd like to hear it.

  5. #5
    osCMax Developer

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


    Default

    I think you will need to edit the meta_tags.php file to put the comma in between the categories. I do not have a how to, and will have to look closer at it. I hadn't noticed the lack of commas.
    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

  6. #6
    osCMax Developer

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


    Default

    Ok, this is easy. To get a comma separated list edit this line in meta_tags.php:

    Line number 47
    Code:
    	$mt_keywords_string .= $mt_categories['categories_name'] . ' ';
    To look like this:

    Code:
    	$mt_keywords_string .= $mt_categories['categories_name'] . ',';

    Just add your comma between the single quotes, and it will output a comma separated list of keywords.
    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

  7. #7
    Member
    Join Date
    Aug 2003
    Posts
    35
    Rep Power
    0


    Default

    ok it works...now to other issues...


Similar Threads

  1. Links exchange topic
    By alternateclothing in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 10-07-2003, 06:08 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
  •