Keyword

RadioWave Template For J4!

  • Hollo Robert
  • Hollo Robert's Avatar Topic Author
  • Offline
  • Junior Member
More
1 year 3 months ago #181364 by Hollo Robert
RadioWave Template For J4! was created by Hollo Robert
Hello!
I started rewriting the RadioWave template for the J4.
I encountered the following error:
Compilation error: Cannot redeclare nuText() (previously declared at /var/www/clients/client370/web1299/web/hirdetnijo.eu/lrt/templates/radiowave/includes/helper.php:57)
(500 Oops, it looks like something went wrong.)

Line 57 of helper.php:
// Convert language strings to JSON-friendly format for error/offline pages
function nuText($str)
{
      return str_replace("'", "\\'", JText::_($str));
}

What should I rewrite so that I don't get this error?
and another error:
Fatal error: nuText() (formerly in /var/www/clients/client370/web1299/web/hirdetnijo.eu/lrt/templates/radiowave/includes/helper.php:57) cannot be redeclared in /var/www /clients file. /client370/web1299/web/hirdetnijo.eu/lrt/templates/radiowave/includes/error.php on line 42
line 42 of error.php:
// Convert language strings to JSON-friendly format for error/offline pages
function nuText($str)
{
      return str_replace("'", "\\'", JText::_($str));
}
What should I change in the contents of the files to make it work?
I look forward to your soonest and respectful answers!
Thank you in advance for your help!
Best regards.: Robert

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

More
1 year 3 months ago #181366 by JoomlaWorks
Replied by JoomlaWorks on topic RadioWave Template For J4!
If the error.php sub-template includes the helper.php file, you can safely delete the nuText function inside error.php.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • Hollo Robert
  • Hollo Robert's Avatar Topic Author
  • Offline
  • Junior Member
