Deutsch / German

Danke und Anfrage
Hallo wertes Team!Herzlichen Dank für das praktische Composr CMS.Ich habe schon lange so etwas gesucht.Ich verwende auch gleich die derzeitige Beta um Fehler aufzufinden.Da die duetsche Übersetzung nicht vollständig ist werde ich nach und nach dieses ausbessern und nacholen.Nach einer kleinen Einarbeitung bin ich schnell dahinter gekommen wie leicht es ist seine eigenen Projekte zu fertigen.Ich habe eine kleine Hobbyseite die sich mit CMS für Anfänger beschäftigt und diversen kleineren Spielereien.
Fazit Composr: Top weiter so ich werde es empfehlen!!
Ein paar Fragen habe ich falls mir jemand weiter helfen kann:
- Wie bekomme ich meine Ansicht auf 96% Breite in der Webseite also in der CSS muss ich was ändern aber wo?
- Wenn ich Blog,Wiki,Forum oder News aufrufe möchte ich das der rechte Blog ausgeblendet wird.Geht das?


I'm replying in English as mein Deutsche ist nicht gut.
Thanks for your kind comments, and it's great to hear you'll be helping with translating into German.
How do I get my view on 96% width in the website so in the CSS I have to change something but where?
Right, so for 100% you need to disable Fixed Width in Admin Zone > Setup > Configuration > Theme options > General.
If you really do want 96%, edit global.css in your theme, and change 980px to 96%.
If I call blog, wiki, forum or news I want the right blog hidden. Is that possible?
I think you mean the right panel.
Yes. The easiest way to do it is to edit that panel and wrap it with some code {+START,IF,{$NEQ,{$PAGE},news,wiki,forumview,topicview,vforums}}...{+END}.
Best,
Chris
Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.



It may be easier if you just post in German, as I had a hard time understanding. I do understand a little German and can also use Google Translate.
Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.


https://sourceforge.net/projects/astrogrep/
However, you can also the language tools in Composr to find it. I'll see if I can make a quick tutorial for that.
Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.


Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.

Ich schreibe in Deutsch wie gesagt.Das Video und die Information haben mir weiter geholfen,vielen Dank.Ich werde Wochenende etwas tiefer gehen da ich für mich noch einige Sachen rausfinden will und mache die Übersetzung auch weiter.In der Woche lässt es mein Job kaum zu leider.Ich habe in der Wiki ein Ansichtsproblem das ich gern als Liste haben möchte am liebsten mit Unterkategorien und Beitragsüberschriften.
Etwa so:
Wiki Start
Kategorie 1(3Beiträge) Kategorie 2 (2 Beiträge
Beitrag 1 Titel Beitrag 1 Titel
Beitrag 2 Titel Beitrag 2 Titel
Beitrag 3 Titel
wäre optimal aber soweit bin ich in Porgrammierung und Kenntnissen nicht.Ich habe die Erfahrung mit dem Umgang meist nur und meine Tutorials sind auch für Anfänger geschrieben.
Aber vielen Dank an Euch für die Hilfe erstmal.Ich habe die deutsche Sprachdatei bei mir in den Downloads hinterlegt da sie noch nicht komplett ist:Wenn sie einer braucht bitte da runterladen.Sobald sie komplett ist schicke ich sie direkt zu Euch.Beste Grüße Detlef


I don't understand what a category (Kategorie) is, with your 2-columns.
However, you can create a tree-list of Wiki+ using the menu block and the Sitemap system. Create a Comcode page with this Comcode:
Code
[block="site:wiki:browse:1" type="sitemap"]menu[/block]
Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.