Author |
Topic |
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 27 August 2002 : 19:43:32
|
@tomic,
do you want the pm files from my forum ? they have the save pm's and ignore users code in them |
|
|
Schwanke
New Member
77 Posts |
Posted - 27 August 2002 : 21:48:32
|
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 |
|
|
mikeach
New Member
USA
58 Posts |
Posted - 28 August 2002 : 00:28:41
|
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. |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 28 August 2002 : 00:36:57
|
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 |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 28 August 2002 : 00:45:57
|
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. |
|
|
Ez4arab
Junior Member
479 Posts |
Posted - 28 August 2002 : 00:48:40
|
@tomic i send eamil to you for the icons strings
also i send to you internationl PM mod |
Ez4arab web site Ez4arab | |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 28 August 2002 : 00:55:49
|
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 |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 28 August 2002 : 01:08:01
|
you can also remove lines 151 - 160 in privatesend.asp. The Mode dropdown is showing up twice. |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 28 August 2002 : 02:07:34
|
Yes I noticed that too and meant to investigate that. I will update the file with it.
@tomic |
SportsBettingAcumen.com |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 28 August 2002 : 02:12:59
|
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 |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 28 August 2002 : 02:25:22
|
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 |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 28 August 2002 : 02:49:55
|
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 |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 28 August 2002 : 02:53:43
|
I wouldn't use the /forum/ part, just the pm_ and private |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 28 August 2002 : 03:50:48
|
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 |
|
|
pox
Junior Member
Denmark
110 Posts |
Posted - 28 August 2002 : 07:02:27
|
great.. i have bean waiting for this mod ;) thankss... |
|
|
Topic |
|