Results 1 to 1 of 1

Thread: Help showing an image when no reviews posted

  1. #1
    Thread Starter
    Expired Customer pablojinko's Avatar
    Join Date
    Apr 2013
    Location
    Canada
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Help showing an image when no reviews posted

    Hello! First time poster here.

    I've been working with Vantage for many weeks now. Really powerful theme, though a little complex.

    This is what i want to do:

    I've changed the layout of the single-listing page to not use the tabs for "overview" and reviews but I have a problem.

    I'd like to show an image (or text) when the listing has no reviews, but I haven't figured out how to work the 'if' in php.

    Here's a link to a listing on my site with no reviews. http://guianm.com/perfil/cala-immigration-inc/

    PHP Code:
    <div id="reviews">
                <div id="listing-headings"><a href="#"><?php _e'Reviews'APP_TD ); ?></a></div>
                <?php get_template_part'reviews''listing' ); ?>
            </div>
            
            <div id="resenas">
                <div id="resena-headings">
                <a href="#"><?php _e'Add Your Review'APP_TD ); ?></a>
                </div>
                <div id="review-input">
                <?php if ( $review_id va_get_user_review_idget_current_user_id(), get_the_ID() ) ) : ?> 
                <p> 
                <?php _e'You have already reviewed this listing.'APP_TD ); ?> 
                </p> 
                <?php elseif ( !is_user_logged_in() ) : ?> 
                <?php appthemes_load_template'form-review.php' ); ?> 
                <?php elseif ( get_current_user_id() == get_the_author_meta('ID') ) : ?> 
                <p> 
                <?php _e"You can't review your own listing."APP_TD ); ?> 
                </p> 
                <?php endif; ?>
                </div>
            </div>
    This is the part of the single-listing.php file where I have the reviews and the review form.

    Thanks!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Reviews- Links to dashboard showing
    By hopfoto in forum Report Vantage Bugs (Legacy)
    Replies: 13
    Last Post: December 17th, 2012, 08:29 AM
  2. Use Vantage for Restaurant Reviews or keep Joomla Simple Reviews ?
    By bidawinner in forum Vantage General Discussion (Legacy)
    Replies: 0
    Last Post: May 13th, 2012, 02:33 PM
  3. No image posted with ad, Ad shouldnt post a default image
    By tklein in forum ClassiPress General Discussion
    Replies: 1
    Last Post: March 8th, 2011, 07:30 AM
  4. [TUTORIAL] No image posted with ad, Ad shouldnt post a default image
    By tklein in forum ClassiPress General Discussion
    Replies: 1
    Last Post: March 8th, 2011, 06:52 AM