|
|
|
|
|
Re: 2.6.2 Find User link broken [message #18512 is a reply to message #18501] |
Tue, 25 May 2004 21:16 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Can you try and see if it works for you on this forum (it does for me).
If it does not work please tell me what browser are you using and make sure your JavaScript is enabled (both of those links utilize JavaScript).
FUDforum Core Developer
|
|
|
|
|
|
Re: 2.6.2 Find User link broken [message #18531 is a reply to message #18530] |
Wed, 26 May 2004 19:23 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Modify the new template files based on the ones the forum backed up into errors/.backup/ directory.
I dunno why you are seeing this problem on your forum but not here and I am unable to replicate it with any browser on any of my development forums.
Do you have URL sessions enabled? If so try disabling them...
FUDforum Core Developer
|
|
|
|
Re: 2.6.2 Find User link broken [message #18533 is a reply to message #18532] |
Wed, 26 May 2004 19:31 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
View source of the page. It's a very simple window open code.
It is possible that your browser does not like javascript:// for the URL for some reasons, but if that were the case it should've not worked on this forum as well.
FUDforum Core Developer
|
|
|
Re: 2.6.2 Find User link broken [message #18534 is a reply to message #18533] |
Wed, 26 May 2004 19:34 |
|
tcsboy
Messages: 25 Registered: August 2003
Karma: 0
|
Junior Member |
|
|
Quote: | Modify the new template files based on the ones the forum backed up into errors/.backup/ directory.
|
There are at least a hundred files in the .backup directory and no other directories are in it. Is there an easier way to work with templates for future upgrades?
I'm looking on the bright side, but I still don't see the light!
[Updated on: Wed, 26 May 2004 19:38] Report message to a moderator
|
|
|
Re: 2.6.2 Find User link broken [message #18535 is a reply to message #18534] |
Wed, 26 May 2004 19:39 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Not really, generally speaking (with the exception of few releases) commonly modified templates are rarely changed, so you don't actually need to perform any modifications every upgrade.
FUDforum Core Developer
|
|
|
|
|
|
Re: 2.6.2 Find User link broken [message #18539 is a reply to message #18538] |
Wed, 26 May 2004 20:12 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The site does not require any login. You can download the affected files (they are listed @ the top) and replaces the ones you have with those.
FUDforum Core Developer
|
|
|
Re: 2.6.2 Find User link broken [message #18540 is a reply to message #18539] |
Wed, 26 May 2004 20:31 |
|
tcsboy
Messages: 25 Registered: August 2003
Karma: 0
|
Junior Member |
|
|
I copied all the files into my /var/FUDforum/thm/... directory and rebuilt the theme. I got the following message during rebuild:
Missing Message entry register_max_sig_len inside i18n/english/msg
I'm looking on the bright side, but I still don't see the light!
[Updated on: Wed, 26 May 2004 20:31] Report message to a moderator
|
|
|
|
Re: 2.6.2 Find User link broken [message #18542 is a reply to message #18541] |
Wed, 26 May 2004 20:42 |
|
tcsboy
Messages: 25 Registered: August 2003
Karma: 0
|
Junior Member |
|
|
That worked. I noticed the find option is case sensitive. I think that is hard for searches. Is is supposed to be that way. It also brought in my custom header into the window.
And one more (hopefully) for the road: How would I change the window size on that link? Is that in the pmsg.tmpl?
Thanks a lot!
I'm looking on the bright side, but I still don't see the light!
[Updated on: Wed, 26 May 2004 20:43] Report message to a moderator
|
|
|
Re: 2.6.2 Find User link broken [message #18543 is a reply to message #18542] |
Wed, 26 May 2004 20:47 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
find is case sensitive intentionally.
Your custom header would only appear if you modified header_plain to include your custom header. This section is only used for pop-up windows and should not be modified.
You need to edit ppost.tmpl to modify the window size.
FUDforum Core Developer
|
|
|
Re: 2.6.2 Find User link broken [message #18544 is a reply to message #18543] |
Wed, 26 May 2004 21:53 |
|
tcsboy
Messages: 25 Registered: August 2003
Karma: 0
|
Junior Member |
|
|
First off, I must say you have the best support around. Thanks for all the help.
Quote: | find is case sensitive intentionally.
|
For me it would help to not be case sensitive at times, so for an add-on suggestion, you could have a check box to make it case sensitive. Maybe, I am not in the majority, but it seems it would be handy in a lot of cases. For example, searching for tom, I don't get Tom. Also, I wouldn't get bottom. It seems like that would be a needed function too; to be able to search for a string within a user name. Just a thought.
Quote: | Your custom header would only appear if you modified header_plain to include your custom header. This section is only used for pop-up windows and should not be modified.
|
I had obviously edited the plain one also. Thanks!
Quote: | You need to edit ppost.tmpl to modify the window size.
|
When I took care of the header problem, I didn't need to resize anyway. Thanks for the info, though.
I'm looking on the bright side, but I still don't see the light!
[Updated on: Wed, 26 May 2004 21:53] Report message to a moderator
|
|
|
Re: 2.6.2 Find User link broken [message #18545 is a reply to message #18544] |
Wed, 26 May 2004 21:58 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Making user search case insensitive would make the query extremely slow especially on the larger forums.
FUDforum Core Developer
|
|
|
|