Just a couple of suggestions for future releases (as if you've not had enough already):
Firstly, I'd love for it to be able to post these images in threads with the [img] tags, as, at the moment, that's not possible.
Secondly, it would be nice to have some sort of either drop down or pop-up thumbnails that have been uploaded by a specific user available to them when posting in the forum, a click on one of these thumbnails would lead to the inserting of the [img] code into the editor.
Also, I use the following if statement in the MEMBERINFO template:
Code:
<if condition="$post['rank']"><td><strong><a href="/vbgarage.php?do=view&id=$post[userid]"><IMG SRC="http://www.envy-uk.co.uk/vb3bluesaint/buttons/garage_big.gif" BORDER="0"></a></td>
<else /><td><strong>This feature is only available to platinum members. <br><br>Further information regarding this membership can be found by clicking <a href="http://www.envy-uk.co.uk/subscriptions.php?">here.</a></strong></td></if>
See attached image for outcome. Obviously, they are the results in both cases.
I also use the following code in the user ranks, of those with permissions to upload, which acts as the if statement:
Code:
<a href="/vbgarage.php?do=view&id=$post[userid]">View Garage</a>