Author |
Topic  |
|
leatherlips
Senior Member
   
USA
1838 Posts |
Posted - 16 May 2006 : 12:00:17
|
I've just discovered a problem with my forum. If you create a new post, it will appear in your profile under Recent Topics. However, if you post within an existing topic, it will not appear in your profile. The only thing I have done to the pop_profile.asp page is added two small bits of code for the Active Users MOD. I'm not sure if that is the problem though because I removed those two bits of code and the same thing still happens.
To see what I mean, you can go to my forum and post under:
Username: demo Password: demo
Post a new topic and then post under an existing topic and then check the profile. New topics will be listed, but replies to existing ones will not. |
Mangione Magic Forum - The Music of Chuck Mangione
My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 16 May 2006 : 12:25:29
|
can you post a link to a text version of your pop_profile.asp so we can have a look |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 16 May 2006 : 13:21:35
|
well, I can't see anything wrong with that, so the problem must lie somewhere else. have you modified any other files, and/or modified any of the tables in the database |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 16 May 2006 : 13:41:49
|
sorry, that didn't help much am trying to figure out what might cause it to happen, but currently can't find anything. is your database access or sql ? |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 16 May 2006 : 14:15:54
|
do you think you could email me a copy of your db, my email address is huw at forum.snitz.com |
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 16 May 2006 : 18:10:01
|
leather lips, could you do me a quick favour, could you add the following line response.write strSQL
to line 388 in your pop_profile (just before the set rs2 = my_Conn.Execute(strsql)) line could you then have a look at the demo members profile, and copy the SQL string that it displays on the page, or just let me know when you have added that line and I will check for myself.
I ran some dummy queries on your db and that seems to work fine, so need to find out exactly what your code is sending to the db in it's query |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 16 May 2006 : 18:35:37
|
ok, that explains it it is actually doing what it is supposed to do, you are just misunderstanding it's function, the code displays "recent topics" that you have posted in, and by recent topics it means topics started within the last 30 days, it is not displaying posts you have made in the last 30 days, soif you reply to a topic that was 31 days old, it would not appear in the list even though the reply is new |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 16 May 2006 : 19:04:46
|
no worries  |
 |
|
|
Topic  |
|