[New Plugin] jCloud_XH

Third Party Plugins to CMSimple - how to install, use and create plugins

Moderator: Tata

Post Reply
Old
Posts: 29
Joined: Sun Nov 25, 2012 9:51 pm

[New Plugin] jCloud_XH

Post by Old » Tue Jan 15, 2013 3:38 am

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

Old
Posts: 29
Joined: Sun Nov 25, 2012 9:51 pm

Re: [New Plugin] jCloud_XH

Post by Old » Thu Jan 17, 2013 6:43 am

Plugin updated.
Added processing for missing or blank data file.
Data file format moved to XML.
Cloud_XH web page

Der Zwerch
Posts: 608
Joined: Sat Jul 28, 2012 11:38 am
Location: Perle der Grafschaft > 127.0.0.1

Re: [New Plugin] jCloud_XH

Post by Der Zwerch » Mon May 19, 2014 10:24 am

Hello,
Site is down :?

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: [New Plugin] jCloud_XH

Post by cmb » 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.
Christoph M. Becker – Plugins for CMSimple_XH

Korwin
Posts: 118
Joined: Sat Oct 13, 2018 3:27 pm
Location: Russia, Yekaterinburg
Contact:

Re: [New Plugin] jCloud_XH

Post by Korwin » Wed Oct 17, 2018 3:09 pm

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.

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: [New Plugin] jCloud_XH

Post by cmb » Wed Oct 17, 2018 3:58 pm

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
You do not have the required permissions to view the files attached to this post.
Christoph M. Becker – Plugins for CMSimple_XH

frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: [New Plugin] jCloud_XH

Post by frase » 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

Code: Select all

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

Code: Select all

if (XH_wantsPluginAdministration('jcloud'))

Korwin
Posts: 118
Joined: Sat Oct 13, 2018 3:27 pm
Location: Russia, Yekaterinburg
Contact:

Re: [New Plugin] jCloud_XH

Post by Korwin » Wed Oct 17, 2018 9:20 pm

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.

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: [New Plugin] jCloud_XH

Post by cmb » Wed Oct 17, 2018 11:28 pm

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! :)
Christoph M. Becker – Plugins for CMSimple_XH

Post Reply