이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

SmoothGallery

설명

This plugin embeds JonDesign’s SmoothGallery into your posts and pages.

It’s this simple:

  • upload some pictures to a post/page
  • use the shortcode “smoothgallery”
  • add a custom field named “smoothgallery” with some options
  • watch your gallery 😉

There’re a lot more possibilities with this plugin. Please have a more
detailed look at it and don’t hesitate to leave a
comment
if you’d like to suggest a feature, need help with the plugin or just
want to say how cool this is 😉

Licence

This plugin is released under the GPL.

스크린샷

  • Have a look at my gallery here.

설치

  1. Unzip the plugin into your wp-content/plugins directory and activate it
  2. Integrate it into a post or your theme.

FAQ

The visual editor replaces div-tags with p-tags

If you’re using the visual editor the div-tags may be replaced with
p-tags. To keep the markup intact you should disable the visual editor
if you’d like to edit a post/page that contains a SmoothGallery.

To do this, go to Users -> Your profile and uncheck “Use the visual
editor when writing”. Once you’ve saved and published the post/page you
can activate the visual editor again – but make sure to disable it again
if you want to change a post that contains a SmoothGallery.

The SmoothGallery doesn’t show up in Internet Explorer

SmoothGallery doesn’t seem to work with Internet Explorer if you use Prototype on your site.

Read about a solution here.
Basically you’ll have to make sure that you don’t use Prototype and
SmoothGallery on the same site or at least embed the SmoothGallery
inside an iFrame.

What about integrating it into my theme?

Read about this here.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“SmoothGallery”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “SmoothGallery”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.15.8

  • Added a translation for the Ukrainian language (thanks to GetVoIP)

1.15.7

  • Bugfix regarding the SmoothGallery link that can be added to individual images in the media library.
  • Updated TimThumb (2.8.10 -> 2.8.13)

1.15.6

  • Bugfix in the config.php (thanks to Davide).

1.15.5

  • Updated TimThumb to the most recent version (2.8.10) due to security issues with the old variant.

1.15.4

1.15.3

  • Fixed minor bug that could occur when one used the id attribute in the shortcode which pulled images from a certain post and extracted the special SmoothGallery link that one might add to images.
  • Removed empty lines at the end of most PHP files which might cause issues resulting in Header already sent messages.

1.15.2

  • Updated TimThumb to the most recent version (2.8) due to security issues with the old variant.

1.15.1

  • Compatibility with WordPress 2.8. If you don’t use 2.8 yet you don’t have to update the plugin.
  • Fixed bug with thumbnails that weren’t generated if the cache directory wasn’t writeable
  • It will be easier and less error prone to change parameters that need quoting in the JavaScript now; like “textShowCarousel” etc.
  • Compressed fleche1.png, fleche2.png and open.png

1.15

  • It’s possible to order the images now (thanks to Jelte Liebrand)
  • You can add custom links to the images via the media edit screen. Those are used as links in the gallery.
  • Content of the iFrame should be valid XHTML 1.0 Strict now.
  • Background color of iFrame can be customized (use “iframebgcolor” in shortcode)
  • Automatic scaling of images can be enabled, i.e. carousel finaly works.
  • i18n: en, de
  • Widget can now use images from a directory
  • Recent images box feature has a widget now

1.14

  • Show your images from Flickr or Picasa
  • You can use images from a custom directory now, i.e. you don’t have to upload the images with WordPress but just to your webserver.
  • Randomize the order of the images on every pageload with just one switch (use ‘randomize=1’ along with the shortcode).
  • Some bugfixes

1.13.1

  • Bugfix for images with alternative size, i.e. thumbnails.

1.13

  • It’s now possible to change the transitions between images.

1.12.1

  • Small bugfix (forgot configuration for ReMooz and images)

1.12

  • Added version 2.1beta1 and ReMooz; activate it in the config.php.

1.11.3

  • Bugfix (compatibility with WordPress 2.7)

1.11.2

  • Bugfix (finding the thumbnails might not work in some occasions)

1.11.1

  • Bugfix (allow_call_time_pass_reference)

1.11

  • Added a widget that you can use in your sidebar. You can customize them individually and add as many of them as you like.
  • Enhanced available attributes indide an iFrame (shortcode)

1.10.1

  • Bugfix (utils.php wasn’t included at the right spot)

1.10

  • Support for SmoothGallery inside an iFrame, i.e. you can have many galleries on a single page. Furthermore you can use scripts like Prototype.js or jQuery that are known to be incompatible with SmoothGallery on your page because they won’t interfere with SmoothGallery any more
  • Enhanced support for thumbnails generated with the Media Library

1.9

  • Introduced a Shortcode (“smoothgallery”) that automatically generates the markup for the gallery
  • Recent-images-box now uses a Shortcode too
  • You can use every option offered by SmoothGallery in the custom field now (comment)
  • With help of the Media Library we don’t have to generate the thumbnails (comment)
  • Overall code cleanup
  • Successfully tested with WP 2.6.2 (comment)

1.8.1

  • It’s possible to specify the color of the border for the gallery.

1.8

  • The custom configuration resides in a spearate file (“config.php”) now to ease updating.
  • A new feature called “recent images box” picks up the images that are attached to the most recent posts and generates a SmoothGallery for you. Read about this here.

1.7

  • If you attach images to a post/page the markup will be generated for you. Have a look at the “SmoothGallery” box under “Advanced Options” on the edit screen. Check out this video.