Welcome, Guest. Please login or register.
Did you miss your activation email?
February 12, 2012, 09:17:40 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.
149686 Posts in 21102 Topics by 7538 Members
Latest Member: ionline
* Home Help Search Login Register
Pages: 1 [2]   Go Down
Print
Author Topic: Brax_HighSlide_Gallery  (Read 6149 times)
hamburg-support

Offline Offline

Posts: 25


« Reply #25 on: December 09, 2009, 02:47:45 PM »

Hello,

i have installed the gallery 1.0, but now i have no idea how to select the controllbars because i have there 18 buttons. See attachment.

Have anyone a idea to select the buttons? I would like to have it exactly like this http://www.websitebaker.net/pages/labor/galerien/brax-highslide.php

Thanks a lot in advance.

David
Logged
PauluSJ

Offline Offline

Posts: 11


« Reply #26 on: December 20, 2009, 09:00:53 PM »

Hi all!
Script looks and work grate! Thanx a lot!
I do not know how to make visible Description under opened pics.
Footer of picture is:
Quote
<p>                  
[DESCRIPTION]
</p>
<br />
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr style="display: [DISPLAY_PREVIOUS_NEXT_LINKS]">
<td width="35%" align="left">[PREVIOUS]</td>
<td width="30%" align="center">[OF]</td>
<td width="35%" align="right">[NEXT]</td>
</tr>
<tr>
<td colspan="3" align="center"><a href="[BACK]">Return</a></td>
</tr>
</table>
</center>
<br />
but it doesn't work Sad
Logged
Waldschwein
Guest
« Reply #27 on: January 11, 2010, 10:14:01 AM »

Hello!

I have installed this gallery (latest from AMASP) and it works quite well.

