dobbiedada
Forum Replies Created
-
Forum: Plugins
In reply to: [YOP Poll] Poll results tied to userThis is great info – can I ask what we would have to do to display the current users actual vote rather than number of votes? Let’s say it’s a Yes/No question poll, and we want to display Yes if they have voted yes, or No if they have voted no etc?
Forum: Plugins
In reply to: [Invite Anyone] Display '%%INVITERNAME%%' on profile?Ah, so I just realized that in the code I’d tried above was for secure invites, not invite anyone, so it’s not surprising it didn’t work, however I’d still love to figure out how to display the inviter on a member’s profile.
Forum: Installing WordPress
In reply to: Want to install multiple blogs with leading sub-domainNo problems, I have figured this out – you set it up via apache. I am hosting this myself so I don’t have to worry about a hosting service defining how I configure the web servers.
For example, http://squeezesetup.wordpress.com/adding-subdomains-to-apache/ shows how to do it with multiple virtual hosts and http://httpd.apache.org/docs/2.2/vhosts/mass.html shows how to do it without multiple virtual hosts. If you set it up with multiple virtual hosts you use more memory but have separate log files etc, and if you set it up without multiple virtual hosts you use less memory but share a log file.
Forum: Installing WordPress
In reply to: Want to install multiple blogs with leading sub-domainMy apologies if my question wasn’t clear.
I have figured out how to install subdomains that go AFTER the url (www.mysite.com/subdomain1 etc). What I would like to be able to find out is, how can I make the subdomain go BEFORE the url (subdomain1.mysite.com etc).
Forum: Installing WordPress
In reply to: Want to install multiple blogs with leading sub-domainI should also mention, the multiple blogs are installed with multiple separate databases that each have separate users, just in case that matters.
Forum: Plugins
In reply to: [Secure Invites] Doesnt work on multisiteI am interested in setting up secure invite on multisite. Chris, can I ask have you tested and got it working on multisite?