Can I change the font type? The default is Arial I guess. And I want it to be something else.

Regards

Comments

ilakshmir’s picture

I would also like this feature. As it appears, the .swf file has to be updated to recognize the style options in the tags links passed to it.

Anyone with insights into this?

pramudya81’s picture

I have looked into Roy Tanck site at http://www.roytanck.com/ He provides the source for the swf file of course. You can download it there.

I tried to change the font type, succeeded. But the color now become colorful (This is the original version) not 1 color anymore as in Drupal. So Roy said that I need to contact person who ported cumulus into Drupal to get know what he changed to be a Drupal version.

And so far no one in cumulus project responded in this thread.

Regards

ilakshmir’s picture

Hi pramudya81 ,
Thanks for your response. I obtained the source files and will try to modify them.
iyer

bennyjs’s picture

I would also love this feature. Awesome module by the way. Intuitive and simple to use. thanks very much.

webavant’s picture

mariomc’s picture

This happens because the new version of Cumulus blocks links not starting with "http". And since this module generates relative links, not absolute, it won't work with the latest version.

However, I'd recommend the module maintainer to update this module to include the latest Cumulus release as well, since it was a security issue that started the update.

kars-t’s picture

Status: Active » Closed (works as designed)

Hi

I am closing this as it was said that you have to recompile the swf to get a new font type. And it was updated to the latest version. At least in 6.x ...

mariomc’s picture

Status: Closed (works as designed) » Active

Hello Kars-T,

You are correct about the recompiling part.

However, since the Cumulus SWF suffered some security changes in its 2 latest versions, that method is now incompatible with the module.

You'd have to either use an older version of the SWF (with supposed security holes included) or hack the module to send out absolute links instead of relative - which are blocked in the latest SWF version.

If you do try to use latest SWF with Cumulus, you'll non-functional links as the SWF blocks any link not starting with "http://"