@ -72,7 +72,7 @@ optimal flexibility, remote control and scalability. <br />
<br/>
Dokeos is mainly a LMS running <spanstyle="font-weight: bold;">Apache</span>, <spanstyle="font-weight: bold;">MySQL</span> and <spanstyle="font-weight: bold;">PHP5</span> (the so called <spanstyle="font-weight: bold;">AMP</span> trilogy). <br/>
Dokeos is mainly a LMS running <spanstyle="font-weight: bold;">Apache 1.3, 2.0</span>, <spanstyle="font-weight: bold;">MySQL 5.1</span> and <spanstyle="font-weight: bold;">PHP5.1</span> (the so called <spanstyle="font-weight: bold;">AMP</span> trilogy). <br/>
@ -83,7 +83,7 @@ control remoto y escalabilidad. <br />
<br/>
Dokeos es principalmente un LMS que se ejecuta con <spanstyle="font-weight: bold;">Apache</span>, <spanstyle="font-weight: bold;">MySQL</span> y <spanstyle="font-weight: bold;">PHP5</span> (tambien llamada la trilogía <spanstyle="font-weight: bold;">AMP</span>). <br/>
Dokeos es principalmente un LMS que se ejecuta con <spanstyle="font-weight: bold;">Apache 1.3, 2.0</span>, <spanstyle="font-weight: bold;">MySQL 5.1</span> y <spanstyle="font-weight: bold;">PHP5.1</span> (tambien llamada la trilogía <spanstyle="font-weight: bold;">AMP</span>). <br/>
$sql = "SELECT id, name,id_coach,username,date_start,date_end FROM $tbl_session s INNER JOIN $tbl_session_rel_access_url as session_rel_url
$sql = "SELECT id, name,id_coach,username,date_start,date_end,visibility,session_category_id FROM $tbl_session s INNER JOIN $tbl_session_rel_access_url as session_rel_url
ON (s.id= session_rel_url.session_id) INNER JOIN $tbl_user u ON (u.user_id = s.id_coach)
$query="SELECT DISTINCT t1.user_id,username,firstname,lastname,picture_uri FROM $tbl_user t1,$tbl_chat_connected t2,$tbl_session_course t3 WHERE t1.user_id=t2.user_id AND t3.id_coach=t2.user_id AND t3.id_session = '".$_SESSION['id_session']."' AND t3.course_code = '".$_course['sysCode']."' AND t2.last_connection>'".$date_inter."' ORDER BY username";
@ -79,7 +79,7 @@ if (is_array($forums_of_groups)) {
}
}
if ($current_group['doc_state']!=1 and $current_group['calendar_state']!=1 and $current_group['work_state']!=1 and $current_group['announcements_state']!=1 and $current_group['wiki_state']!=1 and $forum_state_public!=1) {
if ($current_group['doc_state']!=1 and $current_group['calendar_state']!=1 and $current_group['work_state']!=1 and $current_group['announcements_state']!=1 and $current_group['wiki_state']!=1 and $current_group['chat_state']!=1 and $forum_state_public!=1) {
if (!api_is_allowed_to_edit(null,true) and !GroupManager :: is_user_in_group($_user['user_id'], $current_group['id'])) {
echo api_not_allowed($print_headers);
}
@ -214,6 +214,13 @@ if (api_is_allowed_to_edit(false,true) OR GroupManager :: is_user_in_group($_SES
<tdalign="center"class="fileColumns"id="tdst<?phpecho$count;?>"> <aid="a<?phpecho$count;?>"href="<?phpecho"../".$file['path'];?>"target="_blank"><spanclass="<?phpecho$file['cssClass'];?>"> </span></a></td><!-- Juan Carlos Ra<EFBFBD>a Fix for Dokeos: On the path I put a directory up echo "../".$ file [ 'path'], what makes good show when pressed next on window preview, don't only one image -->
<tdalign="center"class="fileColumns"id="tdst<?phpecho$count;?>"> <aid="a<?phpecho$count;?>"href="<?phpecho"../".$file['path'];?>"target="_blank"><spanclass="<?phpecho$file['cssClass'];?>"> </span></a></td><!-- Juan Carlos Raña Fix for Dokeos: On the path I put a directory up echo "../".$ file [ 'path'], what makes good show when pressed next on window preview, don't only one image -->
define('CONFIG_EDITOR_NAME', (CONFIG_QUERY_STRING_ENABLE && !empty($_GET['editor'])?secureFileName($_GET['editor']):'fckeditor')); // run mode fckeditor (Dokeos editor)
define('CONFIG_THEME_NAME', (CONFIG_QUERY_STRING_ENABLE && !empty($_GET['theme'])?secureFileName($_GET['theme']):'default')); //change the theme to your custom theme rather than default
define('CONFIG_DEFAULT_VIEW', (CONFIG_SYS_THUMBNAIL_VIEW_ENABLE?'thumbnail':'detail')); //thumbnail or detail
define('CONFIG_DEFAULT_PAGINATION_LIMIT', 10);
define('CONFIG_DEFAULT_PAGINATION_LIMIT', 10000); //change 10 by 10000 while pagination is deactivated on Dokeos
define('CONFIG_LOAD_DOC_LATTER', false); //all documents will be loaded up after the template has been loaded to the client
if(typeof(searchNeeded)=='boolean'&&searchNeeded&&searchRequired)// Below a temporal hack for Dokeos, change var search_recursively from = 0 to = 1 while radio button is deactivated into ajaxfilemanager.php Now alltime is recursively