Current time: 04-28-2024, 03:56 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.145.143.239], 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-24-2010, 10:02 PM
Post: #11
RE: I Would Like to request a tag cloud plugin
So you would like my second choice without javascript. Then i could put 2 settings to achieve this :

1- Enable/Disable Automatic addition of subject words to tags. (Default=Enabled)
2- Minimum word characters count to be included. (Default=3)

This way you also are able to add your own tags in the list. The subject words would be added to them when saving the thread.

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, 11:16 PM
Post: #12
RE: I Would Like to request a tag cloud plugin
Yea that's the ticket

and xml out put like this where it groups like words so the font is bigger or smaller according to how many and the colour
PHP Code:[Highlight]
<tags>
<
a href="http://www.mysite.com/forums" hicolor="0x990977" color="0xf42e5a" style="font-size:23">forums</a>
<
a href="http://www.mysite.com/post" hicolor="0x1dcac8" color="0x16ae47" style="font-size:9">post</a>
<
a href="http://www.mysite.com/guest" hicolor="0xed2f32" color="0x846ba5" style="font-size:9">guest</a>
<
a href="http://www.mysite.com/statistics" hicolor="0x ac50f" color="0xf9e2e5" style="font-size:14">statistics</a>
<
a href="http://www.mysite.com/members" hicolor="0xc54948" color="0x172a4e" style="font-size:18">members</a>
<
a href="http://www.mysite.com/threads" hicolor="0xa55aa6" color="0x ea66d" style="font-size:9">threads</a>
<
a href="http://www.mysite.com/posts" hicolor="0xbf3c41" color="0xebd964" style="font-size:12">posts</a>
<
a href="http://www.mysite.com/online" hicolor="0x99321b" color="0xc7bf99" style="font-size:12">online</a>
<
a href="http://www.mysite.com/users" hicolor="0x17d7a2" color="0x a856a" style="font-size:12">users</a>
<
a href="http://www.mysite.com/shout" hicolor="0xd40259" color="0x5ea51a" style="font-size:9">shout</a>
</
tags

howman's signature
Visit this user's website Find all posts by this user
Quote this message in a reply
09-06-2010, 12:13 AM
Post: #13
RE: I Would Like to request a tag cloud plugin
Good news!

I completed the plugin tonight, i need someone to test it elsewere.

Now it is 3 times bigger than the original plugin previously available here.

It is working well on one of my forums, i have tested all new features and you should be quite happy of the SEO advantages included in it. I even included a META Keywords LINK that will update itself with the most used Tags.

I will send you a PM telling you how to download the Beta plugin, just post your comments here after testing it...

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
09-06-2010, 09:21 PM
Post: #14
RE: I Would Like to request a tag cloud plugin
       

Could there be options for ??? see images

howman's signature
Visit this user's website Find all posts by this user
Quote this message in a reply
09-07-2010, 12:17 AM
Post: #15
RE: I Would Like to request a tag cloud plugin
I have added this functionality in the settings... 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
09-08-2010, 11:44 AM (This post was last modified: 09-08-2010 12:56 PM by Nadjia.)
Post: #16
RE: I Would Like to request a tag cloud plugin
Hello every one first I would like to thank exdiogene for all his hard work and giving me the ability to add this tag cloud to my webpage with the use of this plugin that exdiogene created and sidebox plugin and the flash file and info found here http://www.tag-cloud.de/

You can add a tag cloud that looks like this (see image)
   
pretty cool eh yeahhh

sidebox plugin I used can be found here (but you have to subscribe to download)
< link deleted by the moderator >

howman's signature
Visit this user's website Find all posts by this user
Quote this message in a reply
09-19-2010, 09:05 PM
Post: #17
RE: I Would Like to request a tag cloud plugin
This would be cool to be able to add the tags inside the proportal box and be able to have it inside the header of the index Wink

Thanks!

Technoman's signature
Visit this user's website Find all posts by this user
Quote this message in a reply
09-27-2010, 01:00 PM
Post: #18
RE: I Would Like to request a tag cloud plugin
The latest "Advanced Thread Tags" plugin is currently available at :
http://www.mybbcodes.com/showthread.php?tid=1809

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
11-19-2010, 12:02 AM
Post: #19
RE: I Would Like to request a tag cloud plugin
I can not remember if it was one of your pm's but I think you said that you could have it so i could put the cloud_data.xml in another dir is it to hard or to late to implment this.

and how would i fix the Markup Validation 6 errors
http://validator.w3.org/check?uri=http%3...ator%2F1.1

howman's signature
Visit this user's website Find all posts by this user
Quote this message in a reply
11-19-2010, 12:30 PM
Post: #20
RE: I Would Like to request a tag cloud plugin
For now the directory cannot be changed unless the plugin is edited for it.

About the w3.org validator, the errors are quite odd, i could expect a message mentioning that the closing slash was not there, but not the fact that the Meta Tag is invalid because from the documentation they are valid in xHTML as in xml!

I will add the closing slashes to be fully compliant but there is little i can do about the failing test, unless it was only because of the missing slashes and the error was wrongly described.

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