Pic Manager
-
deadpoeticstar
- Regular
- Posts: 56
- Joined: Tue Apr 18, 2006 3:10 pm
Pic Manager
Will not display the pictures after they are selected to be displayed in the entry
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Pic Manager
need more input 
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
deadpoeticstar
- Regular
- Posts: 56
- Joined: Tue Apr 18, 2006 3:10 pm
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Would you be able to describe what you need in full english sentences? Then I might be able to help.
Best regards,
Garvin
Would you be able to describe what you need in full english sentences? Then I might be able to help.
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
deadpoeticstar
- Regular
- Posts: 56
- Joined: Tue Apr 18, 2006 3:10 pm
That's not the expected behavior. (Obviously.)
Does anything at all show up on the visitor's version of the entry? Alt text, for instance?
When you select the options from the Media Manager, which version of the image do you choose: full, thumbnail, or text?
Do you get any error messages when you save the entry?
What version of Serendipity are you using?
Does anything at all show up on the visitor's version of the entry? Alt text, for instance?
When you select the options from the Media Manager, which version of the image do you choose: full, thumbnail, or text?
Do you get any error messages when you save the entry?
What version of Serendipity are you using?
-
deadpoeticstar
- Regular
- Posts: 56
- Joined: Tue Apr 18, 2006 3:10 pm
We didn't print out much to debug with, there. Perhaps it's a more fundamental misunderstanding.
Manage Images should allow you to upload images, but it merely puts them in a repository (which we call the Media Manager). From there you can use "Edit Entries" to create a new entry and insert the image with the "img" or "media" button.
Are you publishing an entry which includes the image? Or are you looking for an image gallery plugin that lets the visitor see all the images that are in the repository?
Manage Images should allow you to upload images, but it merely puts them in a repository (which we call the Media Manager). From there you can use "Edit Entries" to create a new entry and insert the image with the "img" or "media" button.
Are you publishing an entry which includes the image? Or are you looking for an image gallery plugin that lets the visitor see all the images that are in the repository?
-
deadpoeticstar
- Regular
- Posts: 56
- Joined: Tue Apr 18, 2006 3:10 pm
im publishing an image with an entry
an example is my review of a CD, i wanted to include an image of the CD cover with the entry
Example
an example is my review of a CD, i wanted to include an image of the CD cover with the entry
Example
Yes, what you want should definitely be working, and no, it's not.
Without access to your blog to try a few things on my own, I can only guess that a plugin must be getting in the way. I believe Garvin once mentioned WikiWords Markup causing havoc.
What plugins do you have enabled?
Do you use the text editor or the WYSIWYG editor?
Without access to your blog to try a few things on my own, I can only guess that a plugin must be getting in the way. I believe Garvin once mentioned WikiWords Markup causing havoc.
What plugins do you have enabled?
Do you use the text editor or the WYSIWYG editor?
-
deadpoeticstar
- Regular
- Posts: 56
- Joined: Tue Apr 18, 2006 3:10 pm
Those are my Event Plug-in'sMarkup: Serendipity
Markup: Emoticate
Markup: NL2BR
Browser Compatibility
Spam Protector
Spartacus
Split long entries
Trackback-Control
Backup Interface ()
Link List
Fix common XHTML errors
[Layout-Plugin: Printerfriendly version]
Links to next/previous entry
Google Sitemap Generator
My Calendar
Markup: Track exits
Statistics
Multilingual entries
Spam Protector (RBL)
Spam Protector (SURBL)
Tagging of entries
Autosave entries
Announce entries
Extended properties for entries
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Now I understand the problem
Actually it seems to be the same like this one:
http://www.s9y.org/forums/viewtopic.php ... highlight=
Now I understand the problem
Actually it seems to be the same like this one:
http://www.s9y.org/forums/viewtopic.php ... highlight=
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
found the problem
Hi, i've just had this problem too... but i've sussed it.
When you insert the image as a thumbnail, the syntax is inserted, but the image doesn't display... the problem is that in the inserted code for the img you'll find "width=0 height=0" delete these and it will appear... someone higher up needs to fix the code for this event.
When you insert the image as a thumbnail, the syntax is inserted, but the image doesn't display... the problem is that in the inserted code for the img you'll find "width=0 height=0" delete these and it will appear... someone higher up needs to fix the code for this event.
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi adjudson!
In what respekt is the thumbnail screwed? The width/height are only set to '0' if the thumbnail file could not be read!
It seems as if s9y cannot properly create the thumbnail; are you using GDLib or imagemagick? Are the write permissions for the directories properly set?
Regards,
Garvin
In what respekt is the thumbnail screwed? The width/height are only set to '0' if the thumbnail file could not be read!
It seems as if s9y cannot properly create the thumbnail; are you using GDLib or imagemagick? Are the write permissions for the directories properly set?
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/