Forum Replies Created

Viewing 4 replies - 16 through 19 (of 19 total)
  • Last point .. if your users aren’t registered, how exactly do you know who bid and who’s email the bid notifications should go to? An auction does not work with a single login.

    Blayne —

    1) Your users would not be registering on WordPress.com .. they would be registering on YOUR SITE ONLY.
    2) The registration process can be made relatively quick and painless .. I just put up an Ultimate Auction WP site for my kids’ school fundraiser .. it’s working well. I would highly suggest the following additional plugin: http://mikevanwinkle.com/wordpress/how-to/custom-wordpress-registration-page/ ..
    3) WordPress, when a logged in user is a requirement, redirects to the Login Page .. they must then click REGISTER which is below the user/pass boxes .. you may want to send users a START page LINK which is directly to the register page (or custom register page if you install above plugin) .. presumably you currently have NO users, so everyone needs to be registered, so sending EVERYONE a “Start Here” page would make sense.
    4) I’m not sure of the Pro version features exactly, but I personally feel safer having it be a closed community of registered users bidding on our charity items. I believe that the UltAuc plugin used to be open for all to bid, but there was discussion in this forum to force registration, which, as I mentioned, I prefer.

    Have a look at the plugin I mentioned above .. make sure you

    Thread Starter jpf

    (@jpf)

    Yep .. I seemed to have fixed it.

    I commented out

    #comments{
        display: none;
    }

    in ua-front-end.css. Not sure what the downside implications are of that at the moment, but it seems to reactivate comments on standard posts as well as Auctions.

    HTH. jpf

    Thread Starter jpf

    (@jpf)

    i kept getting 404 on:

    [domainname]/subdir/wordpress/subdir/wordpress

    when it should have simply been 200 on:

    [domainname]/subdir/wordpress

Viewing 4 replies - 16 through 19 (of 19 total)