• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Badge_editor on RevCMS

Junior Spellweaver
Joined
Aug 15, 2011
Messages
167
Reaction score
15
He there,

Is it possible to put the badge_editor on revCMS?
I just copied the code from haddoCMS, but it isn't showing, why not?
Mango theme, code for badge_editor is:

PHP:
<script type="text/javascript" language="JavaScript">
var swfobj = new SWFObject("FILETOSWF/BadgeEditor.swf", "badgeEditor", "280", "366", "8");
swfobj.addParam("base", "flash/");
swfobj.addParam("bgcolor", "#FFFFFF");
swfobj.addVariable("post_url", "../save_group_badge.php");
swfobj.addVariable("__app_key", "Meth0d.org");
swfobj.addVariable("groupId", "<?php echo $groupid; ?>");
swfobj.addVariable("badge_data", "<?php echo $groupdata['badge']; ?>");
swfobj.addVariable("FILETOXML/badge_editor.xml");
swfobj.addVariable("FILETOXML/badge_data.xml");
swfobj.addParam("allowScriptAccess", "always");
swfobj.write("badge-editor-flash");
</script>

Can someone help me?

Thanks in advance,
-Galago
 
Back
Top