Re: [mezzanine-users] Mezzanine 4.2.0 makes all tags as plain text in blog post.

2016-09-01 Thread Ryne Everett
Glad that solved your problem.

Perhaps being able to handle raw html intermingled with prose was a feature
we lost when we upgraded to tinymce4. It likely it can be re-enabled with
the correct tinymce configuration. (See
http://mezzanine.jupo.org/docs/configuration.html#tinymce-setup-js).

On Fri, Sep 2, 2016 at 12:20 AM, Alan Chen  wrote:

> Thanks for your clarification, it works using source code.
> I put the tags directly into tinymce like this in v3.1.10, and it works.
> Obviously it is not the story in v4.2.10.
>
> Thanks again, Ryne.
>
>
> 在 2016年9月2日星期五 UTC+8上午11:44:26,Ryne Everett写道:
>>
>> That is normal behavior. You can't put raw html directly into tinymce
>> like that. You need to click on the second to right button in the toolbar
>> ("<>") and put it in there or tinymce will treat it as plain text and wrap
>> it in additional html tags.
>>
>> On Thu, Sep 1, 2016 at 11:26 PM, Alan Chen  wrote:
>>
>>> Ryne, please check the enclosed screenshot, thanks.
>>>
>>> 在 2016年9月2日星期五 UTC+8上午10:40:42,Ryne Everett写道:

 Could you post a screenshot of what this bug looks like?

 On Thu, Sep 1, 2016 at 10:21 PM, Alan Chen  wrote:

> Ryne, thanks for your reply.
>
> The tinymce shows up and all static files served normally. No errors
> shown in console.
> Both in my local debug environment (Python 2.7.9, Win7 64bit OS) and
> production (Python 2.7.6, Ubuntu 14, deployed by Apache + mod_wsgi) has 
> the
> same issue.
>
> Weird.
>
>
> 在 2016年9月1日星期四 UTC+8下午11:33:57,Ryne Everett写道:
>>
>> To make sure we're on the same page, the next steps were:
>> - python manage.py runserver
>> - navigate to admin and tinymce doesn't show up
>>
>> The out-of-the-box static files configuration has always worked fine
>> for me. I wonder if it could be a problem with the way your OS handles 
>> file
>> paths. What OS are you using? Also, are there any errors in either the
>> browser console or backend logs?
>>
>> On Thu, Sep 1, 2016 at 6:06 AM, Alan Chen 
>> wrote:
>>
>>> the same after init a new project used Mezzanine 4.2.0
>>> - mezzanine-project testproject
>>> - python manage.py createdb --noinput
>>>
>>> Please help, thanks.
>>>
>>>
>>> 在 2016年9月1日星期四 UTC+8上午8:48:12,Stephen McDonald写道:


 On Wed, Aug 31, 2016 at 5:22 PM, Alan Chen 
 wrote:

> This feature in Mezzanine 3.1.10 works fine. But 3.1.10 has no
> rich text editor toolbar


 There's your problem. You'll likely find you've somehow
 misconfigured the way static files are served - start there.


 --
 Stephen McDonald
 http://jupo.org

>>> --
>>> 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-use...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> 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-use...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

 --
>>> 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-use...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> 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.
>

-- 
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.


Re: [mezzanine-users] Mezzanine 4.2.0 makes all tags as plain text in blog post.

2016-09-01 Thread Alan Chen
Thanks for your clarification, it works using source code.
I put the tags directly into tinymce like this in v3.1.10, and it works. 
Obviously it is not the story in v4.2.10. 

Thanks again, Ryne.


在 2016年9月2日星期五 UTC+8上午11:44:26,Ryne Everett写道:
>
> That is normal behavior. You can't put raw html directly into tinymce like 
> that. You need to click on the second to right button in the toolbar ("<>") 
> and put it in there or tinymce will treat it as plain text and wrap it in 
> additional html tags.
>
> On Thu, Sep 1, 2016 at 11:26 PM, Alan Chen  > wrote:
>
>> Ryne, please check the enclosed screenshot, thanks.
>>
>> 在 2016年9月2日星期五 UTC+8上午10:40:42,Ryne Everett写道:
>>>
>>> Could you post a screenshot of what this bug looks like?
>>>
>>> On Thu, Sep 1, 2016 at 10:21 PM, Alan Chen  wrote:
>>>
 Ryne, thanks for your reply.

 The tinymce shows up and all static files served normally. No errors 
 shown in console.
 Both in my local debug environment (Python 2.7.9, Win7 64bit OS) and 
 production (Python 2.7.6, Ubuntu 14, deployed by Apache + mod_wsgi) has 
 the 
 same issue.

 Weird.


 在 2016年9月1日星期四 UTC+8下午11:33:57,Ryne Everett写道:
>
> To make sure we're on the same page, the next steps were:
> - python manage.py runserver
> - navigate to admin and tinymce doesn't show up
>
> The out-of-the-box static files configuration has always worked fine 
> for me. I wonder if it could be a problem with the way your OS handles 
> file 
> paths. What OS are you using? Also, are there any errors in either the 
> browser console or backend logs?
>
> On Thu, Sep 1, 2016 at 6:06 AM, Alan Chen  wrote:
>
>> the same after init a new project used Mezzanine 4.2.0
>> - mezzanine-project testproject
>> - python manage.py createdb --noinput
>>
>> Please help, thanks.
>>
>>
>> 在 2016年9月1日星期四 UTC+8上午8:48:12,Stephen McDonald写道:
>>>
>>>
>>> On Wed, Aug 31, 2016 at 5:22 PM, Alan Chen  
>>> wrote:
>>>
 This feature in Mezzanine 3.1.10 works fine. But 3.1.10 has no rich 
 text editor toolbar 
>>>
>>>
>>> There's your problem. You'll likely find you've somehow 
>>> misconfigured the way static files are served - start there.
>>>
>>>
>>> -- 
>>> Stephen McDonald
>>> http://jupo.org
>>>
>> -- 
>> 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-use...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> -- 
 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-use...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>> -- 
>> 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-use...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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.


Re: [mezzanine-users] Mezzanine 4.2.0 makes all tags as plain text in blog post.

2016-09-01 Thread Ryne Everett
That is normal behavior. You can't put raw html directly into tinymce like
that. You need to click on the second to right button in the toolbar ("<>")
and put it in there or tinymce will treat it as plain text and wrap it in
additional html tags.

On Thu, Sep 1, 2016 at 11:26 PM, Alan Chen  wrote:

> Ryne, please check the enclosed screenshot, thanks.
>
> 在 2016年9月2日星期五 UTC+8上午10:40:42,Ryne Everett写道:
>>
>> Could you post a screenshot of what this bug looks like?
>>
>> On Thu, Sep 1, 2016 at 10:21 PM, Alan Chen  wrote:
>>
>>> Ryne, thanks for your reply.
>>>
>>> The tinymce shows up and all static files served normally. No errors
>>> shown in console.
>>> Both in my local debug environment (Python 2.7.9, Win7 64bit OS) and
>>> production (Python 2.7.6, Ubuntu 14, deployed by Apache + mod_wsgi) has the
>>> same issue.
>>>
>>> Weird.
>>>
>>>
>>> 在 2016年9月1日星期四 UTC+8下午11:33:57,Ryne Everett写道:

 To make sure we're on the same page, the next steps were:
 - python manage.py runserver
 - navigate to admin and tinymce doesn't show up

 The out-of-the-box static files configuration has always worked fine
 for me. I wonder if it could be a problem with the way your OS handles file
 paths. What OS are you using? Also, are there any errors in either the
 browser console or backend logs?

 On Thu, Sep 1, 2016 at 6:06 AM, Alan Chen  wrote:

> the same after init a new project used Mezzanine 4.2.0
> - mezzanine-project testproject
> - python manage.py createdb --noinput
>
> Please help, thanks.
>
>
> 在 2016年9月1日星期四 UTC+8上午8:48:12,Stephen McDonald写道:
>>
>>
>> On Wed, Aug 31, 2016 at 5:22 PM, Alan Chen 
>> wrote:
>>
>>> This feature in Mezzanine 3.1.10 works fine. But 3.1.10 has no rich
>>> text editor toolbar
>>
>>
>> There's your problem. You'll likely find you've somehow misconfigured
>> the way static files are served - start there.
>>
>>
>> --
>> Stephen McDonald
>> http://jupo.org
>>
> --
> 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-use...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

 --
>>> 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-use...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> 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.
>

-- 
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.


Re: [mezzanine-users] Mezzanine 4.2.0 makes all tags as plain text in blog post.

2016-09-01 Thread Ryne Everett
Could you post a screenshot of what this bug looks like?

On Thu, Sep 1, 2016 at 10:21 PM, Alan Chen  wrote:

> Ryne, thanks for your reply.
>
> The tinymce shows up and all static files served normally. No errors shown
> in console.
> Both in my local debug environment (Python 2.7.9, Win7 64bit OS) and
> production (Python 2.7.6, Ubuntu 14, deployed by Apache + mod_wsgi) has the
> same issue.
>
> Weird.
>
>
> 在 2016年9月1日星期四 UTC+8下午11:33:57,Ryne Everett写道:
>>
>> To make sure we're on the same page, the next steps were:
>> - python manage.py runserver
>> - navigate to admin and tinymce doesn't show up
>>
>> The out-of-the-box static files configuration has always worked fine for
>> me. I wonder if it could be a problem with the way your OS handles file
>> paths. What OS are you using? Also, are there any errors in either the
>> browser console or backend logs?
>>
>> On Thu, Sep 1, 2016 at 6:06 AM, Alan Chen  wrote:
>>
>>> the same after init a new project used Mezzanine 4.2.0
>>> - mezzanine-project testproject
>>> - python manage.py createdb --noinput
>>>
>>> Please help, thanks.
>>>
>>>
>>> 在 2016年9月1日星期四 UTC+8上午8:48:12,Stephen McDonald写道:


 On Wed, Aug 31, 2016 at 5:22 PM, Alan Chen  wrote:

> This feature in Mezzanine 3.1.10 works fine. But 3.1.10 has no rich
> text editor toolbar


 There's your problem. You'll likely find you've somehow misconfigured
 the way static files are served - start there.


 --
 Stephen McDonald
 http://jupo.org

>>> --
>>> 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-use...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> 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.
>

-- 
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.


Re: [mezzanine-users] Mezzanine 4.2.0 makes all tags as plain text in blog post.

2016-09-01 Thread Alan Chen
Ryne, thanks for your reply.

The tinymce shows up and all static files served normally. No errors shown 
in console.
Both in my local debug environment (Python 2.7.9, Win7 64bit OS) and 
production (Python 2.7.6, Ubuntu 14, deployed by Apache + mod_wsgi) has the 
same issue.

Weird.


在 2016年9月1日星期四 UTC+8下午11:33:57,Ryne Everett写道:
>
> To make sure we're on the same page, the next steps were:
> - python manage.py runserver
> - navigate to admin and tinymce doesn't show up
>
> The out-of-the-box static files configuration has always worked fine for 
> me. I wonder if it could be a problem with the way your OS handles file 
> paths. What OS are you using? Also, are there any errors in either the 
> browser console or backend logs?
>
> On Thu, Sep 1, 2016 at 6:06 AM, Alan Chen  > wrote:
>
>> the same after init a new project used Mezzanine 4.2.0
>> - mezzanine-project testproject
>> - python manage.py createdb --noinput
>>
>> Please help, thanks.
>>
>>
>> 在 2016年9月1日星期四 UTC+8上午8:48:12,Stephen McDonald写道:
>>>
>>>
>>> On Wed, Aug 31, 2016 at 5:22 PM, Alan Chen  wrote:
>>>
 This feature in Mezzanine 3.1.10 works fine. But 3.1.10 has no rich 
 text editor toolbar 
>>>
>>>
>>> There's your problem. You'll likely find you've somehow misconfigured 
>>> the way static files are served - start there.
>>>
>>>
>>> -- 
>>> Stephen McDonald
>>> http://jupo.org
>>>
>> -- 
>> 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-use...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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.


Re: [mezzanine-users] Mezzanine 4.2.0 makes all tags as plain text in blog post.

2016-09-01 Thread Ryne Everett
To make sure we're on the same page, the next steps were:
- python manage.py runserver
- navigate to admin and tinymce doesn't show up

The out-of-the-box static files configuration has always worked fine for
me. I wonder if it could be a problem with the way your OS handles file
paths. What OS are you using? Also, are there any errors in either the
browser console or backend logs?

On Thu, Sep 1, 2016 at 6:06 AM, Alan Chen  wrote:

> the same after init a new project used Mezzanine 4.2.0
> - mezzanine-project testproject
> - python manage.py createdb --noinput
>
> Please help, thanks.
>
>
> 在 2016年9月1日星期四 UTC+8上午8:48:12,Stephen McDonald写道:
>>
>>
>> On Wed, Aug 31, 2016 at 5:22 PM, Alan Chen  wrote:
>>
>>> This feature in Mezzanine 3.1.10 works fine. But 3.1.10 has no rich text
>>> editor toolbar
>>
>>
>> There's your problem. You'll likely find you've somehow misconfigured the
>> way static files are served - start there.
>>
>>
>> --
>> Stephen McDonald
>> http://jupo.org
>>
> --
> 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.
>

-- 
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.


Re: [mezzanine-users] Save Button In Blog Post and Everything That Involves Tinymce Not Working

2016-09-01 Thread Ryne Everett
This isn't nearly enough information for anyone to be able to help you.
What are "various fixes"? Is this in a development or production
environment? Are there any errors in the browser console or backend logs?

On Thu, Sep 1, 2016 at 4:55 AM, Leke Okumoyinbo 
wrote:

>  Python == 2.7
> Django == 1.10
> Mezzanine == 4.2.0
>
> Please, what can I do to correct this problem? I applied various fixes to
> Mezzanine, then i couldn't save blog posts and anything that involves the
> Tinymce widget any longer. Thank you.
>
> --
> 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.
>

-- 
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.


Re: [mezzanine-users] Mezzanine 4.2.0 makes all tags as plain text in blog post.

2016-09-01 Thread Alan Chen
the same after init a new project used Mezzanine 4.2.0
- mezzanine-project testproject
- python manage.py createdb --noinput

Please help, thanks.


在 2016年9月1日星期四 UTC+8上午8:48:12,Stephen McDonald写道:
>
>
> On Wed, Aug 31, 2016 at 5:22 PM, Alan Chen  > wrote:
>
>> This feature in Mezzanine 3.1.10 works fine. But 3.1.10 has no rich text 
>> editor toolbar 
>
>
> There's your problem. You'll likely find you've somehow misconfigured the 
> way static files are served - start there.
>
>
> -- 
> Stephen McDonald
> http://jupo.org
>

-- 
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] Save Button In Blog Post and Everything That Involves Tinymce Not Working

2016-09-01 Thread Leke Okumoyinbo
 Python == 2.7
Django == 1.10
Mezzanine == 4.2.0

Please, what can I do to correct this problem? I applied various fixes to 
Mezzanine, then i couldn't save blog posts and anything that involves the 
Tinymce widget any longer. Thank you.

-- 
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.