cotonti.com : PM Title View https://www.cotonti.com Последние сообщения в теме Cotonti en Sun, 14 Dec 2025 02:23:09 -0000 MIHDev 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 :).

I am away at a conference tomorrow so I may have time during the intervals to do some ground-work.

Will keep you posted :)

Regards

CCCDev]]>
ср, 20 окт 2010 04:51:18 -0000
GHengeveld
@esclkm: Siena PM module has some issues. I like that it uses AJAX but the JS needs a rewrite.]]>
ср, 20 окт 2010 00:57:02 -0000
badsey # CCCDev : Sounds like a great idea.

Lets isolate what it is you are trying to do and then provide you with the areas which you could modify to do it.

From my understanding you wish to do the following.

Requirement
1. Display the Sender of the 'New' message in a specified location. (Where?, In the Header?)

Options
1. You could use an index plugin or core modification to do this depending on where you want to show it.

If you can clarify these points then I will do my best to help you isolate the area for modification or plugging-in.

Regards

CCCDev

it would be placed in the header, as it would bee needed on all pages,

im happy with a core mod, already added a few things to it,

would be great for help :)]]>
вт, 19 окт 2010 23:46:50 -0000
esclkm вт, 19 окт 2010 21:12:57 -0000 GHengeveld 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.]]> вт, 19 окт 2010 21:00:25 -0000 MIHDev
Lets isolate what it is you are trying to do and then provide you with the areas which you could modify to do it.

From my understanding you wish to do the following.

Requirement
1. Display the Sender of the 'New' message in a specified location. (Where?, In the Header?)

Options
1. You could use an index plugin or core modification to do this depending on where you want to show it.

If you can clarify these points then I will do my best to help you isolate the area for modification or plugging-in.

Regards

CCCDev]]>
вт, 19 окт 2010 20:51:16 -0000
badsey
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,

		if (!$cfg['pm_view'])
		{
			if ($usr['viewpm'])
			{
				$sqlpm = sed_sql_query("SELECT (*) FROM $db_pm ORDER BY `sed_pm`.`pm_id` DESC, `$db_pm`.`pm_title` DESC, `$db_pm`.`pm_fromuser` DESC");
				$usr['viewmessages'] = sed_sql_result($sqlpm,0,'');
			}
			$out['pmmessageview'] .= ($usr['viewmessages']>0);
		}

coding php is my weakes point, so any help would be brilliant :)]]>
сб, 16 окт 2010 16:58:03 -0000