Adding your CS Badge to your CS 2.1 Blog
Jose came up with this little gem so I thought I would share what I did to get my badge to display on my blog. I am using a slightly modified version of the Cactus Paperclip theme on my blog so here is what I did to get it to work.
- Open up the BlogSideBar.ascx file which is located in the \Themes\Blogs\Paperclip\Skins folder in your favorite editor.
- Add this line right below the <Blog:BlogNews runat="Server" id = "bn" /> line.
<script language="javascript" type="text/javascript" src="http://communityserver.org/badges/The Wizard.aspx"></script>
- Replace my user name with yours (The Wizard)
And that's it! ![]()
Similar Posts
- Adding Front Page News to CS 2.1
- Single Blog Only - Community Server 2.1
- Display Specific Blog or Blog Group Posts

Comments
Tabs on on 12.11.2006 at 2:22 PM
Excellent! Just added it to Tabsy.net, just need to define muck around with the style to match as I'm using nbdev's skin.
on on 12.12.2006 at 8:34 PM
Yea I need to see if I can do some CSS for it as well!