|
|
Author: metamodguy
Just some reminders of things to include when requesting help.
|
0 Replies
4938 Views
|
Hi, and welcome to the Joomla MetaMod forum.
If you are posting asking for help with a particular recipe, or can't get MetaMod to work for you, please include the following info:[ul][li]Which version of Joomla? e.g. 1.0.12 or 1.5.15....
20-Jun-09 04:23:17
Last post by: metamodguy
|
|
|
|
Author: suasb52
Showing forms based on referer using metamod
|
2 Replies
497 Views
|
Kroger Feed Schedule Portal is the official gateway for Kroger employees to get all employment-related information at a single place.
Feed.Kroger.com Schedule provides genuine data about Kroger W2, Kroger.....
Today 06:12:27
Last post by: trejimmi74
|
|
|
Author: asdfasdf
I want a recipe for displaying a module that says a person is a member
|
10 Replies
2618 Views
|
[b][url=https://www.jokeronlineslot.com]TitleDemo Slot Joker[/url][/b] adalah tempat anda bermain slot Joker tanpa harus mengeluarkan uang / deposit dan juga terpercaya di setiap permainan slotnya, anda bisa langsung bermain dengan klik link...
19-Feb-21 11:51:40
Last post by: pemainkelinci6688
|
|
|
Author: pd4pbyc
|
11 Replies
1234 Views
|
Wow
[b][url=https://www.slotpragmaticbetmurah.com]Demo Slot Pragmatic[/url][/b] adalah tempat bermain slot online terpercaya dengan minimum bet yang murah dan juga dapat bermain gratis dengan mode...
19-Feb-21 10:25:41
Last post by: sagitarius6888
|
|
|
Author: aliyasmithusa
Here you can learn how to meet the direct deposit requirements to earn
|
0 Replies
19 Views
|
Here you can learn how to meet the [url=https://www.cashappserver.com/direct-deposit-into-cash-app/]Titledirect deposit requirements[/url] to earn bonuses and promotions from new bank accounts.
While there are bank promotions that do not...
16-Feb-21 11:50:52
Last post by: aliyasmithusa
|
|
|
Author: neleausta
Virtuemart Canonical Category ID of a product in detail layout page?
|
2 Replies
52 Views
|
redprairie foot locker login
Schnucks RedPrairie is the employee and associate login portal offered to the authorized members working for the supermarket company, Schnucks. Schnucks Supermarket Chain has been providing its employees and...
22-Jan-21 09:17:30
Last post by: foocd90
|
|
|
Author: metabern
I get the following error no all my pages
|
1 Replies
42 Views
|
Hi
I have the same problem here. Updated Virtuemart from 3.8.4 to 3.8.6. When using Chameleon Rules to set VirtueMart shopper groups, we see this message in Joomla frontend:
JUser: :_load: Unable to load user with ID: -1
It seems this...
10-Dec-20 12:53:47
Last post by: sts
|
|
|
Author: NickMantas
|
1 Replies
175 Views
|
I tried this
if (
$option == 'com_easyblog'
and $view == 'latest'
) return xxx;
else if (
$option == 'com_easyblog'
and $view == 'entry'
) return 'yyy';
and worked xxx is the...
11-Feb-20 10:23:31
Last post by: NickMantas
|
|
|
Author: Outbreaker
|
0 Replies
159 Views
|
HI,
I try to include a module before the "<h2>Title</h2>" and after the "<div id="ClassX">" but i can't get this to work. Anyone has an idea on how to do it?
[code]if...
11-Nov-19 03:08:13
Last post by: Outbreaker
|
|
|
Author: Tijj
How to block an entire website from a country?
|
7 Replies
1325 Views
|
Thanks i learn it too
13-Aug-19 03:58:54
Last post by: tokokoperasi
|
|
|
Author: PiggyChu620
How to change homepage default language in Joomla 1.5!?
|
1 Replies
252 Views
|
Sorry I have no idea how to do this, if the default language thing doesn't work.
Ensure you have cleared all the caches in Joomla.
Cheers
Stephen
22-May-19 05:23:41
Last post by: metamodguy
|
|
|
Author: smallpsam
|
6 Replies
503 Views
|
Yes that should be fine. You can simplify it a bit too:
if($fromCountryId=='IT') return 399;
else return 450;
04-Jan-19 09:03:25
Last post by: metamodguy
|
|
|
Author: rayhymns
|
3 Replies
294 Views
|
Hi Ray,
just cleaned up all the idiot spam and found your post - sorry for the delay.
I just want to check what you are saying is happening...
So on the category page, the MetaMod shows the search module correctly?
But are you saying that if...
04-Nov-18 23:47:48
Last post by: metamodguy
|
|
|
Author: mowlman
Hide Virtuemart category based on geoip
|
3 Replies
1803 Views
|
Hi metabern,
You mention "in my menu..." so I wonder if this might be simpler than you think :)
If you mean that you have made Joomla menu items using the menu manager (and not some other sort of dynamic menu of VM categories,...
10-Sep-18 08:47:37
Last post by: metamodguy
|
|
|
Author: liaskas
|
1 Replies
442 Views
|
Hi,
yes, you can do this with MetaMod.
if ($core_genius->check("groups = User Group A") and $core_genius->check("userloginname contains demouser")) return 123;
// Replace 123 with the module id of the module you...
27-Apr-18 02:10:13
Last post by: metamodguy
|
|
|
Author: adamlevine
|
1 Replies
382 Views
|
Hi Adam,
is this a MetaMod question? e.g. is gtranslate a Joomla module that you're hoping to control in some way?
My initial reaction is that it's probably not something that MetaMod can help with, but maybe if you give some more...
11-Apr-18 09:01:56
Last post by: metamodguy
|
|
|
Author: randy_r
Need to add the Edge browser to your list
|
1 Replies
344 Views
|
Hi,
I think you can do it this way:
$ua = @$_SERVER['HTTP_USER_AGENT'];
if (strpos($ua, 'Edge/') !== false) {
echo 'Edge Browser';
}
Note that browser sniffing is officially not a great way to provide...
28-Feb-18 07:31:40
Last post by: metamodguy
|
|
|
Author: deshmukh.7177
I want to load metamod module only first time when user load the web s
|
1 Replies
411 Views
|
Hi Yogesh,
Can I just check what you want to happen:
What I see here is that there is some kind of redirection that happens when the system detects a certain session variable has been set (chem_lang). But I think you are saying that you only...
14-Nov-17 02:47:00
Last post by: metamodguy
|
|
|
Author: Igor_77
|
6 Replies
905 Views
|
And one more thing - can I exclude myself from metamod rules?
27-Oct-17 21:31:00
Last post by: Igor_77
|
|
|
Author: MyWorld
|
4 Replies
527 Views
|
Perfect. Thank you so much!! Really appreciate it.
14-Oct-17 01:24:23
Last post by: MyWorld
|