What is McJiffy EASy good for?

  • Adding a Store to Your Site
  • Domain Parking
  • Stand Alone Site

How much does McJiffy EASy Cost?

Absolutely nothing. McJiffy is released as an open source project under the LGPL license.

What if I have questions about McJiffy EASy?

The easiest way to get your questions answered is to use the McJiffy Forum. There you can ask question and hopefully get answers.

Keyword Snippets

Starting with version EASy 1.3, you can now pre-write text to go along with each keyword. When a page is loaded, EASy checks to see if a corresponding text snippet exists. If it does, it reads the snippet into the $keywordtext variable that can then be used in your theme.

By default, all the keyword text snippets are stored in the "text" directory under in the site root. This directory can be adjusted using the $site["textdirectory"] variable in the settings file. If you are doing multi-site hosting and want to have unique text for each site, then all you will need to do is create a different directory for each site. One way to do this is to make subdirectories within the "text" directory.

/
/cache
/sites
/text
  -/site1
  -/site2
/themes

Then in your configuration files for each site, just set the $site["textdirectory"] to the appropriate directory. ex: $site["textdirectory"] = "text/site1"

The keyword snippet files are plain text files. The filename should be the urlencoded version of the keyword and have a file extension of ".txt".

wii --> wii.txt
wii console --> wii+console.txt

The contents of the file are directly piped to the $keywordtext variable. So you can include HTML in your text file and it will show up on your theme page.

I've given up. I will make

I've given up. I will make no more request for help here.

Thanks,
John