JsonB123
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Attach custom post types to a page (like regular posts)?I suppose this isn’t actually want I want to ask. Starting a new thread. I’ve decided the easiest way to accomplish to above is to just use WP_Query on a custom template, which can be attached to any page you want.
Forum: Plugins
In reply to: Domain Mapping plugin question about URLsThank you for the quick reply Andrea_r! This makes sense and personally like the sub-domain look of it better anyway.
Cheers!Forum: Plugins
In reply to: Multiple Custom HeadersI’ve resorted to using the Multiple Post Thumbnails plugin to attach a few featured image boxes onto my ‘Home’ page.
This works in my case because the header I want to use only appears on my home page… this solution would not be very scalable. I would still like to know if there is a way to have multiple header images selected at a time.
Thanks!
Forum: Fixing WordPress
In reply to: XML Importer not respecting IDsHuh? I asked if there was a way to retain IDs other than using a WordPress export/import; so is there?
Forum: Fixing WordPress
In reply to: XML Importer not respecting IDsSo, is there any way to actually retain IDs for posts and pages that I wish to migrate to another WordPress install?
Forum: Plugins
In reply to: Single login for multiple usersSo before I mark this as “resolved” I just want to double-check that having a “guest” login (a single username/password to be used by multiple people, perhaps at the same time in different locations on different computers) wouldn’t cause any errors with sessions or cookies, etc.
These people using the “guest” login would only be reading areas of the site, not creating content.
Thanks!
Forum: Networking WordPress
In reply to: wordpress 3 network (multisite) on a local development siteThanks for starting and resolving this thread guys! I also use MAMP and was at a complete loss at how to get it working with WP 3.0 Multi-Site.
Just to add to the instructions, my ports are Apache 80 and MySQL 3000 (not the defaults) and in order to get it working properly I formatted my httpd.conf section like so:
<VirtualHost *:80> ALL THE OTHER BITS IN HERE (I left out the Alias line as well as all the lines inside the Directory tag except for the AllowOverride All, which is the only relevant line. </VirtualHost>This is now functioning for me so far…but I need to test further.
Thanks again 🙂
Forum: Fixing WordPress
In reply to: Make browser image upload appear in a meta box?Hi skarck,
I found this plugin too which basiccally allows one to add multiple ‘featured’ images which solves my issues. These images can be used as custom meta stuff:
http://wordpress.org/extend/plugins/multiple-post-thumbnails/
Forum: Plugins
In reply to: Using ‘featured image’ functionality for custom meta boxes?UPDATE: I did find this plug-in: http://wordpress.org/extend/plugins/multiple-post-thumbnails/ which mostly does what I want…the only thing missing is being able to add all of the featured image links into one meta box; but I suppose that can be customized if needed from this plug-in.
Forum: Fixing WordPress
In reply to: Make browser image upload appear in a meta box?The only issue with this is that it seems to overwrite the normal uploader for the Post Edit box. E.G. When I click the image uploader on the Post Edit box, select my image and choose “insert into post” it posts the URL into my custom meta box…not the post editor.
I’ve tried using the fix posted here: http://austinpassy.com/2010/03/creating-custom-metaboxs-and-the-built-in-uploader/
But I’m still not able to get around this issue. Has anyone gotten this to work properly?
Forum: Plugins
In reply to: Single login for multiple usersHi Andrea! Thanks for the quick reply:
Yes, they would all be receiving the password in a secure manner…I was just mostly wondering if it would be a conflict in SESSIONS or anything deep down like that.
I know I can just give the users the username/password for one account…which is what I want to do, without any plugins.
Forum: Plugins
In reply to: Single login for multiple usersWhy shouldn’t I do it? Do you have an example of what could go wrong?
Again, I will not be having a “Sign-up” page but rather giving users a pre-determined username/password. This is just for a “private” sector of the site. I could always resort to setting up a private directory in the CPanel…but I’d rather just do it through WordPress.
Does anyone else have any experience in this matter?
Thanks!
Forum: Plugins
In reply to: Sending an array of values to QMT?Good point. I was hoping not to resort to requiring JS for this…but I suppose that this is one of those cases where it is easier to do that than try to hack the PHP functionality of wordpress.
Thanks!
Forum: Plugins
In reply to: Sending an array of values to QMT?Bumping the question…just in case anyone has any idea (I mis-labled the tags on this post originally).
Thanks for the reply sribu.
I had been using the dev version but then installed this alpha one just in case there was a fix for it. Is there no way to do this with custom taxonomies with the “Query Multiple Taxonomies” plugin?
If not, do yo have a recommendation as to another plugin that will allow me to do this that integrates well with QMT? I’m also not afraid of coding PHP so any pointers are helpful!
Thank you for your plugin btw, it’s very helpful.