The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Arrow Image next to posted links - Wiki style. Details »» | |||||||||||||||||||||||||||||
Arrow Image next to posted links - Wiki style.
Developer Last Online: May 2017
This is a really neat mod I just figured out
While messing around with another mod I just posted https://vborg.vbsupport.ru/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 Screenshots
Show Your Support
|
Comments |
#12
|
||||
|
||||
If the arrow takes you to the same place the link goes, then clicking the link or using the arrow is the same thing? That is kind of ambiguous, don't you think? To each their own, I guess.
|
#13
|
|||
|
|||
I found the problem; had to add "/forum" :-)
now to go and look for a good indicator not sure whether it is a bug though; the image also appears when someone edits a post |
#14
|
||||
|
||||
Actually, this might come in handy for my wiki bbcode tags. I can't see using it for all links but wiki links might be okay to use the image with.
|
#15
|
|||
|
|||
Good Idea boofo, just a thought that if you use for wiki tags and all links it'll display arrow twice.
cheers |
#16
|
||||
|
||||
Quote:
HTML Code:
/* Arrow image next to wiki bbcode links */ .wikicontent { margin: 0px; padding-right: 15px; background-image: url('images/boofo/wiki_link.gif'); background-position:right center; background-repeat: no-repeat; } and the attached pic is the result. Thanks for steering me in the right direction. |
#17
|
||||
|
||||
The "arrow" image link is supposed to identify "external" links. Any link that is "internal" would theoretically not have an "arrow" image. i doubt that is the case here.
|
#18
|
||||
|
||||
I use it only to show wiki links. Makes them easier to spot in long posts.
|
#19
|
|||
|
|||
'supposed to' and 'theoretically' are nice words... are they written in the Internet bible???
'Image in this example is a small arrow' says the Initial post.... example! remove Image from Internal links add to additional.css Code:
/* remove Image from Internal links*/ .postcontent a[href^="http://www.yourdomain.com"] , a[href^="http:// yourdomain.com"] , a[href^="attachment.php?"] { color: #306091; background-image: none; padding-right: 0; } I found an Image for the bible thumpers that dont add the above code. |
Благодарность от: | ||
archet1337 |
#20
|
|||
|
|||
thanks for this, however dont work on CMPS :P
marked as installed |
#21
|
|||
|
|||
cmps article preview
Code:
.article_preview_contents a {color: #306091;margin: 0px;padding-right: 13px;background-image: url('/images/link1.png'); background-position:right center;background-repeat: no-repeat;} .article_preview_contents a[href^="http://www.domain.com"] , a[href^="http:// domain.com"], a[href^="attachment.php?"] { color: #306091;background-image: none;padding-right: 0;} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|