Custom Clientarea Page Titles

Started by xaviercr, June 24, 2013, 09:44:50 PM

xaviercr

Hello,

I would like to build my website on top of HostBill using Custom Clientarea Pages. however for SEO  i want to set the page titles for these pages.

However I havent been able to customize the page titles, they always show the main page title,

Im using the following module functions
hbm_render_page($template,$assign,$pagetitle);

mycustompage.php looks something like this

hbm_render_page('mytemplate.tpl',array('username'=>'johny'),'Welcome!');

The template renders correctly but the html pagetitle does not change to "Welcome!"

Can somebody point me in the right direction ??

Many Thanks

Lawrence

Have you tried using the HostBill SEO plugin? Also, if ti's enabled is it overwriting your custom title edits?
Skype: sociallarry | AIM: [email]larry.aim@aim.com[/email] | Forum Rules & Information

These forums are hosted by me with no intentions to ever monetize them. These forums are here solely for the benfit of the HostBill community.

xaviercr

I do have SEO plugin running for HostBill , I can effectively set titles there, however i have also created my own custom client area pages , using hostbill modules. I cant seem to figure out how to set the page titles for these custom pages.