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)
 New member PM
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 9

Raichelle
Junior Member

370 Posts

Posted - 15 June 2001 :  15:31:13  Show Profile
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

Go to Top of Page

big9erfan
Average Member

540 Posts

Posted - 15 June 2001 :  15:45:11  Show Profile
Look in the buddy list Mod Topic in this forum.

The code for the popups was posted.



http://www.ugfl.net/forums
Go to Top of Page

Raichelle
Junior Member

370 Posts

Posted - 15 June 2001 :  16:15:53  Show Profile
umm i just checked through out the post and i don't see it for some reason
do you know it?


Go to Top of Page

big9erfan
Average Member

540 Posts

Posted - 15 June 2001 :  17:07:54  Show Profile
DOH! That would be b/c I told you the wrong topic.

http://forum.snitz.com/forum/link.asp?TOPIC_ID=10327 give that one a shot. scroll down and look for a post by Aznknight

http://www.ugfl.net/forums
Go to Top of Page

Raichelle
Junior Member

370 Posts

Posted - 15 June 2001 :  17:34:24  Show Profile
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

Go to Top of Page

big9erfan
Average Member

540 Posts

Posted - 15 June 2001 :  18:14:42  Show Profile
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
Go to Top of Page

Raichelle
Junior Member

370 Posts

Posted - 15 June 2001 :  18:29:17  Show Profile
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

Go to Top of Page

Raichelle
Junior Member

370 Posts

Posted - 15 June 2001 :  22:21:26  Show Profile
still did not work but thanks alot anyway
i hate when stuff frustrate me so i give up

Go to Top of Page

bjlt
Senior Member

1144 Posts

Posted - 15 June 2001 :  23:21:40  Show Profile
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

Go to Top of Page

RobX
Starting Member

USA
27 Posts

Posted - 19 June 2001 :  03:52:18  Show Profile
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
Go to Top of Page

bcooper
Starting Member

34 Posts

Posted - 19 June 2001 :  16:18:57  Show Profile  Send bcooper an AOL message
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


Go to Top of Page

RDoGG™
Junior Member

USA
329 Posts

Posted - 26 June 2001 :  11:38:38  Show Profile  Visit RDoGG™'s Homepage  Send RDoGG™ an AOL message  Send RDoGG™ a Yahoo! Message
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.

Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 05 July 2001 :  07:38:44  Show Profile
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!
Go to Top of Page

pox
Junior Member

Denmark
110 Posts

Posted - 25 July 2001 :  18:34:35  Show Profile  Visit pox's Homepage
quote:

here ya go

http://www.ugfl.net/test/new_mem_pm.zip

http://www.ugfl.net/forums



Thanks!

Go to Top of Page

Astralis
Senior Member

USA
1218 Posts

Posted - 27 July 2001 :  19:33:15  Show Profile  Send Astralis a Yahoo! Message
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?
Go to Top of Page
Page: of 9 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.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07