Search:

Page 1 of 3 1 2 3

Search: Search took 1.00 seconds.

  1. Replies
    21
    Views
    4,036

    Yes it does and it is a massive api at that...

    Yes it does and it is a massive api at that too... im working on something now involving the ebay api and WP, its a mammoth sized project. There are plugins for WP that can pull in ebay items.., not...
  2. [TUTORIAL] Will do what i can Margot. This mod was knocked...

    Will do what i can Margot. This mod was knocked up dome time ago and there has been a few CP revisions since then. Il take a look over the next couple of days...
  3. Replies
    11
    Views
    729

    For want of a better phrase its all the crap your...

    For want of a better phrase its all the crap your connecting too, (use firefox, only browser i tried) look at the bottom left corner of your monitor and you will see, lots of stuff.. dozens infact.....
  4. On 2nd thoughts a far better fix would be to...

    On 2nd thoughts a far better fix would be to change the line for point 3 above to:



    <?php if ( get_post_meta($post->ID, 'cp_ad_sold', true) !== 'yes' ) : ?>


    then there is no need to edit...
  5. You want something like this: Backup files...

    You want something like this:

    Backup files first

    1) Open up in a text editor the file title featured.php in the root of your classipress theme folder.
    2) look for these two lines (around line...
  6. Replies
    5
    Views
    497

    paste all your theme_footer.php file in a pm to...

    paste all your theme_footer.php file in a pm to me..
  7. Replies
    6
    Views
    1,019

    Firstly i suggested you do a full db back up with...

    Firstly i suggested you do a full db back up with phpmyadmin before progressing further with the sql queries below, to use them just open up your classiopress database in phpmyadmin and click the SQL...
  8. [TUTORIAL] meta tag expires (Avoid 404 errors from Google) for auto deleteted expired posts

    This small mod should (thats if google behaves) instruct google that a page has an expiry date and that it should not be indexing that page after the expiry date, this in turn should avoid 404 issues...
  9. Replies
    2
    Views
    429

    [SOLVED] yes it does work like you say, but in my opinion...

    yes it does work like you say, but in my opinion its poor, an advertisers posts should be eye catching and not just links, heres a small mod for someone who asked similar a few days ago
    ...
  10. Replies
    3
    Views
    377

    all the info you need should be in the...

    all the info you need should be in the classipress author.php file, which is called when a username is clicked.. but here goes anyway:

    Firstly create a file called loop-author.php

    paste the...
  11. Replies
    31
    Views
    3,696

    [TUTORIAL] actually that shouldnt effect things (just clears...

    actually that shouldnt effect things (just clears up the code thats all),

    so what you are saying is that the newly edited ad is still published and doesnt go into pending status if i am correct?...
  12. Replies
    31
    Views
    3,696

    [TUTORIAL] This is a 3.0.5.3 mod, However do you have this:...

    This is a 3.0.5.3 mod,
    However do you have this:


    // keep only values and insert/strip commas if needed and put into an array
    if (!empty($_POST['tags_input']))
    $_POST['tags_input']...
  13. Replies
    85
    Views
    10,183

    [MOD NEEDED] No worries, for single ad page view you need to...

    No worries, for single ad page view you need to open up loop-ad.php and look for this block of code:



    <div class="price-wrap">
    <span class="tag-head">&nbsp;</span><p...
  14. Replies
    85
    Views
    10,183

    [MOD NEEDED] yes of course , change this line:

    yes of course ,

    change this line:

    <?php if (get_post_meta($post->ID, cp_price, true) != "00.00") : ?>

    for this line:

    <?php if (get_post_meta($post->ID, cp_price, true) != "00.00" &&...
  15. Replies
    85
    Views
    10,183

    [MOD NEEDED] sorry didnt realise that above code looked a...

    sorry didnt realise that above code looked a little messy when formatted by the board, here it is cleaned up a little..



    <div class="price-wrap">
    <?php if (get_post_meta($post->ID,...
  16. Replies
    20
    Views
    1,450

    quick way around that, before i go to bed.. 1)...

    quick way around that, before i go to bed..

    1) wrap up the post an ad button with this



    <?php
    if(current_user_can( 'contributor' )) { ?>
    //blah blah blah post an ad button code
  17. Replies
    47
    Views
    2,722

    shouldnt do, because one was only targeted at...

    shouldnt do, because one was only targeted at removing the button, so it dont matter where it is. as long as the code wraps the button then it should work.. silly question what version of classipress?
  18. Replies
    103
    Views
    16,568

    [TUTORIAL] however when you use it you will still get...

    however when you use it you will still get erroneous returns (featured ads problem) to get around this you need to open up search.php in cp theme folder and right before
    Code:


    <?php...
  19. Replies
    4
    Views
    812

    Lack of forum support for a start, i dont know if...

    Lack of forum support for a start, i dont know if its any better with the premium option, but the free option support definatly needs a kick in the rear, that said it is a very popular plugin, google...
  20. Replies
    31
    Views
    3,696

    [TUTORIAL] Once the ad is updated it is sent straight into...

    Once the ad is updated it is sent straight into pending status (ie not visible) until approved by admin, leaving the pre-edited ad listed would involve some pretty hefty coding
  21. Replies
    31
    Views
    3,696

    [TUTORIAL] Admin Approve Edited Ads

    Seems to be a popular request among folks, so here it is (tested)

    You will need to open up files:

    includes/theme-emails.php
    and
    includes/theme-functions.php

    Firstly in theme/email.php...
  22. Replies
    15
    Views
    1,170

    Heres a quick and very dirty fix that will put...

    Heres a quick and very dirty fix that will put edited ads into pending: (based on CP v3.0.5.3).

    in theme-functions.php around line 1100 (your version might be different to mine), look for this...
  23. http://forums.appthemes.com/filtered-search-custom...

    http://forums.appthemes.com/filtered-search-custom-fields-via-modded-plugin-15642/page-5/#post76527

    @ Lausha This is an up to date working CFS plugin, works for both custom cats and post types and...
  24. If you do insist on users having wp-admin access...

    If you do insist on users having wp-admin access then this will help you heaps:
    show only current authors post in wordpress admin panel | Wordpress API

    can also mod it to show only comments too
  25. [SOLVED] its a pleasure... i know what the relief feels...

    its a pleasure... i know what the relief feels like when it finally comes right after time and time again failing..
Results 1 to 25 of 54
Page 1 of 3 1 2 3