Current time: 04-24-2024, 09:13 PM Hello There, Guest! (LoginRegister)


Announcement
We have the biggest collection of MyBB Plugins here on the Net. We have currently 175+ MyBB Exclusive Plugins, 80+ MyBB Compatible MyCodes and 16+ MyBB 1.4.x Themes (Some are still under construction...) Thus, we provide you the largest MyBB Stuff on the net including tutorials. Stay with us, you will find out some more to come.
Now you can easily create your own buttons set for MyBB! Click here to have a look...
*** You cannot do your registration behind any Proxies anymore! ***
Welcome Guest[3.144.172.115], connected from
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I Would Like to request a tag cloud plugin
08-17-2010, 01:14 AM
Post: #1
I Would Like to request a tag cloud plugin
I know there are a few out there and they are pretty good right now I am using the one made by watt from mybb.com but I like this one wp-cumulus
Info
http://www.roytanck.com/2010/05/29/wp-cu...ent-again/
http://wordpress.org/extend/plugins/wp-c...reenshots/
http://www.tag-cloud.de/
http://www.artviper.net/website-tools/ht...-cloud.php

I have attempted to put to add manually to this site http://www.mybb.co.cc but the tag cloud links do not up date or change you would have to do it all by hand.

I think the colour full tag cloud would look good.

howman's signature
Visit this user's website Find all posts by this user
Quote this message in a reply
08-17-2010, 01:41 AM
Post: #2
RE: I Would Like to request a tag cloud plugin
I had a quick look at the wp-cumulus and it is a Flash plugin, like all your other selections. At the moment i do not do Flash plugins because it would not be worthy of the cost of the Adobe application to do them!

I could make an automatic colour text tag cloud plugin, that will update himself at each new index page generation.

Just tell me if this would be enough for you or if you would like more options...

Wink

exdiogene's signature MyBBCodes.com administrator
Cool " It is not what you know that matters, it is what you do or do not do!"
Visit this user's website Find all posts by this user
Quote this message in a reply
08-17-2010, 10:58 AM
Post: #3
RE: I Would Like to request a tag cloud plugin
Thank you for your reply
O.K the page http://www.mybb.co.cc was my attempt at trying the code from http://www.tag-cloud.de/ which I do not think page is working right. I never had to Use Adobe flash to setup anything but I think that if you made aplugin we could still get it to work
Could you Do?
Example
Adding up similar words: forums(3) and forum(9)
Adding up similar words: members(4) and member(3)
So you get html cloud like this
PHP Code:[Highlight]
<a href="http://forums" onmouseover="this.style.color='#9a68f1'" onmouseout="this.style.color='#8c156c'" style="color:#8c156c;font-size:25px;text-decoration:none" title="Count: 12">forums</a> <a href="http://guest" onmouseover="this.style.color='#d6a57e'" onmouseout="this.style.color='#69b4f9'" style="color:#69b4f9;font-size:11px;text-decoration:none" title="Count: 3">guest</a> <a href="http://statistics" onmouseover="this.style.color='#c44deb'" onmouseout="this.style.color='# dad05'" style="color:# dad05;font-size:16px;text-decoration:none" title="Count: 5">statistics</a> <a href="http://members" onmouseover="this.style.color='#b5643c'" onmouseout="this.style.color='#49bb44'" style="color:#49bb44;font-size:20px;text-decoration:none" title="Count: 7">members</a> <a href="http://posts" onmouseover="this.style.color='#796b4b'" onmouseout="this.style.color='#5ab9f1'" style="color:#5ab9f1;font-size:14px;text-decoration:none" title="Count: 4">posts</a> <a href="http://online" onmouseover="this.style.color='# 9d328'" onmouseout="this.style.color='#eb3827'" style="color:#eb3827;font-size:14px;text-decoration:none" title="Count: 4">online</a> <a href="http://users" onmouseover="this.style.color='#6c8062'" onmouseout="this.style.color='#5bbcc8'" style="color:#5bbcc8;font-size:14px;text-decoration:none" title="Count: 4">users</a> <a href="http://weather" onmouseover="this.style.color='#f4cfba'" onmouseout="this.style.color='#f7b998'" style="color:#f7b998;font-size:11px;text-decoration:none" title="Count: 3">weather</a
And have that stored in an .xml file called cloud_data.xml and look like this
PHP Code:[Highlight]
<tags>
<
a href="http://forums" hicolor="0x9a68f1" color="0x8c156c" style="font-size:23">forums</a>
<
a href="http://guest" hicolor="0xd6a57e" color="0x69b4f9" style="font-size:9">guest</a>
<
a href="http://statistics" hicolor="0xc44deb" color="0xdad05" style="font-size:14">statistics</a>
<
a href="http://members" hicolor="0xb5643c" color="0x49bb44" style="font-size:18">members</a>
<
a href="http://posts" hicolor="0x796b4b" color="0x5ab9f1" style="font-size:12">posts</a>
<
a href="http://online" hicolor="0x 9d328" color="0xeb3827" style="font-size:12">online</a>
<
a href="http://users" hicolor="0x6c8062" color="0x5bbcc8" style="font-size:12">users</a>
<
a href="http://weather" hicolor="0xf4cfba" color="0xf7b998" style="font-size:9">weather</a>
</
tags
And about 50 to 100 words in cloud max so it does not look to cluttered

