Author |
Topic |
alex042
Average Member
USA
631 Posts |
Posted - 16 August 2002 : 22:09:53
|
quote: Where are you seeing a sticky topic on someone's profile?
Hm, a sticky topic must've been a recent topic at the time I checked it because I don't see a sticky topic on the top of the list as before. I thought I had checked it after posting something somewhere else, but maybe not.
|
Edited by - alex042 on 21 August 2002 15:47:29 |
|
|
alex042
Average Member
USA
631 Posts |
Posted - 21 August 2002 : 13:31:37
|
Anyone else notice Gender not retaining its value?
Also, how should the recent topics be sorted? I thought it would be in reverse order of me reading or posting to that topic, but after reviewing the code, it looks like it's sorted on the last topic reply date from anyone. Is this correct or should that be sorted on the last reply I've made? And is it pulling everything? It seems like this would be a good order for me to monitor topics I've replied to for new replies, but for someone else just viewing my profile, I'd assume they'd be more interested in my last actual posts. Can we split these? |
Edited by - alex042 on 21 August 2002 15:52:22 |
|
|
Azaniah
Senior Member
United Kingdom
1004 Posts |
Posted - 22 August 2002 : 05:05:21
|
Interesting site that Bozden. Does anyone know the answer to the question about leaving UTF-8 as the default decoding? |
Eagles fly!, but weasels don't get sucked into jet engines. |
|
|
alex042
Average Member
USA
631 Posts |
Posted - 22 August 2002 : 08:03:19
|
Can we add zip code as a field? I'd like to add a city/state search based on zip code.
|
|
|
Deleted
deleted
4116 Posts |
Posted - 22 August 2002 : 09:42:55
|
quote:
Interesting site that Bozden. Does anyone know the answer to the question about leaving UTF-8 as the default decoding?
If you have "Auto-Select" turned on in browser (i.e. view/encoding/auto-select), the browser uses the info in http-header to decide on it. So, turn it off and select utf-8...
If you use charset=utf-8 on your website, you can mix almost every language on one page, provided that you are using unicode ready fonts (not those stylistic ones).
If I post when utf-8 is selected and select a Turkish encoding afterwards when viewing, I cannot read the special Turkish Characters (üğışçöÜĞİŞÇÖ).
|
Stop the WAR! |
|
|
alex042
Average Member
USA
631 Posts |
Posted - 19 September 2002 : 10:02:27
|
quote: Anyone else notice Gender not retaining its value?
I'm still having this same problem with v3.4.03. Gender select box in inc_profile is defaulting back to 'not specified' when using Netscape to edit profile.
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 19 September 2002 : 10:50:04
|
line #370 in inc_profile.asp, change it from this:
" <option selected value="""""
to this:
" <option value="""""
|
|
|
Topic |
|