Back to vBulletin 4.x Template Modifications

Arrow Image next to posted links - Wiki style.
Mod Version: 1.00, by AURFSCAN

vB Version: 4.x.x Rating: (4 votes - 4.75 average) Installs: 20
Released: 07 Mar 2011 Last Update: Never Downloads: 0
Not Supported  

This is a really neat mod I just figured out

While messing around with another mod I just posted http://www.vbulletin.org/forum/showthread.php?p=2170434 I worked out how to add an Image after links in posts and sigs.

Image in this example is a small arrow - see attached Image

add to additional.css

Code:
.signature a { 
  margin: 0px;
  padding-right: 15px;
  background-image: url('/images/link1.gif');
  background-position:right center;
    background-repeat: no-repeat;
}
.postcontent a { 
  margin: 0px;
  padding-right: 15px;
  background-image: url('/images/link1.gif');
  background-position:right center;
    background-repeat: no-repeat;
}

change the url to point to your Image location

.postcontent arrow image will apply itself to attachment and quote boxes too

also you dont have to have them both (post link and sig link Images) , just add what you want

remove Image from Internal links - see post 18

Download

No files for download.

Screenshots

Click image for larger version
Name:	linkimage.jpg
Views:	1108
Size:	196.2 KB
ID:	127233  


vblts.ru supports vBulletin®, 2022-2024