Wow, almost 500 downloads, I didnt think it would be that popular
Sorry about the delayed replys, I have just been set this terms coursework so I have a lot on my plate at the moment. Thanks for the encouraging posts here, it really makes me want to continue work on the plugin
Those are some very interesting ideas about placing the latest article titles on the badge, it would be something I would like to to look in it when I got some time spare, though, because none of my sites allow users to submit work I can't dedicate much time to it, though if someone wants to lend a hand I would be more than willing to have a go.
I had a quick look at your site and like the way you have implemented the badge, I like the way that you allow other users to advertise the works of fellow members, the poets themselves could even perhaps place the badge at the end of a piece of work submited on other sites as a kind of signature.
Regarding the large amount of code produced: the badge is first and foremost an adertivsing tool, I want users to be ablee to place their badge on other sites they frequent. Having looked into this I found that many forums do indeed impose a limit on how many characters you are allowed to insert, some do not even allow html.
With this in mind I was thinking of creating a modified plugin called the Cb Profile forum Badge Plugin, a striped down version of the badge that generates a BB code snippet. It would look something like this:
[code:1]
Visit my mosLiveSitename Profile
[img] My Profile Image [/img]
[/code:1]
Because tere is far less information, no divs, no styling etc there should be far fewer characters, hopefully few enough to be allowed on most forums. My question is, would people like to see this as part of the original plugin, display as another option below, or as a new plugin?
The only other option I can think of is using javascript to create a image. Ihave seen it done with text - specifically email addresses - the script creates an image of the email address so that spam bots can't harvest it, but this is really out of my expertese, if anyone has any idea regarding this please let me know.