MyBB Community Forums
[Request] Notification after moderating thread - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Requests (https://community.mybb.com/forum-65.html)
+---- Thread: [Request] Notification after moderating thread (/thread-21476.html)

Pages: 1 2 3 4 5


RE: [Request] Notification after moderating thread - tristan/SMM - 2007-07-28

Gotcha. Thanks guys. One more thing though.... (Don't worry about fixing it, I already restored the original file), I got this error on my site after I edited some of the messages sent by NAM:

Quote:Parse error: syntax error, unexpected '{' in /home/tmtarringer/schoolforums.org/html/inc/plugins/nam.php on line 119

Here is my edited nam.php file, can you please tell me how I screwed up? Any help you can provide is greatly appreciated. I didn't think that simply editing the message sent could cause trouble......

EDIT: Sure, sorry LeX-.


RE: [Request] Notification after moderating thread - LeX- - 2007-07-28

Can you attach it ? =P And delete this horrible long message ! =P


RE: [Request] Notification after moderating thread - tristan/SMM - 2007-07-28

Done. Again, sorry about that....


RE: [Request] Notification after moderating thread - LeX- - 2007-07-29

Why are you doing this all the time ?

Ex.

<i>" {$thread['subject']} "</i>

Delete those " "


RE: [Request] Notification after moderating thread - tristan/SMM - 2007-07-29

LeX- Wrote:Why are you doing this all the time ?

Ex.

<i>" {$thread['subject']} "</i>

Delete those " "

'cause you're supposed to put quotes around a title. I forgot that those are also used in php. Rolleyes My bad.


RE: [Request] Notification after moderating thread - LeX- - 2007-07-29

If you want to use them, you'll need to escape them.


RE: [Request] Notification after moderating thread - DamYan - 2007-10-01

Great beta-mod Smile
I have problem with merging posts in the same topic. When I try to do this:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/public_html/inc/plugins/nam.php on line 242

Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/inc/plugins/nam.php:242) in /home/public_html/inc/functions.php on line 570

What is wrong?


RE: [Request] Notification after moderating thread - LeX- - 2007-10-01

dunno =P i've added a thing, can you try to new file ? Just reupload.


RE: [Request] Notification after moderating thread - DamYan - 2007-10-01

LeX- Wrote:dunno =P i've added a thing, can you try to new file ? Just reupload.

Thanks, but in my nam.php a have a lot of polish modification... so, can you write here what did you update, which place? This will be very helpful Smile


RE: [Request] Notification after moderating thread - LeX- - 2007-10-01

Find
function nam_mp($info)
{
	global $db, $mybb, $nam;
Add below
	$pm_pids = array();

Find
function nam_split($info)
{
	global $db, $mybb, $nam;
Add Below
	$pm_pids = array();