Custom Pages And Titles


Subject: Custom Pages And Titles
I'm sorry if this question has been asked before, but I searched trough the topics and found no answer, so I decided to ask straight :)

How do you put a title to a custom page in IP(1.1.0.15 )?

I mean I have set up a custom page where I want to display some videos, but the title bar of the page says "Home" and I want it to be like "Home >> Videos"

How do I do that?

Thanks in advance for any suggestions or help.

Last edited by whiskey_pete on Tue 01 Jul, 2008 21:01; edited 2 times in total
Profile PM  
Subject: Re: Custom Pages And Titles
I hate to bother you and I fully understand that there aren't that much people interested in this topic, but can someone tell me at least if this is possible :oops:

Last edited by whiskey_pete on Tue 01 Jul, 2008 21:01; edited 1 time in total
Profile PM  
Subject: Re: Custom Pages And Titles
It's possible. :mrblue:

I'm pretty sure you can make a page using the CMS.
Or just code one yourself and add the links.

Subject: Re: Custom Pages And Titles
Thank you for replying to this topic Press 22 :)

Yes, I do know how to create a page with the CMS and even maybe how to code it, but I ment the following:

screenshot_2_15_2008_5_12_50_am

Last edited by whiskey_pete on Tue 01 Jul, 2008 21:01; edited 1 time in total
Profile PM  
Subject: Re: Custom Pages And Titles
whiskey_pete wrote: [View Post]
Thank you for replying to this topic Press 22 :)

Yes, I do know how to create a page with the CMS and even maybe how to code it, but I ment the following:

screenshot_2_15_2008_5_12_50_am


Find this bit of code in your custom page
Code: [Download] [Hide]
  1. $page_title = $lang['HOME'];  
  2.  


and change to
Code: [Download] [Hide]
  1. $page_title = $lang['VIDEO'];  
  2.  



Open page_header.php and add this string
Code: [Download] [Hide]
  1. 'U_VIDEO' => append_sid('video.'.$phpEx),  
  2.  

Make sure to add changes to your language file(s) to reflect this as well.

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.115s (PHP: 15% SQL: 85%)
SQL queries: 13 - Debug Off - GZIP Enabled