Thanks, that seems to have gotten me a few steps forward. However, I had to set this project aside as Ive run into too many issues.
I guess I'll ask, since I am here... hope it doesn't get too hidden... I'm looking to create a bookmark system. It works like this:
1. User logs in
2. browses through a ton of videos...
3. while browsing, they can "bookmark" the video for later viewing.
4. when the user returns at a later date, they can visit their profile page to view all of their bookmarks.
Bookmarks need to be stored as:
page title
time of bookmark
link to the page with the video
I found this: 79865
However, I just cannot get it to work with WebAssist tools, with all the authentication and such.
Do you think it is possible to build such a system with the webassist tools only? Ive tried, and have run into a few snags... seems like it would require a bit more scripting than the tools offer, as I need to grab the URL, allow for removal of bookmarks, etc.
Thanks for any advice.