Gromhelm
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Don't want the featured image to appear on top of postIf you don’t select a featured image, the first image in the post will be used as the thumbnail on front page. Does this help you?
Great, thanks. I will try and report.
Yes, I’ve tried all that… I believe you if you say its a problem on my side (or the servers), its just bothering me since its a really great plugin.
I don’t think someone will be able to help me, since I haven’t found some similar error pattern anywhere. I somehow have the feeling its connected to some server/folder settings:
When I try to change http://www.schmidt-dunkel.de in WordPress settings Site URL to http://schmidt-dunkel.de and back it gives me some folder-errors which should not be there.Nevertheless, thanks for help Robert!
Hi Robert,
I already found this page recommending something similar:
http://hackosis.chiefcrash.com/2007/09/16/wordpress-hack-fix-403-errors-with-htaccess/However, if I do this I get the following error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
If I do
<IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule>nothing changes.
I found this strange, since all my other plugins and wordpress function properly..I have the feeling it trys to send settings to the main wordpress options.php, where it should query the leaflet options.php?
Also: it shows “OGD Wien – Meine Platzl im Grätzl”-Edition in Admin-Dashboard Title. Maybe it has something to do with this? I downloaded the Plugin straight from wordpress.org
Great addition! I was looking for this. But does it still work?
I can’t find the function mediatags_show_fields_to_edit(…), nor mediatags_admin.php.
Could you provide folder/filename where to look for?
Forum: Hacks
In reply to: Single Image Display template linkFound it!
function prepend_attachment($content)
function wp_get_attachment_link($id = 0, $size = ‘thumbnail’, $permalink = false, $icon = false, $text = false )had to be edited. Thanks a lot bcworkz!
Forum: Hacks
In reply to: Single Image Display template linkActually I want to have ALL imagelinks to point to a certain, external url..
I am currently looking into post-template – I’ll let you know if I found something.
Thanks bcworkz!