Author |
Topic |
@tomic
Senior Member
USA
1790 Posts |
Posted - 07 September 2002 : 17:16:45
|
Yes, PMStatus = 1 turns PMs on. 0 = Off
Do you want to send me a copy of the pages including default.asp? I can take a look and see what I can do.
@tomic |
SportsBettingAcumen.com |
|
|
Lydecker
Junior Member
United Kingdom
297 Posts |
Posted - 07 September 2002 : 17:22:10
|
Sorry - I meant you can send PM when PMstatus=0 (not 1).
I'll send them over now - I really appreciate the help - thanks. |
|
|
zombi_
Starting Member
1 Posts |
Posted - 07 September 2002 : 17:51:42
|
Syntax error forum/admin_pmmaint.asp, line 116 <ul>" & vbCrlf I added " so it looks like "<ul>" & vbCrlf
When i change it,i'm getting new error:
Expected statement forum/admin_pmmaint.asp, line 378 end if
New,updatet 3.4.02 ver.
BTW, do you have any changes in inc_header.asp,because I couldn't find anything about that in readme file? |
Edited by - zombi_ on 07 September 2002 18:04:33 |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 07 September 2002 : 18:51:56
|
Thanks!
I have updated the zip. You could also add the " near <UL> and delete the end if on line 378.
@tomic |
SportsBettingAcumen.com |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 07 September 2002 : 18:54:57
|
I was working on adding message icons to the PM mod, when I discovered that you cannot see the smilie table when you forward a PM. Not sure if this was by design or just an oversight, but to add the Smilie-table (on the left side) when forwarding, change this in privatesend.asp on approx line 185:
if strIcons = "1" and strShowSmiliesTable = "1" then
if strRqMethod = "Edit" or strRqMethod = "EditTopic" or _
strRqMethod = "Reply" or strRqMethod = "ReplyQuote" or _
strRqMethod = "Topic" or strRqMethod = "TopicQuote" then
to this:
if strIcons = "1" and strShowSmiliesTable = "1" then
if strRqMethod = "Edit" or strRqMethod = "EditTopic" or _
strRqMethod = "Reply" or strRqMethod = "ReplyQuote" or _
strRqMethod = "Topic" or strRqMethod = "TopicQuote" or _
strRqMethod = "Forward" then
|
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 07 September 2002 : 19:06:53
|
Thanks again!
I have updated the zip with this fix.
@tomic |
SportsBettingAcumen.com |
|
|
masterao
Senior Member
Sweden
1678 Posts |
|
crash
Advanced Member
Netherlands
2064 Posts |
Posted - 07 September 2002 : 19:49:03
|
a word of praise to @tomic! the mod - after i added and changed some code to suit my liking - worked at once!
no bug no nothing!
great job! |
cHosting.nl |
|
|
@tomic
Senior Member
USA
1790 Posts |
|
alex042
Average Member
USA
631 Posts |
Posted - 07 September 2002 : 20:46:49
|
quote: The maintainace features don't work - and my config.asp is spot on!
Did you run 'Check Installation' on the main admin page?
This step seems to be missing from the readme.txt. Since this MOD uses application variables, you should run 'Check Installation' after completing all the installation steps so that the variables are loaded.
|
Edited by - alex042 on 07 September 2002 20:53:41 |
|
|
mikeach
New Member
USA
58 Posts |
Posted - 09 September 2002 : 08:52:17
|
After trying to upgrade to the latest version of this mod I get this error after editing the inc_header.asp:
Syntax error
/forum/inc_header.asp, line 524
if strDBNTUserName <> "" and strPMStatus = "1" then
I've redone it 3 times in case it was my editing, but it always comes back.
Here's what I have:
' DEM --> End of Code added to show subscriptions if they exist
Response.Write " |" & vbNewline & _
" <a href=""members.asp""" & dWStatus("Current members of these forums...") & " tabindex=""-1""><acronym title=""Current members of these forums..."">Members</acronym></a>" & vbNewline & _
" |" & vbNewline & _
if strDBNTUserName <> "" and strPMStatus = "1" then
" <a href=""pm_view.asp""" & dWStatus("Check Your Private Messages...") & " tabindex=""-1""><acronym title=""Check Your Private Messages..."">Private messages</acronym></a>" & vbNewline & _
" |" & vbNewline
end if
Response.Write " <a href=""search.asp"
Thanks |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 09 September 2002 : 11:45:27
|
quote: ' DEM --> End of Code added to show subscriptions if they exist Response.Write " |" & vbNewline & _ " <a href=""members.asp""" & dWStatus("Current members of these forums...") & " tabindex=""-1""><acronym title=""Current members of these forums..."">Members</acronym></a>" & vbNewline & _ " |" & vbNewline & _ if strDBNTUserName <> "" and strPMStatus = "1" then " <a href=""pm_view.asp""" & dWStatus("Check Your Private Messages...") & " tabindex=""-1""><acronym title=""Check Your Private Messages..."">Private messages</acronym></a>" & vbNewline & _ " |" & vbNewline end if Response.Write " <a href=""search.asp"
Lose the characters in red and you should be fine.
@tomic |
SportsBettingAcumen.com |
|
|
snaayk
Senior Member
USA
1061 Posts |
Posted - 09 September 2002 : 15:11:25
|
@tomic, perhaps you should consider point release everytime you change the zip. YOu have quite a few posts that say ZIP updated, but it's nearly impossible to tell which zip is actually affected. It will be easy to track of changes with a version number, 3.4.02.12
Just a thought.
Great Job. I got it working without any problems. |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 09 September 2002 : 15:55:09
|
@tomic, perhaps you should consider point release everytime you change the zip. YOu have quite a few posts that say ZIP updated, but it's nearly impossible to tell which zip is actually affected. It will be easy to track of changes with a version number, 3.4.02.12
I had been considering this actually. It seems like a good idea especially since each time I update the zip there are all kinds of changes(even tiny ones) to many of thepages.
I also intend on beefing up the readme significantly.
@tomic |
SportsBettingAcumen.com |
|
|
Etymon
Advanced Member
United States
2385 Posts |
Posted - 10 September 2002 : 01:57:56
|
I just downloaded the Sept. 7th update (from the originating topic) and copied it over the first download I did on Aug. 29th. I noticed that only 5 files have been updated since my first download. (<-- I don't remember which 5, LOL!) Looks like all of your activity has been focused there.
A point release would be nice for sure. I appreciate the MOD, @tomic! Thanks for all of the hard work!
Sincerely,
Etymon
|
|
|
Topic |
|