igor2720 Posted August 15, 2015 Report Share Posted August 15, 2015 (edited) Всем привет! Решил заменить на своем сайте ссылку на страницу пользователя с /u на /id. Естественно заменил /u во всех файлах (php, tpl, .htaccess, а вот в js ничего не нашел) на /id. И возникла проблема. Если переходить в профиль по ссылке /u то все работает, а если с /id то не работает Рассказать друзьям в статусе - пропадает стена пользователя и появляется только Показать больше записей... Сборка обычная - Vii 2.0 Прошу Вас помочь))) На всякий случай - мой профиль ВК: vk.com/dev_igor Edited August 15, 2015 by igor2720 1 Link to comment Share on other sites More sharing options...
JacksScripts Posted August 17, 2015 Report Share Posted August 17, 2015 (edited) Вообщем открываешь, profile.js, ищешь: location.href.split('http://'+location.host+'/u'); и меняешь на location.href.split('http://'+location.host+'/id'); Edited August 17, 2015 by JacksScripts Link to comment Share on other sites More sharing options...
igor2720 Posted August 17, 2015 Author Report Share Posted August 17, 2015 Ок, попробую) Спасибо большое))) Link to comment Share on other sites More sharing options...
JacksScripts Posted August 17, 2015 Report Share Posted August 17, 2015 (edited) Ок, попробую) Спасибо большое)))Благодарность можно выразить с помощью Edited August 17, 2015 by JacksScripts 1 Link to comment Share on other sites More sharing options...
igor2720 Posted August 17, 2015 Author Report Share Posted August 17, 2015 Благодарность можно выразить с помощью Ок))) Link to comment Share on other sites More sharing options...
FeNIX Posted December 18, 2015 Report Share Posted December 18, 2015 Ребят, а как все же, можно изменить адрес /u на /id ? Link to comment Share on other sites More sharing options...
Why Not Posted December 19, 2015 Report Share Posted December 19, 2015 Ребят, а как все же, можно изменить адрес /u на /id ? Выше ответ не читал? Link to comment Share on other sites More sharing options...
Recommended Posts