Forum Replies Created

Viewing 15 replies - 166 through 180 (of 258 total)
  • Ryan Duff

    (@ryanduff)

    I just installed 10.4 within the past few hours and when I when I went to test mine I got the directory list too.

    I checked my /etc/httpd folder and there was a httpd.conf, httpd.conf.applesaved and a httpd.conf.bak all with the same timestamp on them I restored the httpd.conf.bak to httpd.conf and restarted apache. Same thing. I checked it and both php lines were commented. I uncommented them and restarted apache again and still nothing. I didn’t check the .applesaved file to see if it was different from the .bak

    My quick solution, reinstall php from http://www.entropy.ch/software/macosx/php/

    I still had the dmg file so I didn’t need to download it. About 30 seconds later after the installer finished everything worked as normal.

    Ryan Duff

    (@ryanduff)

    What was your problem with wp-contact-form?

    @solano– I can’t seem to get this to work from outside the plogger dir. I created a page with the 3 calls and it just dies on me. I can use the same page from within the plogger dir and it works (same, full absolute path). I tried editing gallery.php and changing the include to full path but still didn’t correct it.

    @olly
    I’m working on a plugin. If I can call plogger from another directory it will be finished ~75%

    Forum: Fixing WordPress
    In reply to: OS X & .htaccess

    I have it running np. Open up terminal and change to the your install directory.

    cd /library/web server/documents (if you’re using the main)
    cd ~/sites/ (if you’re using the ~username site in your home folder)

    You may need to add another folder onto that path depending on the exact location, but once there type
    touch .htaccess
    chmod 666 .htaccess (you might be able to substitute 644 depending which location you’re using and your apache setup.)

    Your .htaccess should now be there and be writeable by wordpress.

    Just to kind of catch up on this thread as I’ve been extremely busy in the past few days. Custom CSS is being built in so that YOU the USER can edit it to fit in your theme. I am also trying to figure out a way to call the style only on the page(s) your form(s) is/are on. Look for another update in 1-2 weeks.

    TH: if I get a chance I’ll get the redirect built into the next version. I’ve spent the last 3 days trying to recover my site and move to a new host.

    solano: how about mod_rewrite support? I noticed those crufty uri’s in your demo gallery. Other than that it’s schweet! I’ll be trying it out tonight.

    Forum: Plugins
    In reply to: Email Contact Form

    @raster

    My host lost everything back to march 27th. I’m in the process of movning to a new host. Hopefully most should be restored by this evening.

    Thread Starter Ryan Duff

    (@ryanduff)

    The mailserver comes from php. It just uses the built in php mail function. It might be a conflict with your server and you’d need to speak to your host about it.

    you could just get a simple download counter to see how many times its been downloaded. As far as counting each time its in use, not sure.

    To all with slow posting:

    I’ve noticed this as well. It does not appear to be an issue with sql (since is saves quickly) nor with your host. It is a bug with the pingback feature. It is slow because it wants to ping every site, when it hits a site that doesn’t accept pingbacks, it waits the timeout period before trying the next. This is also why you notice it with the more links you have in a post.

    If you stop the page load after you submit and its hanging and view the main page, you’ll notice its there, its already published. The only thing it was still trying to do is pingback/trackback the other sites.

    If you know you have a page with lots of links, none of which need to be pinged/trackedback you can cancel the page load so it just stops trying.

    Thread Starter Ryan Duff

    (@ryanduff)

    You can look forward to user subject lines in a soon to come version

    Thread Starter Ryan Duff

    (@ryanduff)

    ohh, custom forms on a contact basis, I doubt that would ever be built in. I’m hoping for custom forms by the user so you can create your own questions but dont’ think it would progress that far.

    It has been talked about as a feature addition for WP-Contact form. What exactly are you looking for. We were thinking about letting the user specify a set of addresses then a drop down on the form to let the user choose.

Viewing 15 replies - 166 through 180 (of 258 total)