No Aliases [message #24776] |
Fri, 13 May 2005 18:39 |
impactdni
Messages: 7 Registered: May 2005
Karma: 0
|
Junior Member |
|
|
Working on implementing a FUDForum. I have turned off the use of aliases, however, looking through the code in FUDforum2/theme/default/ it seems like some of the default views still look to my "alias" field in fud26_users. Can anyone point to me why it wouldn't? (I would like to be able to delete the alias table if possible, or at least leave all the aliases blank.)
|
|
|
Re: No Aliases [message #24786 is a reply to message #24776] |
Sat, 14 May 2005 14:29 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
If aliases are not used, the alias field is simply used to store the HTML encoded version of the login name so that the forum does not need to do this encoding in realtime.
FUDforum Core Developer
|
|
|
|
Re: No Aliases [message #24797 is a reply to message #24794] |
Sat, 14 May 2005 18:28 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Why would you even want to?
FUDforum Core Developer
|
|
|
|
Re: No Aliases [message #24802 is a reply to message #24800] |
Sat, 14 May 2005 20:38 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It's SUPPOSED to be there... that's the thing, it's always used a caching field for the login value to ensure that it does not need to be htmlencoded every time...
FUDforum Core Developer
|
|
|
Re: No Aliases [message #24804 is a reply to message #24776] |
Sat, 14 May 2005 22:33 |
impactdni
Messages: 7 Registered: May 2005
Karma: 0
|
Junior Member |
|
|
hmmm
See, I'm busy trying to mod this thing quite a bit =P
Aliases could stay, doesn't seem overly bad, but at the same time, I'm trying to get it to read emails from a different table altogether, as well as names. Just so I don't need to have 2 tables with the same info...
|
|
|