Author |
Topic |
gareth_moore_2000
Junior Member
United Kingdom
262 Posts |
Posted - 09 August 2003 : 14:26:53
|
MMMmmm... how would I do that tho ?
surley its easiest to delete the part in the file that looks for the cookie ? |
|
|
gareth_moore_2000
Junior Member
United Kingdom
262 Posts |
Posted - 11 August 2003 : 15:55:52
|
well I done it if anyones interested !
search the page for this >
Request.Cookies
...and delete the associated lines ! |
|
|
korayem
New Member
Egypt
72 Posts |
|
geminione
Starting Member
39 Posts |
Posted - 25 August 2003 : 02:34:10
|
I can send and recieve PM's no problem... but when going to actually read them:
quote: Microsoft OLE DB Provider for ODBC Drivers error '80040e09'
[TCX][MyODBC]You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT Count(M_TO) FROM FORUM_MEMBERS M, FORUM_PM P WHERE M.M_N
/privateread.asp, line 119
line 119
quote: Set rsPM = my_Conn.Execute(strSql)
Someone earlier mentioned spaces in member names being an issue... i dont have any users with spaces... but i am using mySQL. I received a similar error with the site stats page.
Any pointers? |
|
|
fadius
Starting Member
9 Posts |
Posted - 27 August 2003 : 21:23:51
|
OK, I apologize if this is something that is simple. I am an ASP noob. I want to move this PM box from under the last forum, to be the first thing the user sees when looking at the forums. I moved it once, but it appeared to greatly increase my load time. Where would be the appropiate spot to put the code in the default.asp so that the PM shows as the first item? |
|
|
tomasalsbro
Average Member
Sweden
818 Posts |
Posted - 31 August 2003 : 19:39:17
|
Hi,
I need a way to block the possibility to Send PM to all users, which as now is an option when you send a PM?
Cheers / Tomas |
!-Keep distance in traffic-! www.whiplashinfo.se |
|
|
tomasalsbro
Average Member
Sweden
818 Posts |
Posted - 01 September 2003 : 09:51:46
|
Sorry for this, but I forgott to ask for a way to implement the swedish characters åÅ, äÄ and öÖ (that you can find in LCID = 1053) in the members list.
Cheers again
Tomas
|
!-Keep distance in traffic-! www.whiplashinfo.se |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 01 September 2003 : 11:22:20
|
Tomas, send PM to all is only available for admins. If you want to block admins this possibility, look for the following lines in privatesend.asp:
if (mLev = 4) and strRqMethod <> "Forward" then Response.Write ("<br><input type=""checkbox"" name=""allmem"" value=""true"">Send PM to all users<br>") '# All Member PM Modification
By removing that line admins will not have the option to send PMs to all members.
If you want to remove all code for sending PMs to all members, you can also go through privatesend_info.asp and comment/remove those lines marked by Start PM all members. Im not sure if it is possible to just remove these lines and keep it working, but if you comment it with ' you should be able to see what to remove and what to keep. |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
tomasalsbro
Average Member
Sweden
818 Posts |
Posted - 01 September 2003 : 12:32:22
|
quote: Originally posted by masterao
Tomas, send PM to all is only available for admins. If you want to block admins this possibility, look for the following lines in privatesend.asp:
if (mLev = 4) and strRqMethod <> "Forward" then Response.Write ("<br><input type=""checkbox"" name=""allmem"" value=""true"">Send PM to all users<br>") '# All Member PM Modification
By removing that line admins will not have the option to send PMs to all members.
If you want to remove all code for sending PMs to all members, you can also go through privatesend_info.asp and comment/remove those lines marked by Start PM all members. Im not sure if it is possible to just remove these lines and keep it working, but if you comment it with ' you should be able to see what to remove and what to keep.
OK Mastreao,
Of cource I as one one singel admin needs that option.
By the way - how have you solved the question about the Swedish LCID table?
Cheers / Tomas
|
!-Keep distance in traffic-! www.whiplashinfo.se |
Edited by - tomasalsbro on 11 September 2003 06:26:19 |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 01 September 2003 : 18:49:43
|
No, I don't have a solution about the Swedish LCID table. Im running my forum on english, and I haven't looked much at using other LCIDs. Perhaps someone in the international forum can help you? |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
fadius
Starting Member
9 Posts |
Posted - 10 September 2003 : 17:03:51
|
I want to add the PM box to the top of the forum above all other topics. How do I do this? I have tried once, but it changed the way the foru looked. |
|
|
AWD_ENVY
Junior Member
103 Posts |
Posted - 11 September 2003 : 08:55:50
|
Anyone have "Paging" setup in their forums ? Care to share the code ?
|
|
|
HgB
Starting Member
8 Posts |
Posted - 21 September 2003 : 11:01:18
|
Has anyone got a mod that will bring up a popup window that there is a NEW message? |
|
|
marckmcgill
Junior Member
Italy
134 Posts |
Posted - 30 September 2003 : 06:44:00
|
Again, is there a Private Message MOD that will bring incoming messages in a popup window for online users?
Second: the usr:demo pwd:demo stated in the first topic doesn't work. Is there a way to see how this mod looks and what it does? |
|
|
marckmcgill
Junior Member
Italy
134 Posts |
Posted - 02 October 2003 : 05:47:48
|
No one knows if a Private Message MOD with popup windows has ever been released? |
|
|
Topic |
|