Your feedback wanted
In the always ongoing quest of making Flux CMS better, we want to hear from you what you would improve or what features you are missing.
We don't ask for the big missing thinks like permission-workflow-versioning-etc, they are already on our todo list. We're right now more interested in little improvements or things which could be made easier (more streamlined) for you, like for example "previews for blog comments" (Beni's already working on that one) or "Warn, if you leave the blog editor with unsaved edits". The easier to do, the better are the chances, we will actually implement it (and sooner than later).
Just write here in the comments, what you'd like to have or changed, and we will see, what we can do.
Thanks in advance for your certainly valuable feedback.
by the way : Feedback in German is (as always) allowed :)
Comments
Ich fände eine Funktion, mit der ein Comment kommentiert werden könnte noch interssant (wie das z.B. bei twoday.net machbar ist), oder die Möglichkeit, einen Kommentar bei einem einzelnen Bild in der Gallery zu hinterlassen.
Auch die Möglichkeit, in den Comments einen Link setzen zu können, wäre (für mich) manchmal praktisch.
Ansonsten finde ich, dass ihr in letzter Zeit sehr viel für die praktischere Handhabung von freeflux für Nicht-Programmier-Versierte wie mich getan habt, merci!
Hierarchische Kommentare? Mmmmh, wär wohl schon irgendwie machbar, muss ich mir mal durch den Kopf gehen lassen :)
Kommentare bei Gallery? Auch so ein Punkt, der nicht in 2 Stunden umgesetzt ist, aber durchaus überlegenswert.
Und was meinst du mit "in den Comments einen Link setzen"? Das geht ja schon. Entweder einfach hineinschreiben (dann wird's automatisch ein link), oder sonst als HTML schreiben, z.B. {a href="http://link.to"}foo{/a} ( "{" und "}" musste mit den spitzen klammern ersetzen, die ich hier grad ned hinkriege :) )
Besten Dank jedenfalls fürs Feedback.
Aha, dass es in den Comments automatisch einen Link macht, wusste ich nicht! Das werde ich bei Gelegenheit gerade mal ausprobieren! ;-)
Mir fallen da spontan zwei Dinge ein, die ich im Moment vermisse:
- Es wäre toll wenn die spitzen Klammern in den Blogposts verwendet werden könnten. Vor allem die schliessende Klammer macht hier regelmässig Probleme.
- Das die Adminoberfläche auch mit https verwendet werden könnte. Im Moment vertragen sich der Editor und https nicht wirklich.
Merci!
Holla. Wie schon mal erwähnt, picture rotate in blog-editor reinnehmen. Zur Zeit recht aufwendig via Filebrowser. Beep.
Hi!
Nice to hear from you... it's been quiet lately, you've been writing documentation I can tell. :-)
What I request is not really just a feature, but more a wish for direction of development. Luckily a direction which you already seem to be taking...
That is making it easier to develop plugins, this includes both making documentation as well as thinks such as this: http://devblog.flux-cms.org/archive/2006/01/07/build-your-own-flux-cms-plugin-in-an-instant.html
Haven't been so active with FluxCMS stuff lately, I was just happy to find the PDF on developing plugins (among other things)! Thanks!
I like the idea of flexible rapid deployment frameworks, with a basic CMS built in. Unfortunately there aren't so many out there. Ie. Ruby on Rails doesn't really have any good CMS:es around. Plone and Zope seems to be quite established, but the fact that Plone seems so portal-oriented (like most CMS:es) turns me off. And both Zope and RoR have their own proprietary ways of doing things. And oh well... Java+Cocoon+Lenya... Java?! I don't wanna go there. :-)
FluxCMS again is a plain CMS for updating pages, which is what most sites need... not a portal-like CMS (which is what most CMS:es are). It's built on a framework using as much standards as possible, allowing me to get far just by grabbing a book on ie. XML. (Nothing is more boring than having to spend time learning proprietary stuff for one single CMS.) Not having to learn a new language such as Ruby, Python (in Zope) or Java (auch!) is also a good thing, at least in the beginning. (Although Ruby seems slick and cool.)
My biggest issue with FluxCMS has been lack of documentation. But, the help I've got through the mailing list has gotten me far. Also the fact that reading books on ie. XML (XSLT) and PHP5 helps, lessens the need for heavy documentation quite a bit. BUT now I'm really excited to see that you've really done a good job with the documentation too! Documentation of the FluxCMS specific stuff was/is really needed. Keep up the good work! ;-)
And the day when the permission-workflow-versioning-stuff shows up I'll be even more excited... Any guesses on when that would be? I know donations might help, and I'll try to convice my employer if I honestly find that FluxCMS will be the best tool for the job (to replace Typo3). I'll try to evaluate this during the summer... (I postponed it a bit from what I told you a few months ago.)
cheers, Simon
Beat: Hast du die Probleme mit den spitzen Klammern im Wysiwyg Editor oder im Source Editor? Der Wysiwyg kann's bei mir ohne Probleme.
Wegen dem https hab ich nen patch committed, ich mach heute noch nen Post darüber hier auf dem blog
Kevin: Yep, hatte nun auch ne Idee, wie wir das umsetzen können :)
Simon: No new plans about documentation, don't expect much better things soon... And the permission stuff is already in the works, should be ready during the summer (depends on our time, as it's not a real client project (yet))
Wow, das ging ja schnell. Danke vielmals für den Patch, werde ihn gleich einspielen.
Das Problem mit den Klammern habe ich sowohl im FCKEditor als auch im Sourceeditor. Im Sourceeditor verwende ich natürlich .&.lt; und .&.gt; (ohne die Punkte) jedoch werden auch diese nicht richtig verarbeitet.
Kann es daran liegen, dass ich noch Version 1.3.1 verwende?
Merci!
No problem! It seems like I've already got quite a lot of documentation reading to catch up with... :-) At least the PDF was quite massive. Danke!
Glad to hear about that the permission stuff being done already, it'll take FluxCMS to a new level. And if you/we're lucky it could become a client project... We'll see when I evaluate different solutions together with my collegues this summer.
didnt read the whole list, but a simple link to edit the text of the homepage would be cool.
the rest is ok for me ... but i am just adding blogentries on freeflux so i might not be a poweruser ;)
and maybe use the leak checker ext for firefox to fix these
[+] [leaked object] (343e510, http://devblog.flux-cms.org/webinc/js/livesearch.js, 61-99) = function liveSearchKeyPress(event) {
if (event.keyCode == 40) {
highlight = document.getElementById("LSHighlight");
if (!highlight) {
highlight = document.getElementById("LSShadow").firstChild.firstChild;
} else {
highlight.removeAttribute("id");
highlight = highlight.nextSibling;
}
if (highlight) {
highlight.setAttribute("id", "LSHighlight");
}
if (!isIE) {
event.preventDefault();
}
} else {
if (event.keyCode == 38) {
highlight = document.getElementById("LSHighlight");
if (!highlight) {
highlight = document.getElementById("LSResult").firstChild.firstChild.lastChild;
} else {
highlight.removeAttribute("id");
highlight = highlight.previousSibling;
}
if (highlight) {
highlight.setAttribute("id", "LSHighlight");
}
if (!isIE) {
event.preventDefault();
}
} else {
if (event.keyCode == 27) {
highlight = document.getElementById("LSHighlight");
if (highlight) {
highlight.removeAttribute("id");
}
document.getElementById("LSResult").style.display = "none";
}
}
}
}
[ ] prototype (1c283d8) = [object Object]
[+] [leaked object] (343e4e0, http://devblog.flux-cms.org/webinc/js/livesearch.js, 49-50) = function liveSearchHideDelayed() {
window.setTimeout("liveSearchHide()", 400);
}
[ ] prototype (1c28718) = [object Object]
[+] [leaked object] (343e510, http://devblog.flux-cms.org/webinc/js/livesearch.js, 61-99) = function liveSearchKeyPress(event) {
if (event.keyCode == 40) {
highlight = document.getElementById("LSHighlight");
if (!highlight) {
highlight = document.getElementById("LSShadow").firstChild.firstChild;
} else {
highlight.removeAttribute("id");
highlight = highlight.nextSibling;
}
if (highlight) {
highlight.setAttribute("id", "LSHighlight");
}
if (!isIE) {
event.preventDefault();
}
} else {
if (event.keyCode == 38) {
highlight = document.getElementById("LSHighlight");
if (!highlight) {
highlight = document.getElementById("LSResult").firstChild.firstChild.lastChild;
} else {
highlight.removeAttribute("id");
highlight = highlight.previousSibling;
}
if (highlight) {
highlight.setAttribute("id", "LSHighlight");
}
if (!isIE) {
event.preventDefault();
}
} else {
if (event.keyCode == 27) {
highlight = document.getElementById("LSHighlight");
if (highlight) {
highlight.removeAttribute("id");
}
document.getElementById("LSResult").style.display = "none";
}
}
}
}
[ ] prototype (1c283d8) = [object Object]
[+] [leaked object] (343e4e0, http://devblog.flux-cms.org/webinc/js/livesearch.js, 49-50) = function liveSearchHideDelayed() {
window.setTimeout("liveSearchHide()", 400);
}
[ ] prototype (1c28718) = [object Object]
maybe i am anal here .. but in fact client memory ius limited and maybe flux cms is used in companies with terminal servers ;)
Hello!
I am not a web designer, so basically I have just been mucking about, trying to figure out your system. It's very clean and pretty, but some things I cannot figure out. The other week I could not get the gallery to upload an image. Today it uploaded 2, but I cannot find how to edit or delete them or even what link to click on to view them as a reader. I will just continue to experiment. I am sure it's just a question of my ignorance of the system. I am having fun anyway. Thanks!
Hei Chregu! Wenn ich einen neuen Eintrag erfasse und unter «Link einführen/editieren» eine Zielseite auswählen will (Neues Fenster), so wird der Befehl erst beim 2. Anklicken akzeptiert, und das erst, nachdem ich nochmals auf «Link Info» geklickt habe. Könntst du das richten? Wäre noch gäbig! :-D
Pri: Ich kann das ned nachvollziehen. Bei mir geht das auch gleich beim 1. Mal
*** 2 minuten später ***
Ok, es geht nur bei der neuen version, die wir noch nicht auf freeflux released haben. Sollte nicht mehr allzu lange gehen und wir machen da ein 1.5 update, dann sollte das auch wieder korrekt funktionieren
So mal endlich ein paar Ideen von mir. Zuerst ein paar kleinere Dinge:
*Manchmal zeigt mir der Blogeditor Links genau gleich wie normaler Text an. Vermutlich was kleines im CSS. (Ich weiss dass das ein Feature ist!)
*Wie aktiviere ich die Links bei den Kommentartiteln? (So wie in diesem Blog, bitte ein wenige genauer als irgendwo im xsl ;) )
*In "Latest Posts" währe vor und zurückblättern ganz nett.
*Währe nett wenn der Link "Lese ganzen Beitrag" auf einen Anker ans Ende des bereits gelesenen Content zeigen würde.
*"Expiration Date:" bleibt beim auf- und wieder zuklappen drausen.
Nun zu den vieleicht ein wenig grösseren Dingen, ich hätte da gern noch ein bischen was mit den Tägs:
*Anzeige der "existierenden" Tags beim erfassen eines Blogeintrags (a la del.icio.us).
*Eine Tag-Cloud
*Anstelle der Kategoriennavigation, eine Tag-Navigation. z.B 10 wichtigste Tags oder 10 wichtigste Tags im letzten Monat. irgendwie ein bischen einstellbar .
Manchmal zeigt mir der Blogeditor Links genau gleich wie normaler Text an
Muss ich mal genauer angucken, kann ich nicht so aus dem Stegreif beantworten
Wie aktiviere ich die Links bei den Kommentartiteln?
Der da sollte eigentlich genügen
<xsl:template match="xhtml:span[@class='comment_author']" mode="xhtml">
<xsl:apply-templates mode="xhtml"/>
</xsl:template>
In "Latest Posts" währe vor und zurückblättern ganz nett.
Du meinst im Admin in der "Post Overview"? Hat's doch dort? :)
Währe nett wenn der Link "Lese ganzen Beitrag" auf einen Anker ans Ende des bereits gelesenen Content zeigen würde.
Noted.
Expiration Date:
Muss ich genauer angucken
Anzeige der "existierenden" Tags
Jo, coole Idee. Vielleicht was für Beni. Problem ist, dass der Platz im Admin langsam knapp wird :)
Tags Navi
Beni hat da mal was angefangen für nen Kunden. Könnte man evt. auch mal irgendwie einbauen im Standard Template
Besten Dank fürs Feedback jedenfalls.
Erstmal, sorry Beni ;-)! Kriegst n'e Bier!
Das mit dem wenig Platz im Admin stimmt natürlich, aber das ist das schöne am Anwender sein - man muss sich über solche Dinge keine Gedanken machen.
Kommentartitel probiere ich nach den Ferien aus.
Ach und ja, könntet ihr bitte bei der "Post Overview"-Navigation einen grossen (roten, blinkenden) Pfeil hinmachen? Das sieht man ja wirklich nur wenn man es weiss.
Update:
Der "Read whole post" link geht nun gleich auf den extended Teil.
Und wegen den Tags ist Beni momentan am schauen, dass man da was hübsches implementieren kann.
(sollte mit dem 1.5 release verfügbar dann sein)
hallo chregu
nochmal ganz herzlichen dank für den super service! wäre es möglich, dass die anzeige der quota häufiger aktualisiert wird? oder dass eine meldung erscheint, wenn die quota überschritten wird (bevor die seite blockiert wird)?
und dann habe ich probleme, bilder in die blogs einzufügen. diese funktion klappt nicht. an was kann das liegen?
herzlich dani
Das mit dem häufiger Updaten ist technisch nicht so einfach. Aber eine prominentere Meldung können wir einbauen.
Wie versuchst du denn genau Bilder einzufügen? Also welchen Weg nimmst du da? (Gibt etwa 3 verschiedene drum :) )
ich nehme den weg im editor über das picture icon. dann eröffnen sich zwei möglichkeiten. beide funktionieren nicht
I tried to use the Preview when writing a new post. But it didn´t work - it only showed the title of the new entry, but not post itself.
Lebenswirbler: Der Bug ist in der bald releasten 1.5 Version geflickt.
Danke fürs Feedback
Again it´s me. I tried to login to LiveJournal via OpenID and got a completly white page. The next try to post a comment to a friend´s test blog wa followed by this error message: "Fatal error: Maximum execution time of 5 seconds exceeded in /var/www/freeflux/cms1.5/inc/Auth/OpenID.php on line 150"
Lebenswirbler: There were some permission problems on freeflux.net, they are now fixed and openid works again (tested it on livejournal and with the testsuite on http://www.openidenabled.com/resources/openid-test/diagnose-server/ )
And one little plea: could you please use the forum at http://forum.freeflux.net/ for bug reports? This comment thread here gets a little crowded now :)
Thanks for the feedback, anyway.
Hallo! Ers einmal ein dickes Lob an euch, ihr habt mir echt geholfen mal einen vernünftigen Block erstellen zu können. Danke! Nun zu meiner frage... Kann ich das obere bild (das bei mir gar kein Bild ist, sondern einfahc nur grau)irgendwie ändern? Zum Beispiel mit einem Foto wie hier:
http://bundlebit.com/blog/moblog/
Wenn ja, wie?
Das wär super!
Danke
David
David: Die Antwort steht hier:
http://forum.freeflux.net/index.php?t=msg&goto=960&rid=2#msg_960
hi freeflux.
ein gutes feature wäre in der gallery den bildern auch eine link möglichkeit zu geben. so könnte man in der gallery coverpics mit link zu subgalleries zuordnen. die subgalleries in der rechten spalte werden oft übersehen.
grüsse
liebe freeflux.ler
wie ich den vorangegangenen kommentaren entnehme, sind da mehrheitlich web-freaks am werk. bin ich leider (?) nicht. nachdem nun immer mehr anleitungen auch auf deutsch-web-chinesisch übersetzt sind, bleiben für mich keine wünsche mehr offen. vielmehr danke ich herzlich für den free account und den stets super funktionierenden betrieb der platform. sie hat mich bisher noch nie im stich gelassen. well done!
beste grüsse
betalog
ähm ..., kann ich evtl. einen counter einrichten? und wenn ja, wie?
Betalog: Ich hab unsere webstatistik software für dich eingeschaltet. Siehe
http://stats.freeflux.net/betalog.freeflux.net/
(login wie beim admin)
Reicht das? :)
Hi everyone. Mostly de CMS is fantastic, but the last day i put a new link en the main nav and this warning apear in the foot of the site
BXCMSNG Errors:
Warning[2] file_exists() [function.file-exists]: open_basedir restriction in effect. File(/gallery/.) is not within the allowed path(s): (/var/www/freeflux/cms1.5:/tmp:/dev/urandom:/proc/:/var/www/freeflux/cms1.3/:/var/www/freeflux/cms.storage) in [BX_PROJECT_DIR]/inc/popoon/helpers/mimetypes.php at line 61.
Warning[2] file_exists() [function.file-exists]: open_basedir restriction in effect. File(/gallery/.) is not within the allowed path(s): (/var/www/freeflux/cms1.5:/tmp:/dev/urandom:/proc/:/var/www/freeflux/cms1.3/:/var/www/freeflux/cms.storage) in [BX_PROJECT_DIR]/inc/popoon/helpers/mimetypes.php at line 61.
what means?
Thanks i aprecciate a solution for this, be well !!!
Bitte.-
Karpicius
How can i put a counter of post reading´s for each post together the date and the publication hour.-
Thanks.-
@Karpicius: That is not (yet?) implemented, but you could easily write a little plugin which adds a line to the properties-table (or the blogposts-table, but that would require an db-altering).
Hi,
Zone time select is the best to me, I'm from brazil and I'd like to select it from a list.
And... So freeflux is very cool, more cool if it has a chat box, like gmail talk. :-)
Bundle Archive by years - the archive list just becomes too long. Beep, K
hallo christian,
wir kämpfen (wieder einmal) mit der datenmenge. unsere photos brauchen einfach zu viel pltz. können wir noch etwas platz bekommen? herzlichen dank und gruss daniel
Habe soeben die Vollversion (Freeflux Pro) bezahlt. Hm, Paypal finde ich nicht so doll, aber egal. Leider ist jetzt Freitag abend, wahrscheinlich muss ich bis Montag morgen warten, bis die Umstellung erfolgt ist ...
Wie kann ich dann den Umzug auf eine eigene Domain bewerkstelligen?
Something with the categories is not working correctly.
I can not add subcategories of parent categories.
Sometimes it works but usually not.
After trying a while, some categories vanished from my sidebar.
this really sux. HELP!
hab heute grad wiedermal echt probleme mit posten eines bildes, dass einen link auf eine seite (blank) enthält, wie ich das bisher immer gemacht habe. nach einfügen der link-url zum bild, wird das bild mit der url ersetzt... (dasselbe bei text mit links).
des weiteren funktioniert das einbinden von youtube embed sources nicht wirklich.
add a comment
This blog is gravatar enabled.
Your email adress will never be published.
Comment spam will be deleted!
