<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Proposed TITLE / META generation</title>
		<link>https://www.cotonti.com</link>
		<description>Neueste Themenbeiträge</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Wed, 08 Apr 2026 09:21:39 -0000</pubDate>

		<item>
			<title>Trustmaster</title>
			<description><![CDATA[The problem with ob_start handlers is that it overrides as you go. Meaning that overwrite function should be registered before you send a string to output buffer. So if metas were sent to the buffer in header, you cannot override it in plugin without copying buffer contents, smashing it and sending to output again (which is a waste).]]></description>
			<pubDate>Mi, 03 Sep 2008 23:58:36 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=15&d=0#post891]]></link>
		</item>
		<item>
			<title>Orkan</title>
			<description><![CDATA[It seems that we can use sed_outputfilters() to modify &lt;title&gt; and &lt;metas&gt; at the end of parsing.<br />
<br />
I mean, this should be in core, so each plugin can add to it its own title/metas format.<br />
We can use <strong>$location</strong> and <strong>$z</strong> global variables as a KEY <em><br />
<br />
(NOTE: I will discuss this later in Ideas section, where Id like to propose a new plugins feature that will allow for multiple &quot;standalone&quot; pages within one plugin, which makes $location &amp; $z no longer sufficient, so the easiest workaround is to make <strong>$location</strong> an array instead)</em><br />
<br />
As a &quot;text source&quot; we could use similar &quot;variable mapping system&quot; to this known from XTemplate class, ie:<br />
<br />
<strong>{PHP.page_title}</strong> =&gt; replacement defined in PHP as <strong>$page_title</strong><br />
<strong>{PHP.array.page}</strong> =&gt; replacement defined in PHP as <strong>$array['page']</strong>]]></description>
			<pubDate>Mi, 03 Sep 2008 22:01:28 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=15&d=0#post879]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[------------------------ TITLES -----------------------------------<br />
<br />
This is the proposed generation of titles. All the proposed values would be defaults in your installation and you would be able to change each via a config like this:<br />
<br />
&quot;{PAGETITLE} -=- {PAGECAT} -=- {SITENAME}&quot; (without quotes)<br />
<br />
Basically you could reorder them how you would want, but the defaults would be the best SEO wise. This is based on the idea that the user coming from the search engines is not looking for <strong>you</strong> but for <strong>what you have to offer on the site</strong> (if he was searching for you he would have typed in your domain name).<br />
<br />
<strong>PAGES</strong><br />
<br />
{PAGETITLE} - {CATEGORY} | {SITENAME}<br />
{PAGETITLE}, {PAGE} - {CATEGORY} | {SITENAME}<br />
<br />
<strong>LISTS</strong><br />
<br />
&lt;custom text&gt; {CATEGORY}, {PAGE} | {SITENAME}<br />
<br />
(example: &quot;Best recipes for {CATEGORY}, Download drivers for {CATEGORY}&quot;)<br />
<br />
<strong>FORUMS</strong><br />
<br />
{TOPIC}, {PAGE} - {SECTION} | {SITENAME}<br />
{SECTION}, {PAGE} | {SITENAME}<br />
<br />
<strong>EXTRA / CUSTOM URL TITLES</strong><br />
<br />
You would be able to input a list of URLs into a textarea and custom titles for them. Example:<br />
<br />
hxxp://www.site.com/plug.php?e=contactus,Use this form to send us an email<br />
<br />
It would then use this title on the URL chosen.<br />
<br />
------------------------ METAS -----------------------------------<br />
<br />
PAGES<br />
<br />
Metas are generated from the description field, if it's empty it takes the first 250 characters from page text, does a sed_cc and strip_tags on it.<br />
<br />
LISTS<br />
<br />
Taken from category description, if it's empty create a configable sentence eg. &quot;Interesting pages about {CATEGORY} like {PAGE1} and {PAGE2}&quot;<br />
<br />
FORUM TOPICS<br />
<br />
Taken from first post, the first 250 characters, cleaned up<br />
<br />
FORUM SECTIONS<br />
<br />
Taken from description, if not create a configable sentence eg. &quot;Interesting discussions about {SECTION} like {TOPIC1} and {TOPIC2}&quot;<br />
<br />
FORUM<br />
<br />
Configable description<br />
<br />
----------------------------------------------<br />
<br />
Ideas welcome.]]></description>
			<pubDate>So, 03 Aug 2008 21:24:12 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=15&d=0#post52]]></link>
		</item>
	</channel>
</rss>