![]() |
Quote:
|
Quote:
['homeurl'].'/forums/''/'.$contentTypes[$tag The above was what I was given to get this to work, but it gave me errors, so I changed this code to the following an it worked. ['homeurl'].'/forums/'.$contentTypes[$tag It was that simple. Dennis |
Thanks Dennis. I had already tried this but still have an empty white widget on vb 4.0.2. Very nice mod if I could make this work. Uninstalled it for now.
|
I too get an empty white widget box. Sure would like to see this work on my 4.0.2 install.
|
I think it doesn’t work with 4.0.2 :(
|
Thank You.
|
Quote:
Quote:
|
Quote:
|
Quote:
|
Looks nice. It would be cool if it worked.
|
yes it is a great looking and usfull hack. any updates on this working?
|
anyopne know if theirs any other Tag Cloud hacks we could use for side bar?
|
I'm having a problem with broken links in my tag cloud. The weird thing is, one link in the cloud works perfectly, but the rest are broken.
My site is www.blickees.com. If you click on the "donovan mcnabb" tag it goes to: http://www.blickees.com/tags.php?tag=donovan+mcnabb However every other tag goes to: http://www.blickees.com/<tag> Any ideas? |
Quote:
$url = $vbulletin->options['homeurl'].'/'.$contentTypes[$tag['contenttypeid']].urlencode($tag['tagtext']); TO: $url = $vbulletin->options['homeurl'].'/'.'tags.php?tag='.urlencode($tag['tagtext']); |
Quote:
|
Works just fine out of the box on 4.0.2
Thanks for the work. |
Did not work on my 4.0.2 either, I use tags on the forum and on the CMS page. Noting showed up in the widget accept the date.
|
Will check this out later. Looks cool. :up:
|
What else needs to be done to ensure it shows on the forums and not on the CMS? Do you still have to create the widget as if it'll be a CMS widget?
Here's my error: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/xxxxxxxxx/public_html/talkclassicrock.com/forums/packages/vbcms/widget/execphp.php(177) : eval()'d code on line 3 |
Listed below are the instructions given for this mod to work on your CMS page.
What must one do differently as per the instructions to get it as a forum sidebar? Thanks!! Installation * Goto Admincp->vBullietin CMS->Widgets->Create New Widget * Choose PHP Direct Execution as Widget's Type * Place a Title. eg Upcoming Events. Keep it short as this is what will appear as title on your pages. * Click Save * Click Configure on the right of the new created widget. * Remove the default code that appears. Be sure to not leave behind even a single letter. * Copy and Paste the code that you can find below. * Leave the template name as is (vbcms_widget_execphp_page) * Click Save * Goto Admincp->vBullietin CMS->Layout Manager * Click Go on the Default Layout * Add the Widget to your Layout * Click Save * Download the attached tagcloud.zip and extract it. * Upload tagcloud.swf to root directory of your vbulletin install * That's all !! |
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 |
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. |
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. |
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: http://nashvillechristian.com/images...oud_narrow.jpg Wider than 330px: http://nashvillechristian.com/images...cloud_wide.jpg 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 |
@NashChristian: U have to play around a bit with this part
Code:
$flashWidth = 330; As i was searching a bit i saw some of these flash Clouds with colored tags. is this possible here too in any way??? |
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 |
Try changing the following -
PHP Code:
|
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: http://nashvillechristian.com/images...loud_330px.jpg (This is at a fixed 330 px width.) http://nashvillechristian.com/images..._cloud_100.jpg (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. :D Jeff |
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%'; 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 |
how to change the cloud to links that i want to put inside ? any idea ?
|
Looks cool but does not work 4.0.3
|
How can I change its charset? We're a Turkish forum and some characters don't show up correctly.
|
Can this be added to the Forums section
|
Doesn't work on 4.0.6... at least not for my site.
|
Works fine for me but if I click on one of the tags that is linked to an article, I get a 404 error. If its a tag that relates to forum posts it works.... or blogs... just not articles
|
[QUOTE=bandare;2096851]Works fine for me but if I click on one of the tags that is linked to an article, I get a 404 error. If its a tag that relates to forum posts it works.... or blogs... just not articles[/QUOTE
Not on articles...this is my finding too. When using the tag in a search (ie google) found and works but not from the tag cloud. |
has anyone got this working in 4.0.7? I am just getting a blank widget. I have tags in blogs, forums and cms. what am i doing wrong?
|
Quote:
|
Quote:
Works, but for some reason it isn't centered. |
Got it centered by using 100% for width but can't seem to get the proportions to look like they do in the screen shot.
|
All times are GMT. The time now is 12:54 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|