<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : PM Title View</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Mon, 20 Apr 2026 19:39:24 -0000</pubDate>

		<item>
			<title>MIHDev</title>
			<description><![CDATA[I agree Koradhil, core mods are not great things <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /> especially with the highly modular structre of Cotonti. I have to get used to this new world of not going for core hacks like the old days before flexible modular systems were around :).<br />
<br />
I am away at a conference tomorrow so I may have time during the intervals to do some ground-work.<br />
<br />
Will keep you posted <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /><br />
<br />
Regards<br />
<br />
CCCDev]]></description>
			<pubDate>Wed, 20 Oct 2010 04:51:18 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5966&d=0#post26722]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[Please try not to use core mods/hacks (aka. patches). There's a reason why we emphasize on modularity. Doing a hack will cause you major headaches when you upgrade your Cotonti.<br />
<br />
@esclkm: Siena PM module has some issues. I like that it uses AJAX but the JS needs a rewrite.]]></description>
			<pubDate>Wed, 20 Oct 2010 00:57:02 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5966&d=0#post26719]]></link>
		</item>
		<item>
			<title>badsey</title>
			<description><![CDATA[<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=26711#26711">#</a> <strong>CCCDev :</strong>
Sounds like a great idea.<br />
<br />
Lets isolate what it is you are trying to do and then provide you with the areas which you could modify to do it.<br />
<br />
From my understanding you wish to do the following.<br />
<br />
<strong>Requirement</strong><br />
1. Display the Sender of the 'New' message in a specified location. (Where?, In the Header?)<br />
<br />
<strong>Options</strong><br />
1. You could use an index plugin or core modification to do this depending on where you want to show it.<br />
<br />
If you can clarify these points then I will do my best to help you isolate the area for modification or plugging-in.<br />
<br />
Regards<br />
<br />
CCCDev<br />
</blockquote>
<br />
it would be placed in the header, as it would bee needed on all pages, <br />
<br />
im happy with a core mod, already added a few things to it,<br />
<br />
would be great for help <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" />]]></description>
			<pubDate>Tue, 19 Oct 2010 23:46:50 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5966&d=0#post26716]]></link>
		</item>
		<item>
			<title>esclkm</title>
			<description><![CDATA[Koradhil also try siena pm (may be after modularization it has some bugs - but I thint it i something between facebook and gmail]]></description>
			<pubDate>Tue, 19 Oct 2010 21:12:57 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5966&d=0#post26714]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[Best to make this a plugin, I suggest using the ajax hook and use javascript to get the new pm info.<br />
Actually I'm planning to include a facebook-style PM system in the next version of cotonti.com (work in progress), including a popup window at the top of the page which displays the title (etc) if there's a new pm.]]></description>
			<pubDate>Tue, 19 Oct 2010 21:00:25 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5966&d=0#post26713]]></link>
		</item>
		<item>
			<title>MIHDev</title>
			<description><![CDATA[Sounds like a great idea.<br />
<br />
Lets isolate what it is you are trying to do and then provide you with the areas which you could modify to do it.<br />
<br />
From my understanding you wish to do the following.<br />
<br />
<strong>Requirement</strong><br />
1. Display the Sender of the 'New' message in a specified location. (Where?, In the Header?)<br />
<br />
<strong>Options</strong><br />
1. You could use an index plugin or core modification to do this depending on where you want to show it.<br />
<br />
If you can clarify these points then I will do my best to help you isolate the area for modification or plugging-in.<br />
<br />
Regards<br />
<br />
CCCDev]]></description>
			<pubDate>Tue, 19 Oct 2010 20:51:16 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5966&d=0#post26711]]></link>
		</item>
		<item>
			<title>badsey</title>
			<description><![CDATA[Hi all, <br />
<br />
I need some help, I want to put it so when a user has a new message they can see the title and who it is from without going to the pm.php page. i tried to code it myself and nothing happened, <br />
<br />
<pre class="code">		if (!$cfg&#091;'pm_view'&#093;)
		{
			if ($usr&#091;'viewpm'&#093;)
			{
				$sqlpm = sed_sql_query(&quot;SELECT (*) FROM $db_pm ORDER BY `sed_pm`.`pm_id` DESC, `$db_pm`.`pm_title` DESC, `$db_pm`.`pm_fromuser` DESC&quot;);
				$usr&#091;'viewmessages'&#093; = sed_sql_result($sqlpm,0,'');
			}
			$out&#091;'pmmessageview'&#093; .= ($usr&#091;'viewmessages'&#093;&gt;0);
		}
</pre>
<br />
coding php is my weakes point, so any help would be brilliant <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" />]]></description>
			<pubDate>Sat, 16 Oct 2010 16:58:03 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5966&d=0#post26665]]></link>
		</item>
	</channel>
</rss>