Artodia: Helion

Add Button To Topic profile_icons - Artodia: Helion

Add Button To Topic profile_icons

by ajaro » Mon Aug 31, 2015 4:04 pm

I'd like to add a button to the icons used when you're are in a topic, next to the edit, delete, info, quote, etc. icons. I've been unable to figure out that that area gets displayed and am unable to add a button to that section. I was hoping to find individual images for each icon link, but none exist.

How do I add another button/icon/image to the profile_icons list? I've tried using the code below, but the image isn't displaying correctly.

Code: Select all

<ul class="profile-icons">
               <!-- IF postrow.U_EDIT --><li class="edit-icon"><a href="{postrow.U_EDIT}" title="{L_EDIT_POST}"><span>{L_EDIT_POST}</span></a></li><!-- ENDIF -->
               <!-- IF postrow.U_DELETE --><li class="delete-icon"><a href="{postrow.U_DELETE}" title="{L_DELETE_POST}"><span>{L_DELETE_POST}</span></a></li><!-- ENDIF -->
               <!-- IF postrow.U_SET_SOLVED --><!-- IF postrow.S_TOPIC_SOLVED --><li class="unsolve-icon"><!-- ELSE --><li class="solve-icon"><!-- ENDIF --><a href="{postrow.U_SET_SOLVED}" <!-- IF postrow.S_TOPIC_SOLVED -->title="{L_SET_TOPIC_NOT_SOLVED}"><span>{L_SET_TOPIC_NOT_SOLVED}<!-- ELSE -->title="{L_SET_TOPIC_SOLVED}"><span>{L_SET_TOPIC_SOLVED}<!-- ENDIF --></span></a></li><!-- ENDIF -->
               <!-- IF postrow.U_REPORT --><li class="report-icon"><a href="{postrow.U_REPORT}" title="{L_REPORT_POST}"><span>{L_REPORT_POST}</span></a></li><!-- ENDIF -->
               <!-- IF postrow.U_WARN --><li class="warn-icon"><a href="{postrow.U_WARN}" title="{L_WARN_USER}"><span>{L_WARN_USER}</span></a></li><!-- ENDIF -->
               <!-- IF postrow.U_INFO --><li class="info-icon"><a href="{postrow.U_INFO}" title="{L_INFORMATION}"><span>{L_INFORMATION}</span></a></li><!-- ENDIF -->
               <!-- IF postrow.U_QUOTE --><li class="quote-icon"><a href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}"><span>{L_REPLY_WITH_QUOTE}</span></a></li><!-- ENDIF -->
            </ul>
ajaro
Registered User
Posts: 2
Joined: Mon Aug 31, 2015 3:58 pm

Re: Add Button To Topic profile_icons

by ajaro » Mon Aug 31, 2015 6:30 pm

I was able to resolve this by editing the buttons_post.png. Initially, I didn't notice that it was a white overlay on a blue background. After I figured that out, I just added my own overlay to the image and referenced the proper coordinates in CSS.
ajaro
Registered User
Posts: 2
Joined: Mon Aug 31, 2015 3:58 pm