MissDanni
Forum Replies Created
-
Forum: Plugins
In reply to: [File Gallery] File Gallery v1.7-RC4 downloadUpdate: Found a fix.
WordPress Flash Uploader – Has a feature to sync up files located in the uploads folder and import them into the media library.
Located here: https://www.tinywebgallery.com/blog/wfu
NOTE: Working with WP version 3.2.1
Forum: Plugins
In reply to: [File Gallery] File Gallery v1.7-RC4 downloadI don’t suppose anyone knows of a plugin to sync up files located in the uploads folder with the media library?
Forum: Plugins
In reply to: [File Gallery] File Gallery v1.7-RC4 downloadI have a question..
I’m using mingle-forum which allows image uploads, the uploads are sent to the designated wordpress uploads folder but they’re not shown in the media library. Will this plugin find all of the images in the uploads folder or only those that are listed in the media library?
Forum: Plugins
In reply to: [WordPress.com Stats] Says I'm not allowed to view site statsHaving the same issue on a few but not all of my sites.
Your WordPress.com account, ****** is not authorized to view the stats of this blog.
Forum: Fixing WordPress
In reply to: [Plugin: Custom Field Template] File and Image Displayok here we go
For image:
[thumbnail_id] type = file relation = true label = Upload your screenshot
<?php $thumbnail_id = get_post_meta($post->ID, 'thumbnail_id', true); echo wp_get_attachment_image($thumbnail_id, 'thumbnail'); ?>
For file:
[download] type = file relation = true label = Upload your theme
<a href="<?php $download = get_post_meta($post->ID, 'download', true); echo wp_get_attachment_url($download); ?>">Download</a>
Working wonderful now.
Forum: Fixing WordPress
In reply to: [Plugin: Custom Field Template] File and Image DisplayOk I got the image thumbnail issue worked out.
I just need to work out the file attachment display. Id like it to just read “download” and the file would then begin to download on click.
Ideas?
Forum: Fixing WordPress
In reply to: remove duplicate postsReplace
$suffix = 2
Withreturn 0;
You will find
$suffix = 2
twice in wp-includes/post.phpForum: Requests and Feedback
In reply to: WP-Contact Forn and Images in WP 2.5WP contact form also breaks the visual editor button popups. Turning the plugin off will fix the issue but yes now you have no contact form.
I have contacted the author of the plugin this morning about the problem and have yet to hear back.
Forum: Requests and Feedback
In reply to: Does it ever end?Its too cold – Its too hot.
People will complain no matter what you do.
@ Jowah : I agree completely with you. Too much complaining and not enough gratitude for a great system, hardworking dev team and FREE product!
I’ve tried both wbexam and wbquiz and both work great in IE however in Mozilla I can’t click on the radio buttons. Ideas?