Author |
Topic  |
schef
Junior Member
 
USA
164 Posts |
Posted - 10 September 2002 : 22:30:55
|
do you have a demo of this?? |
ATV Outdoors |
 |
|
schef
Junior Member
 
USA
164 Posts |
Posted - 10 September 2002 : 22:34:08
|
what about a be all end all zip file for an idiot like me to install??? |
ATV Outdoors |
 |
|
@tomic
Senior Member
   
USA
1790 Posts |
|
schef
Junior Member
 
USA
164 Posts |
Posted - 10 September 2002 : 22:51:34
|
i want :) |
ATV Outdoors |
 |
|
GenerationEdge
Junior Member
 
105 Posts |
Posted - 11 September 2002 : 13:02:29
|
@tomic,
Have you made any changes to the zip in the last 2 weeks that adds the signatures to the PMs. I have added avatars to them but didn't know if the sig guestion has came into play. I have reworked a few items like I said the avatars, smilies in the forward (from masterao's help), and added few meta fields to redirect to the inbox. I just haven't got into adding the sigs yet and figured I would ask before I start trying to manipulate the code further.
Also, has there been a report of Admins not getting email notifications on PMs? I rarely get any email notifications on my PMs but other members have reported that there email notifaction to PMs works like it should. Yes I have it turned on . Keep up the good work! |
Jason |
 |
|
mikeach
New Member

USA
58 Posts |
Posted - 11 September 2002 : 14:53:48
|
quote:
Originally posted by GenerationEdge Have you made any changes to the zip in the last 2 weeks that adds the signatures to the PMs. I have added avatars to them but didn't know if the sig guestion has came into play. I have reworked a few items like I said the avatars, smilies in the forward (from masterao's help
I'd be interested in adding the avatars and sig, any chance of sharing the fix for the avatars? |
 |
|
GenerationEdge
Junior Member
 
105 Posts |
Posted - 11 September 2002 : 16:05:02
|
quote: Originally posted by mikeach
I'd be interested in adding the avatars and sig, any chance of sharing the fix for the avatars?
All I did was apply the follow code to privateread.asp & privatesent.asp
#1
strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_HOMEPAGE "
strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_COUNTRY "
strsql = strsql & ", " & strMemberTablePrefix & "MEMBERS.M_AVATAR_URL "
strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_PMRECEIVE "
#2
strMCountry = rs("M_COUNTRY")
strMAvatar = rs("M_AVATAR_URL")
strPMSubject = rs("M_SUBJECT")
#3
if strShowRank = 1 or strShowRank = 3 then
Response.Write " <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>" & ChkString(getMember_Level(strMTitle, strMLevel, strMPosts),"display") & "</font><br>" & vbNewLine
end if
if strShowRank = 2 or strShowRank = 3 then
Response.Write " " & getStar_Level(strMLevel, strMPosts) & "<br>" & vbNewLine
end if
if strMAvatar <> "noavatar.gif" then
%>
<img src="<% =strMAvatar %>" align="middle" <% if intAvatarWidth <> 0 then %>width="<% =intAvatarWidth %>"<% end if %> <% if intAvatarHeight <> 0 then %>height="<% =intAvatarHeight %>"<% end if %> border="<% =intAvatarBorder %>">
<% else
response.write " <br /><font color=""" & strHiLiteFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><b>Avatar Needed</b><br />E-mail Image to:<br /><a href=""mailto:generationedge@att.net"">GenerationEdge</a></font><br />" & vbNewLine
end if
response.write " <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>" & strMCountry & "</font><br>" & vbNewLine & _
I don't suggest you use the #3 code snipet because I updated from version 3.3.03 to 3.4.02 roughly. It's still html because I did have time to fool with writing it correctly in ASP. It also Richard's squashy/ stretchy code snipet that would not work right unless you have modified most all you avatar files. Also I added a little kick to it with the else in line #3. I suggest you use the topic.asp snipet from Hamlin's Avatar MOD for #3. I just basically stuck this is here for an example because my files are heavily modified and will not match the standard V.02 version. |
Jason |
 |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 12 September 2002 : 16:34:22
|
hey in the readme file soem things that u define r spelt wrong...it is the strPMStaus
in the readme when it is used you have put
strPMStaus
it should be
strPMStatus
just thourght that i would point it out
thankx
MaD2ko0l |
© 1999-2010 MaD2ko0l |
 |
|
BWJM
Junior Member
 
Canada
193 Posts |
Posted - 13 September 2002 : 00:35:35
|
What's the status of this mod now? Are we anywhere near a stable (relatively bug-free) version? |
 |
 |
|
alex042
Average Member
  
USA
631 Posts |
Posted - 13 September 2002 : 01:02:19
|
Suggestion on PM Limits: Max Posts for 1. Inbox, 2. Sentbox, 3. Savebox. Recommended defaults 1. 50, 2. 25, 3. 50. This should allow integration of the Save PM MOD as well as some questions about how limitations should be set.
|
 |
|
@tomic
Senior Member
   
USA
1790 Posts |
Posted - 13 September 2002 : 01:15:11
|
OK, thanks for the catch on the spelling. The readme is updated and I am finally going with a point release.
3.4.02.01 is uploaded but the zip name is the same.
members.asp near line 427 change strPMStaus to strPMStatus
pop_profile.asp near line 150 strPMStaus to strPMStatus
pop_profile.asp near line 592 strPMStaus to strPMStatus
@tomic |
SportsBettingAcumen.com |
 |
|
BWJM
Junior Member
 
Canada
193 Posts |
Posted - 17 September 2002 : 00:19:06
|
@tomic: How is this mod coming? I am very interested in implementing it but I am waiting for a relatively stable version. Are we there yet? |
 |
 |
|
@tomic
Senior Member
   
USA
1790 Posts |
Posted - 17 September 2002 : 00:35:04
|
I think so. Anything else would be an add-on at this point with only a lont term email issue going back to 3.1R4 to resolve. Unless someone comes up with something.
@tomic |
SportsBettingAcumen.com |
 |
|
BWJM
Junior Member
 
Canada
193 Posts |
Posted - 17 September 2002 : 23:55:54
|
I just installed v3.4.02.01 of @tomic's PM mod and it is working well! The only thing I might suggest is this: In the DBS setup file, DROP the PM table if it already exists OR make it compatible with this version and then restore default values to the PM fields in Forum_Members.... If they already exist.
The reason I bring this up is because before we upgraded to Snitz 3.4.02 from 3.3.03, we had PMs installed. The old table wasn't really compatible for whatever reason so I dropped it myself then reapplied the DBS setup. I also changed the DBS setup to ensure that all members are given the default values regardless of what they had before {Null, 0, 1, etc)
Finally, now that I've had a chance to really peruse it, can you change the storage location of the default outbox view settings from the cookies to a field in Forum_Members?
Other than that, I really like the mod and I offer my sincere thanks and congratulations for making such an exquisite mod. |
 |
 |
|
@tomic
Senior Member
   
USA
1790 Posts |
Posted - 18 September 2002 : 01:39:47
|
Actually, the old PM table should be fine. What really needs to happen is me adding to the readme that if you have this MOD installed and have upgraded you do not need to run the dbs file. I'm sorry about this oversight.
@tomic |
SportsBettingAcumen.com |
 |
|
Topic  |
|