Author |
Topic |
|
Aaron S.
Average Member
USA
985 Posts |
Posted - 20 September 2004 : 13:09:09
|
I have two forums that share the member directory, but have different forum data.
If I go to site X, active topics updates (which it should)... but the update applies to site Y also. So site Y shows 0 active topics, because it thinks I was already there (when I was really at site X).
Before I dug into the code to fix this, I wondered if anyone else has run into this problem and has a workaround.
Thanks,
--Aaron |
DOWNLOAD GREAT NEW MODS HERE |
Edited by - Aaron S. on 23 September 2004 16:34:07 |
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 20 September 2004 : 13:28:20
|
did you give each of your forums a different strUniqueID in config.asp ? |
|
|
Aaron S.
Average Member
USA
985 Posts |
|
Aaron S.
Average Member
USA
985 Posts |
Posted - 23 September 2004 : 15:06:16
|
Thinking about this some more, the strUniqueID shouldn't matter since the 2 forums appear on different domains.
--Aaron
|
DOWNLOAD GREAT NEW MODS HERE |
Edited by - Aaron S. on 23 September 2004 15:06:46 |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 23 September 2004 : 15:16:41
|
ok, it sounds like you are sharing the active users table when it should really be a seperate table for each forum |
|
|
Aaron S.
Average Member
USA
985 Posts |
Posted - 23 September 2004 : 15:39:26
|
The two forums are using different sets of code in different directories (but on the same server sharing the same Db).
--Aaron |
DOWNLOAD GREAT NEW MODS HERE |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 23 September 2004 : 16:09:39
|
yes, I gathered that, however I take it you only share the members table not the forum tables though, in which case you need to do as I suggested and have a seperate AU table as my gues is it is sharing the same AU table which is what is the cause of you trouble |
|
|
Aaron S.
Average Member
USA
985 Posts |
Posted - 23 September 2004 : 16:25:55
|
I edited my original post because I mistyped.
Active Users should read Active Topics.
The problem I am having is the Active Topic Count that I use to show how many new topics are available for a member.
--Aaron |
DOWNLOAD GREAT NEW MODS HERE |
|
|
|
Topic |
|