Thread Rating:
  • 5 Vote(s) - 4.2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.6] ModNotice Plus 1.5.5
#51
(2012-09-21, 06:45 PM)crazy4cs Wrote: prefix_settings, open plugin file and instead change it to ".TABLE_PREFIX."settings
It is correct in the plugin file...
(2012-09-21, 06:51 PM)Omar G. Wrote:
Quote:prefix_ is your table prefix.
So should I run this queary in myphpadmin/SQL?

UPDATE mybb_settings SET title="Send Notice To Post Author",
description="Send a a private message to the author of the edited post." WHERE name="modnotice_pm";
UPDATE settinggroups SET title="ModNotice Plus" WHERE name="modnotice";
I am thoroughly confused! LOL

I tried the latest code above and still had no results!

OK, I got the PM function to work by deactivating and reactivating! I'm good to go and love the plugin! Thanks!
MyBB 1.8.33 (x2)
blacksheepvintageaudio.com & pazrt.com
Reply
#52
Anyone any ideas about my error?
Reply
#53
(2012-09-22, 08:11 PM)ESForum Wrote: Anyone any ideas about my error?

Your capture doesn't load.
Reply
#54
Sorry, can you elaborate on that
Reply
#55
(2012-09-24, 06:19 PM)ESForum Wrote: Sorry, can you elaborate on that

(2012-09-21, 08:06 AM)ESForum Wrote: HI, some of my users on mobile devices including i-phone keep getting a line 149 error message like the attached, any ideas?

[img*]https://www.emergencyservicesforum.com/attachment.php?aid=1615[/img]

I can't see the image to try to help you on this. Please upload it to a free-of-registration website so that it is visible to me.
Reply
#56
(2012-09-24, 06:50 PM)Omar G. Wrote: I can't see the image to try to help you on this. Please upload it to a free-of-registration website so that it is visible to me.

This is it:
[Image: attachment.php?aid=27309]


Attached Files Thumbnail(s)
   
Reply
#57
Open ./inc/plugins/modnotice.php, find:
	global $templates, $parser, $lang, $db, $theme, $mybb;

Add after:
	if(!is_object($parser))
	{
		require_once MYBB_ROOT.'inc/class_parser.php';
		$parser = new PostParser;
	}
Reply
#58
that worked, thanks Omar
Reply
#59
I'm sorry, I was so busy.
Now I upload version 1.5.3 - see first post.

Thanks Omar G. for $parser fix.
Reply
#60
I think it would be really cool if you added this into the editpost.php file instead of duplicating that file contents. Just a suggestion.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)