Login

Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.

Status & Mood ©

Only for registred users.

Ads


Affiliates






Your button here?
Contact



Spampoison


View Thread

Venue :: Mods and Infusions V7 :: Official Releases V7
 Print Thread
Cumulus panel (Animated tag cloud)
Google Adsense
Posted on 07/30/10 11:42
Bot Agent

Posts: n^x
Joined: Always

IP: localhost  
Domi
#1 Print Post
Posted on 01/07/09 19:45
User Avatar

Venue Admin


Status
Hard working!
Mood
status
Posts: 1995
Joined: 24.08.05

1.4 Live .
Display a nice animated cloud of your forum posts or News / Articles / Movies / Games / Photos / Forum threads

Here is how you add more char support:
http://www.roytan...p-cumulus/

Planned :
Maybe make a nice admin interface for settings.

Thanks to :
Roy Tanck who made the SWF http://wordpress....p-cumulus/


Change log 1.4 :
Added (readme_en.txt) for some howto´s.
Added missing articles / news clouds.

Change log 1.3 :
Added random colorization of the tags
Fixed a init problem wich would cause the cloud to not always load its contents, this problem could happend even on 100% W3C validated sites.
Added ready center panels for The Kroax / VArcade / Photo Gallery / Forum cloud

Change log 1.2 :
Updated to version 1.8 of the SWF wich comes with a new option to set the highlight color.


Change log 1.1 :
Added a missing text2 variable.
Thank you Yannick Massé - Wikipedia - France soutien@presume-coupable.com - www.presume-coupable.com for XHTML valid solution.

Download 1.2 :
http://www.venue....base_id=79

Download 1.4 (V.i.P) :
http://www.venue....base_id=84
Edited by Domi on 02/12/10 09:45
 
http://www.venue.nu
UniCoRN
#2 Print Post
Posted on 01/08/09 03:13
Newbie


Status
böööö
Mood
status
Posts: 3
Joined: 08.09.08

nice Smile
 
Www.UniFroG.NeT
sathishIPL
#3 Print Post
Posted on 01/08/09 13:18
User Avatar

Member


Status
trying to Learn PHP
Mood
status
Posts: 80
Joined: 11.11.08

Little Contribution from me ...
I have done something of my own ... :smiley027 First time in my life

For PhotoGallery ...

find
Download source  Code
$result = dbquery("SELECT tt.thread_id, tt.thread_subject FROM ".DB_THREADS." tt
INNER JOIN ".DB_FORUMS." tf ON tt.forum_id=tf.forum_id
WHERE ".groupaccess('forum_access')." ORDER BY rand() LIMIT 0,40");
while ($data = dbarray($result)) {
$cfontsize = rand(6,26);
echo  '<a href=\''.FORUM.'viewthread.php?thread_id='.$data['thread_id'].'\' rel=\'tag\' style=\'font-size:'.$cfontsize.'pt;\'>'.$data['thread_subject'].'</a>';
       }




replace with this


Download source  Code
$result = dbquery("SELECT * FROM ".DB_PHOTOS." ORDER BY photo_id DESC LIMIT 0,4");
while ($data = dbarray($result)) {
$cfontsize = rand(6,26);
echo '<a href=\''.BASEDIR.'photogallery.php?photo_id='.$data['photo_id'].'\' rel=\'tag\' style=\'font-size:'.$cfontsize.'pt;\'>'.$data['photo_title'].'</a>';
}



Edited by sathishIPL on 01/08/09 13:19
 
www.theiplaction.com
jenthorn
#4 Print Post
Posted on 01/10/09 00:38
User Avatar

Junior Member


Status
I don gettit
Mood
status
Posts: 24
Joined: 06.09.08

Call me stupid... but does anyone have an example of this so that I can see what it looks like? Cool
 
syrianferrari
#5 Print Post
Posted on 01/10/09 03:27
Newbie


Status
No status is set
Mood
Not selected
Posts: 4
Joined: 05.06.08

I was wondering if it is possible to get this working with Persian Locals ,, i installed it on my site,, but it is not reading the Arabic letters.. ( i opened a new forum thread with an Persian title and nothing shows) then i tried with a new thread in Englisch letters as Subject and it works.. so i think it is having a bad day reading the persian locals,,

I´l be very thankfull if there is anyway to make this work Smile
Edited by syrianferrari on 01/10/09 03:28
 
sathishIPL
#6 Print Post
Posted on 01/10/09 06:51
User Avatar

Member


Status
trying to Learn PHP
Mood
status
Posts: 80
Joined: 11.11.08

@jenthorn---U can see here an Example down the quick reply , theres a panel cumulus ...

 
www.theiplaction.com
Domi
#7 Print Post
Posted on 01/10/09 09:05
User Avatar

Venue Admin


Status
Hard working!
Mood
status
Posts: 1995
Joined: 24.08.05

jenthorn wrote:
Call me stupid..


I wouldent Smile

What satish said, if it dosent show, refresh page , i got some hickup here now and then i hope noone else have Smile
 
http://www.venue.nu
Domi
#8 Print Post
Posted on 01/10/09 20:02
User Avatar

Venue Admin


Status
Hard working!
Mood
status
Posts: 1995
Joined: 24.08.05

syrianferrari wrote:
I was wondering if it is possible to get this working with Persian Locals ,, i installed it on my site,, but it is not reading the Arabic letters.. ( i opened a new forum thread with an Persian title and nothing shows) then i tried with a new thread in Englisch letters as Subject and it works.. so i think it is having a bad day reading the persian locals,,

I´l be very thankfull if there is anyway to make this work :)



