Not signed in (Sign In)

Categories

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

    • CommentAuthorboogle
    • CommentTimeMar 6th 2007
     permalink
    I just bought monoslideshow and can not figure out how to integrate it into my site. I am brand spanking new at this stuff so please walk me through step by step. I have the bento box template and have copied the .js, .swf, and .xml files into a folder with in my joomla site called slideshow. I have no idea what to do now.

    Please treat me like a complete newbie.

    Thanks
    • CommentAuthorgabo
    • CommentTimeMar 7th 2007
     permalink
    I bought monoslideshow and got the same problem, please help step by step :(
  1.  permalink
    You can incorporate the slideshow into a module. First turn off WSYWYG editors in Joomla's global config, then create a new module, and paste the following into the content window, configured to you needs:
    <code><div>
    <script type="text/javascript" src="monoslideshow/swfobject.js"></script>
    <div id="monoSlideshow">
    <p><strong>Please install Flash and turn on Javascript.</strong></p>
    </div>
    <script type="text/javascript">
    // <![CDATA[
    var so = new SWFObject("monoslideshow/monoslideshow.swf", "SOmonoSlideshow", "803", "340", "0", "#1f1f1f");
    so.addParam("base", "monoslideshow/");
    so.write("monoSlideshow");

    // ]]>
    </script>
    </div>
    <script type="text/javascript">
    var so = new SWFObject("monoslideshow.swf", "mss", 790, 400, "7", "#ffffff");
    so.addVariable("showLogo", "false");
    so.write("mssHolder");
    </script></code>

    Make sure the slideshow scripts are placed in a folder called "monoslideshow" inside your Joomla root dir.
    • CommentAuthorstepheng
    • CommentTimeMar 9th 2007
     permalink
    Just to clarify about where you might want to put your monoslideshow folder and programs, etc. for a newbie

    *** you need to create the base address so thats why there is ".addParam("base", "xxxxxx/" so without it fails to
    find the monoslideshow.xml file

    I suggest that you create your "monoslideshow" folder inside the IMAGE folder of your joomla install.
    That is where all the images, pictures are stored. And you can find that easily.

    JOOMLA
    ..
    ..
    >IMAGES
    >Monoslideshow
    monoslideshow.swf
    swfobject.js
    monoslideshow.xml
    >Album
    >images
    >thumbnails
    albumThumbnail.jpg

    you do not have to alter the monoslideshow.xml the parms ... imagePath="album/images" ...
    for its base pointer inside points correctly

    so now the base is pointing to images/monoslideshow

    <code><div>
    <script type="text/javascript" src="images/monoslideshow/swfobject.js"></script>
    <div id="monoSlideshow">
    <p><strong>Please install Flash and turn on Javascript.</strong></p>
    </div>
    <script type="text/javascript">
    // <![CDATA[
    var so = new SWFObject("images/monoslideshow/monoslideshow.swf", "SOmonoSlideshow", "803", "340", "0", "#1f1f1f");
    so.addParam("base", "images/monoslideshow/");
    so.addVariable("showLogo", "false");
    so.write("monoSlideshow");


    you can get the latest version of SWFObject.js at http://blog.deconcept.com/swfobject/swfobject.zip

    Aloha
    • CommentAuthorm@rco
    • CommentTimeMar 10th 2007
     permalink
    Is it possible to have a button in mainmenu?
    Like for example "Photography" and when you click on it that monoslideshow get loaded in Joomla.

    I hope you can help me

    Greetings m@rco
  2.  permalink
    I think you would just make a link in mainmenu to a static content item, then configure the slideshow module to appear only on that page.
    • CommentAuthorm@rco
    • CommentTimeMar 11th 2007 edited
     permalink
    Posted By: klinefelter</cite>I think you would just make a link in mainmenu to a static content item, then configure the slideshow module to appear only on that page.

    Thanks klinefelter.

    It works :-)
    • CommentAuthoreglwolf
    • CommentTimeMar 13th 2007
     permalink
    I am having difficulties with MSS and Rocket Themes Vortex Theme. I have followed the instructions on the site, and here. However it will not work in IE7, although it will work in FF.

    I have the same set up working with Rocket Themes Mobis theme. So it seems the issues is template related. I was wondering if anyone else is having problems.

    The url is www.brightfiredesigns.com/watercheck/
    • CommentAuthoreglwolf
    • CommentTimeMar 14th 2007
     permalink
    Anyone???
    • CommentAuthorfalk
    • CommentTimeMar 15th 2007
     permalink
    Hallo,
    I have the same problem. I treid the way it got described here. Now on the Frontend it says install flash and turn on javascript. Do I have to install flash within joomla and if so HOW????? Same thing with javascript do I have to install that into joomla and if so HOW???? I´m lost an confused because I don´t no anything about stuff like that. I just liked the way it looked at the demo page...:-).
    Thanks for your help.
    Falk
    • CommentAuthoreglwolf
    • CommentTimeMar 15th 2007
     permalink
    When you get that notice make sure your paths to monoslide are correct. Also I noticed that sometimes in IE I have to close the browser and reopen it to see the changes I was making. I image this was due to the browser caching things.
    • CommentAuthorfalk
    • CommentTimeMar 16th 2007
     permalink
    Thanks for your answer. I hope this i sgoing to work.
    • CommentAuthorfalk
    • CommentTimeMar 16th 2007
     permalink
    Boohu it worked thanks a lot. But now I get the following message: No images found in .XML-file. and the "window " that monoslideshow ist using is far bigger then the page. What do I have todo now?
    • CommentAuthorkr0nnik
    • CommentTimeMar 24th 2007
     permalink
    Hi, I made the monoslideshow with a Joomla theme w/ the code provided. I'm not using Bento Box, btw. It works perfectly, except I can't load it in IE! It works perfectly in firefox, but when I open in IE, it says it cannot open the site. Operation aborted.

    Any workarounds? Thanks!
    • CommentAuthorkr0nnik
    • CommentTimeMar 25th 2007
     permalink
    Please help!
    • CommentAuthorpolycarp
    • CommentTimeApr 1st 2007
     permalink
    Hi, I inserted Klinefelters code into Joomla as suggested (code below). Everything worked great other than the monoslideshow logo still appears. Any suggestions appreciated.

    thanks

    </code><div>
    <script type="text/javascript" src="monoslideshow/swfobject.js"></script>
    <div id="monoSlideshow">
    <p><strong>Please install Flash and turn on Javascript.</strong></p>
    </div>
    <script type="text/javascript">
    // <![CDATA[
    var so = new SWFObject("monoslideshow/monoslideshow.swf", "SOmonoSlideshow", "580", "166", "0", "#1f1f1f");
    so.addParam("base", "monoslideshow/");
    so.write("monoSlideshow");
    // ]]>
    </script>
    <script type="text/javascript">
    var so = new SWFObject("monoslideshow.swf", "mss", 790, 400, "7", "#ffffff");
    so.addVariable("showLogo", "false");
    so.write("mssHolder");
    </script></code>
    • CommentAuthorthenotch
    • CommentTimeMay 11th 2007
     permalink
    I have not been able to upload the .xml .js and .html files to root directory of joomla. I'm using bentobox template and am up to here with monoslide show right now. It gives me the error. "this file type not supported" any suggestions?
    • CommentAuthorMark
    • CommentTimeMay 14th 2007
     permalink
    if you cannot upload a file to the root of your joomla install, seems to me that is a problem for your host, isn't it? have you contacted them?

    why can't you upload to your joomla root? FTP permissions not set correctly?
    • CommentAuthorscheping
    • CommentTimeAug 10th 2007
     permalink
    I would just like to send a big *thank you* to all who have contributed to this thread. I spent about an hour trying to figure out why my Joomla installation failed to load the appropriate files. I tried just about every combination of directories I could think of, but nothing worked. I finally decided to check this forum and see if other people had had the same problem. And then I found out that the answer had been waiting here for me all that time... Thanks again!
  3.  permalink
    guys i have a question why the installation:
    IS SO SIMPLE?
    • CommentAuthorApache2k
    • CommentTimeApr 15th 2008
     permalink
    I almost got this monoslide work withjoomla, but not :) All fine but all my joomla replicant dropdown menues are behing the monoslideshow? is there a layer order or should i just forget ti.
    • CommentAuthorphotokev
    • CommentTimeMay 28th 2008
     permalink
    Hi all,
    Another newbie install issue... I'm trying to install monoslide into a joomla (1.0) site but cant seem to create the module. I paste in the code listed out above but when I hit save I get a 403 error that says"
    "Forbidden
    You don't have permission to access /joomla/administrator/index2.php on this server."

    I've tried changing the permissions on that php document but even rwxrwxrwx doesn't help. I'm not even sure why it's trying to modify that file. Any ideas?