Results 1 to 4 of 4

Thread: promo24jam.peron24.com - Indonesian classified press

  1. #1
    Thread Starter
    caleido's Avatar
    Join Date
    Mar 2010
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    promo24jam.peron24.com - Indonesian classified press

    Hi, just want to post my classipress installation and mods.

    You can visit at: promo24jam.peron24.com

    This is indonesian classified portal just recently created and would soon changed to 3.0 when it released.
    Modded to directly send customers to wordpress backend because it provides many more features with plugins.
    I use 50+ plugins for this :P
    Any feedback of any kind would be appreciated.
    I can't believe the verson 3.0 would include almost all of the features I added using plugins...really can't wait for it. kudos to David

    I just have a feature suggestion which I really think would be very important which would lkely to be still missing in 3.0, which is category customization.
    by that, I mean the flexibility to change image logos for each categories, and also display different ads rotation to different categories. I think this will increase the nicheability of the whole script....
    And also, I don't know about the 3.0 payment system, but I hope there's a place to integrate third party payment processor and buttons, or at least a manual bank transfer and manual verification and activation system for the ads.
    Anyway, this is a great revolution.
    wohoo, I love wordpress & classipress!

  2. #2
    reyvax's Avatar
    Join Date
    Apr 2009
    Location
    France
    Posts
    66
    Thanks
    1
    Thanked 1 Time in 1 Post

    Re: promo24jam.peron24.com - Indonesian classified press

    Nice,

    Maybe you can say us which plugin you use? (particulary for rss by category)...

    thanks

  3. #3
    Thread Starter
    caleido's Avatar
    Join Date
    Mar 2010
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: promo24jam.peron24.com - Indonesian classified press

    it actually not category rss... I found the code somewhere in this forum. I didn't remember exatcly where... I'm not a programmer though so I don't really understand how everything works. just copy, paste, and tweak here and there...

    I think the template code is:
    Code:
    <?php //Gets category and author info   
      global $wp_query;   
    $cats = get_the_category();   
      $postAuthor = $wp_query->post->post_author;   
    $tempQuery = $wp_query;   
      $currentId = $post->ID;   
    // related category posts   
      $catlist = "";   
      forEach( $cats as $c ) {   
      if( $catlist != "" ) { $catlist .= ","; }   
      $catlist .= $c->cat_ID;   
      }   
      $newQuery = "posts_per_page=5&cat=" . $catlist;   
      query_posts( $newQuery );   
    $categoryPosts = "";   
      $count = 0;   
    if (have_posts()) {   
      while (have_posts()) {   
      the_post();   
      if( $count<4 && $currentId!=$post->ID) {   
      $count++;   
      $categoryPosts .= '[*]' . the_title( "", "", false ) . '';   
      }   
      }   
      }   
      $wp_query = $tempQuery;  
      ?>  
      <h3>Other listings in category:</h3>
    <ul><?php echo $categoryPosts; ?>[/list]

  4. #4
    reyvax's Avatar
    Join Date
    Apr 2009
    Location
    France
    Posts
    66
    Thanks
    1
    Thanked 1 Time in 1 Post

    Re: promo24jam.peron24.com - Indonesian classified press

    Thanks for sharing that

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Classified Mall
    By onlinebisnes in forum Showcase & Feedback
    Replies: 4
    Last Post: September 16th, 2009, 01:17 AM
  2. Word press email proplems
    By birdy in forum ClassiPress General Discussion
    Replies: 4
    Last Post: July 21st, 2009, 04:15 PM