This is a great setup, I am going to attempt to get it working over the next couple of days. I wonder though, if there has been any update about Avatars for this? Thanks for making things easy on us non-programmers
Huh.. at least two files are no longer working with those modified ASP files included: active.asp admin_forums.asp I followed the directions very carefully. I have a freshly 3-mod updated 3.4.03 and all those mods including those files above work great, but when I try to replace those files that are in the "Modified-Polls" directory into my forum directory, things work as far as the polls are concerned, but clicking on "Active Topics" for example, brings me to a "HTTP 500 Internal Server error screen". As soon as I revert back to my saved 3-mod files, everything is working correctly.
Nevermind.. I realize that wasn't a very helpful error message I gave you. After turning off the Friendly HTTP error messages, I was able to nail it down to the specifics. On the admin_forums.asp, you don't have a ' in front of the ############################# Poll Mod #################################### on line 608 so it trys to parse it. Probably the same deal on the active.asp.. will check now.
Update.. yep.. same thing with the active.asp. Just missing that ' in the top rem line marking the poll mod code.