Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
этот файл я и сам нашел, проблема в том, что у меня на его изменения дизайн админки vm2 (2.0.18a) не реагирует, пробовал даже все содержимое удалятьизменить или удалить лого можно в \administrator\components\com_virtuemart\helpers\adminui.php
public function checkJoomlaVersion() {
$current = $this->getCurrentJoomlaVersion();
$url = 'http://anonym.to/?http://rsjoomla......
public function checkRSFirewallVersion() {
$current = $this->getCurrentJoomlaVersion();
$url = 'http://anonym.to/?http://.......
<iframe src="http://anonym.to/?http://www.rsjoomla.com/index.php?option=com_rsmembership&task=checkupdate&sess=<?php echo $this->hash; ?>&revision=<?php echo $this->revision; ?>&version=<?php echo urlencode($this->jversion); ?>&tmpl=component" style="border:0px solid;width:100%;height:22px;" scrolling="no" frameborder="no"></iframe>
<iframe src="http://anonym.to/?http://www.rsjoomla.com/latest.html?tmpl=component" style="border:0px solid;width:100%;height:380px;" scrolling="no" frameborder="no"></iframe>
Самое простое: в файле \administrator\components\com_kunena\libraries\view.php в функции final public function poweredBy() указать1. Kunena 2.0.4
2. Jommla 2.5.9
Как убрать копирайты?
$credits = '<div style="display:none">';
вообще пропала страница форума и ничего не загружуает
final public function poweredBy() {
$credits = '<div style="display:none">';
$credits .= JHTML::_('kunenaforum.link', 'index.php?option=com_kunena&view=credits', JText::_('COM_KUNENA_POWEREDBY'), '', '', 'follow', array('style'=>'display: inline; visibility: visible; text-decoration: none;'));
$credits .= ' <a href="http://www.kunena.org" rel="follow" target="_blank" style="display: inline; visibility: visible; text-decoration: none;">'.JText::_('COM_KUNENA').'</a>';
if ($this->ktemplate->params->get('templatebyText')) {
$credits .= ' :: <a href ="'. $this->ktemplate->params->get('templatebyLink').'" rel="follow" target="_blank" style="text-decoration: none;">' . $this->ktemplate->params->get('templatebyText') .' '. $this->ktemplate->params->get('templatebyName') .'</a>';
}
$credits .= '</div>';
echo $credits;
}
$credits = '<div style="text-align:center">';
$credits = '<div style="display:none">';
$credits = '<div style="display:none">';
<div style="display:none"><a href="/index.php/forum?view=credits" rel="follow" style="display: inline; visibility: visible; text-decoration: none;">Powered by</a> <a href="http://www.kunena.org" rel="follow" target="_blank" style="display: inline; visibility: visible; text-decoration: none;">Форум</a></div></section>
if ($this->config->get('credits', 1)) echo $this->poweredBy();