Re: installing tiny mce for flatpages

2008-10-06 Thread Brian Neal

On Oct 5, 10:12 pm, Bobby Roberts <[EMAIL PROTECTED]> wrote:
> > So you did this 
> > part?http://code.djangoproject.com/wiki/AddWYSIWYGEditor#UsingTinyMCEwithf...
>
> > Do you have MEDIA_URL and MEDIA_ROOT setup correctly in settings.py?
> > Are you using the development server? Do you have that setup to server
> > static content?
>
> yeah see my previous post.  This is on a live server not a dev.  I've
> got an admin.py file setup per the django doc and have /static setup
> as an application to serve static content.  MEDIA_URL is setup
> correctly and is serving static content.

Okay. I am using TinyMCE with many textareas on my site, however I
have not tried it with flatpages yet, so I can't vouch for those
instructions on the wiki. Can you activate it on a "normal" model in
the admin area? That might narrow it down.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: installing tiny mce for flatpages

2008-10-05 Thread Bobby Roberts

> So you did this 
> part?http://code.djangoproject.com/wiki/AddWYSIWYGEditor#UsingTinyMCEwithf...
>
> Do you have MEDIA_URL and MEDIA_ROOT setup correctly in settings.py?
> Are you using the development server? Do you have that setup to server
> static content?

yeah see my previous post.  This is on a live server not a dev.  I've
got an admin.py file setup per the django doc and have /static setup
as an application to serve static content.  MEDIA_URL is setup
correctly and is serving static content.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: installing tiny mce for flatpages

2008-10-05 Thread Brian Neal

On Oct 5, 9:35 pm, Bobby Roberts <[EMAIL PROTECTED]> wrote:
> > Did you see this:
>
> >http://code.djangoproject.com/wiki/AddWYSIWYGEditor
>
> yeah i saw that and tried to follow it.  Here's what i did:
>
> 1.  d/l tinymce
> 2.  uploaded to /static/admin/js/tiny_mce   (i have static setup as an
> app to serve static files)
> 3.  I created a textarea.js file as instructed an put it in that dir
> 4.  I created the admin.py file in /www/myproject
>
> i'm using newforms in the admin

So you did this part?
http://code.djangoproject.com/wiki/AddWYSIWYGEditor#UsingTinyMCEwithflatpagesnewforms

Do you have MEDIA_URL and MEDIA_ROOT setup correctly in settings.py?
Are you using the development server? Do you have that setup to server
static content?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: installing tiny mce for flatpages

2008-10-05 Thread Bobby Roberts

> Did you see this:
>
> http://code.djangoproject.com/wiki/AddWYSIWYGEditor

yeah i saw that and tried to follow it.  Here's what i did:

1.  d/l tinymce
2.  uploaded to /static/admin/js/tiny_mce   (i have static setup as an
app to serve static files)
3.  I created a textarea.js file as instructed an put it in that dir
4.  I created the admin.py file in /www/myproject


i'm using newforms in the admin
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: installing tiny mce for flatpages

2008-10-05 Thread Brian Neal

On Oct 4, 3:34 pm, Bobby Roberts <[EMAIL PROTECTED]> wrote:
> hi group.  I need some help getting tinymce installed for flatpages in
> admin.  I'm serving static content from an application called /static/
> with tinymce located in /static/js/tiny_mce/.  I have read the docs on
> creating an admin.py file and have done that as well but it's not
> showing the richtext box... just the textarea.  Is there anyone out
> there that can help?

Did you see this:

http://code.djangoproject.com/wiki/AddWYSIWYGEditor

?

Regards,
BN
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



installing tiny mce for flatpages

2008-10-04 Thread Bobby Roberts

hi group.  I need some help getting tinymce installed for flatpages in
admin.  I'm serving static content from an application called /static/
with tinymce located in /static/js/tiny_mce/.  I have read the docs on
creating an admin.py file and have done that as well but it's not
showing the richtext box... just the textarea.  Is there anyone out
there that can help?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---