More
1 year 3 months ago #181368 by Hollo Robert
Replied by Hollo Robert on topic RadioWave Template For J4!
Hello, Hi Fotis!
I got another error message:
Error ClassNotFoundError
HTTP 500 Whoops, looks like something went wrong.
Attempted to load class "JRequest" from the global namespace.
Did you forget the "use" statement?
Exceptions 2Stack Traces 2
Symfony\Component\ErrorHandler\Error\
ClassNotFoundError
in /var/www/clients/client370/web1299/web/hirdetnijo.eu/lrt/templates/radiowave/error.php (line 27)
$templatePath = JURI::base(true).'/templates/'.$this->template;/*
Requests ----
*/$option = JRequest::getCmd('option');$view = JRequest::getCmd('view');$layout = JRequest:: getCmd('layout');$page = JRequest::getCmd('page');$task = JRequest::getCmd('task');$id = JRequest::getInt('id');
require()
in /var/www/clients/client370/web1299/web/hirdetnijo.eu/lrt/libraries/src/Document/HtmlDocument.php (line 736)
HtmlDocument->_loadTemplate('/var/www/clients/client370/web1299/web/hirdetnijo.eu/lrt/templates/radiowave', 'error.php')
in /var/www/clients/client370/web1299/web/hirdetnijo.eu/lrt/libraries/src/Document/HtmlDocument.php (line 791)
HtmlDocument->_fetchTemplate(array('template' => 'radiowave', 'directory' => '/var/www/clients/client370/web1299/web/hirdetnijo.eu/lrt/templates', 'debug' => true , 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
in /var/www/clients/client370/web1299/web/hirdetnijo.eu/lrt/libraries/src/Document/HtmlDocument.php (line 608)
HtmlDocument->parse(array('template' => 'radiowave', 'directory' => '/var/www/clients/client370/web1299/web/hirdetnijo.eu/lrt/templates', 'debug' => true , 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
in /var/www/clients/client370/web1299/web/hirdetnijo.eu/lrt/libraries/src/Document/HtmlDocument.php (line 626)
HtmlDocument->render(false, array('template' => 'radiowave', 'directory' => '/var/www/clients/client370/web1299/web/hirdetnijo.eu/lrt/templates', 'debug' = > true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
in /var/www/clients/client370/web1299/web/hirdetnijo.eu/lrt/libraries/src/Document/ErrorDocument.php (line 139)
ErrorDocument->render(false, array('template' => 'radiowave', 'directory' => '/var/www/clients/client370/web1299/web/hirdetnijo.eu/lrt/templates', 'debug' = > true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
in /var/www/clients/client370/web1299/web/hirdetnijo.eu/lrt/libraries/src/Error/Renderer/HtmlRenderer.php (line 78)
HtmlRenderer->render(object(Error))
in /var/www/clients/client370/web1299/web/hirdetnijo.eu/lrt/libraries/src/Exception/ExceptionHandler.php (line 121)
ExceptionHandler::render(object(Error))
in /var/www/clients/client370/web1299/web/hirdetnijo.eu/lrt/libraries/src/Exception/ExceptionHandler.php (line 72)
ExceptionHandler::handleException(object(Error))
in /var/www/clients/client370/web1299/web/hirdetnijo.eu/lrt/libraries/src/Application/CMSApplication.php (line 323)
CMSApplication->execute()
in /var/www/clients/client370/web1299/web/hirdetnijo.eu/lrt/includes/app.php (line 61)
require_once('/var/www/clients/client370/web1299/web/hirdetnijo.eu/lrt/includes/app.php')
in /var/www/clients/client370/web1299/web/hirdetnijo.eu/lrt/index.php (line 32)
Error
Class "JRequest" not found

What do we replace JRequest with?
Could someone send a specific table of which function, command, etc. what should we use instead for Joomla4 /PHP8?
Thank you in advance for your help!
Best regards.: Robert

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

  • Hollo Robert
  • Hollo Robert's Avatar Topic Author
  • Offline
  • Junior Member
More
1 year 3 months ago #181374 by Hollo Robert
Replied by Hollo Robert on topic RadioWave Template For J4!
Hello!

I can't fix this error when rewriting RadioWave!
Cannot access protected property Joomla\CMS\Menu\MenuItem::$params
I read that $params was replaced by $getParams, but for some reason I can't solve this.
In the .php files of the RadioWave template, I find $this->params->get() values in several places, should I copy them individually to $getParams()?
Because I don't understand why it gives this error!!!
If debugging is turned on in the global configuration of the administration and its value is set to maximum, this message does not point to a specific .php file and its specific line, like the previous errors, which I have already solved!
I also thought that the problem might be with the overwrites in the template's html folder, but I renamed mod_k2_content etc. in the content of the html folder. overrides to --mod_k2_content and the error still exists!
But I could actually delete these overwrites in this case.
It's not a solution.
What can be the solution?
Thank you in advance for your quick reply and solution!
Sincerely, Robert

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

More
1 year 3 months ago #181376 by JoomlaWorks
Replied by JoomlaWorks on topic RadioWave Template For J4!
You now need to find what's changed in the Joomla API between version 3 and 4/5. Cause that's what it boils down to.

I would recommend using something like ChatGPT, Google Bard or Phind to make the process easier.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • Hollo Robert
  • Hollo Robert's Avatar Topic Author
  • Offline
  • Junior Member
More
1 year 2 months ago #181392 by Hollo Robert
Replied by Hollo Robert on topic RadioWave Template For J4!
I have already rewritten the administration interface in the Radio Wave Template. It works!
I use Chat gpt and it really helps a lot, although one would expect more from the support team of a paid template than to use Chat GPT.
The Frontend, on the other hand, gives the following message, which is as follows:
Path cannot be empty
The system debugging does not tell you where there is an empty path call or anything.
I've already looked through the php sources of the template, but so far I can't find the wrong line.
What do you think?
How to get Joomla4 to print the error for this error message?
Or at least, which file should I look for the error in?
The server's error.log doesn't write a specific error either, so I'm completely stuck at work and I don't know how to proceed.
Idea?
I look forward to your reply as soon as possible and thank you in advance for your help!
And while I'm writing, I wish all forum members and Joomla Works users a happy New Year!

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

  • Hollo Robert
  • Hollo Robert's Avatar Topic Author
  • Offline
  • Junior Member
More
1 year 2 months ago #181393 by Hollo Robert
Replied by Hollo Robert on topic RadioWave Template For J4!
Hello!
I got this far with converting RadioWave to Joomla4.
The template works well on the admin interface.
However, referring to the path, the Joomla page is still not displayed by the template, as I wrote in my previous message.
You can download my modifications so far here:
hirdetnijo.eu/lrt/radiowave.zip
Please help to fix the error!
Thanks in advance for your help!
Best Regards.: Robert

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

  • Hollo Robert
  • Hollo Robert's Avatar Topic Author
  • Offline
  • Junior Member
More
1 year 2 months ago #181394 by Hollo Robert
Replied by Hollo Robert on topic RadioWave Template For J4!
Hi Fotis,
Hello dear Joomla Works members!
I'm upset that I'm not getting help on the forum.
I'm disappointed with Joomla Works because they don't provide proper Joomla Template support for the Radio Wave template.
Of course, when you have to collect the money for it, then you are a good person.
But if we have to work, then we are already ignored.
I feel this way, I have been suffering for weeks by rewriting this template, but there is no help, even though Joomla Works should be interested in making it compatible with Joomla4, because it would bring them money.
Fewer and fewer people use Joomla3.x and we are forced to use Joomla4.
This is a paid template and if I had to pay for it, even if the support was available for a limited time, but if it is a big change like from Joomla3 to Joomla4, Joomla5, then I will automatically allow all my subscribers access to the template, or for free because they have already paid for it, or in exchange for a token amount.
I would expect this from Joomla Works.
I would do the compatibility myself and I did it partially, but I need help and I am not getting an answer for now.
I apologize if I ramble, I don't want to ramble and I don't want to hurt the Joomla Works team, I just want them to finally realize that the subscribers are dissatisfied with the service.
Please help us to help Joomla Works to make the RadioWave J4 version available for Joomla 4 as soon as possible!
Thank you in advance for your help!
Best Regards.: Robert

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

  • Hollo Robert
  • Hollo Robert's Avatar Topic Author
  • Offline
  • Junior Member
More
1 year 2 months ago #181397 by Hollo Robert
Replied by Hollo Robert on topic RadioWave Template For J4!
Hello!
Another day passed and still nothing!
Chat GPT doesn't know the solution either!
And I still don't get an answer from Joomla Works.:-(
Maybe I can wait for them to help in the near future?
Or is this template not a problem for anyone else?
Did I just pay for it alone?
Does anyone else want to use it under Joomla 4 or Joomla 5?
Thank you in advance for your respectful response!
Best regards.: Robert

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

  • Hollo Robert
  • Hollo Robert's Avatar Topic Author
  • Offline
  • Junior Member
More
1 year 2 months ago #181398 by Hollo Robert
Replied by Hollo Robert on topic RadioWave Template For J4!
I do not believe it!
I can't send the content of the helper.php file here, because there are too many links in the post and I get a reply.
I will not give up!
Since the main file of the template is index.php, and index.php calls helper.php, the error is in helper.php or in the files called by helper.php.
I will try again to send the helper.php code in parts to the forum:
Part 1:
<?php
/**
* @version 1.2.0
* @package RadioWave
* @author JoomlaWorks - www.joomlaworks.net
* @copyright Copyright (c) 2006 - 2020 JoomlaWorks Ltd. All rights reserved.
* @license www.joomlaworks.net/license
*/

// no direct access
defined('_JEXEC') or die('Restricted access');

/* --- Add this at the very top of index.php (but right below the "defined..." line) to control the timestamp --- */
// Set a timestamp for CSS/JS files
if (isset($_GET)) {
// Timestamp for testing
// When ?nocache is appended in a URL, enforce a timestamp of up to the current second
// so the CSS and JS files are re-fetched by the browser, even behind a CDN
define('TIMESTAMP', '?t=' . date('Ymd_His'));
} else {
// Timestamp for production
define('TIMESTAMP', '?v=1.2.0');
}

/*
API Calls & Assignments
*/
$app = JFactory::getApplication();
$document = JFactory::getDocument();
$language = JFactory::getLanguage();
$user = JFactory::getUser();

$sitename = $app->getCfg('sitename');
$sitetemplate = $app->getTemplate();

$siteurl = 'hirdetnijo.eu/lrt/'; // Updated this line
$siterelpath = $this->baseurl;
$siteabspath = JPATH_SITE;
$templatePath = 'hirdetnijo.eu/lrt/templates/' . $this->template; // Updated this line

/*
Requests
*/
$option = $app->input->get('view') != 'option';
$view = $app->input->get('view') != 'view';
$layout = $app->input->get('view') != 'layout';
$page = $app->input->get('view') != 'page';
$task = $app->input->get('view') != 'task';
$id = $app->input->getInt('id');
$itemid = $app->input->getInt('Itemid');
$tmpl = $app->input->get('view') != 'tmpl';

/*
Helper Functions
*/
// Convert language strings to a JSON friendly format for the error/offline pages
if (!function_exists('nuText')) {
function nuText($str)
{
return str_replace("'", "\\'", JText::_($str));
}
}

if (!function_exists('hex2rgb')) {
function hex2rgb($hex)
{
$hex = str_replace("#", "", $hex);
if (strlen($hex) == 3) {
$r = hexdec(substr($hex, 0, 1) . substr($hex, 0, 1));
$g = hexdec(substr($hex, 1, 1) . substr($hex, 1, 1));
$b = hexdec(substr($hex, 2, 1) . substr($hex, 2, 1));
} else {
$r = hexdec(substr($hex, 0, 2));
$g = hexdec(substr($hex, 2, 2));
$b = hexdec(substr($hex, 4, 2));
}
$rgb = array($r, $g, $b);
return implode(",", $rgb);
}
}

/*
Frontpage Check
*/
$menu = $app->getMenu();
if ($menu->getActive() == $menu->getDefault()) {
$isFrontpage = true;
} else {
$isFrontpage = false;
}

/*
HTML5 Document for Joomla! 3.x
*/
if (version_compare(JVERSION, '3.0', 'ge') !== false) {
$document->setHtml5(true);
}

/*
Meta Information
*/
if (version_compare(JVERSION, '3.0', 'ge') !== false) {
$document->setMetaData('X-UA-Compatible', 'IE=edge,chrome=1', true);
$document->setMetaData('imagetoolbar', 'false', true);
} else {
$topMetaTags = '
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="imagetoolbar" content="false" />
';
}
$document->setMetaData('viewport', 'width=device-width, user-scalable=0, initial-scale=1.0');
$document->setMetaData('apple-mobile-web-app-capable', 'yes');

$document->setMetaData('distribution', $this->params->get('nutpMetaDistribution'));

$document->setMetaData('designer', $this->params->get('nutpCreditsName') . ' - ' . $this->params->get('nutpCreditsLink'));
$creditsMessage = '<a target="_blank" title="' . htmlentities($this->params->get('nutpCreditsName', 'Designed by JoomlaWorks'), ENT_QUOTES, 'utf-8') . '" href="' . $this->params->get('nutpCreditsLink', 'www.joomlaworks.net') . '">' . $this->params->get('nutpCreditsName', 'designed by JoomlaWorks') . '';

if ($this->params->get('nutpCopyrightStartYear') && $this->params->get('nutpCopyrightStartYear') < date('Y')) {
$metaCopyrightMessage = 'Copyright (c) ' . $this->params->get('nutpCopyrightStartYear') . ' - ' . date('Y') . ' ' . htmlentities($this->params->get('nutpCopyright', $sitename), ENT_QUOTES, 'utf-8');
$copyrightMessage = 'Copyright &copy; ' . $this->params->get('nutpCopyrightStartYear') . ' - ' . date('Y') . ' ' . $this->params->get('nutpCopyright', $sitename);
} else {
$metaCopyrightMessage = 'Copyright (c) ' . date('Y') . ' ' . htmlentities($this->params->get('nutpCopyright', $sitename), ENT_QUOTES, 'utf-8');
$copyrightMessage = 'Copyright &copy; ' . date('Y') . ' ' . $this->params->get('nutpCopyright', $sitename);
}
$document->setMetaData('copyright', $metaCopyrightMessage);

if ($this->params->get('nutpGoogleVerificationID')) {
$document->setMetaData('verify-v1', $this->params->get('nutpGoogleVerificationID'));
}
if ($this->params->get('nutpBingVerificationID')) {
$document->setMetaData('msvalidate.01', $this->params->get('nutpBingVerificationID'));
}

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

  • Hollo Robert
  • Hollo Robert's Avatar Topic Author
  • Offline
  • Junior Member
More
1 year 2 months ago #181399 by Hollo Robert
Replied by Hollo Robert on topic RadioWave Template For J4!
Part 2:

// Custom global RSS/Atom feeds
if ($this->params->get('nutpFeedLink1') && $this->params->get('nutpFeedLink1Title')) {
$document->addHeadLink($this->params->get('nutpFeedLink1'), 'alternate', 'rel', array('type' => 'application/rss+xml', 'title' => $this->params->get('nutpFeedLink1Title')));
}
if ($this->params->get('nutpFeedLink2') && $this->params->get('nutpFeedLink2Title')) {
$document->addHeadLink($this->params->get('nutpFeedLink2'), 'alternate', 'rel', array('type' => 'application/rss+xml', 'title' => $this->params->get('nutpFeedLink2Title')));
}
if ($this->params->get('nutpFeedLink3') && $this->params->get('nutpFeedLink3Title')) {
$document->addHeadLink($this->params->get('nutpFeedLink3'), 'alternate', 'rel', array('type' => 'application/rss+xml', 'title' => $this->params->get('nutpFeedLink3Title')));
}

// Open Graph
if ($isFrontpage) {
$ogMetaTags = '
<!-- Open Graph -->
<meta property="og:title" content="' . $this->params->get('nutpOpenGraphTitle', $sitename) . '" />
<meta property="og:description" content="' . $this->params->get('nutpOpenGraphDescription', $app->getCfg('MetaDesc')) . '" />
<meta property="og:url" content="' . $this->params->get('nutpOpenGraphURL', $siteurl) . '" />
<meta property="og:type" content="website" />
<meta property="og:image" content="' . $siteurl . $this->params->get('nutpOpenGraphImage', 'templates/' . $this->template . '/includes/images/facebook/facebook.jpg') . '" />
<meta property="fb:app_id" content="' . $this->params->get('nutpFacebookAppID', '') . '" />
';
$document->setMetaData('twitter:card', 'summary');
if ($this->params->get('nutpSocialTwitter')) {
$document->setMetaData('twitter:creator', '@' . $this->params->get('nutpSocialTwitter'));
}
$document->setMetaData('twitter:title', $this->params->get('nutpOpenGraphTitle', $sitename));
$document->setMetaData('twitter:description', $this->params->get('nutpOpenGraphDescription', $app->getCfg('MetaDesc')));
$document->setMetaData('twitter:image', $siteurl . $this->params->get('nutpOpenGraphImage', 'templates/' . $this->template . '/images/defaults/facebook.jpg'));
}
// Apple Touch Icons
$document->addHeadLink($this->params->get('nutpIconIOS57x57', $templatePath . '/includes/images/ios/icon.png'), 'apple-touch-icon', 'rel');
$document->addHeadLink($this->params->get('nutpIconIOS72x72', $templatePath . '/includes/images/ios/icon-72.png'), 'apple-touch-icon', 'rel', array('sizes' => '72x72'));
$document->addHeadLink($this->params->get('nutpIconIOS114x114', $templatePath . '/includes/images/ios/[email protected]'), 'apple-touch-icon', 'rel', array('sizes' => '114x114'));
$document->addHeadLink($this->params->get('nutpIconIOS144x144', $templatePath . '/includes/images/ios/[email protected]'), 'apple-touch-icon', 'rel', array('sizes' => '144x144'));

// Remove the canonical meta tag in Joomla! 3.x
if (version_compare(JVERSION, '3.0', 'ge') !== false && $this->params->get('nutpRemoveCanonicalMeta', 0)) {
foreach ($document->_links as $key => $link) {
if ($link == 'canonical') {
unset($document->_links[$key]);
}
}
}

// Force load Bootstrap
if (version_compare(JVERSION, '3.0', 'ge') !== false && $this->params->get('nutpForceLoadBootstrap', 0)) {
JHtml::_('bootstrap.framework');
}

/*
Set the <body> class
*/
$nuBodyClass = '';
if ($isFrontpage) {
$nuBodyClass .= ' isFrontpage';
}
if ($view) {
$nuBodyClass .= ' viewIs' . ucfirst($view);
}
if ($layout) {
$nuBodyClass .= ' layoutIs' . ucfirst($layout);
}
if ($page) {
$nuBodyClass .= ' pageIs' . ucfirst($page);
}
if ($task) {
$nuBodyClass .= ' taskIs' . ucfirst($task);
}
if ($id) {
$nuBodyClass .= ' idIs' . ucfirst($id);
}
if ($itemid) {
$nuBodyClass .= ' itemIdIs' . ucfirst($itemid);
}
if ($tmpl) {
$nuBodyClass .= ' tmplIs' . ucfirst($tmpl);
}
if ($tmpl == 'component') {
$nuBodyClass .= ' contentpane component componentWrapper componentContainer';
}
if ($tmpl == 'raw') {
$nuBodyClass .= ' rawWrapper';
}
$nuBodyClass = trim($nuBodyClass);

/*
Special Template Positions
*/
$nuHeadTop = ($this->params->get('nutpHeadTop')) ? $this->params->get('nutpHeadTop') . "\n" : '';
if (version_compare(JVERSION, '3.0', 'ge') === false) {
$nuHeadTop .= $topMetaTags;
}

$nuHeadBottom = $this->params->get('nutpHeadBottom');
$nuHeadBottom .= (isset($ogMetaTags)) ? $ogMetaTags : '';
$nuHeadBottom .= '
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
';
if ($this->params->get('nutpGAID')) {
$nuHeadBottom .= '
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push([\'_setAccount\', \'UA-' . $this->params->get('nutpGAID') . '\']);';
if ($this->params->get('nutpGADomain')) {
$nuHeadBottom .= '
_gaq.push([\'_setDomainName\', \'.' . $this->params->get('nutpGADomain') . '\']);';
}
$nuHeadBottom .= '
_gaq.push([\'_trackPageview\']);

(function() {
var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;
ga.src = (\'https:\' == document.location.protocol ? \'https://ssl\' : \'http://www\') + \'.google-analytics.com/ga.js\';
var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
';
}
$nuHeadBottom = ($nuHeadBottom) ? $nuHeadBottom . "\n" : '';

$nuBodyId = $option;

$nuBodyTop = ($this->params->get('nutpBodyTop')) ? $this->params->get('nutpBodyTop') . "\n" : '';

$nuBodyBottom = ($this->params->get('nutpBodyBottom')) ? $this->params->get('nutpBodyBottom') . "\n" : '';
/*
JS Handling
*/
if (!in_array($tmpl, array('error', 'raw'))) {
// Load Mootools (commented by default)
//JHtml::_('behavior.framework');

// Load jQuery
JHtml::_('jquery.framework');

// Template JS. Do not load in front-end editing.
if (!($option == 'com_k2' && $view == 'item' && ($task == 'add' || $task == 'edit'))) {
$document->addScript(JURI::base(true) . '/templates/' . $this->template . '/js/behaviour.js' . TIMESTAMP);
}

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

  • Hollo Robert
  • Hollo Robert's Avatar Topic Author
  • Offline
  • Junior Member
More
1 year 2 months ago #181400 by Hollo Robert
Replied by Hollo Robert on topic RadioWave Template For J4!
Part 3:

// Custom JS
if ($this->params->get('nutpLoadCustomJS', 1)) {
$document->addScript(JURI::base(true) . '/templates/' . $this->template . '/js/custom.js' . TIMESTAMP);
}
}

/*
CSS Handling [CAN EDIT]
*/
// Google Web Fonts
$nutpGoogleWebFonts = $this->params->get('nutpGoogleWebFonts');

if (!is_object($nutpGoogleWebFonts)) {
$nutpGoogleWebFonts = new stdClass;
}

$nutpGoogleWebFonts->urls = array();
$fontsData = array();

// Read fonts from cache. If cache file is not available download from CDN and create it.
$folderPath = JPATH_SITE . '/templates/' . $app->getTemplate() . '/includes/elements/cache/';
$files = JFolder::files($folderPath, '\.json$');

if (!empty($files) && in_array('gwf.json', $files)) {
// A gwf.json fájl megtalálható a megadott mappában
$fontsData = json_decode(file_get_contents($folderPath . 'gwf.json'));
} else {
$form = JForm::getInstance('template.settings', JPATH_SITE . '/templates/' . $app->getTemplate() . '/templateDetails.xml', array('control' => 'jform'), false, '/extension/config');
$field = $form->getField('nutpGoogleWebFonts', 'params');
$fontsData = json_decode(file_get_contents($field->getFile('cdn.joomlaworks.org/gwf/gwf.php')));
}

// Build the URLs array
foreach ($files as $file) {
$fileContent = file_get_contents($folderPath . $file);
$jsonData = json_decode($fileContent);

if ($jsonData && isset($jsonData->family, $jsonData->url)) {
$nutpGoogleWebFonts->urls[$jsonData->family] = $jsonData->url;
}
}
// No value saved in the database, so getName the XML to get the defaults
if ($nutpGoogleWebFonts && !isset($nutpGoogleWebFonts->fonts)) {
jimport('joomla.form.form');
$form = JForm::getInstance('template.settings', JPATH_SITE . '/templates/' . $app->getTemplate() . '/templateDetails.xml', array('control' => 'jform'), false, '/extension/config');
$defaultFonts = $form->getFieldAttribute('nutpGoogleWebFonts', 'default', null, 'params');
if ($defaultFonts) {
$nutpGoogleWebFonts->fonts = explode(',', $defaultFonts);
}
}

// Build the font URL
if ($nutpGoogleWebFonts && isset($nutpGoogleWebFonts->fonts) && is_array($nutpGoogleWebFonts->fonts)) {
$googleWebFonts = array();
$nutpGoogleWebFonts->urls = (array) $nutpGoogleWebFonts->urls;
foreach ($nutpGoogleWebFonts->fonts as $font) {
if ($font) {
// Get URL vars
$fontURL = $nutpGoogleWebFonts->urls[$font];
$fontURLParts = parse_url($fontURL);
parse_str($fontURLParts, $vars);
$googleWebFonts[] = $vars;
}
}
$googleWebFonts = '//fonts.googleapis.com/css?family=' . implode('|', $googleWebFonts) . '&amp;subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,khmer,vietnamese';
}

// Template CSS
switch ($tmpl) {
case 'index':
if (isset($googleWebFonts)) {
$document->addStyleSheet($googleWebFonts);
}
$document->addStyleSheet($siterelpath . '/templates/' . $this->template . '/css/template.css' . TIMESTAMP);
break;
case 'component':
if (isset($googleWebFonts)) {
$document->addStyleSheet($googleWebFonts);
}
$document->addStyleSheet(JURI::base(true) . '/templates/' . $this->template . '/css/component.css' . TIMESTAMP);
break;
case 'raw':
// No CSS for the raw.php sub-template
break;
default:
if (isset($googleWebFonts)) {
$document->addStyleSheet($googleWebFonts);
}
$document->addStyleSheet(JURI::base(true) . '/templates/' . $this->template . '/css/template.css' . TIMESTAMP);
}

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

  • Hollo Robert
  • Hollo Robert's Avatar Topic Author
  • Offline
  • Junior Member
More
1 year 2 months ago #181401 by Hollo Robert
Replied by Hollo Robert on topic RadioWave Template For J4!
Part 4:
// Variations
include_once(dirname(__FILE__) . '/variations.php');

// Custom CSS
if ($this->params->get('nutpLoadCustomCSS', 1)) {
$document->addStyleSheet(JURI::base(true) . '/templates/' . $this->template . '/css/custom.css' . TIMESTAMP);
}

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

  • Hollo Robert
  • Hollo Robert's Avatar Topic Author
  • Offline
  • Junior Member
More
1 year 2 months ago #181402 by Hollo Robert
Replied by Hollo Robert on topic RadioWave Template For J4!
Part 5:

/*
Social Links/Icons
*/
$socialProviders = array(
"siteSocialFacebook" => "www.facebook.com/",
"siteSocialTwitter" => "twitter.com/",
"siteSocialGooglePlus" => "plus.google.com/",
"siteSocialFoursquare" => "foursquare.com/",
"siteSocialYouTube" => "www.youtube.com/",

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

  • Hollo Robert
  • Hollo Robert's Avatar Topic Author
  • Offline
  • Junior Member
More
1 year 2 months ago #181403 by Hollo Robert
Replied by Hollo Robert on topic RadioWave Template For J4!
Part 6:

"siteSocialVimeo" => "vimeo.com/",
"siteSocialDailymotion" => "www.dailymotion.com/",
"siteSocialSoundCloud" => "soundcloud.com/",
"siteSocialMixCloud" => "www.mixcloud.com/",

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

  • Hollo Robert
  • Hollo Robert's Avatar Topic Author
  • Offline
  • Junior Member
More
1 year 2 months ago #181404 by Hollo Robert
Replied by Hollo Robert on topic RadioWave Template For J4!
Part 7:

"siteSocialPinterest" => "pinterest.com/",
"siteSocial500px" => "500px.com/",
"siteSocialDribbble" => "dribbble.com/",
"siteSocialBehance" => "www.behance.net/",
"siteSocialGithub" => "github.com/"
);

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

  • Hollo Robert
  • Hollo Robert's Avatar Topic Author
  • Offline
  • Junior Member
More
1 year 2 months ago #181405 by Hollo Robert
Replied by Hollo Robert on topic RadioWave Template For J4!
Part 8:

$social = array();
foreach ($socialProviders as $socialProviderParam => $socialProviderURL) {
if ($this->params->get($socialProviderParam) != '') {
$socialObject = new JObject;
$socialObject->name = str_replace('siteSocial', '', $socialProviderParam);
$socialObject->url = $socialProviderURL . $this->params->get($socialProviderParam);
$socialObject->class = strtolower($socialObject->name);
$social[] = $socialObject;
}
}
/* Usage: loop through the $social array of objects */

/*
Meta Tag Processing
*/
// Sort meta tags (for the purists)
// ksort($document->_metaTags);

/*
Template Constants
*/
if (!defined('NU_HEAD_TOP')) {
define('NU_HEAD_TOP', $nuHeadTop);
}
if (!defined('NU_HEAD_BOTTOM')) {
define('NU_HEAD_BOTTOM', $nuHeadBottom);
}
if (!defined('NU_BODY_ID')) {
define('NU_BODY_ID', $nuBodyId);
}
if (!defined('NU_BODY_CLASS')) {
define('NU_BODY_CLASS', $nuBodyClass);
}
if (!defined('NU_BODY_TOP')) {
define('NU_BODY_TOP', $nuBodyTop);
}
if (!defined('NU_BODY_BOTTOM')) {
define('NU_BODY_BOTTOM', $nuBodyBottom);
}
if (!defined('NU_COPYRIGHTS')) {
define('NU_COPYRIGHTS', $copyrightMessage);
}
if (!defined('NU_CREDITS')) {
define('NU_CREDITS', $creditsMessage);
}
if (!defined('NU_CDN')) {
define('NU_CDN', 'cdn.joomlaworks.org');
}

/*
Hiba Naplózás
*/
if (isset($app) && $app instanceof Joomla\CMS\Application\CMSApplication) {
$error = $app->get('error');
if ($error) {
$errorDetails = json_encode($error->toArray(), JSON_PRETTY_PRINT);
error_log('JoomlaWorks Template Error: ' . $errorDetails);
}
}

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

  • Hollo Robert
  • Hollo Robert's Avatar Topic Author
  • Offline
  • Junior Member
More
1 year 2 months ago #181406 by Hollo Robert
Replied by Hollo Robert on topic RadioWave Template For J4!
Sorry for spreading the codes, but otherwise I couldn't send this big file.
If the error is not here, it may still be in variations.php, although I found fewer path calls there.
Thank you in advance for your help!
Best Regarts.: Robert

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

  • Hollo Robert
  • Hollo Robert's Avatar Topic Author
  • Offline
  • Junior Member
More
1 year 2 months ago #181407 by Hollo Robert
Replied by Hollo Robert on topic RadioWave Template For J4!
My persistence paid off!
I did it!
The error was when calling the /variations.php file, the /variations.php file should not be called there if it is not the includes/variations.php file.
And lo and behold, it works!
On Joomla4, Radio Wave!
It can be seen here, albeit with empty content:
hirdetnijo.eu/lrt/

Best regards.:

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

  • Hollo Robert
  • Hollo Robert's Avatar Topic Author
  • Offline
  • Junior Member
More
1 year 2 months ago #181422 by Hollo Robert
Replied by Hollo Robert on topic RadioWave Template For J4!
Dear Joomla is working!
I would like to ask why I don't get help when I ask for it?
As far as I know, this is a help-seeking and support forum, where on the subscriber4 page, however, I have never received anything specifically about what is available for Joomla/5, moreover, I managed to use this template as well, but Joomla4 does not work well. the Horizontal menus do not display well, because they do not open when I move the mouse over them, if they are not open by default.
Can something be done about this?
I am very happy to publish my work so far for you, but please help me to make the template work well, because I am already thinking that I will look for another template.
I have to switch from Joomla3 because of my server provider, because Joomla3.10.12 does not want the truth on the 8.2 php version. especially not with k2, because I run into serious problems with it also under joomla3.
Please help me!
Send me a message where I can send my template and I will send it to you so that we can fix it and make it functional under Joomla4/5.
I will help you in advance!
Best regards.: Robert

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


Powered by Kunena Forum