inherit
180333
0
Jan 4, 2013 21:20:51 GMT -8
RetroLisa
41
June 2012
retrolisa
|
Post by RetroLisa on Nov 11, 2012 14:33:30 GMT -8
I would like to request a plugin for an "anchor/post" system, where I can link to an item farther down the page and jump down to it without going to an entirely new page. On my regular board I use a code in my footers called "jump-to anchor links in posts by california" which uses "marker" and "jumpto" links, and it works great. Thank you
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Nov 12, 2012 10:34:18 GMT -8
I would like to request a plugin for an "anchor/post" system, where I can link to an item farther down the page and jump down to it without going to an entirely new page. On my regular board I use a code in my footers called "jump-to anchor links in posts by california" which uses "marker" and "jumpto" links, and it works great. Thank you Maybe I'm not understanding, but you can do this by creating a link in a post. [a name="anchorname"]this is an anchor[/a] "anchorname" can be used by adding "#anchorname" to the URL, or existing link, and then it will goto that place in the page. If this is not what you want, please post a link to the code you are using.
|
|
inherit
180333
0
Jan 4, 2013 21:20:51 GMT -8
RetroLisa
41
June 2012
retrolisa
|
Post by RetroLisa on Nov 12, 2012 11:15:14 GMT -8
|
|
inherit
180333
0
Jan 4, 2013 21:20:51 GMT -8
RetroLisa
41
June 2012
retrolisa
|
Post by RetroLisa on Nov 13, 2012 17:02:55 GMT -8
|
|
inherit
228107
0
Dec 13, 2021 8:11:45 GMT -8
timbrockett
4
January 2016
timbrockett
|
Post by timbrockett on Jun 13, 2020 16:32:44 GMT -8
This a great question that the original poster figured out but I cannot. This describes how to identify a piece of text as an anchor.
[a name="Note1"]Footnote 1[/a]
Now that I have an anchor how do I denote my Footnote 1 as the spot on my page to go to? I tried using id="footnote 1" and variations but I have not been able to get it to work. THANKS! Tim
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,846
January 2015
msg
|
Post by Lynx on Jun 13, 2020 22:14:25 GMT -8
This a great question that the original poster figured out but I cannot. This describes how to identify a piece of text as an anchor.
[a name="Note1"]Footnote 1[/a]
Now that I have an anchor how do I denote my Footnote 1 as the spot on my page to go to? I tried using id="footnote 1" and variations but I have not been able to get it to work. THANKS! Tim
First, this thread is from 2012. In the future, please start your own thread instead of necro'ing an old one - you can always link back to this thread from yours to reference it. Second, using your example above: [a name="Note1"]Footnote 1[/a]
Simply use it as such: [a href="https://support.proboards.com/thread/430786/#Note1"][/a]
although I'd suggest keeping the anchor name as all lowercase, as is typical in URL's. That should work in the first post of a thread. If it's for a reply further down, you can try using the post's ID: [a href="https://support.proboards.com/post/7239941/#Note1"][/a]
Note that this can be shortened (if on same domain) to: [a href="/post/7239941/#Note1"][/a]
I haven't tested out the 2nd one, so not sure if that works or not. Remember that you can get a thread's ID from your address bar when you click a thread from the thread list. Post ID's can be gotten from clicking on the cog for that post and getting the link to that post - use the bottom entry (Link to this post only) for your link. Note that your Footnote 1 text would be the text for the href= line rather than the name= line. [a href="/thread/430786/#note1"]Footnote 1[/a] <-- index (table of contents) link
(other possible index links)
[a name="note1"][/a] <-- start of destination when index link clicked
To see it in action, take a look at this post: support.proboards.com/thread/429762/monetary-system-updated-1st-2015 - then click Quote and look at the BBCode at how he did it.
|
|