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.
Topic_view_users.php Does Not Run
Subject: 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.
Subject: 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. :oops:
In 27 yes it works, but when i upgrade to 53b not. :oops:
Subject: 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! ;)
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! ;)
Subject: Re: Topic_view_users.php Does Not Run
The question is that my users :cry: can to see what users have read one topic. But in my case only i how administrator can see this users.
Subject: Re: Topic_view_users.php Does Not Run
and you have set "Disable "Who read this topic" (Global Switch)" in SQL Optimization to "no" ?
Subject: 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. 8)
This is the button that only see the administrator. There are a prismatics.
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. 8)
This is the button that only see the administrator. There are a prismatics.
Subject: 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
it says something like : Visor de Temas in spanish , Boli
Subject: 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.
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.
Subject: 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
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
Subject: 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
OPEN viewtopic.php
FIND
REPLACE WITH
These changes should allow you to enable the features for all users.
In latest GIT version you should amend a couple of files to change that.
OPEN topic_view_users.php
FIND AND REMOVE
if (empty($like) && ($user->data['user_level'] != ADMIN))
{
message_die(GENERAL_MESSAGE, $lang['Not_Auth_View']);
}
{
message_die(GENERAL_MESSAGE, $lang['Not_Auth_View']);
}
OPEN viewtopic.php
FIND
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);
}
{
$topic_viewed_link = append_sid('topic_view_users.' . PHP_EXT . '?' . $forum_id_append . '&' . $topic_id_append);
}
REPLACE WITH
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);
}
{
$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.
Page 1 of 1
You cannot post new topicsYou 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
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.1642s (PHP: 12% SQL: 88%)
SQL queries: 11 - Debug Off - GZIP Enabled