I want to implement the Imageshack uploading script on my board, but I only want certain usergroups to be able to see it. The usergroups would be the same ones that currently are allowed to attach images. If this goes well and members don't mind, then I wouldn't mind disabling attachments altogether and just using the Imageshack uploader for the selected usergroups.
This is the Imageshack code that I want to start with. I want to amend it so that only usergroups 5,6,7,32,12, and 23 can view it.
Code:
<fieldset class="fieldset"><legend>Upload your images to ImageShack</legend>
<div style="padding:$stylevar[formspacer]px">
<iframe src="http://www.imageshack.us/iframe.php?txtcolor=111111" scrolling="no" allowtransparency="true" frameborder="0" width="280" height="70"> You must
have an iframe-compatable browser to view the ImageShack.us upload form.</iframe></div></fieldset>
My question is, can anyone advise me on the proper coding to add to this to get the desired result? Or, can someone point me to the vb image attachment code language so I can see what I need to add to the Imageshack script?