I might be able to use the plug in you make with the flash tag cloud or I could just be dreaming Tongue who knows maybe it will

So could that be Done ???????

howman's signature
Visit this user's website Find all posts by this user
Quote this message in a reply
08-17-2010, 01:42 PM (This post was last modified: 08-17-2010 02:27 PM by exdiogene.)
Post: #4
RE: I Would Like to request a tag cloud plugin
Yes i can easily create an .xml file called cloud_data.xml and put in it the tags from the places you want, But how would it be good for SEO and your site?

I strongly believe that it would be better to have your tags in your HTML page for the Search engines to see them easily...

Unless you plan to use both methods to keep the fancy flash presentation of your tags,, but still the HTML links would still be available to them, so it would be a duplication of content for your visitors... Undecided

___________________________

Addendum :

I verified about the application license and there was none!

I feel quite uncomfortable to developp something connected to a compiled binary which i cannot see if anything harmfull could be present inside it! If theis application was created by a very well knowned software developper established since several years it would be quite a different story.

So the best i can do, is to developp my own tag cloud plugin having an option to also write a cloud_data.xml file in a specified directory for your flash application to work with it. I am also suggesting to enhance considerably our actual "Thread Tags 1.0" plugin to add those features to it and more...

What do you thing about this? Wink

exdiogene's signature MyBBCodes.com administrator
Cool " It is not what you know that matters, it is what you do or do not do!"
Visit this user's website Find all posts by this user
Quote this message in a reply
08-17-2010, 04:18 PM
Post: #5
RE: I Would Like to request a tag cloud plugin
That sounds good and should work for what I would want. And your way would be good for seo too.

That application license you where talking about was for the page http://www.tag-cloud.de/ right ??? listed under the GPL

That page it setup and run by http://www.artviper.net/ and it based on a word press plugin http://wordpress.org/extend/plugins/wp-cumulus/ created by roytanck http://www.roytanck.com

I just found this too javascript version
http://jeroenvanwarmerdam.nl/content/res...mulus.aspx

howman's signature
Visit this user's website Find all posts by this user
Quote this message in a reply
08-17-2010, 04:44 PM
Post: #6
RE: I Would Like to request a tag cloud plugin
Yes, i would greatly prefer to integrate the javascript version in my plugin!

But it is based on a GPLv3 License not allowing anything connected to it to not be GPL...

