• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

[Request] Attribution Link

Ryan Kent

Well-known member
The attribution link is the arrow icon which appears in quote boxes right after the "xxx said". It is very small and goes unnoticed by most users.

It would be great if someone could make a larger version which could stand out a bit more.
 
It's not an image, it's a special character I believe, you'd need to generate an image and change the coding to call an image instead of the character.
 
The arrow is a character. as already mentioned.

Check the bb_code_tag_quote template for the line below - the ↑ is the arrow character.

Code:
<a href="{xen:link 'goto/{$source.type}', '', 'id={$source.id}'}#{$source.type}-{$source.id}" class="AttributionLink">&uarr;</a>

So unless you're going to edit the code to use an image, you can always change it for another character - the double arrow for example: &uArr;
 
Top Bottom