MyBB Community Forums

Full Version: Ryan G's Mods And Plugins - Updated for 1.4!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
StouteDingen.txt (Grootte: 44.53 KB / Aantal keer gedownload: 2) <-- It says its 44.53 KBs
Yeah, but the content is, euhm nonsense. Smile

Just a bit of '00000000000...'.
well thats how the compresssion algorithm works.. Are you sure you chmod'ed attachments.php to 777?
Yes.

I suppose it's working now, cause I can't find the attachment in the uploads folder.. :p
Version 2.2 released!

Version 2.2
* - Small fix in language files. See fix below to manually patch
* - <list> bug
* - CSS bug with highlighting
* - You can turn on or off on mouse over highlighting
* - You can turn on or off AJAX (Note: AJAX is still beta)
* - Fixed bug with Settings while activating
* - Redundent code removed
* - Fixed bug with Admin Permissions

Language File Changes:
$l['pm_no_private_messages'] = "There are no Private Messages in your 1 table";

replace with

$l['pm_no_private_messages'] = "There are no Private Messages in your ~1~ table";

AND

$l['pma_off'] = "<strong>Private Message Admin is turned off or not installed</strong> Please turn it back on or install it before continuing...";

replace with

$l['pma_off'] = "Private Message Admin is turned off or not installed</strong> Please turn it back on or install it before proceeding...";

2.5 will be the next release, and contain a few suprises Wink
(There may be periodic releases to fix bugs between this version and 2.5)

There have also been some small underlying code changes, to make it faster in this release, but I will not go into them.
Hello,

Thanks for this release!

But I'd like to say this:

Where can this be enabled/disabled?

* - You can turn on or off on mouse over highlighting
* - You can turn on or off AJAX (Note: AJAX is still beta)

There's still an [/quote]-tag visible.. (You forgot "removing" that, when viewing pm's).

Where do I have to put that language file? Didn't understand that very well. :s

Greetings!
You can enable Ajax in your Board Settings -> Edit -> Private Messaging.

But there's another issue. I installed the eMod on my local installation. When I choose Manage & View in the navigation I get the following error:
Quote:mySQL error: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-20, 20' at line 1
Query: SELECT * FROM mybb9284_privatemessages ORDER BY pmid desc LIMIT -20, 20
Try removing all $_GET headers from the url Micheal

destroyer, read the ReadMe.html file
Ow, an options menu. Smile That wasn't there in the previous versions. Toungue
There are no $_GET headers in the url. Sad