vBulletin Search Engine Optimization
This is a discussion on Where Would I Find, In Postbit... within the Template Modifications forums, part of the vBulletin SEO Discussion category; Looking to add H2 tags around the repeated page title in the first post / individual post title in the ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| ||||
| ||||
| Where Would I Find, In Postbit...
Looking to add H2 tags around the repeated page title in the first post / individual post title in the postbit. The text right under the username and rank in showpost here on VBSEO for example. Any suggestion as to what this is called? Still somewhat new to vBulletin. Looked in postbit_legacy already.
|
|
#2
| ||||
| ||||
|
Hello Joe , You need to modify the following code within postbit or postbit_legacy templates Code: <if condition="$show['messageicon'] OR $post['title']"> <!-- icon and title --> <div class="smallfont"> <if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if> <if condition="$post['title']"><strong>$post[title]</strong></if> </div> <hr size="1" style="color:$stylevar[tborder_bgcolor]" /> <!-- / icon and title --> </if> |
|
#3
| ||||
| ||||
|
TY : ) Exactly what I was looking for. You're a star.
|
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The vBSEO LinkBacks User Guide - vBSEO 3.0 GOLD | Joe Ward | General Discussion | 25 | 06-05-2008 12:04 PM |
| Help with postbit mod | Nicke | General Discussion | 1 | 08-16-2006 05:47 PM |
| postbit | monstergamer | Bug Reporting | 2 | 07-26-2005 06:51 PM |