Hi folks. Need some little help here.
I have this mod I released that shows an ABC link nav menu for any specific forum the code is placed into.
https://vborg.vbsupport.ru/showthread.php?t=211939
The letters are linked like this:
<a rel="nofollow" href="http://www.yourdomain.com/forumdisplay.php
?f=2&letter=a">A</a>
However, I'd like to add another link for numbers, but one link for any number: 0-9 and the link would be "#" not "0-9". Clicking the link would show all threads that begin with any number.
How can I achieve this?
Thanks.