Re: [mezzanine-users] Is there a way to remove comments/ratings from everywhere?

2016-12-11 Thread Danny
Hi Matt, The way I did it was to comment out/remove the sections of the templates that dealt with comments in my customised templates. So comments are still supported within the code base, but an end user can't see them at all. Hope this helps. Seeya. Danny. On 12 December 2016 at 07:03, Matt

[mezzanine-users] Is there a way to remove comments/ratings from everywhere?

2016-12-11 Thread Matt
I'm new to Mezzanine (and fairly new to Python). I'm looking to get away from Drupal and use something python-based. Is there a way to disable comments/ratings from mezzanine completely? eg. in templates and in admin panel? From my research, this is the only thing I've found:

Re: [mezzanine-users] How can I increase comment max_length?

2016-12-11 Thread ryneeverett
Whoops, hadn't realized that django-contrib-comments is a dependency. This may be a bug if we're doing something that prevents this setting from working. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop

Re: [mezzanine-users] How can I increase comment max_length?

2016-12-11 Thread ryneeverett
It looks like that setting belongs to the `django.contrib.comments` app, which was removed from django in the 1.8 release (our lowest supported version). -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop

Re: [mezzanine-users] Cartridge-payments + django PayPal - how to change checkout form

2016-12-11 Thread Joseph Mohan
I would consider using a different approach as to that blog post, I set up Paypal ipn with it last year and have recently rebuilt the entire thing as it's not really well thought out. You'll end up with 10s of random empty Orders. My advice to you is use the Paypal form from it and monkey