Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Private Messages 3.4.03
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 21

@tomic
Senior Member

USA
1790 Posts

Posted - 07 September 2002 :  17:16:45  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
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
Go to Top of Page

Lydecker
Junior Member

United Kingdom
297 Posts

Posted - 07 September 2002 :  17:22:10  Show Profile  Visit Lydecker's Homepage
Sorry - I meant you can send PM when PMstatus=0 (not 1).

I'll send them over now - I really appreciate the help - thanks.
Go to Top of Page

zombi_
Starting Member

1 Posts

Posted - 07 September 2002 :  17:51:42  Show Profile
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
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 07 September 2002 :  18:51:56  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
Thanks!

I have updated the zip. You could also add the " near <UL> and delete the end if on line 378.

@tomic

SportsBettingAcumen.com
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 07 September 2002 :  18:54:57  Show Profile  Visit masterao's Homepage
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
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 07 September 2002 :  19:06:53  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
Thanks again!

I have updated the zip with this fix.

@tomic

SportsBettingAcumen.com
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 07 September 2002 :  19:09:30  Show Profile  Visit masterao's Homepage
BTW, @tomic. Congrats for breaching 1000 posts.


Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 07 September 2002 :  19:49:03  Show Profile  Visit crash's Homepage
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
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 07 September 2002 :  20:17:39  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
Thank you folks

@tomic

SportsBettingAcumen.com
Go to Top of Page

alex042
Average Member

USA
631 Posts

Posted - 07 September 2002 :  20:46:49  Show Profile  Send alex042 an AOL message  Send alex042 a Yahoo! Message
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
Go to Top of Page

mikeach
New Member

USA
58 Posts

Posted - 09 September 2002 :  08:52:17  Show Profile  Visit mikeach's Homepage
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
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 09 September 2002 :  11:45:27  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
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
Go to Top of Page

snaayk
Senior Member

USA
1061 Posts

Posted - 09 September 2002 :  15:11:25  Show Profile  Visit snaayk's Homepage  Send snaayk an AOL message  Send snaayk an ICQ Message  Send snaayk a Yahoo! Message
@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.
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 09 September 2002 :  15:55:09  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
@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
Go to Top of Page

Etymon
Advanced Member

United States
2385 Posts

Posted - 10 September 2002 :  01:57:56  Show Profile  Visit Etymon's Homepage

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
Go to Top of Page
Page: of 21 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07