Custom Pages And Titles »  Show posts from    to     

Icy Phoenix


Old Support Topics - Custom Pages And Titles



whiskey_pete [ Sat 09 Feb, 2008 19:58 ]
Post 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.


whiskey_pete [ Wed 13 Feb, 2008 23:19 ]
Post 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:


Press 22 [ Wed 13 Feb, 2008 23:46 ]
Post 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.


whiskey_pete [ Fri 15 Feb, 2008 12:28 ]
Post 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


Ratt [ Fri 15 Feb, 2008 14:15 ]
Post 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: [Hide]
  1. $page_title = $lang['HOME'];  
  2.  


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



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

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




Powered by Icy Phoenix