Re: [mezzanine-users] Introducing Mezzanine-Shortcodes (Aren't Shortcodes)

2015-11-30 Thread Brandon Keith Biggs
Hello, This is awesome! I did a shortcodes app, but it was really really simple and not like this! Thank you! Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 12/1/2015 3:57 AM, Ryne Everett wrote: I started with some suggestions on the mailing list a few months ago an

[mezzanine-users] place with all the template tags?

2015-07-19 Thread Brandon Keith Biggs
date in the future. Thank you, -- 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

Re: [mezzanine-users] question about PAGES_MENU_SHOW_ALL

2015-07-17 Thread Brandon Keith Biggs
x27;if page.is_current_or_ascendant' #} {# to only show child pages in the menu for the current page #} {% if page.is_current_or_ascendant %}{% if page.has_children_in_menu %}{% page_menu page %}{% endif %}{% endif %} """ so I did and I don't see anything different. thank

[mezzanine-users] question about PAGES_MENU_SHOW_ALL

2015-07-16 Thread Brandon Keith Biggs
NU_SHOW_ALL=False seems to be exactly what I want! 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 receivi

Re: [mezzanine-users] Easy way to grab data from an installed app in the templates

2015-07-16 Thread Brandon Keith Biggs
module? I get an error when running some of them and they have to do with wrong arguments or something and I have no idea why. thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 7/17/2015 1:09 AM, Brandon Keith Biggs wrote: Hello, I am just not having a good time with thes

Re: [mezzanine-users] Easy way to grab data from an installed app in the templates

2015-07-16 Thread Brandon Keith Biggs
randon" as result %} My text! Here is my text and the variable is: {{ result }} {% endblock %} AttributeError at / 'SafeText' object has no attribute 'get' Request Method: GET Thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 7/17/2015 12:26 AM, Brand

Re: [mezzanine-users] Easy way to grab data from an installed app in the templates

2015-07-16 Thread Brandon Keith Biggs
Hello, So the document namespace doesn't go into the block? That worked! thank you, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 7/16/2015 10:41 PM, Eduardo Rivas wrote: Yeah, a server restart is required when you create new template tags for Django to pick them up.

Re: [mezzanine-users] Easy way to grab data from an installed app in the templates

2015-07-16 Thread Brandon Keith Biggs
href="http://mezzanine.jupo.org/docs/configuration.html#default-settings";>Full list of settings href="http://mezzanine.jupo.org/docs/deployment.html";>Deploying to a production server {# {% endblocktrans %} #} {% endblock %} The variable does not show up at all. thanks

Re: [mezzanine-users] Easy way to grab data from an installed app in the templates

2015-07-15 Thread Brandon Keith Biggs
valid tag library: So then when I put script_module.py into my_app/templatetags/my_script.py I still get the same error. thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 7/16/2015 1:18 AM, Eduardo Rivas wrote: That should work without issue, though I generally like to b

Re: [mezzanine-users] Easy way to grab data from an installed app in the templates

2015-07-15 Thread Brandon Keith Biggs
using for richtext, so I'll just transfer that over if I can. Other question, if I'm not to use html tags in the translated area, what do I use? Do I just put a whole lot of blocktrans tags in my html tags? Thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 7/16/

Re: [mezzanine-users] Easy way to grab data from an installed app in the templates

2015-07-15 Thread Brandon Keith Biggs
et the first part of the text, but the variable is not there at all. thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 7/16/2015 12:12 AM, Danny wrote: On 16/07/2015 7:30 AM, Brandon Keith Biggs wrote: Hello, Is there an easy way to create template variables and

Re: [mezzanine-users] Easy way to grab data from an installed app in the templates

2015-07-15 Thread Brandon Keith Biggs
Hello, How do you call the function in a block? Because for my index I have: {% block main %} {% blocktrans %} my text {% where I want the function %} {{ where I want the variable }} {% endblocktrans %} {% endblock %} Thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 7/1

[mezzanine-users] Easy way to grab data from an installed app in the templates

2015-07-15 Thread Brandon Keith Biggs
. thank you, -- 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 mezzanin

Re: [mezzanine-users] Text processing code?

2015-07-12 Thread Brandon Keith Biggs
LTER Deprecated, use RICHTEXT_FILTERS Dotted path to the function to call on a RichTextField value before it is rendered to the template. Default: None Thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 7/12/2015 8:53 PM, Eduardo Rivas wrote: RICHTEXT_FILTER is deprecate

Re: [mezzanine-users] Text processing code?

2015-07-12 Thread Brandon Keith Biggs
et the tuple with the new filter added? If so, could it say so in the documentation? From what it looks like, RICHTEXT_FILTERS and RICHTEXT_FILTER are redundant and RICHTEXT_FILTER should be removed. Thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 7/1/2015 6:07 PM, Eduard

Re: [mezzanine-users] Text processing code?

2015-07-12 Thread Brandon Keith Biggs
|safe }}{% endblock %} I replaced the tags above so we had something like: {{page.richtextpage.content|shortcodes_main|richtext_filters|safe }} Is this OK, it looks perfect to my screen-reader, but I don't know if it looks OK to other people. thanks, Brandon Keith Biggs

