Back to vBulletin 4.x Template Modifications

Impressive Tags
Mod Version: 1.00, by ramesh_umk3

vB Version: 4.x.x Rating: (3 votes - 3.67 average) Installs: 9
Released: 10 May 2014 Last Update: Never Downloads: 6
Supported Template Edits Re-usable Code Translations  

Hello Friends,
Back with a small mod which helps in both design and seo as well lets start..

Goto --> ADMINCP --> SHOWTHREAD Template

Search for:
Code:
<a href="tags.php{vb:raw session.sessionurl_q}">{vb:rawphrase view_tag_cloud}</a>
Replace with:
Code:
<a class="tagmc" href="tags.php{vb:raw session.sessionurl_q}">{vb:rawphrase view_tag_cloud}</a>

Optional:
According to the ON-PAGE SEO tags should be in bold and italic, then your replace will be :
Code:
<b><i><a class="tagmc" href="tags.php{vb:raw session.sessionurl_q}">{vb:rawphrase view_tag_cloud}</a></i></b>

Below code goes in additional.css

Code:
a.tagmc {
	color: #666;
	background-color: #eee;
	padding: 4px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-bottom-width: 2px;
        line-height: 28px;
}
Screen:


Feel Free to Modify as you like

Thanks

Download

No files for download.

Similar Mods

New Posting Features Pre-Defined Topic Tags for Zoints Thread Tags vBulletin 3.6 Template Modifications

vblts.ru supports vBulletin®, 2022-2024