Contentteller

Contentteller Support Forums
Home Forums > Contentteller > Feedback and Suggestions >

New fields in Files - Categories

Discussion in 'Feedback and Suggestions' started by Sobiech, Jun 26, 2012.

  1. Sobiech Customer

    In the "Files -> Categories" available options are: Category name, Category Description, Category keywords, Category SEO URL (without. html). Is it possible to add additional fields like "Title", which was to appear in the title bar web browser (and Google's search results)?

    For example: Category Name is "Browsers" but in the title bar displays "Download Browsers, Opera, Chrome, etc." (or something like that).
    Sobiech, Jun 26, 2012
    #1
  2. Philipp Administrator

    I will consider this for the next major release after it require a database change.

    In the meantime a small template modification which will include the category description in the title bar

    Open site_header in the template editor and add the following to the PHP part:
    PHP:
    global $ct, $action, $page;

    if( 
    $ct == "files" and $action == "categories" and $page )
    {
        
    $insert['page_name'] = $insert['page_name'] . ": " . $insert['page_description'];
    }
    This will show "Category: Category Description" in the title bar
    Philipp, Jun 26, 2012
    #2
  3. Sobiech Customer

    Thanks! :)
    Sobiech, Jun 27, 2012
    #3
Show Ignored Content

Share This Page

Tweet
Forgot your password?
Contentteller Support Forums
Home Forums > Contentteller > Feedback and Suggestions >
  • Home
  • Forums

    Forums

    Quick Links
    • Search Forums
    • What's New?
  • Members

    Members

    Quick Links
    • Registered Members
    • Current Visitors
    • Recent Activity
  • Help

    Help

    Quick Links
    • Smilies
    • BB Codes
    • Trophies

Separate names with a comma.

Useful Searches

  • Recent Threads
More...
    Forum software by XenForo™ ©2010-2012 XenForo Ltd.