Zurück   WordPress Deutschland Forum > Support > Plugins und Widgets

Antwort
 
Themen-Optionen Ansicht
Alt 16.04.2005, 21:18   #1 (permalink)
PostRank: 1
 
Registriert seit: 28.03.2005
Beiträge: 28
exhibit image plugin: hilfe mit config, bitte !

hallo leute, ich verwende dieses http://www.asymptomatic.net/wp-hacks plugin ("exhibit"), um eine galerie zu erstellen und verwalten.

leider konnte ich es der (nicht so tollen) anleitung und mit rumprobieren nicht schaffen, die preview- bilder am ende eines posts in eine vernünftige reihenfolge zu bringen; d.h. es wird nach jedem kleinen preview-bildchen die zeile umgebrochen, obwohl locker 2 oder 3 bilder nebeneinander passen würden.
das problem sieht man hier:

http://www.grnch.de/?p=7

kann jmd helfen bitte ?!

danke, JAn
Grinch ist offline   Mit Zitat antworten
Alt 18.04.2005, 15:45   #2 (permalink)
PostRank: 4
 
Registriert seit: 09.01.2005
Ort: Schwabach
Beiträge: 168
Benutze auch das Exhibit-Plugin. Werde daheim mal nachschauen, wie ich es konfiguriert habe. Bei mir sieht es so aus:

http://www.stanley-goodspeed.com/archiv/bilderwelten/

Melde mich bei dir nochmals
Goodspeed ist offline   Mit Zitat antworten
Alt 18.04.2005, 19:15   #3 (permalink)
PostRank: 1
 
Registriert seit: 28.03.2005
Beiträge: 28
sehr gut ! du hast das problem ja scheinbar im griff !!

ich warte also sehnsüchtigst ....

gruß, JAN
Grinch ist offline   Mit Zitat antworten
Alt 18.04.2005, 23:36   #4 (permalink)
PostRank: 4
 
Registriert seit: 09.01.2005
Ort: Schwabach
Beiträge: 168
Hallo Grinch,

habe mal nachgeschaut, es könnte an diesen beiden Einstellungen legen (sorry, weiss das nicht mehr so genau, habe mich auch nur einmal richtig tief reingekniet, bis mir die Einstellungen gepasst haben). Falls nicht, müsste ich nochmals weitersuchen.

Code:
# break_every_thumb tells exhibit how many thumbnails to display
# before inserting a clear:both div.  Use 0 for no breaks.
break_every_thumb=0

# break_every_preview tells exhibit how many preview images to display
# before inserting a clear:both div.  Use 0 for no breaks.
break_every_preview=0
Goodspeed ist offline   Mit Zitat antworten
Alt 19.04.2005, 07:45   #5 (permalink)
PostRank: 1
 
Registriert seit: 28.03.2005
Beiträge: 28
... leider nein ! diese settings habe ich auch - das sind die default-werte !!

allerdings hatte ich beim rumsuchen auch schon das als quelle allen übels angenommen. der einfach heit halbe kommt hier mein exhibit10.cfg:

Code:
# This is the Exhibit config file

# exhibit_db_table is the database table name for Exhibit to use
# Exhibit will append the prefix defined by WordPress
exhibit_db_table='exhibit'

# imagedir is the base directory where images are located
# It must be located in your WordPress root (not your web root)
imagedir='wp-pics'

# thumbnail_popup tells Exhibit to pop up full-sized
# images when you click on the thumbnail.  True ignores embedded_image.
thumbnail_popup=true

# embedded_image tells Exhibit to embed the full-size image into
# the default page ('') or display it in its own page (ie 'exhibit_full.php')
embedded_image=''

# suppress_content prevents the text content from being shown
# when a full-sized image is displayed in the content area.
suppress_content=false

# preview_prompt is the text that appears below the preview
# image on the home page.  Set it to '' to display nothing.
preview_prompt=''

# edit_thumbnail_width is the width of the thumbnails in pixels 
# as they appear in the editing interface
edit_thumbnail_width=80

# thumb_width and thumb height are the maximum sizes of the
# thumbnails that Exhibit will create by resampling images
thumb_width=160
thumb_height=160

# default_comment is the default comment for every image
# that is added to the database
default_comment='©2005'

# popup_page is a page that is used to display a popup image.
# The URL of the image to display is appended to the end of this
# If left blank, special popup javascript is used for the pop up.
popup_page=''

# $full_image_display is the image tag used to display a 
# full-sized image.  Put "IMGSRC" where the image URL should
# be inserted into the tag.
full_image_display = '[img]IMGSRC[/img]';

# $valid_filetypes is an array of filetypes that Exhibit
# will recognize for display in its list of pictures.
valid_filetypes = array('.jpg', '.jpeg', '.wmv', '.asf', '.avi');

