VCNT - Visitorcounter
mod_visitorcounter_v3.3.2
Under: Settings
Go to the bottom where it reads:
Expert Settings
Look for:
Link to project site and select: NO
OR
Open "default.php"
Located here: /modules/mod_visitorcounter/tmpl/
Go to Line 136
Remove this line:
<a href="https://kubik-rubik.de/" target="_blank" title="Kubik-Rubik Joomla! Extensions - Qualitative and reliable extensions for Joomla!">Kubik-Rubik Joomla! Extensions</a>
To Remove this:
Go here:
/modules/mod_visitorcounter/fields/krdonationcodecheck.php
After you delete some code it should look like this:
<?php
/**
* @Copyright
* @package Field - Donation Code Check
* @author Viktor Vogel <admin@kubik-rubik.de>
* @version Joomla! 3 - 3.3.0 - 2020-01-02
* @link https://kubik-rubik.de/
*
* @license GNU/GPL
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
defined('JPATH_PLATFORM') || die('Restricted access');
use Joomla\CMS\{Form\FormField, Factory, Uri\Uri, Language\Text, User\UserHelper, Http\HttpFactory};
use Joomla\Registry\Registry;
/**
* Form Field class for Kubik-Rubik Joomla! Extensions.
* Provides a donation code check.
*/
class JFormFieldKRDonationCodeCheck extends FormField
{
protected function getInput()
{
}
private function randomClassName(object $session, $type = 'error'): string
{
}
private function setHeadDataSession(object $session)
{
}
private function addHeadData(string $data)
{
}
private function getDonationCodeStatus(string $host, string $donationCode)
{
}
protected function getLabel()
{
}
}
Created : 2023-01-18 01:38:41, Last Modified : 2023-04-02 10:53:01