Jump to content

  •  

  • Tutorial info Visit support topic

    • Added on: Feb 13 2009 12:10 AM
    • Views: 834


    * * * * *
    0 Ratings

    Change page title when viewing files

    Posted by Adriano Faria on Feb 13 2009 12:10 AM
    IP.Downloads shows this page title when we're viewing a file: FILE NAME -> CATEGORIES NAMES -> Downloads

    Posted Image

    To change to default IPB title pages, open sources\components_public\downloads\display.php and find:

    		$this->page_title = strip_tags( implode( ' -> ', array_reverse( $this->nav ) ) );
    Change to:

    		$this->page_title =  $this->ipsclass->vars['board_name']. " -> ".strip_tags(  implode( ' -> ', $this->nav ) );
    That's how it will be now:

    Posted Image

    Powered by Tutorials 1.3.1 © 2012, by Michael McCune