i am desperately waiting for a fix as well
Was there ever a solution found?
Posted 07 August 2011 - 07:26 PM
i am desperately waiting for a fix as well
Posted 08 August 2011 - 11:27 AM

Posted 08 August 2011 - 12:32 PM
Posted 08 August 2011 - 06:50 PM

Posted 04 September 2011 - 12:56 PM
Posted 04 September 2011 - 01:05 PM
The key before buying a paid script is to test it and confirm all your questions and issues before buying it.. I understand your frustration altrough and I dont mean to be rude.Is this for real???????
I've just spent the whole weekend converting my site from a joomla and vbulletin hybrid to ip.content/ip.board and my ######ing home page is "News" What the heck?????
I assumed ip.content would have this functionality but obviously I was mistaken.... So now I'm forced to go live and "News" is root page title......
Sorry to vent but this just seems to be a serious oversight and is incredibly frustrating
Posted 04 September 2011 - 01:20 PM
thing is, if you buy a car, you usually expect that it drives, has brakes, an airbag and that you can call your car whatever you like. not "news". I am stuck nearly 10 months now...The key before buying a paid script is to test it and confirm all your questions and issues before buying it.. I understand your frustration altrough and I dont mean to be rude.
Posted 29 September 2011 - 03:01 AM
Posted 03 October 2011 - 10:08 PM
<php>
$this->registry->output->setTitle('My homepage title, site name ala shove');
$this->registry->output->addMetaTag('Description', 'because the settings are bogus');
$this->registry->output->addMetaTag('Keywords', 'IPB, IPC');
</php>
Edited by Marcher Technologies, 03 October 2011 - 10:13 PM.
Posted 04 October 2011 - 12:23 AM
Posted 04 October 2011 - 02:08 AM
Posted 07 December 2011 - 12:21 PM
* <code>
* define( 'CCS_PAGE_TITLE_HOME', '' );
* define( 'CCS_PAGE_TITLE_CAT', '' );
* define( 'CCS_PAGE_TITLE_RECORD', '' );
* // Following variables will be replaced:
* // {page_name} = Page name
* // {database_name} = Databae name
* // {category_name} = Category name (only available for CCS_PAGE_TITLE_CAT and CCS_PAGE_TITLE_RECORD)
* // {record_name} = Record name (only available for CCS_PAGE_TITLE_RECORD)
* // {website_name} = Website name as configured in ACP
* // {board_name} = Board name as configured in ACP
* </code>

Posted 07 December 2011 - 04:48 PM
2) I have also implemented a "template" style approach as requested by DReffects2, with the caveat that I opted to avoid ACP settings for this. Instead, if you wish to specify the 'template' for a page title, you can define 3 constants in conf_global.php which will then be used. Here is the details for that
Posted 08 December 2011 - 05:00 AM
Just wanted to update everyone. Here is what I have gone with by default for all databases (including articles):
Index page: Database name - Page name - Website name (or board name, if no website name)
Category page: Category name - Database name - Page name - Website name (or board name, if no website name)
Record page: Record name - Category name (if available) - Database name - Page name - Website name (or board name, if no website name)
This should most accurately reflect your depth into the database. That said, I have also done 2 more things to allow much greater control for power users who require it:
1) The page title is now set via a separate function so that you can easily write a hook to override just this one function and control completely how page titles are set
Posted 24 February 2012 - 09:26 PM
bear with me.... this is actually the easiest fix... this is assuming you are willing to sprinkle some frontpage API magic to tell whats there atm to shove.... not at all an ideal fix, just a useable one for versions it wont be fixed on... useful only when placed on a homepage article "front-page" template, not good for cats.... it(CKE) totally stripping out <php> on edit ...>.<
<php> $this->registry->output->setTitle('My homepage title, site name ala shove'); $this->registry->output->addMetaTag('Description', 'because the settings are bogus'); $this->registry->output->addMetaTag('Keywords', 'IPB, IPC'); </php>
Posted 29 March 2012 - 09:05 PM
Posted 29 March 2012 - 09:42 PM
Posted 06 April 2012 - 01:12 PM
0 members, 0 guests, 0 anonymous users