TinyPortal

Development => Support => Topic started by: rocknroller on January 19, 2013, 07:03:56 PM

Title: Where is Article title defined?
Post by: rocknroller on January 19, 2013, 07:03:56 PM
Can someone tell me where is stored article title, I want to set Article name in first position on page title.


Now is My long title forum - Article name  and I want

Article name - Now is My long title forum

When you have open multiple tabs you can't know where is what.
Title: Re: Where is Article title defined?
Post by: IchBin on January 20, 2013, 02:26:28 AM
All you need to do is search for $context['page_title'] in the TP code and you will see all the different places it is set. I think you need to look in Sources/TPortal.php file for what you are looking for. Assuming I understand what you are asking. :)
Title: Re: Where is Article title defined?
Post by: rocknroller on January 21, 2013, 07:56:55 PM
Thank you Ichbin,   :)

I will try,  I never thought of that.