Welcome, Guest. Please login or register.
Did you miss your activation email?
February 12, 2012, 03:05:19 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.
149651 Posts in 21100 Topics by 7539 Members
Latest Member: ionline
* Home Help Search Login Register
Pages: 1 ... 7 8 [9]   Go Down
Print
Author Topic: Smooth Gallery Module  (Read 59079 times)
newfy

Offline Offline

Posts: 65



WWW
« Reply #200 on: April 07, 2010, 07:31:59 AM »

I just installed the module and it updates the old one and works
Logged

Greetz,
Newfy
Vidar

Offline Offline

Posts: 36


« Reply #201 on: April 07, 2010, 07:44:21 AM »

Yeps, just upgraded myself. Works fine, Thanks!
Logged
newfy

Offline Offline

Posts: 65



WWW
« Reply #202 on: April 07, 2010, 07:48:18 AM »

Aargh, I thought it worked but now I get a message in the pages 'Page content not found' ... shocked
Logged

Greetz,
Newfy
Vidar

Offline Offline

Posts: 36


« Reply #203 on: April 07, 2010, 07:52:23 AM »

Weird, it seems to work just fine for me. The xhtml even validates now! Css validation still has errors 'cause  opacity isn't officially supported on current css version.
Logged
erpe

Offline Offline

Posts: 2077


WWW
« Reply #204 on: April 07, 2010, 07:57:54 AM »

I updated latest version and works fine
http://www.rvb.bplaced.net/pages/fotogalerien/aggregator/smooth-gallery.php
WB 2.8.1

rgds

erpe
Logged

newfy

Offline Offline

Posts: 65



WWW
« Reply #205 on: April 07, 2010, 08:16:11 AM »

I deinstalled Smooth Gallery module and installed it again: error message is gone but the gallery isn't showing...
Logged

Greetz,
Newfy
instantflorian

Offline Offline

Posts: 684



WWW
« Reply #206 on: April 07, 2010, 09:20:55 AM »

Hi,

maybe the following code:
Code:
<?php // allows to include optional module files (frontend.css, frontend.js) into the head
if(function_exists('register_frontend_modfiles')) {
  
register_frontend_modfiles('css');
  
register_frontend_modfiles('js');
?>

is missing in the head section of your template... (the older versions of this gallery did also work without this)



Btw, the smooth gallery script itself is still version 1.01, but the developper already released 2.1... maybe this part could be updated too?
http://smoothgallery.jondesign.net/whats-new/changelog/

Regards
-instantflorian.
Logged
newfy

Offline Offline

Posts: 65



WWW
« Reply #207 on: April 07, 2010, 10:52:00 AM »

Now I reinstalled 0.9 back so that iits working again and I will try the headcode later when I have the time...thnx
Logged

Greetz,
Newfy
Mte90
Forum Team
*****
Offline Offline

Posts: 93


WWW
« Reply #208 on: April 12, 2010, 10:12:29 AM »

but the security fix of this last version what is?
i use a modded version by me and i not want to remodify the add-on.
Logged

www.mte90.net - Debian, Kde e programmazione!
Mp per richieste personali verranno cestinate!
baker854

Offline Offline

Posts: 30


« Reply #209 on: April 14, 2010, 04:50:16 PM »

The 1.0.4 runs much finer than the 0.9b version. I upgraded it without problems in wb 2.81 Smiley

Thank you very Much!
Vielen Dank!
Gracias!
Mercie beaucoup!
Logged
Mindtrip

Offline Offline

Posts: 1


« Reply #210 on: May 20, 2010, 04:18:48 PM »

Hi Guys,

i just updated to the actual version and have a problem. all my smoothgallerys pages are set to open the original pic in a new window instead of javascript... well, and excatly this don't work any more... if set to "open in new window" nothing shows up, no loading bar no nothing... if set to javascript or open in same page everything works fine...

anybody an idea?

thanks
Raimund
Logged
robin

Offline Offline

Posts: 18


« Reply #211 on: May 22, 2010, 07:59:52 PM »

Maybe this can help: when i alter something i have to reset the pop-up javascript type in the general-settings:
-> Open Page editing part in WB Back-End -> Open the album-page -> choose common settings -> select the right light-box type -> apply settings

This often seems to work for me. Hope it helps for you too.

Cheers, Robin.
Logged
micon

Offline Offline

Posts: 78


« Reply #212 on: May 26, 2010, 02:09:08 PM »

Wie bekommt man es hin, dass Smooth Gallery deutsche Umlaute akzeptiert?
Habe die aktuellste Version 1.0.4 installiert
Logged
sparkdigital

Offline Offline

Posts: 345



WWW
« Reply #213 on: August 20, 2010, 02:21:23 PM »

Wow, nice gallery!  cool Is it possible to link each image to a different wb page rather than to a popup of the larger version of the image? That would be really super duper  grin

Thanks!

Konrad
Logged
snark
Guest
« Reply #214 on: September 02, 2010, 01:12:06 PM »

for everyone that uses this module on a website but needs shuffle (order) on one page and sort on another:

in view replace sort($arr)

for

Code:
if ( $page_id =="2" ) {

shuffle($arr);


}else {

sort($arr);
}

where 2 = your page id offcourse ....
Logged
sourdoughbaker

Offline Offline

Posts: 3


« Reply #215 on: December 11, 2010, 10:51:02 AM »

Hello everyone,

is it possible to use SMooth Gallery with websitebaker portable?
I can's see any picture.
Thanks for reply!
Michael
Logged
Don Martin

Offline Offline

Posts: 5


« Reply #216 on: December 12, 2010, 09:02:07 PM »

Hey Folks

I just installed the SmoothGallery (my favorite gallery) Version 1.0.6. Now i get the following error message on the website (IE & FF) but cant make out what's wrong.

The message:
Code:
Meldung: 'rollGalleries' ist undefiniert
Zeile: 67
Zeichen: 3
Code: 0

Think I need help ... undecided
Thx
Don Martin
Logged
Linger

Offline Offline

Posts: 78



WWW
« Reply #217 on: May 12, 2011, 04:57:42 PM »

Just to inform the community in case others have the same problem.

The problem was a function (imageantialias) called in the resizer script seems to be unavailable on some PHP configurations / GD libraries.

After removing the call it was working fine.

Code: (/modules/smoothgallery/resizer.php - line 85)
imageantialias ($dst, true);

Maybe this helps someone in the future smiley

Ruud

I experienced the same problem and your fix works great! Thanks a lot!
Logged

http://www.andreherdling.de
Mediengestalter aus Leidenschaft
----
Avatar created by using the generator at http://www.sp-studio.de/
VCRulez

Offline Offline

Posts: 8


« Reply #218 on: October 08, 2011, 10:04:27 AM »

Hi,

maybe the following code:
Code:
<?php // allows to include optional module files (frontend.css, frontend.js) into the head
if(function_exists('register_frontend_modfiles')) {
  
register_frontend_modfiles('css');
  
register_frontend_modfiles('js');
?>

is missing in the head section of your template... (the older versions of this gallery did also work without this)

Thank you, that did it for me!
Logged
Pages: 1 ... 7 8 [9]   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!