Results 1 to 10 of 10

h3 in postbit with the first post only how?

This is a discussion on h3 in postbit with the first post only how? within the Template Modifications forums, part of the vBulletin SEO Discussion category; hi i need to put h3 in postbit whith the first post only how ?...

  1. #1
    Senior Member
    Real Name
    khaled
    Join Date
    Jan 2007
    Location
    jeddah
    Posts
    107
    Liked
    0 times

    Question h3 in postbit with the first post only how?

    hi

    i need to put h3 in postbit whith the first post only how ?

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    This is for the first

    HTML Code:
    <if condition="$post[postcount] == 1">
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Senior Member
    Real Name
    khaled
    Join Date
    Jan 2007
    Location
    jeddah
    Posts
    107
    Liked
    0 times
    thanks Michael Biddle

    i do it but they did not show me ther thread replyes

    i attach i hop you undestand me more

    onoy need the first post h3
    Attached Thumbnails Attached Thumbnails 111.gif  

  4. #4
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Find this in your postbit template:

    HTML Code:
    $post[message]
    Replace with:

    HTML Code:
    <if condition="$post[postcount] == '1'"><h3>$post[message]</h3></if>
    The Forum Hosting - Forum Hosting from the Forum Experts

  5. #5
    Senior Member woostar's Avatar
    Real Name
    woostar
    Join Date
    Apr 2007
    Posts
    788
    Liked
    5 times
    sorry for gatecrashing...

    Mike,
    is that the first post only? or first post on each page?
    2011 Average: 1 post every 5 seconds... 24/7

  6. #6
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    First post only.
    The Forum Hosting - Forum Hosting from the Forum Experts

  7. #7
    Senior Member
    Real Name
    khaled
    Join Date
    Jan 2007
    Location
    jeddah
    Posts
    107
    Liked
    0 times
    Quote Originally Posted by Michael Biddle View Post
    Find this in your postbit template:

    HTML Code:
    $post[message]
    Replace with:

    HTML Code:
    <if condition="$post[postcount] == '1'"><h3>$post[message]</h3></if>

    hi michael

    i try it work first post

    but the replys is empty you can not see the replys

  8. #8
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Please try:

    HTML Code:
    <if condition="$post[postcount] == '1'"><h3></if>$post[message]<if condition="$post[postcount] == '1'"></h3></if>
    The Forum Hosting - Forum Hosting from the Forum Experts

  9. #9
    Senior Member
    Real Name
    khaled
    Join Date
    Jan 2007
    Location
    jeddah
    Posts
    107
    Liked
    0 times
    its work good

    thanks my friend

  10. #10
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Not a problem.
    The Forum Hosting - Forum Hosting from the Forum Experts

Similar Threads

  1. [How to] H3 in postbit ?
    By m7shsh in forum Relevant Replacements
    Replies: 0
    Last Post: 02-13-2009, 09:38 AM
  2. Help with postbit mod
    By Nicke in forum General Discussion
    Replies: 1
    Last Post: 08-16-2006, 04:47 PM
  3. postbit vs. postbit legacy
    By Mike in forum General Discussion
    Replies: 5
    Last Post: 07-27-2006, 11:01 AM
  4. postbit
    By monstergamer in forum Bug Reporting
    Replies: 2
    Last Post: 07-26-2005, 05:51 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
  •