Re: [mezzanine-users] creating projects with latest build

2015-07-10 Thread Brandon Keith Biggs
Hello, If I'm not mistaken older versions ask you if you would like to create the super user. I've always used python manage.py createdb and been able to set my username and password. thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 7/10/2015 7:24 AM, Stephe

[mezzanine-users] creating projects with latest build

2015-07-09 Thread Brandon Keith Biggs
-user was set. 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 mezzanin

Re: [mezzanine-users] Text processing code?

2015-07-01 Thread Brandon Keith Biggs
Hello Ken, This doesn't look like what I want. I am talking about inside MCE editor. Where is the code that takes the text inside an edit field and does stuff with it? thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 7/1/2015 3:00 PM, Ken Bolton wrote: Hi Bra

[mezzanine-users] Text processing code?

2015-06-30 Thread Brandon Keith Biggs
, -- 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...@googlegrou

Re: [mezzanine-users] problems with unicode

2015-06-23 Thread Brandon Keith Biggs
somewhere? It shouldn't happen if system files are not modified by me though. Thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 6/20/2015 7:08 PM, Brandon Keith Biggs wrote: Hello, I am using the pip version with mysql. I think it may be mysql that has the problem as one o

[mezzanine-users] Host with Mezzanine already installed with basic SSH and FTP Access?

2015-06-20 Thread Brandon Keith Biggs
ne. This is what I have observed and would really really love to see a host with django and Mezzanine already up and running, but with the option to run WordPress or any of the other PHP sites along side it. Thank you, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 6/20/20

Re: [mezzanine-users] problems with unicode

2015-06-20 Thread Brandon Keith Biggs
Hello, I am using the pip version with mysql. I think it may be mysql that has the problem as one of the error messages hinted at mysql, but this is a little out of what I've done before, so could be reading it wrong. Thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/&

Re: [mezzanine-users] problems with unicode

2015-06-20 Thread Brandon Keith Biggs
d? I really know nothing about running a server. Thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 6/20/2015 6:23 PM, Eduardo Rivas wrote: Hi Brandon. Adding to Ken's answer: Are you using the latest version from the master branch, or the stable version from pip?

Re: [mezzanine-users] problems with unicode

2015-06-20 Thread Brandon Keith Biggs
ezone? I asked my host about supporting utf-8 and they say they do, but I am still getting this error. Is there something I need to modify in my settings.py file to match with the system? thank you, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 6/20/2015 4:33 PM, Ken Bolton

Re: [mezzanine-users] problems with unicode

2015-06-20 Thread Brandon Keith Biggs
Hello, Could this question please be placed on the FAQ? Give me a little bit and once I figure out how to fix it, I will write a 3-5 step tutorial to fix it. Thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 6/20/2015 4:33 PM, Ken Bolton wrote: Hi Brandon, This is pr

[mezzanine-users] Re: Left-hand tree is not showing up in latest branch

2015-06-20 Thread Brandon Keith Biggs
websites it is pretty normal for something like this to happen. Thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 6/20/2015 12:24 PM, Brandon Keith Biggs wrote: Hello, I just installed mezzanine yesterday and I am not seeing the Left-hand tree. The list of links under the

[mezzanine-users] Left-hand tree is not showing up in latest branch

2015-06-20 Thread Brandon Keith Biggs
box is checked, but on the about page there is nothing under the breadcrumbs. 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 thi

[mezzanine-users] having a link to switch between MCE Editor and Pagedown?

2015-06-20 Thread Brandon Keith Biggs
er or even on the server, but I'm not 100% sure how one would do the server (probably through ajax). So far, the installing of mezzanine packages is a little too complex for me to comprehend, but I am wondering if anyone has already done something like this? Thanks, -- Brandon Keith B

[mezzanine-users] problems with unicode

2015-06-20 Thread Brandon Keith Biggs
ordinal not in range(128) I'm using python 2.7. Would this get fixed with python 3? I've tried fixing the .bashrc file, but I was not able to reload it. Is there any way to just reinstall the sample pages? Thanks, -- Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> -- Yo

Re: [mezzanine-users] Question about switching between production and local servers

2015-06-19 Thread Brandon Keith Biggs
hanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 6/19/2015 7:17 PM, Brandon Keith Biggs wrote: Hello Ken, my question is more along the lines of: what needs to change between windows and Linux? Can I just create everything on my windows and git it to the Linux and h

Re: [mezzanine-users] Question about switching between production and local servers

