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).

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.

Tutorial : Social Media Icons Supplement

[UPDATE {April 24,2015} : Kris Hardy, with the Messiah College web team, released a video today showing how to use the Social Media Supplement on your site here]

I found it difficult to find help for building supplements, so when I was asked by our web team to build one for them, I decided to turn it into a tutorial and documentation. I've learned many things along the way - and here is that journey.

This tutorial will help you build the Social Media Icon Supplement - which looks like this (fully loaded)
social media icons
You can download and install the Plug-N-Play Supplement from github.

Document editor...

jenelso2's picture

We've noticed a few things in the document editor that don't work very well for us, most notably the pasting of content from other documents or web pages gets rather ugly.  We've used the "paste into notepad, recopy, paste into document editor" approach, but even that isn't fool proof and it's getting frustrating for our content folks.

Facelift and... wait for it... CODE HIGHLIGHTING!!!

jwheat's picture

I'm sure you've noticed that I've been working on the site and there are a few changes I'd like to point out.

First - thanks to Suraj for sending over their "Jadu Community" icon which I've promoted and adopted as the site's Logo.  I hope having their (Jadu's) image doesn't communicate that this site is run and maintained by them.  Leave comments if you think this could be interpreted that way.

Adding custom content types to Universe Search

In order to add new content types to the Control Center's Universe Search, they must first be registered in the Jadu system. The content type can then be linked up to Universe Search.

I've used the News content type from publishing in this example, but you can add entries for any custom content type.

Adding a Content Type


JaduDev GitHub

Hey Everyone!


I have successfully created a JaduDev group on Github, check it out: https://github.com/JaduDev

If you have not signed up with Github yet, you can do so here: https://github.com/join

Please let me know what your username is and I will send you an invite. If anyone has any questions feel free to comment below or email me at khoyt2@butlercc.edu.
Tags: 

Readable URLs for Custom Scripts

The recommended location for custom scripts written for the Jadu CMS platform is within <install-path>/public_html/site/custom_scripts/ but this can lead to long and unfriendly URLs. Here we show how to use the Readable URLs feature to create a cleaner URL structure for a simple custom script.

 Installation


1. Create a new directory <install-path>/public_html/site/custom_scripts/howto_custom_script_readable_urls and populate it with the following files:

Integrating PHP apps [or ANYTHING] into your Jadu template

Eventually, you're going to have to integrate something into your site, whether that is an interactive form, a full on custom PHP application, some neat full page function that won't fit into a widget.  I'm going to outline how I accomplished that ability here at Messiah College.  

Pages