Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Тебе ответели уже выше, что надо убрать 4 строки.
if ( $this->config['allow_alt_url'] == "yes" )
{
$profile_url = $this->config['http_home_url']."user/".$this->user_name
}
else
{
$profile_url = $this->config['http_home_url']."index.php?subaction=userinfo&user=".$this->user_name;
}
if ( $this->config['allow_alt_url'] == "yes" )
{
$profile_url = $this->config['http_home_url']."user/".urlencode($this->user_name);
}
else
{
$profile_url = $this->config['http_home_url']."index.php?subaction=userinfo&user=".urlencode($this->user_name);
}
а в поиск слабо забить модуль онлайн 2.3 pav ?Ставил 4 версию, работает, но иногда тормазиет, в админке не показывает ип и место нахождения, 5 версия вообще не встала, я смотрю тут 2,3 версию все расхваливют, а не кто бы не мог ее выложить?
*** скрытое содержание ***