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

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 27 August 2002 :  19:43:32  Show Profile  Visit HuwR's Homepage
@tomic,

do you want the pm files from my forum ?
they have the save pm's and ignore users code in them
Go to Top of Page

Schwanke
New Member

77 Posts

Posted - 27 August 2002 :  21:48:32  Show Profile  Visit Schwanke's Homepage
Umm, also, if you want to have the colors come out right to match your forums grab my fixes here:

I put in all the spnMessageTexts for the links and use the default forum color for the 'user inbox' and 'user outbox' texts. (Since they are on the default background and not on the forum background)

http://www.schwankeweb.net/files/PMModFixes.zip

I only call them 'fixes' because I think having the colors the way they are now are in error of the unofficial unwriten style guide of the snitz forums.

Also i have that include members file fix in there too since I noticed that from the version I was using.

Since these are all basic changes @tomic you might want to consider checking them out and just incorporating them into your version. Do that I can just take down my 'additions' :)


<><

Edited by - Schwanke on 27 August 2002 21:51:04
Go to Top of Page

mikeach
New Member

USA
58 Posts

Posted - 28 August 2002 :  00:28:41  Show Profile  Visit mikeach's Homepage
Maybe I'm being thick, but I can't figure out what to do with the pop_help.asp file included in this mod.

Do I overwrite?

There is a considerable difference in sizes between the copy that came with v3.4.01 and the mod.
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 28 August 2002 :  00:36:57  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
quote:
do you want the pm files from my forum ?
they have the save pm's and ignore users code in them


Yes please. I would love to incorporate those into the PM MOD.

quote:
Since these are all basic changes @tomic you might want to consider checking them out and just incorporating them into your version. Do that I can just take down my 'additions' :)


I will add these as well. Thank you.

@tomic

SportsBettingAcumen.com

Edited by - @tomic on 28 August 2002 00:37:18
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 28 August 2002 :  00:45:57  Show Profile
quote:
Originally posted by mikeach

Maybe I'm being thick, but I can't figure out what to do with the pop_help.asp file included in this mod.

Do I overwrite?

There is a considerable difference in sizes between the copy that came with v3.4.01 and the mod.

use the one that came with the forum. The one in this mod needs to be removed.
Go to Top of Page

Ez4arab
Junior Member

479 Posts

Posted - 28 August 2002 :  00:48:40  Show Profile  Visit Ez4arab's Homepage
@tomic i send eamil to you for the icons strings

also i send to you internationl PM mod

Ez4arab web site Ez4arab |
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 28 August 2002 :  00:55:49  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
quote:
use the one that came with the forum. The one in this mod needs to be removed.


Thanks. I was looking it over trying to figure out if it needed to be there.

@tomic

SportsBettingAcumen.com
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 28 August 2002 :  01:08:01  Show Profile
you can also remove lines 151 - 160 in privatesend.asp. The Mode dropdown is showing up twice.
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 28 August 2002 :  02:07:34  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
Yes I noticed that too and meant to investigate that. I will update the file with it.

@tomic

SportsBettingAcumen.com
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 28 August 2002 :  02:12:59  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
The behavior of the formatting buttons is inconsistent with post.asp. By that I mean if you highlight some text and choose say bold the forum code does not wrap itself around the text.

@tomic

SportsBettingAcumen.com
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 28 August 2002 :  02:25:22  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
And is it just me or is the group category drop box on top of the Private Message pages? Gonna have to look into that.

@tomic

SportsBettingAcumen.com
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 28 August 2002 :  02:49:55  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
OK, I have a fix for removing the Group Categories.

inc_groupjump_to.asp

Look for this line(56)
  ElseIf lcase(Right(strPathInfo, 10)) = "search.asp" Then
strOK = ""


Immediately below this add:


ElseIf lcase(Left(strPathInfo, 10)) = "/forum/pm_" Then
strOK = ""
ElseIf lcase(Left(strPathInfo, 14)) = "/forum/private" Then
strOK = ""


That should do it.

@tomic

SportsBettingAcumen.com

Edited by - @tomic on 28 August 2002 03:01:56
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 28 August 2002 :  02:53:43  Show Profile
I wouldn't use the /forum/ part, just the pm_ and private
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 28 August 2002 :  03:50:48  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
OK let's try it like this:

inc_groupjump_to.asp

Look for this line(56)


ElseIf lcase(Right(strPathInfo, 10)) = "search.asp" Then 
strOK = ""


Immediately below this add:


ElseIf InStr(strPathInfo,"pm_") <> 0 Then
strOK = ""
ElseIf InStr(strPathInfo,"private") <> 0 Then
strOK = ""


@tomic

SportsBettingAcumen.com
Go to Top of Page

pox
Junior Member

Denmark
110 Posts

Posted - 28 August 2002 :  07:02:27  Show Profile  Visit pox's Homepage
great.. i have bean waiting for this mod ;) thankss...
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.25 seconds. Powered By: Snitz Forums 2000 Version 3.4.07