Hi, ive investigated and not yet found a good solution.
But you can try this
open cumulus_panel,php and paste this line.

Download source  Code
header('Content-type: text/html; charset=utf-8');




if the uft-8 dont work try your country iso code, iam not sure wich one it is, but i could look it up if needed.
Let me know what happens
Edited by Domi on 01/11/09 10:04
 
http://www.venue.nu
wikipedia
#9 Print Post
Posted on 01/11/09 08:11
Newbie


Status
Tired but Glad..
Mood
status
Posts: 6
Joined: 11.01.09

Hello, I'm glad and proud to use this as side panel.

i love this class animated Panel but like i don't found a readme.txt i don't know the meaning of every parameters in "cumulus_panel.php.

So i don't manage to get a speric look like here , change size of titles...
please could someone help me?

other thing too difficult for me : get a 0px border in the box of the side panel. what is the correct size of the .swf to <embed>

thanks a lot if you can help Wink

Yannick
(France)
 
Domi
#10 Print Post
Posted on 01/11/09 10:10
User Avatar

Venue Admin


Status
Hard working!
Mood
status
Posts: 1995
Joined: 24.08.05

Hi,
Hi Yannick!

This line is the sizes for our front page wich seem to work and look ok.

Download source  Code
var so = new SWFObject("'.INFUSIONS.'cumulus_panel/tagcloud.swf", "tagcloud", "150", "100", "7", "#ffffff");



 
http://www.venue.nu
oneeye
#11 Print Post
Posted on 01/13/09 02:42
Newbie


Status
lol
Mood
status
Posts: 5
Joined: 12.01.09

I like this very much but on my website the text is very hard to see so I cannot use it.

I have a website with black background.

Is there a way to edit the colors of the texts?

On hover links are very dark, black, and I cannot see them.
 
LoseControl
#12 Print Post
Posted on 01/13/09 07:54
Junior Member


Status
Type Status..
Mood
status
Posts: 37
Joined: 16.09.08

v6 Sad
 
Domi
#13 Print Post
Posted on 01/13/09 12:11
User Avatar

Venue Admin


Status
Hard working!
Mood
status
Posts: 1995
Joined: 24.08.05

