Mon
29
Aug
2011
Fix for Entry Access add-on/EE 2.2.2 compatibility issue
I recently updated a client's website to EE 2.2.2 and experienced some Javascript errors and weird behaviour in EE's control panel publish page. I tracked it down to a name conflict with the Entry Access plug-in from intoEEtive (version 1.1). The fix is simple: Just change a Javascript function name in 2 files of the Entry Access add-on:
In file themes/third_party/entry_access/plugins/tmpl/jquery.tmpl.1.1.1.js on line 26, change the function name from "tmpl" to something that's not likely to be used in any other jQuery plug-in or library; I chose "eatmpl". The line will then look something like
eatmpl: function(tmpl) {
In file themes/third_party/entry_access/ui.multiselect.js, change all calls to the above function to the new name (there are 7 replacements in total).
That's it.
Wed
18
May
2011
Member list Plug-In for ExpressionEngine 2
Access member data of any member or display a member list, including custom fields. Arbitrary sorting and filtering by any field is possible. Download it for free from our website.
Wed
13
Apr
2011
Categories Plug-in for ExpressionEngine 2
This plug-in for ExpressionEngine 2 allows you to access category information in various ways like breadcrumbs, trees and lists, and independent of the channel module. Download it for free from our website.
Thu
23
Sep
2010
PostgreSQL 9.0 released
PostgreSQL.org just announced the general availability of PostgreSQL version 9.0, that includes over 200 enhancements, among which are the following major new features:
- Hot standby
- Streaming replication
- In-place upgrades
- 64-bit Windows builds
- Easy mass permissions management
- Anonymous blocks and named parameter calls for stored procedures
- New windowing functions and ordered aggregates