Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Solved [gelöst] Statistik kürzen

More
9 years 10 months ago - 9 years 10 months ago #1 by Rogan
Ist es möglich die Statistik unten im Forum zu kürzen?

Ich benötige nur die erste Zeile mit,

Gesamte Beiträge: 2 | Gesamte Themen: 1 Mitglieder insgesamt: 2 | Neuestes Mitglied: Rogan

Der Rest sowie die Mitgliederliste soll nicht mehr dort stehen.
Last edit: 9 years 10 months ago by Rogan.

Please Log in or Create an account to join the conversation.

More
9 years 10 months ago #2 by rich
Replied by rich on topic [gelöst] Statistik kürzen
Im Prinzip ist es möglich, aber du müsstest Änderungen in einer php Datei vornehmen und diese Änderung ist beim nächsten Kunena Upgrade wieder weg, so dass du diese wieder erneut vornehmen musst. Nachdem ich weder weiß, welches Kunena Template, sowie welche Version, gehe ich davon aus, dass du auf dem neuesten Stand bist und Blue Eagle verwendest. Das wäre dann in diesem Fall:
„components/com_kunena/template/blue_eagle/html/common/statistics.php“
Dort müsstest du folgende Einträge (Zeile 30 bis 31 und Zeile 35 bis 37) jeweils mit einem <!-- am Anfang und mit einem --> am Ende auskommentieren.
Code:
<li><?php echo $this->getUserlistLink('', JText::_('COM_KUNENA_STAT_USERLIST').' &raquo;') ?></li> <li><?php if ($this->config->showpopuserstats || $this->config->showpopsubjectstats) echo $this->getStatsLink(JText::_('COM_KUNENA_STAT_MORE_ABOUT_STATS').' &raquo;');?></li>
Code:
<li><?php echo JText::_('COM_KUNENA_STAT_TOTAL_SECTIONS'); ?>: <strong><?php echo intval($this->sectionCount); ?></strong> <span class="divider">|</span> <?php echo JText::_('COM_KUNENA_STAT_TOTAL_CATEGORIES'); ?>: <strong><?php echo intval($this->categoryCount); ?></strong></li> <li><?php echo JText::_('COM_KUNENA_STAT_TODAY_OPEN_THREAD'); ?>: <strong><?php echo $this->todayTopicCount; ?></strong> <span class="divider">|</span> <?php echo JText::_('COM_KUNENA_STAT_YESTERDAY_OPEN_THREAD'); ?>: <strong><?php echo intval($this->yesterdayTopicCount); ?></strong></li> <li><?php echo JText::_('COM_KUNENA_STAT_TODAY_TOTAL_ANSWER'); ?>: <strong><?php echo intval($this->todayReplyCount); ?></strong> <span class="divider">|</span> <?php echo JText::_('COM_KUNENA_STAT_YESTERDAY_TOTAL_ANSWER'); ?>: <strong><?php echo intval($this->yesterdayReplyCount); ?></strong></li>
Aber für Eingriffe ins System übernehme ich keine Verantwortung.
The following user(s) said Thank You: Rogan

Please Log in or Create an account to join the conversation.

More
9 years 10 months ago #3 by Rogan
Replied by Rogan on topic [gelöst] Statistik kürzen
Vielen dank mal wieder. :)

Habe natürlich das aktuelle Kunena mit dem Standardtemplate. Darum hatte ich das nicht erwähnt.

Please Log in or Create an account to join the conversation.

Time to create page: 0.346 seconds