davemaxwell
Access 2000 Support Moderator
    
USA
3020 Posts |
Posted - 13 October 2002 : 23:09:23
|
Not really a mod, since you're dealing with something specific to your forum. However, the file you would want to alter would be inc_func_common.asp. On quick glance, here is what you'll need to change:
- In chkURLs, add another line on the elseif with the sig2dat code
- In formatstr, repeat the call to ChkURLs with the HTTP parameter and add the sig2dat line
- In replaceURLs, you'll need to make some changes to handle it accordingly(not sure with this one. Might be easier to just duplicate the replaceURLs code and add the appropriate tags...)
- In editHREFs, you'll need to repeat the line after the iType == 1 check and change that code accordingly. It probably would be best to add another itype check, but that will require going back and making sure any edit_href calls are correct.
That was a quick check. I am sure I missed some other stuff that needs fixed, but it should give you a start. Feel free to post back here with any more questions... |
Dave Maxwell Barbershop Harmony Freak |
Edited by - davemaxwell on 13 October 2002 23:10:25 |
 |
|