Can we get a sneak peak of the new features for 2.0? Is it improving all the issues with the mobile version? In some browsers is not working properly, in my case 80% of my users come from mobile..
thanks
Jason wrote:We haven't yet announced the full feature set for v2.0, but the mobile version is being improved.
jcom wrote:Is it going to be PHP 7.0 compatible?
CAlchin wrote:Installed 2.0 however it appears not to be showing up in xenforo. Anyone else had this issue?
function get_link($link, $user_id)
{
global $base_url;
return $base_url . '../users.php?id=' . $link;
}
jcom wrote:Hello Jason,
into the integrations.php file, how can we get the profile link if our site structure it's not by id but by username?
- Code: Select all
function get_link($link, $user_id)
{
global $base_url;
return $base_url . '../users.php?id=' . $link;
}
example: .com/username or .com/jason
Thank you
" . TABLE_PREFIX . DB_USERTABLE . "." . DB_USERTABLE_USERID . " link" . TABLE_PREFIX . DB_USERTABLE . "." . DB_USERTABLE_NAME. " linkTHeringa wrote:And the link to /arrowchat/mobile is not working anymore. Hoe can I fix this?
THeringa wrote:Just a normal 404.
I've checked the .htaccess file and the mobile chat is supposed to be located at /public/mobile, but this folder is missing in the zip file all together. I've uploaded the old /mobile folder from a previous version and this seems to be working.
Still looking for a way to bring back the chat tab on mobile though.