hi
i need to put h3 in postbit whith 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 ?...
hi
i need to put h3 in postbit whith the first post only how ?
This is for the first
HTML Code:<if condition="$post[postcount] == 1">
The Forum Hosting - Forum Hosting from the Forum Experts
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
Find this in your postbit template:
Replace with:HTML Code:$post[message]
HTML Code:<if condition="$post[postcount] == '1'"><h3>$post[message]</h3></if>
The Forum Hosting - Forum Hosting from the Forum Experts
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
First post only.
The Forum Hosting - Forum Hosting from the Forum Experts
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
its work good
thanks my friend
Not a problem.
The Forum Hosting - Forum Hosting from the Forum Experts