Just need to change the query ..
find
$result = dbquery("SELECT tt.thread_id, tt.thread_subject FROM ".DB_THREADS." tt
INNER JOIN ".DB_FORUMS." tf ON tt.forum_id=tf.forum_id
WHERE ".groupaccess('forum_access')." ORDER BY rand() LIMIT 0,20");


replace with
Download source  Code

$result = dbquery(
   "SELECT tf.*, tt.*, tu.user_id,user_name, MAX(tp.post_id) as last_id, COUNT(tp.post_id) as count_posts FROM ".$db_prefix."forums tf
   INNER JOIN ".$db_prefix."threads tt USING(forum_id)
   INNER JOIN ".$db_prefix."posts tp USING(thread_id)
   INNER JOIN ".$db_prefix."users tu ON tt.thread_lastuser=tu.user_id
   WHERE ".groupaccess('forum_access')." GROUP BY thread_id ORDER BY thread_lastpost DESC LIMIT 0,25");





I havent tested this one so in my usualy confused state i hope i dident miss anything..

 
http://www.venue.nu
Domi
#14 Print Post
Posted on 01/13/09 12:17
User Avatar

Venue Admin


Status
Hard working!
Mood
status
Posts: 1995
Joined: 24.08.05

oneeye wrote:
I like this very much but on my website the text is very hard to see so I cannot use it.

I have a website with black background.

Is there a way to edit the colors of the texts?

On hover links are very dark, black, and I cannot see them.


find
var so = new SWFObject("'.INFUSIONS.'cumulus_panel/tagcloud.swf", "tagcloud", "600", "170", "7", "#ffffff");

Play around with some color in the #ffffff field ..
Also

find
so.addVariable("tcolor", "0x333333");
change to like and it will be red.
so.addVariable("tcolor", "880000");
add under, (i think this will adjust text 2.... not 100% sure..)
so.addVariable("tcolor2", "0x880000");

Atlest you got some howto pull a Da Vinci on the cumulus now ;)
 
http://www.venue.nu
oneeye
#15 Print Post
Posted on 01/13/09 13:53
Newbie


Status
lol
Mood
status
Posts: 5
Joined: 12.01.09

edit: dont quote messages above yours, its like double reading..

That almost worked for me. I changed all colors numerous times and I did like the difference. However, the text color when the mouse hovers over the text still stayed black. Nothing I did changed that.
Download source  Code
      var so = new SWFObject("'.INFUSIONS.'cumulus_panel/tagcloud.swf", "tagcloud", "600", "170", "7", "#ffff00");
      // uncomment next line to enable transparency
      so.addParam("wmode", "transparent");
      so.addVariable("tcolor", "0xFFFF00");
      so.addVariable("mode", "tags");
      so.addVariable("distr", "true");
        so.addVariable("tcolor2", "0xFF9933");
      so.addVariable("tspeed", "120");';



Edited by Domi on 01/13/09 14:34
 
Domi
#16 Print Post
Posted on 01/13/09 14:35
User Avatar

Venue Admin


Status
Hard working!
Mood
status
Posts: 1995
Joined: 24.08.05

did you try
Download source  Code
so.addVariable("tcolor2", "0x880000");



If that dosent work, i have no more ideas.
 
http://www.venue.nu
oneeye
#17 Print Post
Posted on 01/13/09 14:50
Newbie


Status
lol
Mood
status
Posts: 5
Joined: 12.01.09

Domi wrote:
did you try
Download source  Code
so.addVariable("tcolor2", "0x880000");



If that dosent work, i have no more ideas.


I did that, look closely at my post above.

Oh well, thanks anyway. :)
Edited by oneeye on 01/13/09 14:50
 
Domi
#18 Print Post
Posted on 01/14/09 09:58
User Avatar

Venue Admin


Status
Hard working!
Mood
status
Posts: 1995
Joined: 24.08.05

Ya not much more to do, there is 3 places to change color and those are it..
 
http://www.venue.nu
syrianferrari
#19 Print Post
Posted on 01/14/09 11:38
Newbie


Status
No status is set
Mood
Not selected
Posts: 4
Joined: 05.06.08

Domi wrote:
syrianferrari wrote:
I was wondering if it is possible to get this working with Persian Locals ,, i installed it on my site,, but it is not reading the Arabic letters.. ( i opened a new forum thread with an Persian title and nothing shows) then i tried with a new thread in Englisch letters as Subject and it works.. so i think it is having a bad day reading the persian locals,,

I´l be very thankfull if there is anyway to make this work :)



Hi, ive investigated and not yet found a good solution.
But you can try this
open cumulus_panel,php and paste this line.

Download source  Code
header('Content-type: text/html; charset=utf-8');




if the uft-8 dont work try your country iso code, iam not sure wich one it is, but i could look it up if needed.
Let me know what happens




i did some tests, but it still not showing,, but i think i have some errors in the Charset at my website, i will try to solve them first then i will try again.. actully i´m not using a utf-8 code.. the phpfusion version that im using is based on arabic windows-1256 ... so i´ll be back later with some updates after fixing this small problems on my site ^^..

and thanks alot for your support !

Edited :

ok i did some more " researches " about this matter and i come out with :

the Standard Web Flash player supports only LTR ( left to right) text.. and that is the main problem .. there are no standard RTL ( Right to Left) text reader .. so i think that i have to wait untill Adobe solve this,, which will not happen in the soon future i think ! ^^
Edited by syrianferrari on 01/17/09 01:06
 
wikipedia
#20 Print Post
Posted on 01/23/09 01:46
Newbie


Status
Tired but Glad..
Mood
status
Posts: 6
Joined: 11.01.09

Hello,
Do you know if we can customize the highlight color which is actually black?
 
Jump to Forum:

Ticket support system - When you need help!


Forum cloud

Download Flash Player PHP-Fusion Cumulus by Domi and Roy tanck
requires Flash player 9 or better