<?php echo _COM_C_BACK; ?>
mcap==: ' . JPATH_COMPONENT_ADMINISTRATOR . ' .... help!!'; } } function showAdministration($rows, $children, $pageNav, $option) { ?>
getLimitBox(); ?>
parent == 0) { ?> published ? 'unpublish' : 'publish'; $img = $row->published ? 'publish_g.png' : 'publish_x.png'; if ($row->pub_access == 0) { $groupname = _KUNENA_EVERYBODY; } else if ($row->pub_access == -1) { $groupname = _KUNENA_ALLREGISTERED; } else { $groupname = $row->groupname == "" ? " " : $row->groupname; } $adm_groupname = $row->admingroup == "" ? " " : $row->admingroup; ?>
#
limitstart + 1; ?> category ? "$row->category/$row->name" : "$row->name"); echo ($row->treename); ?> id; ?> category ? " " : ($row->locked == 1 ? "" : "")); ?> moderated == 1 ? "" : ""); ?> category ? " " : ($row->review == 1 ? "" : "")); ?> editor; ?>  orderUpIcon( $i, isset($children[$row->parent][$row->location-1]), 'orderup', 'Move Up', 1); ?> orderDownIcon( $i, $n, isset($children[$row->parent][$row->location+1]), 'orderdown', 'Move Down', 1); ?>
getLimitBox().$pageNav->getResultsCounter().$pageNav->getPagesLinks(); ?>
'; ?>
0)); ?>
id ? _KUNENA_EDIT : _KUNENA_ADD; ?>


moderated) { ?>
"; } else { $k = 1; $i = 0; foreach ($moderatorList as $ml) { $k = 1 - $k; ?>
#
" . _KUNENA_NOMODS . "
name; ?> username; ?> email; ?>
ordering != 0) { echo ''; } ?>
0)); echo $pane->startPane( 'pane' ); echo $pane->startPanel( 'Config', 'panel1' ); ?>
 
1: 2: 3: 4: 5: 6:
7: 8: 9: 10: 11: 12:
0) { $fbmsg = _KUNENA_GD_INSTALLED . $fb_gd ; } elseif ($fb_gd == -1) { $fbmsg = _KUNENA_GD_NO_VERSION; } else { $fbmsg = _KUNENA_GD_NOT_INSTALLED . 'http://www.php.net/gd'; } echo $fbmsg; ?>
%
endPanel(); echo $pane->startPanel( 'Show Instructions', 'panel2' ); showInstructions($kunena_db, $option, $lang); echo $pane->endPanel(); */ /*echo $pane->startPanel( 'Forum Administration', 'panel3' ); showCss($file, $option); echo $pane->endPanel(); echo $pane->endPane(); */ } function showInstructions($kunena_db, $option, $lang) { ?>
 
getLimitBox(); ?> :
| | |
0) { $k = 0; //foreach ($profileList as $pl) $i = 0; for ($i = 0, $n = count($profileList); $i < $n; $i++) { $pl = &$profileList[$i]; $k = 1 - $k; ?> "; } ?> "> '; ?>
userid; ?> username; ?> name; ?> email; ?>  moderator) { echo _ANN_YES; } else { echo _ANN_NO; } ; ?>   view; ?>  signature)); ?> 
" . _KUNENA_NOUSERSFOUND . "
getLimitBox().$pageNavSP->getResultsCounter().$pageNavSP->getPagesLinks(); ?>
getLimitBox(); ?>    
0) { $k = 0; $i = 0; for ($i = 0, $n = count($userList); $i < $n; $i++) { $pl = &$userList[$i]; $k = 1 - $k; ?> "; } ?> '; ?>
#  
limitstart + 1; ?> id; ?>  name; ?>  email; ?>  id, $modIDs)) { echo ""; } else { echo ""; } } else { echo ""; } ?>  
" . _KUNENA_NOMODSAV . "
getLimitBox().$pageNav->getResultsCounter().$pageNav->getPagesLinks(); ?>
signature; $username = $user->name; $avatar = $user->avatar; $ordering = $user->ordering; //that's what we got now; later the 'future_use' columns can be used.. $csubslist = count($subslist); // include_once ('components/com_kunena/bb_adm.js'); ?>
allowavatar) { ?>  "; echo ''; } ?> allowavatar) { ?>  "; } ?>  
 
 
: maxsig; ?>
*/ ?>

