|
|
Deporteando (@albertof) |
hello as I do to share from the mobile version .
Where is the code and where it gets ?
file: includes/libs/common.inc.php, function comment_form($stream_id, $flag = '', $likeflag = '',$arr=array())
old
[code]
if (in_array($stream['app'],array('texts','blogs','videos','images','events')) && !$_SESSION['mobile_detected']) {
[/code]
new
[code]
if (in_array($stream['app'],array('texts','blogs','videos','images','events')) ) {
[/code]
|
|
Jcow Master @falcone
127 months ago
|
I put the code on the mobile but does nothing
No screen to share
|
|
Deporteando @albertof
127 months ago
|