Page 1 of 1

[New Plugin] jCloud_XH

Posted: Tue Jan 15, 2013 3:38 am
by Old
Hi all,

I released jCloud_XH v.1.0 plugin.

A tag cloud (word cloud</span>, or weighted list in visual design) is a visual representation for text data, typically used to depict keyword metadata (tags) on websites or to visualize free form text. Tags are usually single words, and the importance of each tag is shown with font size or color. This format is useful for quickly perceiving the most prominent terms and for locating a term alphabetically to determine its relative prominence. When used as website navigation aids, the terms are hyperlinked to items associated with the tag.
From Wikipedia, the free encyclopedia

jCloud_XH plugin uses jQuery library jCloud, which is developed by Sawanna Team under GPL. jCloud_XH "doesn't provide any additional features, but is merely meant as a simple way to use and configure the jQuery plugin without the need to mess around in JavaScript files" (C) cmb.

Main good news are:

* High configurable tags cloud plugin.
* Cloud follow your mouse cursor.
* Cloud stop if mouse move on link.
* Additional link validation added.

Demo & downloads jCloud XH

Re: [New Plugin] jCloud_XH

Posted: Thu Jan 17, 2013 6:43 am
by Old
Plugin updated.
Added processing for missing or blank data file.
Data file format moved to XML.
Cloud_XH web page

Re: [New Plugin] jCloud_XH

Posted: Mon May 19, 2014 10:24 am
by Der Zwerch
Hello,
Site is down :?

Re: [New Plugin] jCloud_XH

Posted: Mon May 19, 2014 10:32 am
by cmb
Der Zwerch wrote:Site is down
Yes, unfortunately since a quite a long time. You can get a copy of the plugin from http://cmsimplewiki.com/doku.php/plugins/j%D1%81loud.

Re: [New Plugin] jCloud_XH

Posted: Wed Oct 17, 2018 3:09 pm
by Korwin
cmb wrote:
Mon May 19, 2014 10:32 am
Der Zwerch wrote:Site is down
Yes, unfortunately since a quite a long time. You can get a copy of the plugin from http://cmsimplewiki.com/doku.php/plugins/j%D1%81loud.
This crawler was blocked. ((

If someone has a jClouds plugin, share, please.

Re: [New Plugin] jCloud_XH

Posted: Wed Oct 17, 2018 3:58 pm
by cmb
Korwin wrote:
Wed Oct 17, 2018 3:09 pm
If someone has a jClouds plugin, share, please.
Old version 1.0; might not work anymore:
jCloud_XH-1.0.zip

Re: [New Plugin] jCloud_XH

Posted: Wed Oct 17, 2018 4:33 pm
by frase
cmb wrote:
Wed Oct 17, 2018 3:58 pm
jCloud_XH-1.0.zip
This Version works only with XH 1.6.x

For Version Cmsimple_XH 1.7.x
replace in admin.php line 126

Code: Select all

if(isset($jcloud) && $jcloud == 'true')
with

Code: Select all

if (XH_wantsPluginAdministration('jcloud'))

Re: [New Plugin] jCloud_XH

Posted: Wed Oct 17, 2018 9:20 pm
by Korwin
frase wrote:
Wed Oct 17, 2018 4:33 pm
cmb wrote:
Wed Oct 17, 2018 3:58 pm
jCloud_XH-1.0.zip
This Version works only with XH 1.6.x

For Version Cmsimple_XH 1.7.x
replace in admin.php line 126
...
Thank you very much cmb and frase, it was very necessary and timely.

P.S.

Plugin works!
Although the iCloud plugin does not work exactly as I had hoped. I assumed that he would collect the meta tags of the pages and, upon clicking on the link, give a list of pages with the mentioned tags. In fact, I have to manually make a list of tags with a link from each tag to one specific page. As such, this plugin is very useful for other tasks, unfortunately.
I will think about where it can still be applied with benefit.
Thanks again.

Re: [New Plugin] jCloud_XH

Posted: Wed Oct 17, 2018 11:28 pm
by cmb
Korwin wrote:
Wed Oct 17, 2018 9:20 pm
[…] I assumed that he would collect the meta tags of the pages and, upon clicking on the link, give a list of pages with the mentioned tags. […]
That's rather interesting: a plugin which offers to search pages by meta keywords! :)