quote:Ok, then I just must do the same thing I did with version 2.
It *may* be possible that I'll work on a MOD I did for Snitz v3.3 but never released, called FileCenter; I guess that would suit your needs. I'll think about it and let you know what I do. But note that it won't be soon, will take me at least 2 months.
quote:When are you expecting the LM3 to be released/ready?
The MOD runs pretty stable now in my experience; a final release can be expected within the next 2 weeks. <
I have fixed the JavaScript errors, however it seems the tags are still placed at the end of the string; not sure why, I'll take a closer look at that. If you have any ideas why this could be, let me know.
I'll take a look after work, I used it on the Portal Mod so it should be the same<
I noticed that when I first installed it I went to manually configure catagories and the screen did not look right. IT took me a while to figure out how to create a catagory. Once I created one catagory the screen looked OK.
I've got a few questions for you who have installed LM3:
- Has anyone tested this with MS SQL Server? Have you noticed any problems? - Has anyone upgraded from Links Manager 2? - Since I'll release a "Categories & Subcategories" include file to display it on other (forum) pages, is there a need for other LM3 info includes (maybe most popular/top rated/latest x links)?
Another note: The next update will include the fix for MySQL (see bottom ofthis post).<
A couple of html bugs... inc_func_links line 374 - removed colspan="2" line 400 - moved closing form tag ahead of closing row tag (form tag starts after row tag on line 380)
links.asp I made a lot of minor changes so I'll post a link to it. They were minor issues of colspan's and closing row tags that showed up with Opera. links.asp<
Thanks imotep, I had planned to go through all files and check for both clean vbScript and HTML code before the final release. Thank you for your work, greatly appreciated! <
quote:A couple of html bugs... inc_func_links line 374 - removed colspan="2"
Fixed.
quote:line 400 - moved closing form tag ahead of closing row tag (form tag starts after row tag on line 380)
Fixed.
quote:links.asp I made a lot of minor changes so I'll post a link to it. They were minor issues of colspan's and closing row tags that showed up with Opera.
One more little thing . . . links.asp line 1166 (for editing links) Change - strFormDesc = Request.Form("Message") to - strFormDesc = Request.Form("desc")<