I only get some errors with WB SVN (#1234) / PHP 5.3.1 (XAMPP) or PHP 5.2.0 (Webspace with PHP CGI) / Firefox 3.6:

-When I created the pictures I get the error:
Quote
Notice: Undefined variable: ext in C:\xampp\htdocs\web\wbnew2\modules\Brax_HighSlide_Gallery\modify.php on line 116 image2
(Look first screenshot).

-When I click on "view" I get the following site:
Screenshot 2 / Object not found, please note the url (I can't copy it...)

-In options Main Image Size / Thumb Image Size / Images per Page there are error messages due to <? instead of <?php code (like <? echo $fetch_content['main_resize']; ?> pixel instead of a "clear" textfield)

- There is nowhere the description field description in frontend...

Yours Michael
 
Edit:

Another error:

- When I want to access "view" on every "edit/delete picture" site I get a url like
http://localhost/web/wbnew2/media/Brax_HighSlide_Gallery_gallery/image3.<?= $ext ?>
It's here because of <? instead of <?php.... I just don't know where the problem lies because of this. Seems to be a PHP 5.3x error then, because on 5.2x it works.

 


« Last Edit: January 11, 2010, 10:20:19 AM by Waldschwein » Logged
Luisehahne
Board Member
Development Team
*****
Offline Offline

Posts: 2952



WWW
« Reply #28 on: January 11, 2010, 02:44:32 PM »

Don't set php shorttags <? always and recoomed <?php in code, pls first correct

Dietmar
« Last Edit: January 11, 2010, 02:46:29 PM by Luisehahne » Logged

We are human beings - and nobody is perfect at all.
syamfamily

Offline Offline

Posts: 12


« Reply #29 on: April 26, 2010, 06:21:41 AM »

Hello i have any problem with brax hihgslide module, i 've tried installed in apacher server ( offline ) and this modules work correctly, and than i've upload my website to server,after complete, i 've tried to add a new page brax highslide gallery page, but there was  error..

"Table 'mydatabase.mod_Brax _HighSlide_settings ' doesn't exist "

and than i run to cpanel > phpmyadmin
i can see that all my table is complete...also mod_Brax_HighSlide_ settings ' table



why it was appear ?
any solution for it?
Logged
Pumpi

Offline Offline

Posts: 556


WWW
« Reply #30 on: April 26, 2010, 08:30:53 AM »

In the Internet is "HighSlide_settings" not the same as "higslide_settings" the Server is case sensitiv.

Rename the Table or edit the File Wink
Logged

My Module for Websitebaker - Foldergallery 1.17
syamfamily

Offline Offline

Posts: 12


« Reply #31 on: April 26, 2010, 09:07:31 AM »

oh my god...u'right
i forget about linux is case sensitive..
thanks..
i will try it first...
Logged
zirzy

Offline Offline

Posts: 29


« Reply #32 on: December 03, 2010, 03:10:00 PM »

Hi!

First of all thanks for very nice gallery!

I have maybe the dumbest question to ask.. Gallery works fine in all areas, but if I edit image with the Photoshop and then upload images to the gallery-> images shows poor quality in the gallery, why?
Logged
LuuQ

Offline Offline

Posts: 96



WWW
« Reply #33 on: February 01, 2011, 10:28:49 PM »


I have maybe the dumbest question to ask.. Gallery works fine in all areas, but if I edit image with the Photoshop and then upload images to the gallery-> images shows poor quality in the gallery, why?


Did you set the correct Main Image Size in the settings? If you want to have the best quality, the image you upload should have the same width as the value in the settings. So when it opens in highslide, your browser doesn't resize it. That's why you probably get a poor image quality, because your picture that you uploaded has got a smaller width than the value in the settings. So your browser resizes, that's why it wouldn't look nice.

@maxbrax

I think I found a small error, that causes the preview link not to be working:

modify_image.php, line 79, it says:
Code:
<a href="<?php echo WB_URL.MEDIA_DIRECTORY?>/Brax_HighSlide_Gallery_gallery/image<?php echo $image_id?>.<?= $ext ?>" target="_blank"><?php echo $TEXT['VIEW']; ?></a>

I think it should be:
Code:
<a href="<?php echo WB_URL.MEDIA_DIRECTORY?>/Brax_HighSlide_Gallery_gallery/image<?php echo $image_id?>.<?php echo $ext ?>" target="_blank"><?php echo $TEXT['VIEW']; ?></a>

Best regards

LuuQ
Logged
dbs
WebsiteBaker Org e.V.

Online Online

Posts: 3274


WWW
« Reply #34 on: February 02, 2011, 08:27:57 AM »

Quote
but if I edit image with the Photoshop and then upload images to the gallery-> images shows poor quality in the gallery, why?

upload via media-backend?
try ftp.
« Last Edit: February 02, 2011, 08:48:20 AM by dbs » Logged

instantflorian

Online Online

Posts: 685



WWW
« Reply #35 on: April 01, 2011, 03:52:54 PM »

Hi,

the highslide.js does not work properly if you use chrome with installed ABlock-addon. To fix this, you should replace the file /modules/Brax_HighSlide_Gallery/highslide/highslide-with-gallery.js with the file attached (or change in it two lines as described here).

BR
-instantflorian.

Logged
zirzy

Offline Offline

Posts: 29


« Reply #36 on: May 10, 2011, 03:00:10 PM »


I have maybe the dumbest question to ask.. Gallery works fine in all areas, but if I edit image with the Photoshop and then upload images to the gallery-> images shows poor quality in the gallery, why?


Did you set the correct Main Image Size in the settings? If you want to have the best quality, the image you upload should have the same width as the value in the settings. So when it opens in highslide, your browser doesn't resize it. That's why you probably get a poor image quality, because your picture that you uploaded has got a smaller width than the value in the settings. So your browser resizes, that's why it wouldn't look nice.

Yes, I noticed that too afterwards but it won´t work every time..  Thanks for reply!

-zirzy-
Logged
zirzy

Offline Offline

Posts: 29


« Reply #37 on: May 10, 2011, 03:02:33 PM »

Quote
but if I edit image with the Photoshop and then upload images to the gallery-> images shows poor quality in the gallery, why?

upload via media-backend?
try ftp.

Uploading via backend works Wink

-zirzy-
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!