• 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.

Attachment selection for thumbnail display

masterchief

Well-known member
I am looking to compensate a developer for an addon that will write out similar code to what is provided in code block below. I want to select attached images from message threads and place them in thumbnail gallery. Ideally it would be part of attachment approval method. Future selections would be added as shown.

Code:
<div style="background-color: #65A5D1; color: white; border: 1px solid #7192a8; padding-left: 10px; -moz-border-radius: 5px 5px 0px 0px; width: 891px; overflow: auto;">
Click on image to access message thread
</div>
<div style="border: 1px solid #7192a8; padding-left: 10px; -moz-border-radius: 0px 0px 5px 5px; width: 891px; overflow: auto;">

          <a href="http://www.masterchief.com/community/threads/simple-livingroom-table.59/"><img width="120" vspace="2" hspace="1" height="80" title="simple living room table" src="http://www.masterchief.com/community/attachments/livingroom-png.8/?embedded=1" alt="simple living room table"></a>
          <a href="http://www.masterchief.com/community/threads/simple-livingroom-table.59/"><img width="120" vspace="2" hspace="1" height="80" title="simple living room table" src="http://www.masterchief.com/community/attachments/livingroom-png.8/?embedded=1" alt="simple living room table"></a>

</div>

Example page: http://www.masterchief.com/community/pages/featured-thumbnails/
 
Top Bottom