Group Legend Widget [Deleted]

AnzahTools

Well-known member
AnzahTools submitted a new resource:

Group Legend Widget - Group Legend Widget

Description
This add-on adds a widget that displays a legend of the groups that have a user banner.
There are customization options under Style properties and it is possible to turn the banners into links (see faq).

Feature summary
  • add group legend as a widget
  • customization in style properties
  • clickable user banners

[COLOR=rgb(243, 121...[/B]


Read more about this resource...
 
Whats needed to make this display horizontal not vertically? and what code is required to move this outside of the widget?

regards
 
I'm afraid I mislabeled that. Vertical layout should be called Horizontal layout.
Please activate Vertical layout. I will fix this in the next release.
 
I'm afraid I mislabeled that. Vertical layout should be called Horizontal layout.
Please activate Vertical layout. I will fix this in the next release.
still an issue?

192393

HTML given by the block
Code:
<div class="block" data-widget-id="26" data-widget-key="usergrplegend" data-widget-definition="at_glw_widget">
    <div class="block-container">
        <h3 class="block-minorHeader">Usergroup Legend</h3>
        <div class="block-body block-row">
            
                <div class="at_glw_center">
                    
                        
                                <span style="font-weight: bold;
color: #ae0000;
background: url(images/usereffects/backround7.gif);
text-shadow: 0px 0px 7px #FF0000;">Administrator</span>
                        
                    
                </div>
            
                <div class="at_glw_center">
                    
                        
                                <span style="color: #0000FF;
font-weight: bold;">Super Moderator</span>
                        
                    
                </div>
            
                <div class="at_glw_center">
                    
                        
                                <span style="color: white;
font-weight: bold;
text-shadow: 0 0 0.2em purple, 0 0 0.2em purple,
        0 0 0.2em purple;">VIP</span>
                        
                    
                </div>
            
                <div class="at_glw_center">
                    
                        
                                <span style="font-weight: bold;
color: #FF00FF;
background: url(images/usereffects/backround5.gif);">Developer</span>
                        
                    
                </div>
            
                <div class="at_glw_center">
                    
                        
                                <span style="font-weight: bold;
color: #0099ff;">Moderator</span>
                        
                    
                </div>
            
                <div class="at_glw_center">
                    
                        
                                <span style="color: #595959;
font-weight: bold;
background: url(images/usereffects/backround6.gif);
text-shadow: 0 0 0.2em #c1beba, 0 0 0.2em #c1beba,
        0 0 0.2em #c1beba;">Veteran</span>
                        
                    
                </div>
            
                <div class="at_glw_center">
                    
                        
                                <span style="font-weight: bold;
color: #006860;
background: url(images/usereffects/rainingcolour.gif);
text-shadow: 0px 0px 7px #006860;">Legendary</span>
                        
                    
                </div>
            
                <div class="at_glw_center">
                    
                        
                                <span style="color: #ce9f15;
font-weight: bold;
background: url(images/usereffects/backround18.gif);
text-shadow: 0 0 0.2em #ffd11a, 0 0 0.2em #ffd11a,
        0 0 0.2em #ffd11a;">Golden Oldie</span>
                        
                    
                </div>
            
                <div class="at_glw_center">
                    
                        
                                <span style="font-weight: bold;
color: #ff6c00;">Dedicated Member</span>
                        
                    
                </div>
            
                <div class="at_glw_center">
                    
                        
                                <span style="font-weight: bold;
color: #41A317;">Loyal Member</span>
                        
                    
                </div>
            
        </div>
    </div>
</div>
 
Top Bottom