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

NextGen Cooliris Gallery

설명

Features at a glance:

  • Shortcode for embedding into posts/pages
  • PHP function for templating/theming
  • Does albums, galleries, or latest pictures
  • Supports Nextgen Gallery media-rss.php and its options
  • Basic Cooliris options: Set width and height as well as rows and styling (will include many more in the future

설치

  • Upload the ‘nextgen-cooliris-gallery’ folder to the /wp-content/plugins/ directory or install it from WordPress.org’s Plugin directory inside your WordPress installation.
  • Activate the plugin through the ‘Plugins’ menu in WordPress
  • Install NextGen Gallery if you haven’t already
  • Create a gallery or an album in NextGen gallery
  • Use shortcode or the PHP function to show the gallery in your page/post or template

Options and defaults in order (if using PHP):

width=600
Width of Gallery

height=370
Height of Gallery

numrows=4
Rows to show

style=white
Cooliris Style (black, dark, light, white)

mode=gallery
NextGen item (gallery, album, last_picture)

id=1
Gallery ID

aid=1
Album ID

page=0
Last Pictures Page

show=10
Last Pictures Amount

Shortcode:

[nextgen_cooliris]

Example of choosing gallery 2: [nextgen_cooliris id=2]

PHP:

<?php if function_exists('show_nextgen_cooliris') echo show_nextgen_cooliris (); ?>

Example of choosing gallery 2: <?php if function_exists('show_nextgen_cooliris') echo show_nextgen_cooliris (600,370, 4, 'white', 'gallery', 2); ?>

FAQ

I Need HELP!!!

That’s what I’m here for. I do WordPress sites for many people in a professional capacity and
can do the same for you. Check out www.zackdesign.biz

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

0.7

  • Fix for the latest version of NextGen Gallery
  • Added checking to ensure that NextGen is on and working and that the gallery XML feed URL is defined.

0.6

  • Tested in WP 3.3.2
  • Minor change to suit WP licensing requirements

0.5

  • First build