# $make_thumb_filetypes is an array of filetypes that Exhibit
# will create thumbnails for.  The valid extensions here are
# curently limited to JPEG format.  Probably don't change this.
make_thumb_filetypes = array('.jpg', '.jpeg');

# $nothumb_filetypes is an array of filetypes that Exhibit
# will treat as if it had a thumbnail, but display a 
# placeholder image instead.  See next, $nothumb_file.
# Don't forget to add these to $valid_filetypes!!
nothumb_filetypes = array('.wmv', '.asf', '.avi');


# nothumb_file is the URL of the thumbnail image to display 
# for a file that has no thumbnail
nothumb_file=''

# multi_preview set to true allows you to specify more than
# one preview image to display above the  fold.
multi_preview=true

# thumbs_at_top set to true displays the thumbnail area
# before the content if they are both displayed
thumbs_at_top=false

# preview_at_top set to true displays the preview area
# before the content on a page that contains more than one post
preview_at_top=false

# pop_script_always set to true forces Exhibit to add the image
# popup script to the head area of the page even if the 
# thumbnail_popup setting is false
pop_script_always=true

# previews_link set to true makes preview images link to their
# full-sized pictures (using all other settings) rather than the
# post to which they are linked
previews_link=true

# no_duplicates set to true prevents images from being added to
# a single post more than once.
no_duplicates=true

# no_pic_use_preview set to true tells Exhibit to display the
# first preview image in place of the  comment,
# rather than display no image at all.
no_pic_use_preview=false

# use_chmod is the chmod setting to use for created files.
# Set to 0 if you don't use it.  0664 is a good setting.
# See also below: use_chmod_dir
use_chmod=0664

# paginate_thumbs set to a number other than 0 causes Exhibit to paginate
# thumbnails.  The number of thumbnails on each page will equal the value
# of paginate_thumbs
paginate_thumbs=0

# on_last_page set to true causes paginated thumbnails to appear on 
# the last page of a paginated post if paginate_thumbs is not 0.
# Otherwise, thumbnails start on the page after the last page.
# This setting has no effect if paginate_thumbs is 0.
on_last_page=false

# full_max_width and full_max_height denote the maximum allowed
# resolution for an uploaded image.  This setting only downsamples.
# Use 0 if you don't want to resample.
full_max_width=0
full_max_height=0

# preview_like_single set to true causes Exhibit to display a post
# on the front page (or any page that show more than one post) as
# if it was being displayed by itself, including any full-sized
# images and thumbnails.
preview_like_single=false

# use_permalinks set to true causes Exhibit to use permalinks when
# linking to posts with pictures.
use_permalinks=true

# preview_class lets you set the class tag attribute for the div 
# that contains the preview images.  Rather than change this here,
# use the exhibit content tags to change it on a per-post basis.
preview_class='ex_thumb_preview'

# clear_post set to true adds divs to the top and bottom of the 
# post so that the preview image doesn't hang down into the next post
clear_post=false

# user_dirs set to true roots the file browser in a directory
# inside the image directory with the name of the current user.
user_dirs=false

# root_image_access is the minimum required user level to see files 
# at the image root if user_dirs is set to true
root_image_access=9

# display_captions set to true tells exhibit to display captions under
# the thumbnails.  Set to false displays no caption
display_captions=true

# stylesheet_file is the stylesheet that will be used with this post
# You can set a different stylesheet for each post by adding a post 
# config comment.
stylesheet_file='exhibit.css'

# break_every_thumb tells exhibit how many thumbnails to display
# before inserting a clear:both div.  Use 0 for no breaks.
break_every_thumb=0

# break_every_preview tells exhibit how many preview images to display
# before inserting a clear:both div.  Use 0 for no breaks.
break_every_preview=0

# thumb_titles set to true includes a title tag in the image for each
# thumbnail that displays the image caption
thumb_titles=false

# preview_titles set to true includes a title tag in the image for each
# preview image that displays the image caption
preview_titles=false

# preview_by_default set to true causes every image added to a post to
# have the preview checkbox checked by default
preview_by_default=true

# on_first_page set to true causes paginated thumbnails to appear on 
# the first page of a paginated post if paginate_thumbs is not 0.
# Otherwise, thumbnails start on the page indicated by on_last_page.
# This setting overrides on_last_page and has no effect if
# paginate_thumbs is 0.
on_first_page=false

# watermark_png is the PNG file to use for watermarking full-sized
# images when they are uploaded.  Set to '' to omit.
watermark_png=''

# watermark_position is a bitmask of positions for the watermark.
# 0=right 1=left 0=bottom 2=top  Add these values together for 
# the value to use.
watermark_position=0

# use_chmod_dir is the chmod setting to use for created directories.
# Set to 0 if you don't use it.  0777 is a good setting.
use_chmod_dir=0777

