Search:

Search: Search took 1.00 seconds.

  1. Replies
    2
    Views
    647

    Nice tutorial however, it has some drawbacks when...

    Nice tutorial however, it has some drawbacks when using $_SERVER[HTTP_REFERER]
    That referrer could mean anything if you don't make sure its coming from the same site. It could be coming from google,...
  2. Replies
    5
    Views
    811

    [TUTORIAL] Safe way to change text in layout

    Hello, forum!

    I want to share a way as to change the text in the site layout - without changing ClassiPress files.

    This will avoid unnecessary work when you will upgrading ClassiPress!

    For...
  3. What version of ClassiPress are you using? In...

    What version of ClassiPress are you using? In 3.2.1 there is a file calles tpl-add-new.php that includes the files step1.php etc. such as:

    include_once(TEMPLATEPATH . '/includes/forms/step1.php');...
  4. Replies
    2
    Views
    647

    Oh nevermind, I figured it out. I saved a copy...

    Oh nevermind, I figured it out.

    I saved a copy of tpl-login.php to my child theme, replaced
    <?php echo APP_Login::redirect_field(); ?> with
    <input type="hidden" name="redirect_to" value="<?php...
  5. [TUTORIAL] Sorry, but I have spotted a mistake - which is...

    Sorry, but I have spotted a mistake - which is why this thread should be removed (sorry again!)...

    This should be Step 4:

    Step 4 - modify author.php

    Open the file classipress/author.php
    ...
  6. [TUTORIAL] Add an Editable Phone Number to Public Profiles

    I have been reading the forums a lot since I purchased ClassiPress and have used the shared information to improve my sites. So I thought it was about time that I gave a little back to the community...
  7. [SOLVED] @paddydenny Ya, that's my first attempt at...

    @paddydenny
    Ya, that's my first attempt at melding ClassiPress with multisite. The main site is a ClassiPress child theme with all the guts ripped out.
    I really struggled with how to bring all the...
  8. Replies
    17
    Views
    2,607

    [TUTORIAL] Updated code: $cp_min_price = str_replace(...

    Updated code:



    $cp_min_price = str_replace( ',', '', $wpdb->get_var( "SELECT min( CAST( meta_value AS UNSIGNED ) ) FROM $wpdb->term_relationships,$wpdb->postmeta WHERE object_id=post_id AND...
  9. [TUTORIAL] Ok !!! Now open you 'index.php' which you...

    Ok !!!

    Now open you 'index.php' which you will find on wordpress installation directory. Something like this:

    <?php

    /**
    * Front to the WordPress application. This file doesn't do...
  10. Replies
    2
    Views
    1,742

    Set Default State & Country

    Hi all, I haven't been able to find a good solution to this in all my searches so here it is:

    I have a small regional site so I would like to not have a Country selection (default to US so maps...
  11. Replies
    17
    Views
    2,607

    [TUTORIAL] Refine Price By Category

    The price slider display a min, max price based on all the ads that you have. This tutorial will show you how to make the price slider, show the price based on the ad category which will be a lot...
Results 1 to 11 of 11