Error message

Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /home1/arqadmin/public_html/jadudev.net/includes/common.inc).

Quick hack

Document page performance issue....

jenelso2's picture

Recently we started seeing a lot more slowness on our site related to document pages.  Specifically, documents that had a lot of pages.  Our planetarium page for example (https://www.wsc.edu/info/20091/planetarium/711/fulldome_shows), up until a week ago that page took roughly 40-50 seconds to load.  We also started seeing a lot of very high CPU utilization on our db server that didn't correlate to anything specific (cronjobs, etc.).

Downloads : Copy To Clipboard

We've had some complaints about the number of clicks to get a download to download using the native Jadu functionality.  I've made some small changes to the downloads admin page allowing a content admin to copy the direct file url to the clipboard and then paste it into a link in the Content Widget.

Here's a video I recorded today for another purpose demoing the functionality.

I'm happy to share how I did it if anyone is interested.

Defect: CKEditor Snippet Tool CMS

mnacko's picture

The current version of Jadu (12.3.0 at the time of this post) has a defect with the snippet tool when using the new CKEditor. We use the snippet too heavily to insert javascript into pages, modify styling, etc. Sometimes when you insert a combination of Javascript and HTML depending on your linebreaks, it will strip most, if not all, of the code out.

Defect: CKEditor with Images

mnacko's picture

I thought it might be a good idea to start logging defects and temporary fixes that have not been patched in any official releases yet. We are working on upgrading to the latest version and are several months behind at this point. Our development instance has version 12.3.0 which we are currently testing for production use.  

CKEditor Format Menu Hacks

I'll go on record to say that I love the new CKEditor in Jadu.  I had a strong dislike for Xhina, and embrace this change with both arms, well done guys.

CKEditor is a great editor because of its configurability.  Jadu exposes some of these option in the editor setup with the CMS in Utilities | Document Editor Privileges. 

LDAP Lookup Issue

jwheat's picture
I just posted this to support, so they're aware of this potential issue, although it could just be us.

We have a handful of 3 character usernames here - SAB (Student Activities Board), SGA (for the student government as an example), etc and our CMS is hooked to LDAP.

The username LDAP lookup on the New Administrator page only triggers at 4 characters, so it never gets a chance to find these short usernames in LDAP.

Use of target="_blank" link attributes in XHTML 1.0 strict content

The Jadu Document Editor removes target attributes during it's cleanup routine on save. There are times however, when you may want to open specific links in a new window. One work-around is to use JavaScript to add the attribute to links with a specific className.