Welcome, Guest. Please login or register.
Did you miss your activation email?
February 12, 2012, 06:07:52 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
149621 Posts in 21098 Topics by 7537 Members
Latest Member: lotte2
* Home Help Search Login Register
Pages: 1 [2]   Go Down
Print
Author Topic: new Modul ImageViewer (kaimgviewer 0.8)  (Read 5022 times)
mylesk42

Offline Offline

Posts: 120



WWW
« Reply #25 on: June 02, 2010, 10:58:57 AM »

Hello
Thanks for your help.
I've installed the files and added the rel parameter but my images still open up in a new window (by the way, you forgot one letter in the rel parameter, you wrote 'lighbox' but I've corrected it).

I first thought of a bad path to the lightbox call but all seems right.

Did you test it ?

Regards
Logged
mylesk42

Offline Offline

Posts: 120



WWW
« Reply #26 on: June 02, 2010, 01:07:15 PM »

Hi again,

@gingerbaker: I've solved my issue. I've installed the Lightbox with the scriptaculous and all the files needed for that and it works fine.

Bye
Logged
mylesk42

Offline Offline

Posts: 120



WWW
« Reply #27 on: June 02, 2010, 02:54:06 PM »

@maverik : I had this problem at the beginnning, with both IE and Firefox. You need to install the Java platform or maybe something's missing about Java on your pc. Then clear your cache (cookies, files) like it's said above.
 
Logged
dakkar

Offline Offline

Posts: 3


« Reply #28 on: June 07, 2010, 05:25:12 PM »

hurm can u add some more detailed infos, on how to install mediabox advanced?

greetings
dakky
Logged
gingebaker

Offline Offline

Posts: 22


« Reply #29 on: June 08, 2010, 08:09:51 AM »

Well The installation instructions can be found on the mediabox site.
http://iaian7.com/webcode/mediaboxAdvanced#installation

However I included a zip file, wich has all the files needed. Just copy the directorys in your template folder and modify your templates index.php file as shown in the zip file attached...

Basically you need to add these 3 lines to your head section:

Code:
<link href="<?php echo TEMPLATE_DIR?>/mediabox/mediaboxAdvWhite.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="<?php echo TEMPLATE_DIR?>/mootools/mootools-1.2.4-core-yc.js"></script>
<script type="text/javascript" src="<?php echo TEMPLATE_DIR?>/mediabox/mediaboxAdv-1.2.0.js"></script>

more info in the included zip file.

hope that helps...
regards
Logged
dakkar

Offline Offline

Posts: 3


« Reply #30 on: June 08, 2010, 07:47:34 PM »

yes! works like a charm Wink Thank u very much for your bundle.

There is only one problem left: I can't change the order of the images in the gallery. Drag'n'drop doesn't work as decribed. When i try to drag a image, i simply mark it and that's all. no drop or change in order or anything.
Any hint?


dakky
« Last Edit: June 08, 2010, 07:53:17 PM by dakkar » Logged
gingebaker

Offline Offline

Posts: 22


« Reply #31 on: June 09, 2010, 11:16:37 AM »

Well i think I now the problem. Are you using 2.8.1?

I experienced the same issude after updating from 2.8.0 to 2.8.1. I found the prolem in the footer wb_theme admin file. Its in:
/templates/wb_theme/templates/footer.htt
After line 20 where it says:
Code:
<script src="{WB_URL}/include/jquery/jquery-min.js" type="text/javascript"></script>
add the line:
Code:
<script src="{WB_URL}/include/jquery/jquery-ui-min.js" type="text/javascript"></script>

Also check that there is a file with this name in your include directory:
/include/jquery/jquery-ui-min.js

I dont´t know why they removed the jquery ui.extension from the default admin wb_template. Anyone knows? However my draggable sort function depends on that?

Try it and let me know.

regards, gingebaker


Logged
Pages: 1 [2]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!