027-0019 Find A Username »  Show posts from    to     

Icy Phoenix


Old Bugs - 027-0019 Find A Username



n1cks21 [ Thu 29 May, 2008 17:48 ]
Post subject: 027-0019 Find A Username
Hi All

Sorry if this is in the wrong section I did do a search and found nothing (honest), I recently installed icyphoenix and everything seems fine apart from if I log into ACP and goto users and select manage I am presented with a select a user box, now if i select "find a username" a seach box pops up now if I enter a name with a wild card it does find the user name in the dropdown list but thats it I cant select the user or do anything else.

Version of Icy Phoenix: 1.2.0.27
Version of phpBB: 2.0.23
Version of PHP: 4.4.8
Version of MySQL: 5.0.45-community


n1cks21 [ Tue 03 Jun, 2008 11:02 ]
Post subject: Re: Find A Username
This is still causing me problems................


crimsonsun [ Tue 03 Jun, 2008 11:38 ]
Post subject: Re: Find A Username
Perhaps a screenshot might help? Make sure you have no disabled javascript in your browser for your own site. Go into ACP > Users > Userlist > Open/Close > Manage?


n1cks21 [ Wed 04 Jun, 2008 13:06 ]
Post subject: Re: Find A Username
Not sure a screen shot will help as no error message gets displayed, basically the screen flashes and thats it....... under further investigation I have found the below :-

If I select ACP > Users > (any option) ie edit postcounts,manage (you get the idea) and then select Find a Username (http://www.uk-alliance.com/search.php?mode=searchuser) all that happens is the below screen appears I search the user, then select the user from the drop down box but then nothing the screen flashes but nothing........

however

If I goto the home page and from the menu I select Users and groups and then select Usergroups I can select a group once I have selected a group I get the option at the bottom of the screen to Find a Username, if I choose this option I get to the same page (http://www.uk-alliance.com/search.php?mode=searchuser) however this time if I enter a name I can select the name from the drop down menu and it works fine..........

It just doesnt seem to work from the ACP

error


hal9000 [ Wed 04 Jun, 2008 13:48 ]
Post subject: Re: Find A Username
I Don't know if I understood it well. The problem is that when you select the username in the drop down list and then press the "select" button it doesn't do anything?


Lopalong [ Wed 04 Jun, 2008 15:03 ]
Post subject: Re: Find A Username
Try using this location in the ACP > Users: "Extended User Search"

You can use wild cards etc, and it brings up a window with lots of options.


n1cks21 [ Wed 04 Jun, 2008 15:15 ]
Post subject: Re: Find A Username
hal9000 wrote: [View Post]
I Don't know if I understood it well. The problem is that when you select the username in the drop down list and then press the "select" button it doesn't do anything?


Yes correct if I select the Find A member option from ACP it doesnt work however if I select Find a member option through the main menu it works a treat.................................


n1cks21 [ Wed 04 Jun, 2008 15:17 ]
Post subject: Re: Find A Username
Lopalong wrote: [View Post]
Try using this location in the ACP > Users: "Extended User Search"

You can use wild cards etc, and it brings up a window with lots of options.


yes that works fine but doesnt help me if I am doing something like "Edit Postcount"


hal9000 [ Wed 04 Jun, 2008 18:14 ]
Post subject: Re: Find A Username
Ohhh! I see what's happening, at least in my test. The problem is not the search pop-up window, but the main window where you press "find user", which advances the same that if you pressed "watch user" (or whatever it is in English) instead of remains on the current location waiting for the username returned by the pop-up, thus giving an "user doesn't exist" error in the main window and leaving the pop-up window without a target to which return the username.

As a workaround while this gets fixed, you may do this:
1) search the user in the pop-up window
2) without close the pop-up nor press "select", go to the main window and press the "go back" button on your browser (or ALT+left arrow) to return to the page which is waiting the name
3) return to the pop-up and press "select"

I hope this helps.


Lopalong [ Wed 04 Jun, 2008 23:44 ]
Post subject: Re: Find A Username
n1cks21 wrote: [View Post]

yes that works fine but doesnt help me if I am doing something like "Edit Postcount"


Sorry n1cks, I misunderstood the problem


n1cks21 [ Thu 05 Jun, 2008 01:22 ]
Post subject: Re: Find A Username
hal9000 wrote: [View Post]
Ohhh! I see what's happening, at least in my test. The problem is not the search pop-up window, but the main window where you press "find user", which advances the same that if you pressed "watch user" (or whatever it is in English) instead of remains on the current location waiting for the username returned by the pop-up, thus giving an "user doesn't exist" error in the main window and leaving the pop-up window without a target to which return the username.

As a workaround while this gets fixed, you may do this:
1) search the user in the pop-up window
2) without close the pop-up nor press "select", go to the main window and press the "go back" button on your browser (or ALT+left arrow) to return to the page which is waiting the name
3) return to the pop-up and press "select"

I hope this helps.


Thank You the workaround does fix the problem.........


Mighty Gorgon [ Wed 02 Jul, 2008 11:31 ]
Post subject: Re: 027-0019 Find A Username
I have fixed this.

OPEN templates/common/acp/user_select_body.tpl
FIND
Code: [Hide] [Select]
<input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}','_phpbbsearch','width=400,height=250,resizable=yes');" />

REPLACE WITH
Code: [Hide] [Select]
<input type="button" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}','_phpbbsearch','width=400,height=250,resizable=yes');" />


Apply the same to this file...

OPEN templates/common/acp/group_edit_body.tpl
FIND
Code: [Hide] [Select]
<input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}','_phpbbsearch','width=400,height=250,resizable=yes');" />

REPLACE WITH
Code: [Hide] [Select]
<input type="button" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}','_phpbbsearch','width=400,height=250,resizable=yes');" />




Powered by Icy Phoenix