Nov
23
Differentiate between internal and external links.
ByHow-to differentiate between internal and external links. (Without plugins or editing files!)
Prerequisites: (AdminCP >> Options >> BB Code Settings)
Add the following to your additional.css template (for each style you have):
Upload the attached image to your misc folder (or substitute it for your own): external-link.png
End result:
Screenshot-14.png
Prerequisites: (AdminCP >> Options >> BB Code Settings)
- "Add nofollow attribute to URL BB Code" must be set to Yes
- "URL nofollow domain Whitelist" must have your domain name(s)
Add the following to your additional.css template (for each style you have):
Code:
.postcontent a[rel="nofollow"][target="_blank"] {
padding-right: 13px;
color: #36B;
background: url({vb:stylevar imgdir_misc}/external-link.png) no-repeat 100% 50%;
}End result:
Screenshot-14.png
