Topic: external script for personal bookmarks

Hey all. I just found this javascript so users/visitors can bookmark any page they want on your site.
I just integrated it at my site (you'd have to join and login to see it, in the top left box) - it works perfectly.

http://www.tele-pro.co.uk/scripts/storeddocs/index.htm

Hopefully, some of you can get some use out of it.

Ahni

Re: external script for personal bookmarks

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.

Re: external script for personal bookmarks

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.