Link Icons for TaigaChat

Unmaintained Link Icons for TaigaChat 2013-07-19

No permission to download
cGGG6Th.png
link icons in taigachat.webp


You will need to own a copy of TaigaChat Pro for this enhancement to work

Summary: This will display a small icon whenever a link is posted in TaigaChat.

Install:Upload the icon to your /icons folder then paste the following in your EXTRA.CSS template.

Code:
.taigachat_messagetext .internalLink {
  background: url("@imagePath/xenforo/icons/link-icon.png") no-repeat scroll left center transparent!important;
  color: #BD3131;
  padding-left: 20px!important;}
  
.taigachat_messagetext .internalLink:hover {
  background: url("@imagePath/xenforo/icons/link-icon.png") no-repeat scroll left center transparent!important;
  color: #BD3131;
  padding-left: 20px!important;
  box-shadow: none !important;
  opacity: 0.5;}

Latest reviews

Amazing! I am look where chat with link icon by code extra.css, but thanks for resource helpful hope.
Works perfect, thank you.
Excellent resource Shelley :D
Nice work :)
Top Bottom