Author |
Topic |
tangoc9999
Junior Member
USA
158 Posts |
Posted - 06 September 2002 : 09:53:32
|
alex, this mod will work without the pm mod. i didnt write the original mod, i just debugged it to the point that it would run on 3.4.xx. @tomic made the comment that this should be converted to response.write and i agree. there is a themes update that is supposed to write the themes to the db instead. i will play with that this weekend. anyone willing to work with me on this one is more then welcome to because this is my first attempt at a mod conversion. |
TANGO
Computers run on smoke, when the smoke comes out, they quit running!
|
|
|
niteblade
Starting Member
5 Posts |
Posted - 25 September 2002 : 13:20:15
|
how do you go about chaning the .asp file that points to the directory where images are stored? i ask this because the mod seems to work fine, except for 2 things.
#1. - This happens when I click on "Active topics."
Microsoft JET Database Engine error '80040e14'
Syntax error (missing operator) in query expression 'T.T_MSGICON F.F_PRIVATEFORUMS'.
/forums/active.asp, line 310
#2. - I do not have my icons (.gif) stored in the same directory as my .asp files. On every other page of my forum, the icons display correctly ... how do i change the .asp file(s) to indicate the directory where my .gifs are ?
let me know if you need a name and pw to my forum site to see the problems for yourself. you can email me at nite0859@yahoo.com for the name a password since i do not want my site being bombarded quite yet.
p.s. great mod! i have no knowledge of programming in .asp, and implementing all of my mods has been a breeze thanks to all of you who take the time to come down to my level! |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 25 September 2002 : 13:54:11
|
I have been working on redoing these pages with Response.Write and getCurrentIcon. I am almost done modifying it so admin can select a theme for individual forums.
@tomic |
SportsBettingAcumen.com |
|
|
alex042
Average Member
USA
631 Posts |
Posted - 09 October 2002 : 14:14:11
|
Some <%=strImageURL%> image tags need to be added or converted from <%=strForumURL%> on some of the pages in this MOD... unless @tomic has his modified version available.
|
Edited by - alex042 on 09 October 2002 14:14:47 |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 09 October 2002 : 14:34:13
|
I could do that if no one minds. I just don't want to step on anyone's toes but I have the images fixed up and SQL 7-2000 stored procedure version available. I also have it in Access/mySQL flavors.
@tomic |
SportsBettingAcumen.com |
|
|
PeeWee.Inc
Senior Member
United Kingdom
1893 Posts |
Posted - 09 October 2002 : 14:56:07
|
I cant wait till @tomic's modded one is out |
De Priofundus Calmo Ad Te Damine |
|
|
alex042
Average Member
USA
631 Posts |
Posted - 09 October 2002 : 15:09:55
|
quote: I cant wait till @tomic's modded one is out
I wonder if it's going to have themes setup differently so members can add their own customized themes. And I wonder if that will include the background image as it seems this one is missing that.
|
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 09 October 2002 : 15:45:48
|
To do the themes requires heavy editing of the inc_iconfiles.asp page. I can include a bunch of themes but they should just be a starting point to develop your own themes. I think the best thing i could do is include a theme guide so everyone will know how to edit the necessary files to get the desired results.
One problem I have had is working out a way for my forum themes mod to co-exist with this one. I need to work on the logic that decides what theme to display. Which theme takes precedence? A user selected site-wide theme or an admin set forum theme? That would probably need to be yet another forum variable where admin can set which theme is forced. Each theme MOD by itself, without the other installed, works perfectly.
@tomic |
SportsBettingAcumen.com |
|
|
Topic |
|