<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docs.joomla.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docs.joomla.org/index.php?title=Improving_the_New_Item_email_notification&amp;feed=atom&amp;action=history</id>
		<title>Improving the New Item email notification - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docs.joomla.org/index.php?title=Improving_the_New_Item_email_notification&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/index.php?title=Improving_the_New_Item_email_notification&amp;action=history"/>
		<updated>2013-05-19T01:47:17Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.3</generator>

	<entry>
		<id>http://docs.joomla.org/index.php?title=Improving_the_New_Item_email_notification&amp;diff=9743&amp;oldid=prev</id>
		<title>Erdsiger: New page: Have you ever wanted to know more than just that a new private message has arrived when your users submit items?  How about, what they submitted and a quick link back to your administratio...</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/index.php?title=Improving_the_New_Item_email_notification&amp;diff=9743&amp;oldid=prev"/>
				<updated>2008-08-01T18:26:58Z</updated>
		
		<summary type="html">&lt;p&gt;New page: Have you ever wanted to know more than just that a new private message has arrived when your users submit items?  How about, what they submitted and a quick link back to your administratio...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Have you ever wanted to know more than just that a new private message has arrived when your users submit items?  How about, what they submitted and a quick link back to your administration panel? OK, here's what to do.&lt;br /&gt;
&lt;br /&gt;
In your language file (for example, if using english, your /language/english.php file), change your _ON_NEW_CONTENT line to this (customize it how you like):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
DEFINE('_ON_NEW_CONTENT', &amp;quot;Hello,\nA new content item has been submitted by [ %s ] titled [ %s ] for the&lt;br /&gt;
section [ %s ] and category [ %s ].\nPlease go to $mosConfig_live_site/administrator/ to view and approve &lt;br /&gt;
this article.\nPlease do not respond to this message as it is automatically generated and is for &lt;br /&gt;
information purposes only.&amp;quot; );&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then go in to /components/com_messages/messages.class.php, and delete these two lines (should be 84 and 85):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$subject = _NEW_MESSAGE;&lt;br /&gt;
$msg = _NEW_MESSAGE;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, in the next line (formerly 87), change $msg to $message, like so:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
mosMail($mosConfig_mailfrom, $mosConfig_fromname, $recipient, $subject, $message);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will make it email using the same subject and message line that is in the private message.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tips and tricks]]&lt;br /&gt;
[[Category:Tips and tricks 1.0]]&lt;/div&gt;</summary>
		<author><name>Erdsiger</name></author>	</entry>

	</feed>