Now In:  Forums
 
Product Forums
 
ForumForum Product Discus... Product Discus...Smith Role Mana...Smith Role Mana...How do I change the graphic from the green plus sign? How do I change the graphic from the green plus sign?
Previous Previous
 
Next
 Disabled
New Post
 7/2/2010 4:21 PM
 

How do I change the graphic from the green plus sign that the user cliicks to get added/removed from dnn roles?


The green plus sign is an image button and can easiliy be changed to any image you like. To change the graphic on the green plus sign on the role manager module do the following:

  1. On your server navigate to your DesktopModules/Smith.RoleManager/images folder
  2. Copy the image you want to replace the green plus sign with to the DesktopModules/Smith.RoleManager/images folder
  3. In the DesktopModules/Smith.RoleManager/ folder
  4. Open up ManageRoles.ascx in your editor and change the image name in the file with your new image as highlighted in yellow below:

<asp:ImageButton runat="server" ID="btn" ImageUrl="~/images/add.gif" OnClick="btn_Click" />

5. Save your change and your new image will show up

 

-Scott

Previous Previous
 
Next
 Disabled
ForumForum Product Discus... Product Discus...Smith Role Mana...Smith Role Mana...How do I change the graphic from the green plus sign? How do I change the graphic from the green plus sign?