Pixelpost Forum

Pixelpost Forum (http://www.pixelpost.org/forum/index.php)
-   Pixelpost Help (http://www.pixelpost.org/forum/forumdisplay.php?f=10)
-   -   tagcloud addon and swfobject.js (http://www.pixelpost.org/forum/showthread.php?t=10349)

alain 03-28-2009 03:20 PM

tagcloud addon and swfobject.js
 
hello

anybody knows how to use tagcloud addon with swfobject.js and could post me the codes please !?

regards

alain

alain 04-07-2009 04:26 PM

140 views and nobody knows !?

regards

Alain

Dennis 04-08-2009 08:17 AM

What addon are you talking about? Please provide more information, like what addon you want to use for Pixelpost, does it come with documentation, have you looked at the description in the addon page.

There are lots of variables unknown. The question itself isn't clear. Hence, the 140 views and no answers.....

alain 04-08-2009 04:42 PM

ty for your reply Dennis

the addon i m using is tagcloud and it works nicely

now to make the "content" move i need to use swfobjects.js but i have no idea how to "code" it so it shows the "tags"

here is a featured site where it s working fine

http://photos.cheneel.com/?x=about

regards

Alain

alainwelter.com

Dennis 04-09-2009 05:34 AM

Can you point me to the addon in question? Like a download link?

alain 04-09-2009 12:38 PM

hello again

i hope this is the basic link ..

http://code.google.com/p/swfobject/

feel free to goggle swfobject.js

regards

alain

Dennis 04-10-2009 02:37 PM

aha, so this isn't a pixelpost addon. It is code that needs to be transformed into a pixelpost addon. That is a whole different ballpark. Have you tried contacting the author of the blog you mentioned earlier?

alain 04-14-2009 01:02 PM

yes ... without getting a reply ...

You seem to be correct.Only the basic of this featured site seems to be pixelpost with ALOT of coding from the owner that s no official pixelpost addon ...

May be for the next release you could add addons like most viewed picture,most commented picture,rotating tagcloud ...

ty for your time Dennis

regards

Alain

alain 04-18-2009 02:07 PM

<script type='text/javascript' src='swfobject.js'></script>
<div id="flashcontent">
</div>
<script type="text/javascript">
var so = new SWFObject("tagcloud.swf", "tagcloud", "200", "200", "7", "#222222");
// uncomment next line to enable transparency
so.addParam("wmode", "transparent");
so.addVariable("tcolor", "0xFFFFFF");
so.addVariable("tcolor2", "0xCCCCCC");
so.addVariable("hicolor", "0xFF9900");
so.addVariable("mode", "tags");
so.addVariable("distr", "true");
so.addVariable("tspeed", "100");
---> so.addVariable("tagcloud","what code do i need to insert here to call the tags ??? ");

so.write("flashcontent");
</script>

anybody knows !?

ty

alain

Dkozikowski 04-18-2009 04:08 PM

There is much much more to that tag cloud than meets the eye. Swfobject.js only loads the flash file. So not only do you need the flash file, you also need an addon to pass tags to that flash file...

I see that the tag cloud in use is a Wordpress plugin which I'm assuming the photoblog owner converted into a Pixelpost addon. I may try and do the same but it's not high on my priority list at the moment...


All times are GMT. The time now is 10:52 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.