Active
Project:
Cumulus
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 May 2009 at 01:51 UTC
Updated:
10 Dec 2010 at 14:16 UTC
Can I change the font type? The default is Arial I guess. And I want it to be something else.
Regards
Comments
Comment #1
ilakshmir commentedI 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?
Comment #2
pramudya81 commentedI 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
Comment #3
ilakshmir commentedHi pramudya81 ,
Thanks for your response. I obtained the source files and will try to modify them.
iyer
Comment #4
bennyjs commentedI would also love this feature. Awesome module by the way. Intuitive and simple to use. thanks very much.
Comment #5
webavant commentedComment #6
mariomc commentedThis 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.
Comment #7
kars-t commentedHi
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 ...
Comment #8
mariomc commentedHello 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://"