Results 1 to 4 of 4

Finding number of posts on page (in templates)

This is a discussion on Finding number of posts on page (in templates) within the Template Modifications forums, part of the vBulletin SEO Discussion category; Is there a way to get the number of posts on a page? I've got an ad after the first ...

  1. #1
    Senior Member
    Real Name
    Nick Le Mouton
    Join Date
    Nov 2005
    Location
    New Zealand
    Posts
    422
    Liked
    14 times

    Finding number of posts on page (in templates)

    Is there a way to get the number of posts on a page?

    I've got an ad after the first post and one after the last, but when there's only 1 post on the page we get 2 ads after one another

    e.g. *HOW TO CORRECTLY ASK A PILL I.D. QUESTION* - Drugs.com

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    The code will look like:
    HTML Code:
    <if is_first_post_condition>
    first ad code
    <else />
    <if is_last_post_condition>
    second ad code
    </if>
    </if>
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Senior Member
    Real Name
    Nick Le Mouton
    Join Date
    Nov 2005
    Location
    New Zealand
    Posts
    422
    Liked
    14 times
    Thanks, I couldn't get the is_last_post_condition working for some reason, but this worked for me:

    Code:
    <if condition="$post[postcount]==1 AND !$post['islastshown']">

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Yes, "is_last_post_condition" is just a placeholder for the real condition statement The point was to insert last post ad only if it is not the first post at the same time.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. The vBSEO LinkBacks User Guide - vBSEO 3.0 GOLD
    By Joe Ward in forum General Discussion
    Replies: 49
    Last Post: 09-20-2011, 08:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •