Adding your CS Badge to your CS 2.1 Blog
Rick Reszler 8/10/2006 3:43:00 PMJose 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! ![]()


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