spacechampion
Forum Replies Created
-
Forum: Plugins
In reply to: [Page manager] [Plugin: Page manager] thanks!I will second the thanks, and also the request to make this work for custom post types!
Forum: Requests and Feedback
In reply to: Media Library Support in Custom FieldsYes, thanks. Please email me here
Forum: Requests and Feedback
In reply to: Media Library Support in Custom FieldsI see. Which core files did you modify? I would be interested in seeing the code. Maybe a plugin would be possible to develop.
Forum: Requests and Feedback
In reply to: Request – Media Library ( Remove attachment w/o forced delete )You are welcome. I agree some improvement could be made. Best to go over to shiba’s site to suggest them.
I guess this is their answer: https://support.janrain.com/entries/261852-what-happened-to-the-rpx-comment-hint-from-the-old-plugin
They upgraded the plugin but WP3.0 does this differently so they didn’t update the comment section login buttons; hopefully it will be added back into a future version sooner rather than later.
Forum: Requests and Feedback
In reply to: Media Library FoldersThere is a plugin to replace a media file.
http://ww.wp.xz.cn/extend/plugins/enable-media-replace/Forum: Requests and Feedback
In reply to: Please add a post order optionWhy don’t you just use a gallery?
http://shibashake.com/wordpress-theme/media-library-plus-plugin
allows you to add tags to files.http://shibashake.com/wordpress-theme/super-wordpress-gallery-plugin
allows you to make galleries from tags.Just create one post or page with the gallery attached, and stick that on your front page or wherever you like.
You’ll have a Galleries menu where you can add images and reorder them as you like.
Forum: Requests and Feedback
In reply to: Media Library Support in Custom FieldsI’m not sure why you had to modify the core. I have a video plugin I created that attaches video files and poster images from the media library to a custom post type called video.
Granted, it doesn’t do this within the video post using the Add Media link above the Visual Editor — instead I have to go to the media library and attach to the post there. But since I am attaching multiples files at once it works for me.
Did you have to modify the core because the Visual Editor can’t be modified with a plugin?
Forum: Requests and Feedback
In reply to: Request – Media Library ( Remove attachment w/o forced delete )This plugin does it:
http://shibashake.com/wordpress-theme/media-library-plus-pluginIt allows you to attach and detach single attachments or in bulk to posts, pages, custom posts, and galleries.
I don’t know why it is not in the plugin directory, but I use it and have had no problem with it.
Forum: Fixing WordPress
In reply to: HostnameSounds like it means the name of the specific ftp server your files are on. It might have an address like http://subdomain.yourdomain.com — log into godaddy, go to the control panel for that domain, go to the DNS settings and find out there what server your ftp account is on.
Same here. I hope this is solved soon.
Forum: Plugins
In reply to: [Theme My Login] [Plugin: Theme My Login] Custom user link to author page?The author link, yes. It’s not just the author’s posts on it, but his/her gravatar, bio, and additional fields.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Editor: permissions deniedHere’s what I did that worked (but one issue remain to be verified):
1, Created a list_other_posts capability using Capability Manager plugin.
2. Assigned list_other_posts to admin and editor and associate, but not member.
3. Modified the Manage Your Own Posts plugin to restrict listings based on whether the list_other_posts capability was present. (This plugin is not in the wordpress plugin directory, and uses the old ‘level_5’ capability, so that had to be changed).
4 Looking into your plugin I see the admin menu it adds for those with publish_posts capability, so I had to remove that capability from my Member to avoid them being able to add jobs — however, now I have to publish posts for my members…This would work better with a custom capability…
I might have to change your admin_menu_page function call so I can add publish_posts back for my Members and restrict job manager based on something like “manage_jobs”.Any chance you can incorporate that into your plugin? As said above add_jobs, edit_own_jobs, edit_others_jobs, delete_jobs, delete_own_jobs as well as manage_jobs for the menu appearing would be great to have.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Conflict with MU blog creationTurns out I didn’t need multisites. My client misunderstood what she wanted. So fortunately this issue doesn’t affect me anymore! 🙂
Forum: Networking WordPress
In reply to: No theme loaded when creating new blogNow I hang my head in shame. FTP’d to the wrong folder on the server.
🙂