websta
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontend Uploader] Help? "Author" not being saved?To be clear:
Frontend Uploader is saving the author’s name in the database, but when you use a template tag…
<?php the_author(); ?>…it just displays “admin,” not the author name entered in the Frontend Publisher default form.
Forum: Plugins
In reply to: [Frontend Uploader] Will images in Post Image become the "Featured Image?"My apologies, I am softening my stance on Frontend Uploader.
I now believe that my theme was causing problems which prevented the plugin from attaching the first uploaded image via the form (it allows for multiple image uploads) as the Featured Image.
Switched themes, and just used the default form, and it worked — images were attached as Featured Images.
Also, even if themes were causing problems, a possible work-around might be to install a plugin which makes any/first image in a post into the Featured Image.
Further, I checked into wp user frontend, wp user frontend pro, and wp user frontend reloaded, and I ran into problems on all versions. The demo for the paid wp user frontend pro didn’t work for me (in the official demo), so that was scary.
So, for now, this may be the best we’ve got.
Forum: Reviews
In reply to: [Facebook] The four-line howto veils hours of fist-clenchingCompletely agree.
I’ve tried this numerous times, every few months, to see if they’ve updated something other than the cover photo. Nope.
It’s been *years* now. Beyond absurd.
Forum: Plugins
In reply to: [WP Favorite Posts] Custom post typealexsean, your fix worked perfectly on custom post types.
<Does the “88 miles per hour” dance>
Thank you!
Forum: Plugins
In reply to: [Frontend Uploader] Will images in Post Image become the "Featured Image?"So, to save pain for others, it appears the answer is “no, there is no way to fix the unattached ‘featured’ image problem.”
Which means that Frontend Uploader, as it currently stands, and in many ways it would be used, requires you to approve each post manually, then go into each post on the backend, and “Update” the post. If you don’t, any submitted posts will not have their images properly attached to them and the posts will be broken.
Thus, despite its potential, it seems that this plugin doesn’t actually automate anything in uses requiring images. Most unfortunate.
I hope that I am wrong; if so, please advise. In the meantime, beware this plugin.
Forum: Plugins
In reply to: [Frontend Uploader] Will images in Post Image become the "Featured Image?"I was able to make the images set as featured images using the code offered here:
http://wpforce.com/automatically-set-the-featured-image-in-wordpress/
(Automatic featured image plugins may work, I just didn’t have much luck with them in my particular setup.)
However, although the Frontend Uploader posts + images display fine on category pages (Featured Image thumbnails appearing fine), the Featured Images are not appearing on the single post pages (single.php) unless each Frontend Uploader post is “Updated” again (have to go in and click the Update button on each post).
Do you have any suggestions or ideas how to fix this?
Forum: Plugins
In reply to: [Blog Copier] Seems to be broken in 3.5.1 (missing slash in URL)Here’s the fix for Blog Copier plugin (based on http://wordpress.org/support/topic/sub-site-missing-after-351-update):
1. Go to:
http://yourwebsite.com/wp-admin/network/plugin-editor.php?file=blog-copier/blog-copier.php2. Type Ctrl+F (“find” in browser) for:
$path = trailingslashit($base.$domain);3. Replace that line with these two lines:
$base = trailingslashit($base); $path = trailingslashit($base.$domain);4. Click “Update File.”
5. To copy a site, go to:
http://yourwebsite.com/wp-admin/network/sites.php?page=blog-copier6. Fill out the form and go from there. It should work, copying the site you like to another location, including all files, and settings (including images, posts, Pages, etc.)
Forum: Networking WordPress
In reply to: Blog Copier Sub site URL path "/" missing after 3.5.1 updateSame problem. Blog Copier appears to be broken in 3.5.1.
Thank you, Stoppy!
Forum: Hacks
In reply to: I want to integrate wordpress engine in by normal html templateHave you considered eliminating calls to header.php, sidebar.php, and footer.php from wordpress’ index.php, and then using iframe on your html page to include the index.php page on your site?
Another approach could be to add the html code to index.php directly.
May not be the best approach, but it could work, depending on your situation.
Forum: Requests and Feedback
In reply to: Where's the Gallery Tab in the new Media Library?FWIW: In version 3.5.1, inside the media upload overlay, you click “Media Library,” a small pull-down menu will appear. You can switch that from “All media items” (which shows the latest uploads) to “Uploaded to this post” (which shows the old-style list of images that were originally uploaded with that particular post).
Forum: Plugins
In reply to: [Automatically Set 1st Image as Featured] Won't install…?I hear that! Thanks for the help.
Forum: Plugins
In reply to: [Network Publisher] [Plugin: Network Publisher] Shady "SCAMMY" PluginI agree with the above.
PAID plugin for anything you’d actually need to do.
Scammy, shouldn’t be here on wordpress.org.
Forum: Plugins
In reply to: Do all sellers need approval from Paypal to sell via Marketpress?Closing this out, assuming the answer is no, FWIW.
Forum: Plugins
In reply to: Cart66 plugin – product insertion problemCart66 does not support multisite: