|
|
Author: FantasyDD
|
3 Replies
3563 Views
|
instal a chameleon-lite-1-19.zip no Warning!
thank you!
24-Nov-12 17:11:01
Last post by: FantasyDD
|
|
|
|
Author: Tijj
Need the ChameleonLite version for one rule on J2.5
|
1 Replies
1381 Views
|
Hi Tijj,
there's no Lite version for Joomla 2.5, sorry :( None of the Joomla 1.5 versions will work, even if they appear to install.
Just in case it helps, don't forget that all the products on this site are licensed under the GPL,...
25-Oct-12 19:48:31
Last post by: metamodguy
|
|
|
Author: mightec
Is ChameleonLite 1.19 only suitable for Joomla 1.5
|
1 Replies
1509 Views
|
Correct.
Best regards,
Stephen
22-Jul-12 10:17:07
Last post by: metamodguy
|
|
|
Author: bgiguere
The proper template is not being applied.
|
1 Replies
1478 Views
|
Hi,
it's just a slight PHP problem. You can't generally use "and" in this way to perform 2 operations. This has unexpected results like what you are seeing. Try structuring it like this:
if...
06-May-12 23:02:43
Last post by: metamodguy
|
|
|
Author: raganello
I would create links to choose template to apply to all site pages
|
2 Replies
1562 Views
|
hi stephen,
quite an explanation.
it's seem easy i'll give it a try.
thanks!
12-Dec-11 09:26:39
Last post by: raganello
|
|
|
Author: mcwolf00
|
7 Replies
1865 Views
|
That's great - thanks for the confirmation.
Cheers,
Stephen
27-Nov-11 21:21:53
Last post by: metamodguy
|
|
|
Author: tonnick
|
1 Replies
1506 Views
|
Hi Tonnick,
I'm trying to understand the problem... why is your site going to the checkout page instead of just the cart page? This isn't normal VM behaviour.
Are you using something like "one step checkout" that sort of...
04-Nov-11 21:04:07
Last post by: metamodguy
|
|
|
Author: tdchen
|
9 Replies
3640 Views
|
Hi Alex,
MetaTemplate has now been upgraded to Chameleon (& ChameleonLite). Can you please upgrade your version to the latest available from this site, and try again?
Please also include the following information:
- Joomla version
-...
25-Oct-11 22:06:27
Last post by: metamodguy
|
|
|
Author: slazarov91
|
1 Replies
1490 Views
|
Hi, yes, this is easy to do:
Try this in the PHP box in the left column of ChameleonLite:
$vm = JomGenius("virtuemart");
if ($vm->check("pagetype starts with checkout")) return true;
Then, in the SUCCEED Action...
26-Sep-11 10:51:43
Last post by: metamodguy
|
|
|
Author: datto510
|
2 Replies
1435 Views
|
Thanks that worked perfectly !
14-Sep-11 11:15:27
Last post by: datto510
|
|
|
Author: chrischris2005
Show template based on IP address
|
2 Replies
1765 Views
|
Hi Chris,
yes, that's easy to do. Check out the JomGenius documentation for the "core genius" and the things it knows about...
In a nutshell, you can do this:
if ($core_genius->check("clientip = 123.45.67.89"))...
24-Jul-11 20:29:52
Last post by: metamodguy
|
|
|
Author: edeminang
|
1 Replies
1541 Views
|
Hi edeminang,
This is easier with the Pro version, but here's how to do it with the free version.
1st rule for VM:
if ($option == "com_virtuemart") return true;
(then set the appropriate template in the SUCCEED action)...
24-Jul-11 20:25:51
Last post by: metamodguy
|
|
|
Author: gman2712
Using two templates in virtuemart.
|
5 Replies
1941 Views
|
Worked like a treat, thank you very much.
Great Component
Great Functionality.
Cheers
Graeme
13-Jul-11 08:39:06
Last post by: gman2712
|
|
|
Author: prince.gen
|
8 Replies
1967 Views
|
I found a solution. I wish to share to others also. Using "virtual Domain" component, I could achieve my goal. Thank you so much.
23-Jun-11 10:17:47
Last post by: prince.gen
|
|
|
Author: Silvareiel
Need help to adapt and change this template recipe from another post…!
|
9 Replies
2393 Views
|
Hi,
ok, so I TOTALLY messed up the last one - sorry! This time I actually tested it and it works a lot better. It also uses the template when you are viewing your own page.
To use this, I set up a "field" on one of the CB tabs...
22-Jun-11 23:40:44
Last post by: metamodguy
|
|
|
Author: daviestar
|
3 Replies
1759 Views
|
Cool! I've just been "playing" that flash game on your site... not entirely sure I got all of it, but the "Beautiful-horrible existential" moniker is about right!
Great design on the site.
Best regards,
Stephen
12-Jun-11 23:21:34
Last post by: metamodguy
|
|
|
Author: apollo123
|
1 Replies
1650 Views
|
Hi Julian,
Yes, I like questions :)
I'm surprised that the :continue method didn't work for you. Can you try to isolate the problem a bit more by making a rule following that rule that doesn't do very much? (i.e. no...
12-Jun-11 22:59:24
Last post by: metamodguy
|
|
|
Author: tdchen
to edit articles in the front end
|
1 Replies
2200 Views
|
Hi Tdchen,
that's an excellent question. Luckily there's a function in JomGenius that can identify article edit pages:
if ($core_genius->check("pagetype = articleedit")) return true;
Then in the SUCCEED action,...
09-Jun-11 23:39:26
Last post by: metamodguy
|
|
|
Author: lt635
Sub-categories different template
|
1 Replies
1815 Views
|
Hi Lene,
If you're checking for VirtueMart categories, there's a special thing just for them. The category_id you're using above only applies to article categories, not VM categories. (you were on the right track though!)
So...
08-Jun-11 11:52:33
Last post by: metamodguy
|
|
|
Author: natharari
Template Language Switch Problem
|
8 Replies
2776 Views
|
Thank you ver much for your time, I have now in a break, I also test m17n (somethinlike this name) and show me directly no menu (it´s tailored to make multilingual), so I will keep monolingual for a while and continue soon, then maybe try...
07-Jun-11 14:45:45
Last post by: tsftprograma
|