Author |
Topic |
Hopeful
Junior Member
130 Posts |
Posted - 21 February 2005 : 14:29:48
|
Found another glitch today ...
When I tried to delete 2 messages in my inbox, it deleted ALL messages in my inbox AND outbox.
ANY SUGGESTIONS??? On both these glitches???
Thanks! |
Please explain everything in layman terms!!! |
|
|
Hopeful
Junior Member
130 Posts |
Posted - 24 February 2005 : 01:40:42
|
I am trying to be patient, but want to ask again since it has been 5 days since my first request for help... Does anyone have any ideas on where my problem may lie??? Maybe in the pop_delete.asp??? What about the re-direct problem... Where is a good place to start looking on that one??? All help is GREATLY appreciated!!! Thanks! |
Please explain everything in layman terms!!! |
|
|
Hopeful
Junior Member
130 Posts |
Posted - 26 February 2005 : 19:42:17
|
Still looking for some help with this... Anyone at all have any ideas? |
Please explain everything in layman terms!!! |
|
|
Hopeful
Junior Member
130 Posts |
Posted - 27 February 2005 : 18:12:55
|
quote: Originally posted by modifichicci
Sql statement doesnt' want default value for autoincrement field. That is a primary key. Try to change to CREATE TABLE FORUM_PM( M_ID INT (11) auto_increment,....
Now I feel stupid.......... I know nothing about coding and I am just stumbling through this... After looking and looking at this, while waiting for replies I stumbled across my problem. I noticed that every time I was trying to reply to a message the m_id was = to 0, so I kept looking at the tables in the database and in the M_ID column it also showed 0 for all members. So I thought ok this is not populating the member id in the column in the db... still not knowing what to do, I was re-reading everyone's replies and saw yours... I did not understand what this meant before so I did not even know how to ask what you meant. But since the automatic db update did not work, I thought maybe even though I came up with a query that made the table and columns, maybe they were not made correctly... so I deleated the forum_pm table from my db and tried to put it back in fresh... couldn't get it... then I looked at what you were saying again... I decided to try the entire query that came with the automatic db update without the DEFAULT '' NOT NULL part and IT WORKED!!! Thanks soooooo much! I just wish I would have realized what you were saying sooner!!! The MOD works PERFECT now! It was my dumb mistake and not knowing what I was doing was frustrating!!! Thanks again everyone!!!
There is one feature I would like to figure out now, if anyone can give me a clue I would appreciate it greatly and will try to pay closer attention to what is being said this time !
When you reply to a message, there is a link that says membership list. When you click on it, instead of giving you a small pop up with all the members that you can check a box to insert multiple names to send to, it re-directs you to members.asp. I noticed on other sites there is a file called pm_popmembers.asp. I do not have this file in mine. Can I add this somehow so that you get this pop up when you are sending pm's? Thanks! |
Please explain everything in layman terms!!! |
|
|
GarethMoore1979
Junior Member
United Kingdom
220 Posts |
Posted - 27 February 2005 : 18:43:55
|
To get the members list in a pop-up window you would need to download an older version of Private Message mod, and extract that pop_members page (or what ever its called).
When I redeisgned this mod last summer I took away this feature.... members.asp has all the same features and PM icons as the pop up page- it works in exactly the same way. But members.asp has better search features. PLUS I wanted to get away from pop up windows- I dont like them. Personal choice I know, but I didnt think the pop up window added anything, so I got rid. But like I said, the members.asp page does exactly the same job- but better!! |
|
|
Hopeful
Junior Member
130 Posts |
Posted - 27 February 2005 : 19:21:31
|
Oh thank you so much! What would be an old version to look at downloading? Thanks! |
Please explain everything in layman terms!!! |
|
|
Hopeful
Junior Member
130 Posts |
Posted - 27 February 2005 : 20:59:24
|
I DID IT!!!!!!!!!! I got the pop up members window working too! I still don't know how (well sorta, but not really ), but I did it!!!
MOD works perfect and the way I wanted it to! FINALLY DONE!!! Thanks so much for a great mod and for all the help! Sincerely !
P.S. Sorry to be such a pain! |
Please explain everything in layman terms!!! |
|
|
modifichicci
Average Member
Italy
787 Posts |
|
k916
Starting Member
India
1 Posts |
Posted - 03 March 2005 : 22:20:02
|
quote: Originally posted by Hopeful
Only one problem..............
I am getting an error in ALL my topics... the first post shows, the second post has an error on it as follows:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'cLng'
/forum/inc_func_common.asp, line 652 and no other post show in any topics beyond the second one with the error.
Hopeful, im facing the same problem after my Private Message mod. Hopefully i should have it sorted out too.
Thanks |
|
|
matt526
Starting Member
USA
8 Posts |
Posted - 11 July 2005 : 14:37:14
|
I am running Snitz Forums 3.5.05 and I want to add the PM Mod 3.5.05 I have changed all the code and it looks good, that was easy! I am however stuck on the Datebase(access 2003) how do I make the changes to the DB to match up with the changes I have made to the Forum. i.e. add the table'FORUM_PM'and columns. also when I go to my Admin. Page and try to click on the Mod Setup I get the following message: There has been a problem! Only the Forum Admin can access this page is this because I have not installed the Mod correctly or the DB
Thanks for any help |
http://faithzone.com/Forum/default.asp |
Edited by - matt526 on 11 July 2005 14:58:38 |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 11 July 2005 : 14:57:41
|
You need to edit config.asp, so that the number in red is changed to your member id. You can find your member by having a look that the last number in the URL you see when you visualize your Member profile in your server
Const intAdminMemberID = 2
|
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
rockinchina.com
Starting Member
10 Posts |
Posted - 26 July 2005 : 11:16:29
|
Hey Hopeful, thank you for your efforts to discribe how you got out each problem! This way you helped me very much as I had one of the same problems... |
|
|
Umar
Starting Member
Pakistan
7 Posts |
Posted - 03 August 2005 : 14:01:55
|
quote: Originally posted by k916
quote: Originally posted by Hopeful
Only one problem..............
I am getting an error in ALL my topics... the first post shows, the second post has an error on it as follows:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'cLng'
/forum/inc_func_common.asp, line 652 and no other post show in any topics beyond the second one with the error.
Hopeful, im facing the same problem after my Private Message mod. Hopefully i should have it sorted out too.
Thanks
I am also facing the same problem and looking for anyone's quick help .... |
Umar Farooqi Pak-EPA
|
Edited by - Umar on 03 August 2005 14:09:54 |
|
|
Umar
Starting Member
Pakistan
7 Posts |
Posted - 03 August 2005 : 14:58:54
|
quote: Originally posted by Hopeful
Got it Fixed!!!
The error was with the topics on my forum so I decided to try uploading my back up copy of topics.asp to see if the problem was gone... It was!!! So I made another copy of my good backup copy of topics.asp and started to make the changes in the instructions from scratch and low and behold... when I got to the fourth instruction, something hit me... The instruction was this:
Find following: (about line 513)
Select All rM_YAHOO = 5
Add the following directly below on line 514:
Select All rM_PM = 6
When I added the line it made two number 6's in the string and I remember thinking "well that's weird" but It did not say to do anything else, so I left both 6's... So I just decided to go to the revised copy and try changing all the numbers in the row to count up the rest of the way down and WOW............. It worked!!! Problem fixed there!!! Maybe someone could update the read me file to include an instruction to do so (unless they already have ) Anyway... Hope that is the end of errors with this mod install!!! Thanks!
Mr Hopeful! You are a little Genious , You are my hero you Soulve my problem .... |
Umar Farooqi Pak-EPA
|
|
|
Topic |
|