I apologize in advance, I don’t know all of the “correct terminology” for “boxes” on the Portal Pages, or the individual items on the Submission Pages.
On the VexForum Portal Page, on the Right Side, at the very bottom is the Vex Code Box.
https://vexforum.com/attachment.php?attachmentid=2111&stc=1&d=1252191596
The “Vex Code Box” contains HyperLinks to the last Five, Code Submissions to the Vex Code Archive.
These HyperLinks go directly to the Individual Page for that Code Submission, not an “anchor” for that Individual Code Submission on a “Vex Code Archive” page.
For example, one of my submissions currently on the “Vex Code Archive” last Five is:
Vex Serial Port Reader 0.81ß (VEX On-Line Code Version).
The HyperLink to this submission is:
https://vexforum.com/local_links.php?catid=26&linkid=136.
If you remove the <&linkid=136> from the end of the URL, resulting in
https://vexforum.com/local_links.php?catid=26, you get the the HyperLink to the top “Vex Code Archive” page.
This means that you can create a “direct link” to your Code Submission, by using the Basic HyperLink, and adding the “linkid” to the end of it.
To find the “linkid” of your Submission, Browse through the “Vex Code Archive” or “Sort” or “Filter” for your desired Parameters.
When you locate your Submission, for instance:
“Vex On-Line Controller Code v2.x (Available Source Version 0.81ß)”
Then looking at the HyperLink of that Title:
https://vexforum.com/local_links.php?action=jump&catid=26&id=66
In this Link (which will invoke the Download), you will notice that there is the “Catagory ID”, <&catid=26>, the “Individual Submission ID”, <&id=66>, as well as the <?action=jump>, which is what appears to invoke the Download.
If you use the “Individual Submission ID”, <&id=66> Number for the “linkid” in the “direct” HyperLink, you can then go to any Individual Code Submission Page, or Create a HyperLink from any Web Page, to the an Individual Vex Code Submission.
So the HyperLink:
https://vexforum.com/local_links.php?catid=26&linkid=136
Which takes you to this page, Vex Serial Port Reader 0.81ß (VEX On-Line Code Version).
Can be Change to HyperLink:
https://vexforum.com/local_links.php?catid=26&linkid=66
Which take you to this page, Vex On-Line Controller Code v2.x (Available Source Version 0.81ß).
I just thought this might be helpful for those of you setting up Links from your Personal Web Site, or setting up Links from the VexForum Wiki.
---------------------------------------------------------