User Created Anchors

Hi Corvid Community,

I’m looking to allow members of my site to create custom page bookmarks “anchors” on certain pages. Is this possible? Thanks in advance for your thoughts!

Yes it is possible, but it requires a database with those pages and their anchors, and a few lines of code on each page of those.

What you need to do on those pages is querying the database to check whether the user has anchors on the page or not, then set the event handlers automatically according to the result.