Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorkenneth3d
    • CommentTimeMar 22nd 2007
     permalink
    Hi,

    First I would like to say thanks for a great product.

    The only thing bothering me is the fact, that I cant remove your link/advertiseing in the rightclick menu. The funny thing is, that is dosnt appear on your own site. I thing Its a littel "bad ethics" to promote your product this way.

    How do I remove it?

    Best Regards
    Kenneth
    •  
      CommentAuthorMonokai
    • CommentTimeMar 22nd 2007
     permalink
    The next version will let you optionally remove this link from the right-click menu.
    • CommentAuthorkenneth3d
    • CommentTimeMar 22nd 2007
     permalink
    Nice to hear that Monokai. Any idea when that verison will be due?
    •  
      CommentAuthorMonokai
    • CommentTimeMar 22nd 2007
     permalink
    Somewhere at the beginning of next month...
    • CommentAuthorMark
    • CommentTimeMar 22nd 2007
     permalink
    Thanks Monokai.

    I can't use it until then as it doesn't look good on a professional site. On a personal site I wouldn't have a problem with this.

    Looking forward to the update.

    Do we get an email notification when it's updated or do we have to check back here?

    Cheers
    •  
      CommentAuthorMonokai
    • CommentTimeMar 22nd 2007
     permalink
    Yes, you'll get notified via email with a link to the new .ZIP file.
    • CommentAuthorMark
    • CommentTimeMay 16th 2007
     permalink
    Hi Monokai,

    It seems there is a new version that i was not notified of. Can you please send me a download link. I hope the disable right click menu is an option in this new version.

    Cheers
    •  
      CommentAuthorMonokai
    • CommentTimeMay 16th 2007
     permalink
    Please mail me your transaction ID and I'll reactivate the link for you.
    • CommentAuthorjohnos
    • CommentTimeMar 18th 2008
     permalink
    I'm using version 1.32 and no matter how many times I follow the manual instructions I cannot disable the copyright notice in the right click menu.

    Is there a later version with an easy way to remove this code, or, if not, would it be possible for you to post the code. Specifically, I would like to see the code to remove both the logo and the right-click notice. The manual gives them separately, and combining them might be where I am going wrong.
  1.  permalink
    Johnos,

    Just a quick cut & paste from my code:the two lines you should be looking at are:

    so.addVariable("showLogo", "false");
    so.addVariable("showVersionInfo", "false");

    ------------------------------------------

    <script type="text/javascript">
    // <![CDATA[
    var so = new SWFObject("/slideshow/monoslideshow.swf", "SOmonoSlideshow", "{$width}", "{$height}", "7", "#ffffff");
    so.addParam("base", "/slideshow/");

    so.addVariable("showLogo", "false");
    so.addVariable("showVersionInfo", "false");

    so.useExpressInstall('expressinstall.swf');
    so.addVariable("dataFile", "$xmlfile");
    so.write("monoSlideshow");
    // ]]>
    </script>



    Russell