CharlotteTheHarlot Posted September 12, 2012 Posted September 12, 2012 (edited) Please Ignore. Just seeing what BB codes are still working.Test.Full Link to #2 hereTest Short Link to #2 here (not working) Edited September 12, 2012 by CharlotteTheHarlot
CharlotteTheHarlot Posted September 12, 2012 Author Posted September 12, 2012 (edited) testing Edited September 14, 2012 by CharlotteTheHarlot
Guest Posted September 12, 2012 Posted September 12, 2012 (edited) The following code from quote boxes in 2005 still works for directly linking to individual posts, and is still the shortest possible URL format (which I prefer over the new long, hard to type URLs).http://www.msfn.org/board/index.php?act=findpost&pid=1011276Here are some other URL forms from the 2005 iteration of MSFN that still work, and are usually still the shortest possible by cutting out the extra unnecessary verbiage:http://www.msfn.org/board/index.php?showtopic=158377http://www.msfn.org/board/index.php?showuser=155939http://www.msfn.org/board/index.php?showforum=76 Edited September 12, 2012 by 5eraph
Tripredacus Posted September 12, 2012 Posted September 12, 2012 jaclaz made this converter as well, if you need to fix old links if you find them.http://jaclaz.altervista.org/Projects/Convert_address.htm
CharlotteTheHarlot Posted September 13, 2012 Author Posted September 13, 2012 Actually I was just trying to find a NAME= anchor in there to use a # relative link, and it appears the forum software doesn't generate one in the webpage, just ID's ...And since they used ID's in here there appears to be no way to avoid reloading the entire page when only jumping to a specific post. I was trying to use jumping to a #name leaving off the site url.If they had used NAME= in the served webpage ( even in addition to the ID= ) the URL might be something like this ( substituting angle brackets for square for the examples naturally ) ...<A HREF="hxxp://www.msfn.org/board/topic/104871-puzzling-registry-size-issue.html#1010728">Which could be successfully shortened to this ...<A HREF="#1010728">Clicking on that link would jump directly to that local anchor defined by <A NAME=> , with no full page reload ( and no extra slot in the browser history either )But it looks like the actual format is this ...<A HREF="hxxp://www.msfn.org/board/topic/104871-puzzling-registry-size-issue/page__view__findpost__p__1010728">Using a server side query rather than a static URL, I guess.No big deal anyway, just a test. Thanks for the tips though!
Tripredacus Posted September 13, 2012 Posted September 13, 2012 The forum still supports "snapback" type links. For example:http://www.msfn.org/board/index.php?app=forums&module=forums§ion=findpost&pid=1008998Gets converted to http://www.msfn.org/board/topic/158123-opk-for-windows-8/page__p__1008998#entry1008998Automatically by the board.
CharlotteTheHarlot Posted September 14, 2012 Author Posted September 14, 2012 The forum still supports "snapback" type links. For example:http://www.msfn.org/board/index.php?app=forums&module=forums§ion=findpost&pid=1008998Gets converted to http://www.msfn.org/board/topic/158123-opk-for-windows-8/page__p__1008998#entry1008998Automatically by the board.1st one ... link2nd one ... link2nd one short ... linkI guess that there is error checking killing that last one that uses the leading pound anchor ="#.
Tripredacus Posted September 14, 2012 Posted September 14, 2012 It should be simple enough to create a BBCode like thishttp://www.msfn.org/board/index.php?app=forums&module=forums§ion=findpost&pid= & ""So say [msfn] "post number" [/msfn] could be used and generate the above URL automatically. Just like how the Youtube thing works?But I wonder if it would be widely used?
CharlotteTheHarlot Posted October 15, 2012 Author Posted October 15, 2012 (edited) Does anybody know which tags do not collapse multiple spaces?Also, what is the character to display square brackets "[" to avoid it being interpreted as a tag Edited October 15, 2012 by CharlotteTheHarlot
Guest Posted October 15, 2012 Posted October 15, 2012 (edited) [ code] and [codebox ] can be used to display text formatted with spaces. Don't know of any invisible escape characters to mask brackets. You could always add a space within a tag to break it as shown in the first and third words of this post. Or you can add a useless pair within a tag to break it invisibly like so:[[u][/u]code]This is not code.[[u][/u]/code]...displays as [code]This is not code.[/code].Strategically placed useless pairs will also prevent URLs from being parsed as links. http://www.msfn.org/board/index.php?act=findpost&pid=1014815This technique used with an [url] tag can be used to prevent automatic URL shortening in the actual link:http://www.msfn.org/board/index.php?act=findpost&pid=1014815...compared to...http://www.msfn.org/board/index.php?act=findpost&pid=1014815 Edited October 15, 2012 by 5eraph
Tripredacus Posted October 15, 2012 Posted October 15, 2012 Don't use the tag, it doesn't work very well. You can still find old posts that use it, and the code just runs off the side of the page.
buyerninety Posted October 24, 2013 Posted October 24, 2013 (edited) TEST [1024x768]'Use Full Editor'Aaaaaa aaaaaa aaaaaa aaaaaa aaaaaa aaaaaa aaaaaa aaaaaa aaaaaa aaaaaa aaaaaa aaaaaa aa86AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA72 w/o scrollbar rightside vertical, 71 w/ scrollbar rightside vertical Don't use the tag, it doesn't work very well. You can still find old posts that use it, and the106 USING EDIT BOXcode just runs off the side of the140 USING POST BOX Edited January 6, 2015 by buyerninety
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now