Login     Sign up
Deporteando (@albertof)
114 months ago
505 Views

hello as I do to share from the mobile version .
Where is the code and where it gets ?

1 people followed this question
0

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
114 months ago
@falcone I put the code on the mobile but does nothing , No screen to share
114 months ago
0

I put the code on the mobile but does nothing

No screen to share

Deporteando @albertof
114 months ago