Icy Phoenix

     
 


Post new topic  This topic is locked: you cannot edit posts or make replies. 
Page 2 of 2
Goto page Previous  1, 2
 
Reply with quote Download Post 
Post Re: Problems In Memberlist. 
 
Ok, I will tell what I did.

I verify all the code to find a need of any theme_table field but I did not find anything,  so I decide to eliminate the join of the theme_table and know I can see all my members no matter what style the have set.

This is the resulting query in the memberlist.php:

Code: [Download] [Hide]
  1. if ($board_config['inactive_users_memberlists'] == true)  
  2. {  
  3.     $sql = "SELECT u.*  
  4.         FROM " . USERS_TABLE . " u  
  5.         WHERE u.user_id <> " . ANONYMOUS . "  
  6.         $where_sql  
  7.         $alpha_where  
  8.         ORDER BY $order_by";  
  9. }  
  10. else  
  11. {  
  12.     $sql = "SELECT u.*  
  13.         FROM " . USERS_TABLE . " u  
  14.         WHERE u.user_id <> " . ANONYMOUS . "  
  15.         AND user_active = 1  
  16.         $where_sql  
  17.         $alpha_where  
  18.         ORDER BY $order_by";  
  19. }  
  20.  


Try it and let me know.
 



 
kognosSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Problems in Memberlist. 
 
I do not understand what it's your point

if it's necesary, explain me in spanish
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problems In Memberlist. 
 
Gracias por tu interes Zuker.

Muchos se quejan de que aparentemente hay un problema en la pagina de memberlist.php que hace que solo se vean algunos usuarios y no todos.  Y ni caso no es la excepcion.  

Con el tiempo note que cada vez se podian ver mas usuarios en la lista.  A la misma vez yo entraba de vez en cuando al ACP para arreglar los estilos por defecto, porque por alguna razon, aunque yo defina un estilo por defecto para todos los usuarios y seleccione que los usuarios no puedan cambiar esto, siempre aparecian uno que otro usuario con el estilo por defecto de Icy Phoenix.  

Un dia, justo despues de volver a arreglar lo de los estilos y poner mi estilo por defecto para todos, cuando sali, fui a la lista de miembros a buscar un miembro que yo sabia que se estaba viendo en la lista incompleta, me di cuenta que ya no aparecia ningun miembro.  La lista estaba vacia.

Esto me dio mala espina y fui al ACP y defini el estilo por defecto de Icy Phoenix pra todos los miembros.  Luego, cuando fui a la lista, todos los miembros estaban ahi.  Ahora se podian ver todos.  Asi que entendi que tenia que ver algo con los estilos.

Fui al codigo php de la pagina y me note de que en el query que busca a los miembros en la BD, hace un join entre la tabla de usuarios y la de los estilos.  Yo busque todo el codigo y no vi ninguna variable que leyera algun campo la tabla de los estilios, asi que pense que probablemente ese join se usaba en alguna version antigua de  Icy Phoenix, asi que elimine la tabla de los estilos del query y decidi probar definiendo de nuevo mi estilo para todos los usuarios y cuando volvi a la lista, bingo!.  Todos losmismbros estaban ahi.

Asi que conclui que el problema era que el join con la tabla de estilos traia solamente los miembros que tuvieran el estilo por defecto.

En mis port anteriores de este tema muestro el query antes y despues y como ahora todo me va bien sin ningun problema.
 



 
kognosSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problems in Memberlist. 
 
I understand:)

Anyway, that problem it's already fixed in next version of IP.
Thanks for your time

Greets
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problems in Memberlist. 
 
Already as it solves the problem without giving account me.

It is necessary to do the following thing.
ACP - Styles & Templates - Styles Management - Default Style - switch all users to this style

I made it touch, because when updating of XS to Icy Phoenix.
I put to ignore the style of the user, so that nobody had problems.

Thus, that the error that we had at the outset, comes from the migration.
I suppose perhaps that the solution helps MG to find the “small problem”

Greetsss !!!  
 




____________
www.JanuWeb.Com - Webmaster
www.phpBB-Es.Com - Administrador
 
JANU1535Send private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problems in Memberlist. 
 
Thanks JANU1535, I'll check.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Post new topic  This topic is locked: you cannot edit posts or make replies.  Page 2 of 2
Goto page Previous  1, 2


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events