2015-06-19 Thread Brandon Keith Biggs
Hello Ken, my question is more along the lines of: what needs to change between windows and Linux? Can I just create everything on my windows and git it to the Linux and have it work? thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 6/19/2015 7:00 PM, Ken Bolton wrot

[mezzanine-users] Question about switching between production and local servers

2015-06-19 Thread Brandon Keith Biggs
windows and use that to configure mezzanine on my Linux server? Would that work? For files, is git or doing everything through filezilla better? Can I git the whole server? or will I need to change some settings between the two? thanks, -- Brandon Keith Biggs <http://www.brandonkeithbiggs.

Re: [mezzanine-users] Suggestions for PyCon talk on Mezzanine

2015-06-04 Thread Brandon Keith Biggs
veryone needs a website, Mezzanine is a perfect answer. People just need to be shown this. A talk about how to run an opensource project would also be pretty nice. All the steps for setting up the package, using git, putting it up on Git Hub, sinking it with Pypy, advertising it and whatnot would

Re: [mezzanine-users] Re: The Readme on Github - I would like to give it a revamp

2015-05-24 Thread Brandon Keith Biggs
ow to deploy. thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 5/24/2015 11:20 AM, Graham wrote: Hello all... I am also interested in the 'who' and the 'why' and this may help us decide what should go in the README... *Who* are we designing the REA

Re: [mezzanine-users] Real Time update of orders

2015-05-14 Thread Brandon Keith Biggs
not yet used brython. It will look the same to the user, it will just be in python and its built-in modules rather than javascript and its strange syntax. thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 5/14/2015 5:43 PM, Josh Cartmell wrote: Hi Andrew, I would set u

Re: [mezzanine-users] Official Docker Repo

2015-05-06 Thread Brandon Keith Biggs
Hello, This would be really awesome! but how would it work with django and python as a dependency? Would you distribute python with it? thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 5/6/2015 7:19 PM, Flavio Barros wrote: I just saw this post at Docker blog:

[mezzanine-users] Adding headings into django's default view?

2015-05-01 Thread Brandon Keith Biggs
ckbox is in the heading for StackedInline items like: Choice: Not much checkbox not checked Delete It works, but is not pretty. Thanks, -- Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> -- You received this message because you are subscribed to the Google Groups "M

Re: [mezzanine-users] Some newbie questions for someone moving from WP to mezzanine

2015-05-01 Thread Brandon Keith Biggs
ython code and add it to something like short-codes. For example, I have on my website a short-code in wordPress to display my age. It changes every year so I don't need to update my age every year. So it looks like: Brandon Keith Biggs is a [age name="brandon"] year old singer,

Re: [mezzanine-users] Some newbie questions for someone moving from WP to mezzanine

2015-04-29 Thread Brandon Keith Biggs
n learning how to script in PHP, but currently it is too complex. I am learning django and hopefully I can either make a separate CMS based off mezzanine or help mezzanine to become novice friendly. Thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 4/22/2015 4:46 PM, Jos

Re: [mezzanine-users] Some newbie questions for someone moving from WP to mezzanine

2015-04-28 Thread Brandon Keith Biggs
their tutorial before going into mezzanine, or can I start with mezzanine then go into django if I wish? Thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 4/28/2015 7:28 PM, Brandon Keith Biggs wrote: Hello, I think I figured out how to use the editor, you need to click

Re: [mezzanine-users] Some newbie questions for someone moving from WP to mezzanine

2015-04-28 Thread Brandon Keith Biggs
. Does anyone know what may cause this? Thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 4/28/2015 5:31 PM, Josh Cartmell wrote: Hi Brandon, I don't understand the first question. What was the input and what would you expect it to produce? The widget probably

Re: [mezzanine-users] Some newbie questions for someone moving from WP to mezzanine

2015-04-27 Thread Brandon Keith Biggs
e value of settings.RICHTEXT_WIDGET_CLASS: forms.Textarea Request Method: GET Request URL: http://127.0.0.1:8000/admin/pages/richtextpage/9/ Django Version: 1.6.11 Exception Type: ImproperlyConfigured Exception Value: Could not import the value of settings.RICHTEXT_WIDGET_CLASS: forms.Textarea Thanks, Brandon Keith B

[mezzanine-users] using facebook comments

2015-04-27 Thread Brandon Keith Biggs
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

Re: [mezzanine-users] Some newbie questions for someone moving from WP to mezzanine

2015-04-22 Thread Brandon Keith Biggs
erent. Are settings local to a user? If not, why? thanks, Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> On 4/22/2015 4:46 PM, Josh Cartmell wrote: Hi Brandon, hopefully the following are helpful answers! 1. Title + the publishing controls are present across all things that

[mezzanine-users] Some newbie questions for someone moving from WP to mezzanine

2015-04-22 Thread Brandon Keith Biggs
eptional for quick development. Thank you, -- 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