Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Topic_view_users.php Does Not Run 
 
Hello,

topic_view_users.php does not run from 1 month ago.

Any ideas? I think is due to a user whit a ilegal character o something like that.

I test database from ACP, clean, optimice... all, and nothing.

Thanks you in advance.
 




____________
Acuarios, mascotas
Forografia, fotos
Informatica, pc
 
portalpezSend private messageVisit poster's website  
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: Topic_view_users.php Does Not Run 
 
Can you report the error you are having?
 




____________
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
Reply with quote Download Post 
Post Re: Topic_view_users.php Does Not Run 
 
Sorry, but I have not updated yet ... I still have the old version 1.27. Therefore, I will wait to upgrade and if the problem continues I will open the report. Thank you anyway.
 




____________
Acuarios, mascotas
Forografia, fotos
Informatica, pc
 
portalpezSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Topic_view_users.php Does Not Run 
 
Me too. I will upgrade from 27 to 53b and the topic view user only i see how administrator. The rest of users not. I enable in ACP>icyphoenix>sql optimitation but not works.

In 27 yes it works, but when i upgrade to 53b not.  
 



 
BoliSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Topic_view_users.php Does Not Run 
 
Hi Boli,

I'm not sure I understand your question correct but could you check these settings in ACP please?

ACP >> Configuration >> Site >> Board Usage Statistics Settings (right side)

The settings there allow you to set who can see what!
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Topic_view_users.php Does Not Run 
 
The question is that my users   can to see what users have read one topic. But in my case only i how administrator can see this users.
 



 
BoliSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Topic_view_users.php Does Not Run 
 
and you have set "Disable "Who read this topic" (Global Switch)" in SQL Optimization to "no" ?
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Edited by Joshua203, Tue 06 Mar, 2012 13:33: changed SEO to SQL
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Topic_view_users.php Does Not Run 
 
Not, i have like enabled. But if i  put in disabled this isn't see for any users any moderator any administrator.

If i enable only administrator can see. And i like, how works in 27c, that it will see for all my users, not only i like administrator.  


This is the button that only see the administrator. There are a prismatics.


 



 
BoliSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Topic_view_users.php Does Not Run 
 
where should be a switch in Forum Administration aswell.

it says something like : Visor de Temas in spanish , Boli
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Topic_view_users.php Does Not Run 
 


This is the switch i see. ( Este es el único switch que veo en Icyphoenix>Optimizacion SQL y lo tengo hablitado )


( Lo que dices de visor de temas no lo veo en Administración>foro ) Sólo veo Administración>valoración de temas.
 



 
BoliSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Topic_view_users.php Does Not Run 
 
you´ve got to edit a forum to see it

But anyway. i just testet it in my testsite.

this option is only for admins now i think



tienes que ir a editar un Foro, para verlo

acabo de mirar y probar en mi sitio de pruebas, y creo que solo es para admin´s y como mucho moderadores.

creo que tiene que ver con carga de sql
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Topic_view_users.php Does Not Run 
 
For several reasons I forced only admins to be able to access that page.

In latest GIT version you should amend a couple of files to change that.

OPEN topic_view_users.php
FIND AND REMOVE
Code: [Download] [Hide] [Select]
if (empty($like) && ($user->data['user_level'] != ADMIN))
{
    message_die(GENERAL_MESSAGE, $lang['Not_Auth_View']);
}


OPEN viewtopic.php
FIND
Code: [Download] [Hide] [Select]
if (empty($config['disable_topic_view']) && ($forum_topic_data['forum_topic_views'] == 1) && ($user->data['user_level'] == ADMIN))
{
    $topic_viewed_link = append_sid('topic_view_users.' . PHP_EXT . '?' . $forum_id_append . '&' . $topic_id_append);
}

REPLACE WITH
Code: [Download] [Hide] [Select]
if (empty($config['disable_topic_view']) && ($forum_topic_data['forum_topic_views'] == 1))
{
    $topic_viewed_link = append_sid('topic_view_users.' . PHP_EXT . '?' . $forum_id_append . '&' . $topic_id_append);
}


These changes should allow you to enable the features for all users.
 




____________
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  Reply to topic  Page 1 of 1
 


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


  

 

  cron