Results 1 to 4 of 4

Thread: post form php error

  1. #1
    Thread Starter
    Member egghead's Avatar
    Join Date
    Aug 2009
    Posts
    62
    Thanks
    0
    Thanked 1 Time in 1 Post

    post form php error

    Hello,

    Hopefully there's some support available for this.

    I figured out a way to allow the featured Ad to only appear in the top of it's category (and not the main page/recent posts), but I need to change the text in the "Post a Classified" page.

    So I went to the post form php, and found this line:

    <?php _e('Your listing will appear highlighted in yellow on the front page and category page.','cp'); ?>

    I thought I could just change the line to read something like:

    <?php_e('Your listing will appear in the top section of it's category page.','cp'); ?>

    Simple enough right? Well I get the old white page error.

    Help please?
    ... standing on the shoulders of giants

  2. #2
    Veteran pointandstare's Avatar
    Join Date
    Apr 2009
    Location
    London, England
    Posts
    311
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Re: post form php error

    Try changing:
    <?php_e('Your listing will appear in the top section of it's category page.','cp'); ?>

    to <?php_e('Your listing will appear in the top section of it\'s category page.','cp'); ?>

  3. #3
    Thread Starter
    Member egghead's Avatar
    Join Date
    Aug 2009
    Posts
    62
    Thanks
    0
    Thanked 1 Time in 1 Post

    Re: post form php error

    Thanks.

    The / didn't help, but you pointed out the error of my ways. I just reworded it to not have a ' in the line.

    cheers
    ... standing on the shoulders of giants

  4. #4
    Veteran pointandstare's Avatar
    Join Date
    Apr 2009
    Location
    London, England
    Posts
    311
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Re: post form php error

    Now why didn't I see that!

    Anyway ... I assume you've got a back-up so try uploading the backed up file and see if you still have the error.
    If so, then compare the 2 files.

    If possible, post your url as it'll be easier to spot.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)