You cannot post messages because only members can post, and you are not currently a member.
|
upgrade path for medialibrary?
|
| |
Hi again,
while tinkering at my old sites, I wonder if there’s an easy upgrade path from medialibrary to medialibrary.v2?
I find deprecation warnings a bit scary...
Greetlings, Hraban
|
|
Missing _paginator in sitemap
|
| |
I get an AttributeError when setting up a sitemap as shown in
[link]
--- urls.py ---
from django.conf.urls.defaults import *
from feincms.module.page.sitemap import PageSitemap
mysitemaps = {
'pages' : PageSitemap(navigation_only=Tr ue),... more »
|
|
Content from 3rd party apps on non-app pages
|
| |
Hi,
is it possible to include some content from 3rd party apps to other
non-app pages?
E.g. I have a homepage which contains some static text. I also have a
News application which has /news root url (e.g. /news gives a news
list, /news/2007 gives news from 2007 etc.). Can I make a block with... more »
|
|
Recommended way to add additional fields to media files?
|
| |
Hia,
I want media files to have additional fields, e.g. another CharField
field (translatable, similar to 'caption') and another Integer field
(non-translatable, similar to file_size). What's the recommended way
to implement this? Read: The most elegant, least coupling way. Through
MediaFile.register_extensions( 'myext'), given that MediaFileBase... more »
|
|
trying to add an image to an EB post
|
| |
So for the first time I'm trying to add a media file - a JPG to be
specific - to an EB post. I successfully added it via the Entry admin
screen and followed it up with another piece of RichText. I verified
that the pic was successfully uploaded to my host at
/public_html/mysite/media/medi alibrary/2012/05/myimage.jpg... more »
|
|
Can’t change text context anymore
|
| |
Suddenly, one of my sites throws 500s if I try to change any RichTextContent.
It ran an older FeinCMS (1.3 I guess) on appropriate Django; I updated the whole system to the latest, but the error doesn’t change.
Don’t know if it’s really a FeinCMS problem at all - do you have any clue?... more »
|
|
Survey app as application content
|
| |
Has any integrated some 3rd party survey app as application content? I
have been attempting to do so using django-survey (http://
code.google.com/p/django-surve y/) but not with much luck. I using
feincms-elephantblog to as an example on how to integrate 3rd party
app into FeinCMS. Am I taking the right approach?... more »
|
|
embed latest blog post on site's homepage
|
| |
My homepage is mysite.net. My EB app is at mysite.net/blog. How do I
render the latest blog post from my homepage template? I've got other
stuff on that page and I'd like the latest post to be a part of that.
|
|
Disqus extension for EB
|
| |
This is mentioned on the Github page but I see no code for it in the
Extensions folder. Am I missing something?
|
|
Some problems starting with FeinCMS
|
| |
Hi,
I'm currently evaluating Django-CMS and FeinCMS for my site. Currently
FeinCMS look more tempting to me but I have a few problems and
questions to be fix/answer before choosing it definitely.
I need a CMS basically for 2 things: adding some basic content pages
(about, etc.) and managing the different menus (main menu, footer... more »
|
|
|