StevenBullen wrote:Delete the 'test' account I created... or finish it and put the details here.
and for future reference... most do not like signing up to a forum to check out one thing. If they like the forum they will sign up properly.
Will do.... I should've also mentioned, there's an exmaple here too: http://www.tele-pro.co.uk/scripts/storeddocs/store.htm (what you see is how it is.)
As far as I know it is finished; and I didn't put in any details regarding how to install it because I'm a complete amateur when it comes to punbb and php.
All I did was added the javascript to main.tpl
<script type='text/javascript'
src='http://www.tele-pro.co.uk/lib/storeddocs.js'></script>
and then I added
<script language="JavaScript">
ShowStoredDocumentsLink();
</script>
<script language="JavaScript">
StoreDocumentLink();
</script>
<script language="JavaScript">
ClearStoredDocumentsLink();
</script>
where I wanted the options listed. In my case, I put it in header.php
NB. I put this here as a means to have this option, becasue in the past I've seen people requesting a feature like this.