: :
*/ ?>


'; echo ''; } else { echo "" . _KUNENA_NS . "
"; echo ''; } ?>
0) { foreach ($subslist as $subs) { //get all message details for each subscription $kunena_db->setQuery("select * from #__fb_messages where id=$subs->thread"); $subdet = $kunena_db->loadObjectList(); check_dberror("Unable to load subscription messages."); foreach ($subdet as $sub) { $k = 1 - $k; echo ""; echo " "; echo ""; $enum++; } } } else { echo ""; } echo "
$enum: ".html_entity_decode_utf8(stripslashes($sub->subject))." by ".html_entity_decode_utf8(stripslashes($sub->name)); echo "  
" . _KUNENA_NOSUBS . "
"; } //************************** // Prune Forum //************************** function pruneforum($option, $forumList) { ?>
 
'; echo $type ? _COM_A_IMGB_IMG_BROWSE : _COM_A_IMGB_FILE_BROWSE; echo ''; echo ''; echo '
'; echo $type ? _COM_A_IMGB_TOTAL_IMG : _COM_A_IMGB_TOTAL_FILES; echo ': ' . count($uploaded) . '
'; echo $type ? _COM_A_IMGB_ENLARGE : _COM_A_IMGB_DOWNLOAD; echo '
'; echo $type ? _COM_A_IMGB_DUMMY_DESC . '
' . _COM_A_IMGB_DUMMY . ':
' : ''; echo '
'; echo ''; for ($i = 0; $i < count($uploaded); $i++) { $j = $i + 1; //get the corresponding posting $query = "SELECT mesid FROM #__fb_attachments where filelocation='".KUNENA_PATH_UPLOADED."/".($type?'images':'files')."/$uploaded[$i]'"; $kunena_db->setQuery($query); $mesid = $kunena_db->loadResult(); //get the catid for the posting $kunena_db->setQuery("SELECT catid FROM #__fb_messages where id='$mesid'"); $catid = $kunena_db->loadResult(); echo $mesid == '' ? ''; if (function_exists('fmod')) { if (!fmod(($j), 5)) { echo ''; } } else { if (!KUNENA_fmodReplace(($j), 5)) { echo ''; } } } echo '
' : ''; echo '
'; echo $type ? '' : ''; echo '
'; //echo ''; echo '
'; echo '' . _COM_A_IMGB_NAME . ': ' . $uploaded[$i] . '
'; echo '' . _COM_A_IMGB_SIZE . ': ' . filesize($uploaded_path .DS . $uploaded[$i]) . ' bytes
'; $type ? list($width, $height) = @getimagesize($uploaded_path .DS . $uploaded[$i]) : ''; echo $type ? '' . _COM_A_IMGB_DIMS . ': ' . $width . 'x' . $height . '
' : ''; echo $type ? '' . _COM_A_IMGB_REPLACE . '
' : ''; echo $type ? '' . _COM_A_IMGB_REMOVE . '
' : '' . _COM_A_IMGB_REMOVE . '
'; if ($mesid != '') { echo '' . _COM_A_IMGB_VIEW . ''; } else { echo _COM_A_IMGB_NO_POST; } echo '
'; echo '
'; ?>
getLimitBox(); ?>
 
id; ?> <?php echo $s->location; ?> code; ?>  location; ?>   
getLimitBox().$pageNavSP->getResultsCounter().$pageNavSP->getPagesLinks(); ?>
'; ?>
   
 
/>
   
 
getLimitBox(); ?>
$row) { $k = 1-$k; ?> '; ?>
#  
limitstart+1);?> <?php echo $row->rank_image; ?> rank_title; ?> rank_special == 1 ) { echo _ANN_YES; } else { echo _ANN_NO; } ?> rank_min; ?>  
getLimitBox().$pageNavSP->getResultsCounter().$pageNavSP->getPagesLinks(); ?>
 
 
rank_special == 1) { echo 'checked="checked"';} ?> />