The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Animated Flash Tags Widget , Flash Tag Cloud Details »» | |||||||||||||||||||||||||||||||
Animated Flash Tags Widget , Flash Tag Cloud
Developer Last Online: Sep 2012
Flash Tag Cloud
Released 6/3/2010 By Vikas - http://www.ngcoders.com Demo - http://www.roboticsindia.com , Look at left sidebar Installation
PHP Code PHP Code:
http://www.roytanck.com/2009/03/11/h...us-shortcodes/ Download Now
Screenshots
Show Your Support
|
4 благодарности(ей) от: | ||
misericorde, Popa Andrei, Teascu Dorin |
Comments |
#62
|
|||
|
|||
Is there an answer in our future?
When I go to put it in the forums block, if I even have to do that like I said the instructions don't clearly explain how to put it in your forums, the template reads block_html whereas to put in the CMS it's vbcms_widget_execphp_page What must one do differently as per the instructions to get it as a forum sidebar? Thanks |
#63
|
|||
|
|||
Uninstalled.
OK. I suspected I was right that it didn't work on the forum page and the silence has confirmed it. I also checked a poster's site in this thread who was asking about getting it to work on the forum and he said he did. But, if you check his site it's on the CMS not the forum. |
#64
|
||||
|
||||
It does seem darn silly to have a list of forum tags that can't even go on the forum!
But I don't know that tags are even being updated, as I don't see any kind of scheduled task doing it. And I know my users aren't manually adding any tags anyway. |
#65
|
||||
|
||||
Great Mod! Thanks!
It is pulling content fine from both the Forums and CMS, I'm not sure what everyone is talking about. Functionally, the mod is working fine for me. I do however have 3 SMALL display issues, which I'm hoping you can help me with (NGCoders). I checked your demo site (roboticsindia.com) and I noticed that your site doesn't have any of the 3 display problems, so I'm guessing you must have found a way to correct them on your site. Please share with us how you fixed them, so I can do the same. First of all, my widget isn't in a fixed width column, so sometimes it will be wider than 330px, and other times it will be narrower than 330px (the same as on your site). To help compensate for this, I wrapped the <embed> tag with a <center> tag. That is the ONLY change I made to your original code. Here are two screen shots of the widget on my site: Narrower than 330px: Wider than 330px: Here are my 3 display issues:
DEMO Can you please share with us how you fixed these three issues on your site? I don't see any of the same problems on your site at all. Thanks for the mod and thanks in advance for the help! Jeff |
#66
|
|||
|
|||
@NashChristian: U have to play around a bit with this part
Code:
$flashWidth = 330; $flashHeight = 330; $flashPath = 'tagcloud.swf'; $flashBackgroundColor = 'ffffff'; $tagCount = 30; $tagMaxSize = 16; $tagMinSize = 8; As i was searching a bit i saw some of these flash Clouds with colored tags. is this possible here too in any way??? |
#67
|
|||
|
|||
Quote:
Correction. Forget it. I checked your site. I too have it on my forum. I'm speaking of putting it on the forum with animation. That cannot be done with this mod. For the animation it must be on the CMS |
#68
|
|||
|
|||
Try changing the following -
PHP Code:
|
#69
|
||||
|
||||
Quote:
Thanks for the feedback. Is that the only change you made to the code listed in this mod, for your personal site: http://www.roboticsindia.com? Did you not need to use any code to CENTER it? The biggest bummer I see with setting this to 100%, is when you have a wider screen resolution and a wider widget, the text in the cloud still stays tiny. Here are a couple screen shots: (This is at a fixed 330 px width.) (This is at 100% width and height.) Do you know of a way to make the cloud larger, without screwing up the display? Do you have access to the source .FLA file, where the height and width could be increased? This is cool! It just needs some tweaking. Thanks for your help. Jeff |
#70
|
||||
|
||||
Alright, a little bit better, but still not perfect:
I figured out that you can force the height to a certain dimension and stretch the .swf, while leaving the width at 100% so not to break the widget padding. Here's what I'm using now: Code:
$flashWidth = '100%'; $flashHeight = '275px'; Hope that helps someone. If ANYONE knows of a BETTER way to enlarge this without screwing up the display at different resolutions, please let me know. Thanks! Jeff |
#71
|
||||
|
||||
how to change the cloud to links that i want to put inside ? any idea ?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|