Author |
Topic |
Raichelle
Junior Member
370 Posts |
Posted - 15 June 2001 : 15:31:13
|
is there a way so that the pm window will pop up after someone register you know like the way iamviet has it or maybe a similar way instead of users having to click on you have new private message when they return back to the main page because some users don't even pay attention to that so its best if the pm window pop up after they register
|
|
|
big9erfan
Average Member
540 Posts |
Posted - 15 June 2001 : 15:45:11
|
Look in the buddy list Mod Topic in this forum.
The code for the popups was posted.
http://www.ugfl.net/forums |
|
|
Raichelle
Junior Member
370 Posts |
Posted - 15 June 2001 : 16:15:53
|
umm i just checked through out the post and i don't see it for some reason do you know it?
|
|
|
big9erfan
Average Member
540 Posts |
|
Raichelle
Junior Member
370 Posts |
Posted - 15 June 2001 : 17:34:24
|
ok i found this
if strDBType = "access" then strSqL = "SELECT count(M_TO) as [pmcount] " else strSqL = "SELECT count(M_TO) as pmcount " end ifstrSql = strSql & " FROM " & strMemberTablePrefix & "MEMBERS , " & strTablePrefix & "PM "strSql = strSql & " WHERE " & strMemberTablePrefix & "MEMBERS.M_NAME = '" & strDBNTUserName & "'"strSql = strSql & " AND " & strMemberTablePrefix & "MEMBERS.MEMBER_ID = " & strTablePrefix & "PM.M_TO "strSql = strSql & " AND " & strTablePrefix & "PM.M_READ = 0 " Set rsPM = my_Conn.Execute(strSql)pmcount = rsPM("pmcount")if pmcount > 0 and pmcount < 3 then %> <script language=javascript>window.open('pm_view.asp','_blank','width=400,height=450,scrollbars=yes')</script><%end ifrsPM.closeset rsPM = nothing
i tried installing it but am getting error message from my main page even after i changed pop_pm.asp to pm_view.asp or do i need pop_pm.asp because i don't have it and i think its the same file as pm_view.asp
could be chances i got mine the wrong way on my privatemass.asp because they told me thats the file i need to put it in
|
|
|
big9erfan
Average Member
540 Posts |
Posted - 15 June 2001 : 18:14:42
|
First, I am 90% positive that pop_pm and pm_view are entirely different. pm_view shows a list of PMs where pop_pm shows 1 individual PM.
as per the error, what is it?
You can e-mail me at big9erfan@ugfl.net if you so desire as well.
http://www.ugfl.net/forums |
|
|
Raichelle
Junior Member
370 Posts |
Posted - 15 June 2001 : 18:29:17
|
Microsoft VBScript compilation error '800a03f4'
Expected 'If'
/forum/privatemess.asp, line 55
end ifrsPM.closeset rsPM = nothing ----^
i don't have anyfile call pop_pm think am going to send my privatemass.asp to you and if you have the pop_pm.asp can you please send it to me also thank you
please check your email
|
|
|
Raichelle
Junior Member
370 Posts |
Posted - 15 June 2001 : 22:21:26
|
still did not work but thanks alot anyway i hate when stuff frustrate me so i give up
|
|
|
bjlt
Senior Member
1144 Posts |
Posted - 15 June 2001 : 23:21:40
|
quote:
I'm sorry I don't quite understand it. You mean I need to check if the table is created like that?
well, It worked on my local access db now., I've changed the length of the field.However, when try to changed the message, got the same error on line 46. haven't settle it on remote sql as I don't have any table editor on hand now.
no it still doesn't work in my remote sql. well, i'll give up and try to put it into the register.asp
|
|
|
RobX
Starting Member
USA
27 Posts |
Posted - 19 June 2001 : 03:52:18
|
Hello, I am having problems installing the pm new member mod. I get this errors: when I click on SETUP it goes to this URL:
http://www.mydomain.com/forum/mods/setup.asp?RC=1&CC=1&strDBType=access&EC=-2147467259 and says that the page doesn't exist. when I click on ADMIN ... I get this message: Microsoft JET Database Engine error '80040e37'
The Microsoft Jet database engine cannot find the input table or query 'FORUM_MODS'. Make sure it exists and that its name is spelled correctly.
/forum/admin_new_mem_pm.asp, line 20
No need to say that I am new to this! ;)
RobX
|
|
|
bcooper
Starting Member
34 Posts |
Posted - 19 June 2001 : 16:18:57
|
When i try to add my message, i get this:
Microsoft JET Database Engine error '80040e14'
Syntax error (missing operator) in query expression ''Welcome to our forums. You're now a member of our forums and you can now use the features only available to our members. Some of these features include: private messages'.
/pages/forum/admin_new_mem_pm.asp, line 46
|
|
|
RDoGG™
Junior Member
USA
329 Posts |
Posted - 26 June 2001 : 11:38:38
|
quote:
When i try to add my message, i get this:
Microsoft JET Database Engine error '80040e14'
Syntax error (missing operator) in query expression ''Welcome to our forums. You're now a member of our forums and you can now use the features only available to our members. Some of these features include: private messages'.
/pages/forum/admin_new_mem_pm.asp, line 46
i am pretty sure this is b/c of "you're". the ' sets it off.
|
|
|
GauravBhabu
Advanced Member
4288 Posts |
Posted - 05 July 2001 : 07:38:44
|
quote:
quote:
bjlt,
Ricks problem was caused by an improper entry in his FORUM_MODS table
This table has 3 attributes M_NAME M_CODE M_VALE
I'm sorry I don't quite understand it. You mean I need to check if the table is created like that?
well, It worked on my local access db now., I've changed the length of the field.However, when try to changed the message, got the same error on line 46. haven't settle it on remote sql as I don't have any table editor on hand now.
I do not have table Forum_Mods in my db. Do I have ro set it up manually. What is the use of this table. so far i understand it stores the mods installed in the forum
gauravbhabu
There is only one miracle...That is LIFE! |
|
|
pox
Junior Member
Denmark
110 Posts |
|
Astralis
Senior Member
USA
1218 Posts |
Posted - 27 July 2001 : 19:33:15
|
I'm not sure if this worked before I installed this, but I think that the error happened after I installed this mod:
Error:
ADODB.Field error '800a0bcd'
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/forum/inc_functions.asp, line 658
Line 658 is: getMemberID = rsGetMemberID("MEMBER_ID")
Any help, please? |
|
|
Topic |
|