Results 1 to 2 of 2

Thread: Dynamic Page Titles when Tags are clicked.

  1. #1
    User
    Join Date
    06-30-09.
    Posts
    37

    Default Dynamic Page Titles when Tags are clicked.

    Is there a way to have a tag name reflected in the page title when clicked?

    I have a news based website, http://footballerbuzz.com and I have a news tag cloud of team names in the sidebar. I would like the team names, when clicked show up in the page title. Is this possible?

  2. #2
    User
    Join Date
    06-19-09.
    Posts
    328

    Default Re: Dynamic Page Titles when Tags are clicked.

    afaik you can modify the page title by changing the "pageTitle" property of $GLOBALS['objPage'] into the php code of the module

    e.g.
    Code:
    $GLOBALS['objPage']->pageTitle = 'here is my custom title';
    but I do not know how this applies to the newstag module so I can't help you ... maybe you want to write to the author of the extension.
    Consulenza Contao CMS https://www.intco.it

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
  •