http://www.icyphoenix.com/viewtopic.php?f=35&t=3583
-----------------------------------
whiskey_pete
Sat 09 Feb, 2008 19:58

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 "[b]Home[/b]" and I want it to be like "[b]Home >> Videos[/b]"

How do I do that?

Thanks in advance for any suggestions or help.


-----------------------------------
whiskey_pete
Wed 13 Feb, 2008 23:19

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

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

Re: Custom Pages And Titles
-----------------------------------
Thank you for replying to this topic [b]Press 22[/b] :)

Yes, I do know how to create a page with the CMS and even maybe how to code it, but I ment the following:

 [img]http://www.icyphoenix.com/files/images/2715/screenshot___2_15_2008___5_12_50_am.png[/img]


-----------------------------------
Ratt
Fri 15 Feb, 2008 14:15

Re: Custom Pages And Titles
-----------------------------------
[quote user="whiskey_pete" post="24320"]Thank you for replying to this topic [b]Press 22[/b] :)

Yes, I do know how to create a page with the CMS and even maybe how to code it, but I ment the following:

 [img]http://www.icyphoenix.com/files/images/2715/screenshot___2_15_2008___5_12_50_am.png[/img][/quote]

Find this bit of code in your custom page
[code]$page_title = $lang['HOME'];
[/code]

and change to
[code]$page_title = $lang['VIDEO'];
[/code]


Open page_header.php and add this string
[code]	'U_VIDEO' => append_sid('video.'.$phpEx),
[/code]
Make sure to add changes to your language file(s) to reflect this as well.


