sonite
Member
Posted 4 months ago #
Hi,
Im using WordPress and have just added this great addon! Is there a way to input own frases in the bubble?
I would really love to put own text/quots in this bubble.
I coulnt help to notice that it seems if I could replace $tagcloud in the code with some adress or text strings I could manage this?
Any ideas how to make it work?
Kind Regards
http://wordpress.org/extend/plugins/wp-cumulus/
WP-Cumulus either shows tags, categories, or both. However, if you override the $tagcloud somehow, the Flash movie will display anything you put in there, as long as it's in the right format.
sonite
Member
Posted 4 months ago #
The thing is, I would love to put som customized text in the bubble!
Where can I se the right format? .'"Some Text "'. (like that dont work).
Kind Regads
If you get the development version from wordpress.org, there's an XML file in the zip with the correct format.
sonite
Member
Posted 4 months ago #
didier5
Member
Posted 4 months ago #
Hi,
Could you explain how we can use the xml file ?
we had to change sommething in the wp-cumulus.php file ?
Thanks
The XML file is used as a fallback during development. If the "mode" and "tagcloud" flashvars are not defined, it gets used. So you can hack the wp-cumulus.php so those don't get set (commenting out the corresponding lines). If the xml is in the smae folder as the swf, it should work.