- Posts: 2
- Thank you received: 0
Combining 2 Script into one.
3 years 1 month ago #29
by LuxLOL
Combining 2 Script into one. was created by LuxLOL
HI,
I have a hard time to combine this 2 script into one.
Dose someone know how I can get this to work?
I have a hard time to combine this 2 script into one.
Dose someone know how I can get this to work?
<?php
$app = JFactory::getApplication();
$option = $app->input->getString('option');
$view = $app->input->getString('view');
$id = $app->input->getString('id');
$Itemid = $app->input->getString('Itemid');
$start = $app->input->getString('limitstart');
if ($option == 'com_content' && $view == 'category' && $id == '11' && $Itemid == '105' && $start == '') {
if (preg_match('/(MSIE 6.0|MSIE 7.0|MSIE 8.0|MSIE 9.0)/i', $_SERVER['HTTP_USER_AGENT'])) {
echo '<style type="text/css">
#TagCloud {
display: block;
}
</style>';
} else {
echo '<style type="text/css">
#TagCloud {
display: none;
}
</style>';
}
return;
}
?>
Please Log in or Create an account to join the conversation.
- administrator
- Offline
- Administrator
-
Less
More
- Posts: 96
- Thank you received: 13
3 years 1 month ago - 3 years 1 month ago #32
by administrator
JoomHelper - Free Joomla Extensions and Tutorials.
- Facebook: bit.ly/3Fmq9AN
- Youtube: bit.ly/33onadN
- Donate: bit.ly/3uu8yFs
Replied by administrator on topic Combining 2 Script into one.
Try it:
<?php
$app = JFactory::getApplication();
$option = $app->input->getString('option');
$view = $app->input->getString('view');
$id = $app->input->getString('id');
$Itemid = $app->input->getString('Itemid');
$start = $app->input->getString('limitstart');
return ($option == 'com_content' && $view == 'category' && $id == '11' && $Itemid == '105' && $start == '' && preg_match('/(MSIE 6.0|MSIE 7.0|MSIE 8.0|MSIE 9.0)/i', $_SERVER['HTTP_USER_AGENT']));
?>
JoomHelper - Free Joomla Extensions and Tutorials.
- Facebook: bit.ly/3Fmq9AN
- Youtube: bit.ly/33onadN
- Donate: bit.ly/3uu8yFs
Last edit: 3 years 1 month ago by administrator.
Please Log in or Create an account to join the conversation.
3 years 1 month ago #33
by LuxLOL
Replied by LuxLOL on topic Combining 2 Script into one.
No luck.
I was also trying to execute the "HTTP_USER_AGENT" script part after the Link check was a match.
But i have the feeling that this will not work.
I was also trying to execute the "HTTP_USER_AGENT" script part after the Link check was a match.
But i have the feeling that this will not work.
Please Log in or Create an account to join the conversation.
Latest articles
-
Insert article attributes into another articleUse this extension to insert article attributes like title, link, image...
-
Countdown Module for JoomlaWith robust features and full Joomla compatibility, it’s designed to make managing and displaying countdowns simple yet effective.
-
WordPress Alternatives in 2024: Exploring the Best CMS OptionsThese platforms include Joomla, Drupal, ClassicPress, and JavaScript-based CMS options like Ghost and Strapi.
-
Country Blocker Tool for JoomlaJoomla plugin to block traffic from unwanted countries.
-
Joomla Admin Menu RenameRename extensions on Joomla
Latest Comments

THEODOROS NIKOLAOY
Joomla Tiktok Embed plugin
The plugin is not working on the custom module, is working only on the article. what can i do? i checked also if the content-plugin is enable and it is.

David
How to Protect an Article with a Password in Joomla?
Release Article Password Plugin v1.2.2 : Fixed cache issue.

David
K2 to Content Migration
Release K2 to Content Migration v1.4.1 :Improved data handling.

Zellie
K2 to Content Migration
I am trying to migrate my K2 items (numbering 3074) and categories (numbering 77). This component tells me that 2753 items and 58 categories will be migrated (and this is indeed what happens). I do need them all migrated... do you know what the issue could be please?

ablaye
Off-Canvas module in Joomla
not working for me