Author |
Topic  |
|
CodeName
Junior Member
 
296 Posts |
Posted - 13 December 2002 : 18:54:41
|
Well I installed Active users 4.17 on my forum but I cant see 2 Option for Users..
First is ;
`View Signatures in Posts?:` with Yes/No .. I cant see This Option .. and I think I deleted it when I was adding Active users or PM mod..
And
Second is ;
`Show on Active Users`with Yes/No .. I cant see too this option in the profile..
At where I made wrong ? |
Edited by - CodeName on 15 December 2002 15:19:23 |
|
CodeName
Junior Member
 
296 Posts |
Posted - 14 December 2002 : 06:52:14
|
Any Help Please ? |
 |
|
masterao
Senior Member
   
Sweden
1678 Posts |
Posted - 14 December 2002 : 14:22:14
|
I didn't have time to post yesterday, but I got more time now.
Both of your problems are with inc_profile.asp. There is only one change made to inc_profile.asp for AU, so it shouldn't be that difficult to fix.
If you need any help with it, just let me know.
|
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
 |
|
CodeName
Junior Member
 
296 Posts |
Posted - 14 December 2002 : 14:52:03
|
Well I will add the code again for inc_profile.asp AU codes but Why I cant see the :
View Signatures in Posts?: Yes/No
??
I think I deleted .. Do you have the standart codes for that option ? |
 |
|
CodeName
Junior Member
 
296 Posts |
Posted - 14 December 2002 : 15:15:51
|
Well I added the AU codes to inc_profile.asp again but Its same..
|
Edited by - CodeName on 15 December 2002 15:21:48 |
 |
|
masterao
Senior Member
   
Sweden
1678 Posts |
Posted - 14 December 2002 : 19:46:41
|
I have checked your pop_profile.asp and inc_profile.asp, and they seem to be correct.
Have you allowed signatures for your forum and have you configured the admin options for active users? If not, they will not show up when editing a profile.
|
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
 |
|
CodeName
Junior Member
 
296 Posts |
Posted - 15 December 2002 : 04:26:27
|
Yes Active users table is working very good in default.asp and From Admin Options Signature Option is `on` ..
But I dont know where is the problem.. |
 |
|
masterao
Senior Member
   
Sweden
1678 Posts |
Posted - 15 December 2002 : 08:26:04
|
Ok. There is one think that I noticed in pop_profile.asp, but I didn't think it would matter.
You added this code strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_AUHIDE" before strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_SIG" instead for after. The code is added in two places in pop_profile.asp. Move the code on line 852 and 986 below strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_SIG".
Im not sure if this will fix it or not, but that is the only thing I noticed.
|
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
 |
|
CodeName
Junior Member
 
296 Posts |
Posted - 15 December 2002 : 12:44:13
|
Well I made that what you noticed but Didnt Showed The Options again..  |
 |
|
DoraMoon
Average Member
  
Taiwan
661 Posts |
Posted - 15 December 2002 : 14:23:09
|
hi~ CodeName,
to see this... View Signatures in Posts?: you must turn ON "Allow Dynamic Signatures" in Feature Configuration
to see this... Show on Active Users: you must turn ON "Allow Anonymous Members" in Active Users Configuration
i also can't see any problem with your modified code. so i think maybe you'd better checking your configuration on Admin Option again.  |
 |
|
CodeName
Junior Member
 
296 Posts |
Posted - 15 December 2002 : 15:15:19
|
yeah this is Doramoon ; every thing is well done , I can see what I want at pop_profile
Thanks Masterao and Doramoon for fixing this problem :-)
(How I didnt thinked Allow Dynamic Signatures on/off  ) |
 |
|
|
Topic  |
|