[mezzanine-users] Re: using facebook comments

2015-04-27 Thread Eduardo Rivas
It depends on the level of integration you want to achieve. Disqus supports 
Facebook login, so if you're interested in the comment part only, I 
recommend that. This option only requires filling up the correct settings 
in the admin (as far as I remember).

You can also insert Facebook's Javascript SDK or iframes and get comment 
boxes, page activity, like buttons, etc, as explained in their docs. This 
will require changing your template code, and you may even be able to 
abstract it with some custom template tags or seeing if somebody already 
came up with something like that for Django in general.

-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[mezzanine-users] I have problems with the tag editable

2015-04-27 Thread Ronald Espinoza
Hello everyone.

All day I searched information to make an editable content in My Home. I am 
using a free theme Flat.
{% editable page.content %}
Clean, Crisp, Powerful and Responsive Web Design
{% endeditable %}

-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[mezzanine-users] Re: I can not add more variations such products.

2015-04-27 Thread Eduardo Rivas
Add the extra variations to settings.OPTION_TYPE_CHOICES (the default 
settings.py has it commented out, so it should be easy to find). Then make 
and run the migrations (South or built-in, depending on your Django 
version). The new column(s) will be added to you DB and the appropiate 
changes should appear in the admin. Docs: 
http://cartridge.jupo.org/configuration.html#shop-option-type-choices

-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[mezzanine-users] Search synonyms

2015-04-27 Thread Graham Oliver
Hello all
Is there a way to add 'search synonyms'?

An example,
if a user searches for the word 'qi' searches will behave as if the user 
has searched for 'qi' or 'chi'
and similarly
if a user searches for the word 'chi' searches will behave as if the user 
has searched for 'qi' or 'chi'

Thanks
g

-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[mezzanine-users] using facebook comments

2015-04-27 Thread Brandon Keith Biggs

Hello,
Is there a simple way to use FB comments as the default commenting system?
I see several different systems, but not facebook.
Are there advantages to using these other systems over Facebook? Using 
facebook, people can comment and share it on their wall, they can login 
to your site and you can get their info, you can put like buttons and 
share buttons and I think some other things.

Thanks,

--
Brandon Keith Biggs http://www.brandonkeithbiggs.com/

--
You received this message because you are subscribed to the Google Groups Mezzanine 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.