*random pic box* and *side panel box* in Joomla
trob
Joined: 2009-04-20
Posts: 16 |
![]() |
Hello I would like to do two things in Joomla: 1. Make a box (called modul in Joomla) with random pic. I have done it by the imageblock.External, but i would like to make it open the custom sized picture in the center area when i click on the thumbnail, not in the small random pic box. 2. Make a Joomla-box contains the theme's sidebar, as it would a menu in Joomla. Maybe it is possible to split the theme into two parts, but how would they communicate with each other, if they are in two Wrapper. Or.... I use JFusion to integrate the Gallery to Joomla. Am i understandable? Can you help me? |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
@random: I would use the http://www.flashyourweb.com/staticpages/index.php?page=mediaBlock and set the proper parameters. Dave |
|
trob
Joined: 2009-04-20
Posts: 16 |
![]() |
This mediaBlock do the same: it opens the Gallery in the small box when i click on a thumbnail. |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Quote:
What should i set to LinkTarget? Can it do more than "_blank" ? What have you tried? Dave |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
You can target iframes on the same page with a simple target. -s |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
to use php in joomla http://gallery.menalto.com/node/85902#comment-301345 for your sidebar -s |
|
trob
Joined: 2009-04-20
Posts: 16 |
![]() |
Is it possible to use minislideshow as recursive? A would like to feed the pics from an album's seven sub-albums. |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
Yes. I don't like to recommend that one as it adds a possibly large footprint to your page. The better method is to utilize the dynamic albums module which is also recursive but can limit the number of images returned by setting that number in use my simple embed tool http://www.flashyourweb.com/staticpages/index.php?page=embed-o-rator -s |
|
trob
Joined: 2009-04-20
Posts: 16 |
![]() |
i use the random version, but the pictures are from the last uploaded album, not from the setted. What am i doing wrong? |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
Are you adding the albumId? Otherwise I'd need a sample url to diagnose. -s |
|
trob
Joined: 2009-04-20
Posts: 16 |
![]() |
yes |
|
trob
Joined: 2009-04-20
Posts: 16 |
![]() |
controlgate.hu/joomla the random pic box is at the bottom This is the box's content: <embed width="160" height="160" align="middle" pluginspage="http://www.macromedia.com/go/getflashplayer" |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
%26shuffle=true%26delay=4%26transInType=Fade%26transOutType=Random%26showTitle=bottom%26titleColor=888888%26titleBgColor=FFFFFF%26preload=2 these variables are not part of the xmlUrl so they would be separated by & Oops my bad, the albumId should be g2_albumId I had switched back to using GalleryUtilities
-s FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2 |
|
trob
Joined: 2009-04-20
Posts: 16 |
![]() |
Thank You very much. It works well, and at the end, it better than i wanted... |
|
trob
Joined: 2009-04-20
Posts: 16 |
![]() |
and become morning and not works... |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
You've reverted back to using a poorly formed xmlUrl should be like http://gallery.menalto.com/node/87271#comment-306202 -s |
|
trob
Joined: 2009-04-20
Posts: 16 |
![]() |
Sorry, i don't understand. Where should be & and where %26 ? Could you write the whole line? |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
My embed tool can write it for you. -s |
|
trob
Joined: 2009-04-20
Posts: 16 |
![]() |
does not work |
|
trob
Joined: 2009-04-20
Posts: 16 |
![]() |
it is sure that i take a mistake somewhere, but i cant find it |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
you have polluted your mediaRss.php Quote:
itt vagyok<?xml version="1.0" encoding="UTF-8" ?> either find and remove these extra characters or start with a fresh copy. -s |
|
trob
Joined: 2009-04-20
Posts: 16 |
![]() |
I wrote that for display if the function is executed. I've deleted, but ii didn't help. |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
Quote:
I wrote that for display if the function is executed. I've deleted, but ii didn't help. nope no you did not, it is still there. -s |
|
trob
Joined: 2009-04-20
Posts: 16 |
![]() |
Now it is work if i take the files into gallery's directory, thank you. |
|