> Forums > Active Social > Themes and Templates > Alt tags for MiniGroups not working
Last Post 13 Dec 2010 07:17 PM by Daniel Comp. 3 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Tareq
Customers
Tareq
Post Count:440

--
08 Apr 2010 02:19 PM
    This is code taken from mini groups.

    <active:groupimage id="imgGroup" imagename='<%# Bind("GroupIcon") %>' imagesize='mini' imagealt='<%# Bind("GroupName") %>' portalid='<%# Bind("PortalId") %>' runat='se rver' />


    The imagealt does not work. Any ideas how to fix it?

    Will Morgenweck Forum Admin
    DotNetNuke Staff
    Will Morgenweck
    Post Count:7672

    --
    08 Apr 2010 02:25 PM
    Actually, they do work. It's using an "alt" tag, but under XHTML it should be using title. We will update it with the next release.
    Will Morgenweck
    Director of Product Management
    DotNetNuke Corp.
    Tareq
    Customers
    Tareq
    Post Count:440

    --
    08 Apr 2010 02:31 PM
    Sorry poor choice of wording. What I ma trying to do is get rid of the Group name and just show the icon. When a user hovers over the group name it is useful to have alt.title or tooltip to display the group name. Righ now it does not show anything.

    I tried using title and alt instead of imagealt but I get this error: Type 'Active.Modules.Social.Controls.GroupImage' does not have a public property named 'title'.

    Will be looking forward to next release. Thanks
    Daniel Comp
    Customers
    Daniel Comp
    Post Count:80

    --
    13 Dec 2010 07:17 PM
    I've been wrestling with this all afternoon. It seems that none of this helps: http://msdn.microsoft.com/en-us/lib...etext.aspx

    I've also tried customizing the image size without luck -
    <active:groupimage id="imgGroup" imagename='<%# Bind("GroupIcon") %>' imagesize='medium' imagealt='<%# Bind("GroupName") %>' runat='server' /> 


    imagesize='mini' and imagesize='sm' are all I can find.

    What I'd love is a way to get the group image to be linked to the group, and have the title="GroupName" - and to size the image 80px by 80px. Any hints?

    Doing something like this would be nice:
        [AS:CONTROL:GROUP]
                <a href="[AS:GROUP:GROUPURL]">
                    <img border="0" src="[AS:GROUP:GROUPIMAGE]?&amp;h=80&amp;w=80" title="[AS:GROUP:GROUPNAME]" />
                </a>
        [/AS:CONTROL:GROUP] 
    the Enterprising Cycle™: decades of wisdom reduced to invaluable hours
    You are not authorized to post a reply.
    > Forums > Active Social > Themes and Templates > Alt tags for MiniGroups not working
    test
    Copyright 2012 by DotNetNuke Corporation / Terms of Use / Privacy