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

Jadu CMS

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.

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


Required fields in secure.php?

jwheat's picture

I was curious if anyone has tried to require certain fields in secure.php?  I can include javascript to do it I guess, but seems like that may be a good idea to implement somehow.

Funny this just came up, after two years with Jadu, someone finally decided to not fill in THE most important field, and they couldn't figure out why the widget wouldn't render properly.  Go figure.

Any ideas?

-Jon

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.  

Installing Jadu CMS patches with Meteor

Jadu has revamped their patch/upgrade installation process starting with 1.12.0.24.  You can download the installation instructions from their support site (http://support.jadu.net/downloads/file/223/112_patch_installation_instructions) [login required].  That PDF has all the information in this article, but I've just added a bit more personality and 'hand h

Pages