Also there is 3 needed Javascript files to be downloaded by each users, with a total of 200000 bytes that is quit much for slow connections. There is also a conflict with one file and the prototype.js script used by MyBB forums, it could be solved with some other codings but i prefer to not make so much changes in a public plugins...

I will think about it this week and respond here. But it seem at this point that my previous solution would be better for most users! Wink

exdiogene's signature MyBBCodes.com administrator
Cool " It is not what you know that matters, it is what you do or do not do!"
Visit this user's website Find all posts by this user
Quote this message in a reply
08-17-2010, 04:59 PM
Post: #7
RE: I Would Like to request a tag cloud plugin
What ever works I am easy going It's just that i like that tag cloud and would like to see it for MyBB I could always install wordpress But I would rather stick with MyBB.

I will await you answer
Looks like you may have a new subscriber soon

And Thank you for you time

howman's signature
Visit this user's website Find all posts by this user
Quote this message in a reply
08-24-2010, 08:01 PM
Post: #8
RE: I Would Like to request a tag cloud plugin
The thread tags that you where going to update would it be possible to have the tags auto add from the post subject?

howman's signature
Visit this user's website Find all posts by this user
Quote this message in a reply
08-24-2010, 09:18 PM
Post: #9
RE: I Would Like to request a tag cloud plugin
The tags are normaly typed when creating the thread first post, if you mean that its subject should be parsed to extract the possible tags from it, then if would need some artificial intelligence to choose only proper words! Tongue

Unless you are suggesting to simply extract all words longer than 3 characters and dump them in the tags box, this would need to be done using javascript, because it should be edited before the new thread is posted. Another solution for this without javascript, is to enable in AdminCP a setting adding automaticely these words in the tags when the thread is saved.

exdiogene's signature MyBBCodes.com administrator
Cool " It is not what you know that matters, it is what you do or do not do!"
Visit this user's website Find all posts by this user
Quote this message in a reply
08-24-2010, 09:47 PM
Post: #10
RE: I Would Like to request a tag cloud plugin
Right now when you use the thread tags And you Enter In the post subject the thread tags is empty and you got to in cert the tags your self.

example:

Post Subject: Hello How Are you to day? (Now have the tags add automatically)
Thread tags: Hello, How, Are, You, Day (doping "to" cause it smaller then 3 characters)

That's what I meant artificial intelligence would be nice but I am pretty sure you would want more then subscription to your site Big Grin lolol

See I do like the Tag cloud by watt over at mybb.com but it has lots of problems and the color tag cloud would look way better.

howman's signature
Visit this user's website Find all posts by this user
Quote this message in a reply
0 member(s) viewed this thread in the last 365 days :
Post Reply 


Was This Thread Useful ?
Please Link To Us
URL
BBCode
HTML

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Recherche le plugin de ce forum : HitCounter Plugin Pichorka 2 352 06-12-2014 06:11 AM
Last Post: Pichorka
Tongue self open and close plugin Philly 0 1,121 07-28-2011 01:17 AM
Last Post: Philly
  Connected From Plugin H0AX 1 1,357 07-02-2011 02:14 PM
Last Post: exdiogene
Question User Browser Detection Plugin or Script ? H0AX 6 2,001 06-30-2011 12:08 PM
Last Post: H0AX
Smile Picture Vote Plugin Chainzs 7 2,671 11-09-2010 12:23 PM
Last Post: hady

Forum Jump:

 
New To Site ?
Some Useful Links
  • Help

  • You Might Need To Register

  • Forum Statistics

  • Mark All Forums Read

  • Forum Staff

  • Log Out
  • Contact Us

  • Mybbcodes

  • Return to Top

  • Return to Content

  • Lite (Archive) Mode

  • RSS Syndication
  • Powered By MyBB, © 2002-2024 MyBB Group.
    Golden Crown - Designed and Published by ghazal & exdiogene of MyBBCodes.
    Hosting provided by WWWHostingServer.com