# uber_popup set to true uses an experimental script that pops up 
# images on a page that lets you navigate between them.
uber_popup=true

# full_image_insert set to true causes Exhibit to insert a full-
# sized image tag into the post body instead of a thumbnail link.
full_image_insert=false

# insert_css set to true inserts default css that exhibit uses to
# display images in posts
insert_css=false

# These are helper tags that appear in the Exhibit editor dropdown
# You can change them so that there are fewer options that work
# better for your needs with the default settings in this config file

Pictorialis Config:config=ex_pictorialis.cfg
#Preview At Top:preview_at_top=1
Preview At Bottom:preview_at_top=0
Thumbs At Top:thumbs_at_top=1
#Thumbs At Bottom:thumbs_at_top=0
#Popup Images:thumbnail_popup=1
Do Not Popup Images:thumbnail_popup=0
#Set External View Page:embedded_image=exhibit_full.php
Suppress Content:suppress_content=1
#Set Preview Prompt:preview_prompt=new_prompt_here
#Set Popup Page:popup_page=popup_page_here
#No-Thumbnail URL:nothumb_file=some_url_here
#Paginate Every 9 Thumbs:paginate_thumbs=9
Paginate Every 6 Thumbs:paginate_thumbs=6
#Do Not Paginate Thumbs:paginate_thumbs=0
Paginated thumbs start on last page:on_last_page=1
#Paginated thumbs start after last page:on_last_page=0
#Paginated thumbs start on first page:on_first_page=1
Show preview post like single post:preview_like_single=1
Display no captions:display_captions=0
Grinch ist offline   Mit Zitat antworten
Alt 19.04.2005, 10:07   #6 (permalink)
PostRank: 10
 
Benutzerbild von peti
 
Registriert seit: 26.03.2005
Ort: Berlin
Beiträge: 1.551
Also von dem was du gepostet hast, müsste es gehen. Wo befindet sich bei dir die exhibit.css?
peti ist offline   Mit Zitat antworten
Alt 19.04.2005, 18:00   #7 (permalink)
PostRank: 1
 
Registriert seit: 28.03.2005
Beiträge: 28
Zitat:
Zitat von peti
Also von dem was du gepostet hast, müsste es gehen. Wo befindet sich bei dir die exhibit.css?
moment mal. ich habe keine 'exhibit.css' !
das könnt ja nun des rätsels lösung sein....
spontan würde ich sagen, dass bei meinem installationsfile keine css datei dabei war. leider ist http://www.asymptomatic.net/wp-hacks/ im moment down, bzw. funktioniert nicht richtig, so dass ich auch nicht nochmal dort nachgucken kann.

gruss, JAN
Grinch ist offline   Mit Zitat antworten
Alt 19.04.2005, 18:19   #8 (permalink)
PostRank: 10
 
Benutzerbild von peti
 
Registriert seit: 26.03.2005
Ort: Berlin
Beiträge: 1.551
Kannst ja erstmal die von Goodspeed nehmen.
http://www.stanley-goodspeed.com/exhibit.css

Ich hoffe das macht dir nichts aus Goodspeed? :)
peti ist offline   Mit Zitat antworten
Alt 19.04.2005, 22:10   #9 (permalink)
PostRank: 1
 
Registriert seit: 28.03.2005
Beiträge: 28
mhhh... ins rootverzeichnis damit ?!

... danke, klappt !

gibts nen bessern pfad ? damit die datei nicht im rootverzeinis sein muss ?

danke nochmal !
JAN
Grinch ist offline   Mit Zitat antworten
Alt 19.04.2005, 22:34   #10 (permalink)
PostRank: 10
 
Benutzerbild von peti
 
Registriert seit: 26.03.2005
Ort: Berlin
Beiträge: 1.551
Klar. Musst du in deiner exhibit10.cfg angeben.

Code:
# stylesheet_file is the stylesheet that will be used with this post
# You can set a different stylesheet for each post by adding a post
# config comment.
stylesheet_file='exhibit.css'
So geht er ja davon aus, dass sie sich im root Verzeichnis befindet. Also je nach dem, den Pfad anpassen.
peti ist offline   Mit Zitat antworten
Antwort

Lesezeichen

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist aus.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus

Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Nowplaying Plugin Pfadangaben - Prob. telekommander Plugins und Widgets 4 26.08.2005 18:58
image resize plugin hansmueller Plugins und Widgets 8 14.06.2005 13:20
Category Image - Plugin tga Plugins und Widgets 1 21.04.2005 13:12
Plugin testen yuh Konfiguration 0 13.03.2005 17:49


Alle Zeitangaben in WEZ +1. Es ist jetzt 12:46 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 | Impressum | Ein Inpsyde.com Projekt