Welcome, Guest. Please login or register.
Did you miss your activation email?
May 25, 2012, 12:12:17 PM

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.
155504 Posts in 21710 Topics by 7736 Members
Latest Member: deenangle
* Home Help Search Login Register
Pages: 1 [2]   Go Down
Print
Author Topic: new Modul ImageViewer (kaimgviewer 0.8)  (Read 5763 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: 24


« 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: 24


« 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
gila

Offline Offline

Posts: 49


« Reply #32 on: February 17, 2012, 04:48:09 PM »

hi, i use with pleasure your beaoutifoul module, thanks!

with an installation of wb2.8.3 i experienced this bug:

when i want to delete an image or more from the list i check the "delete: " options then "save changes" and i'm redirected to the relative front-page and no image was deleted.

How can i do?

thanks
Logged
marmot

Offline Offline

Posts: 205


« Reply #33 on: February 18, 2012, 06:59:39 PM »

Hi,

find line 230 in "/modules/kaimgviewer/edit_images.php" and insert after:
Code:
<input type="hidden" name="page_id"  value="<?php echo $page_id?>" />
<input type="hidden" name="section_id"  value="<?php echo $section_id?>" />
Explanation: "admin.php" needs page_id in $_Post array or redirect to start page, so let's send it Wink.

regards
Logged
gila

Offline Offline

Posts: 49


« Reply #34 on: February 20, 2012, 09:07:54 AM »

thank you marmot!

it works like a charm  grin
Logged
gingebaker

Offline Offline

Posts: 24


« Reply #35 on: February 20, 2012, 10:23:32 AM »

Hi folks

just added an updated version of my module kaimgviewer to AMASP. It´s now version 1.2. It should now stick together with WB. 2.8.2. There are no security updates or new functions. So if you have a working 1.0 Version running you don´t have to update...

Download from AMASP:
http://www.websitebakers.com/pages/modules/image-galleries/imgviewer.php

However the 1.0 Version is not compatible with WB 2.8.2. You should update. If you have an exisiting version you only have to make a backup copy of the kaimgviewer folder in you modules directory, and then overwrite the folder with the new package. In some cases a browser cache clear is helpful, otherwise there might be appearing some JS errors...


The Changelog from 1.0 to 1.2:
- 1.0:   changed upload mechanism to java applet or single file transfer. Applet uses jumploader. Removed flash upload and no more mootools required
jquery instead. for 2.7 there is the current jquery version included in this module, and will be added if needed.
- 1.1:   changed the html-id picsort to kaimg_picsort to avoid problems when adding imageviewer on the same page where an ka image gallery exists
CHANGED-FILES: edit_images.php, backend.js, info.php
  - 1.2:   changed edit_images.php form. added hidden fields for page and section ID, to be compatible with websitebaker 2.8.2. Also added a check for WB Version greater equal
than WB 2.8.2 to add the jquery/jquery-ui-min.js in the kaimgviewer module folder.
CHANGED-FILES: edit_images.php, info.php

Hope I can help somebody with that update.
if there are any problems please write me...
Logged
Argos
Moderator
**
Offline Offline

Posts: 2158


WWW
« Reply #36 on: February 20, 2012, 04:13:28 PM »

Always good to see an older module being updated. Is there a demo somewhere?
Logged

Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase: http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
D72

Offline Offline

Posts: 253


« Reply #37 on: April 23, 2012, 07:51:20 PM »

Hi folks

just added an updated version of my module kaimgviewer to AMASP. It´s now version 1.2. It should now stick together with WB. 2.8.2. There are no security updates or new functions. So if you have a working 1.0 Version running you don´t have to update...

This is a nice and potential module.
It would be fantastic if it has an extra option to add a custom link to the image. Even better, an internal WB link.
It's the first time i've seen this module and it comes close to something i have to create now on a website.
I was allways looking for a simple rotator/slider module fofr websitebaker and i think with minimal styling this could be a winner.
Thanks Gingebaker.
Logged
gingebaker

Offline Offline

Posts: 24


« Reply #38 on: April 23, 2012, 10:50:07 PM »

This is a nice and potential module.
It would be fantastic if it has an extra option to add a custom link to the image. Even better, an internal WB link.
It's the first time i've seen this module and it comes close to something i have to create now on a website.
I was allways looking for a simple rotator/slider module fofr websitebaker and i think with minimal styling this could be a winner.
Hi D72

Thanks for your reply. An internal/external link option would not be the problem. I keep that in mind for the update. But the thing is that this will not be to soon, because I am working much on other projects now...So if someone has the time for some new features I appreciate taking my code and do with it want you want. I am always there for beta testing or help...

Well I never did too much styling in my module, cause every website has it´s own styles. I like it much better to have a simple html output wich you can style the way you want it...

However, if I can spend some time for new features I let you know!

best regards, tom
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!