Phoca Slideshow Floom (how to works?)

Phoca modules - support for all Phoca modules except Phoca Gallery modules
uniteam
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 28 Feb 2011, 01:00
Location: Mexico

Phoca Slideshow Floom (how to works?)

Post by uniteam »

Hello,

I was reading the forum trying to find some info about the troubles or configuration for phoca slideshow floom module, but I didnt find my answer.. if you have the link for some thread that solves my post please tell me ..

I'm using Joomla 1.6 and phoca gallery component 3.0.0 RC4

I installed the slideshow noob module and with this guide and it runs perfectly:

viewtopic.php?f=32&t=12461

Now I want to test the slideshow floom module 1.6, but I can't .. it doesnt shows errors but not display the slideshow.. just the reserved space (970 x 230) in blank ..

What do I need to implement this module ??

thanks
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9606
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Phoca Slideshow Floom (how to works?)

Post by Benno »

Hi,
Now I want to test the slideshow floom module 1.6, but I can't .. it doesnt shows errors but not display the slideshow.. just the reserved space (970 x 230) in blank ..

What do I need to implement this module ??
It's exactly the same way as for noob module!
Except some settings in floom module Basic Options:
Duration=80 (or as you like)
Interval=8000 (or as you like)
Save your settings!

If you see only the reserved space (970 x 230) in blank, check floom module settings:
Is the module enabled?
Valid Phoca Gallery category ID?
Size of the images?

Hope this helps.
Kind regards,
Benno
uniteam
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 28 Feb 2011, 01:00
Location: Mexico

Re: Phoca Slideshow Floom (how to works?)

Post by uniteam »

Thanks for the answer Benno ..

I check twice again the configuration and its the same as my noob module .. The same category id and the same length for module and images ..

Can I use both at the same time ? or they can enter in conflict ?..

thanks
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9606
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Phoca Slideshow Floom (how to works?)

Post by Benno »

Hi,
Can I use both at the same time ? or they can enter in conflict ?..
In my case this works, but I'm not sure if this works with every installation... :idea:
If you can't get floom to run, download it once more and install it again. Perhaps something is missing yet.
Kind regards,
Benno
uniteam
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 28 Feb 2011, 01:00
Location: Mexico

Re: Phoca Slideshow Floom (how to works?)

Post by uniteam »

Benno wrote:Hi,
If you can't get floom to run, download it once more and install it again. Perhaps something is missing yet.
Kind regards,
Benno
Thanks again Benno .. I did it .. Uninstall, Download it once more .. and installed again .. without luck .. BTW, the Template is Castlelab .. Trying in the Topsl position ..


:x :x :x :?
Last edited by uniteam on 01 Mar 2011, 22:14, edited 1 time in total.
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9606
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Phoca Slideshow Floom (how to works?)

Post by Benno »

Hi,
BTW, the Template is Castlelab .. Trying in the Topsl position ..
I don't know this template but If Noob works with it, Floom should work too.
Try to check if Floom works with Phoca-T or Phoca Color template for testing.
http://joomlacode.org/gf/download/frsre ... v1.0.3.zip
http://joomlacode.org/gf/download/frsre ... v1.0.1.zip
Kind regards,
Benno
uniteam
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 28 Feb 2011, 01:00
Location: Mexico

Re: Phoca Slideshow Floom (how to works?)

Post by uniteam »

Benno wrote:Hi,
BTW, the Template is Castlelab .. Trying in the Topsl position ..
I don't know this template but If Noob works with it, Floom should work too.
Try to check if Floom works with Phoca-T or Phoca Color template for testing.
http://joomlacode.org/gf/download/frsre ... v1.0.3.zip
http://joomlacode.org/gf/download/frsre ... v1.0.1.zip
Kind regards,
Benno
Thanks Benno .. I tried http://joomlacode.org/gf/download/frsre ... v1.0.3.zip and it's works fine ..

What could be the problem with this template : http://www.linelab.org/?template=castlelab
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9606
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Phoca Slideshow Floom (how to works?)

Post by Benno »

Hi,
What could be the problem with this template : http://www.linelab.org/?template=castlelab
Sorry no idea, try to ask the developer of this template... :idea:
Kind regards,
Benno
uniteam
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 28 Feb 2011, 01:00
Location: Mexico

Re: Phoca Slideshow Floom (how to works?)

Post by uniteam »

Solved .. I checked both code templates to identify a difference .. And I found that Castlelab template was using just the following library declaration:
<script type="text/javascript" src="/MyDE/media/system/js/core.js"></script>
<script type="text/javascript" src="/MyDE/media/system/js/mootools-core.js"></script>
<script type="text/javascript" src="/MyDE/media/system/js/caption.js"></script>


Phoca template was using one more

<script type="text/javascript" src="/MyDE/media/system/js/mootools-more.js"></script>

Looking in the WEB I found that I need to declare JHTML::_('behavior.framework') to loading mootools-more library, So I put this script after the first line on the Index.php file for the template:

Code: Select all

defined('_JEXEC') or die;
JHTML::_('behavior.framework', true);
This solved my issue ...

Thank you very much Benno for all your Help, with it I could found the solution, eliminating configuration possibilities first .....
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9606
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Phoca Slideshow Floom (how to works?)

Post by Benno »

Well done!! :twisted:
Kind regards,
Benno
Post Reply