Home > CWT Community, Typo3 > CWT Community V2.0.0 released

CWT Community V2.0.0 released

February 20th, 2011

A new major version of CWT Community has just been released. Most of the changes have been made to the extension’s core: first of all the whole extension has been logically divided in different components (so one for the userlist, one for messaging capabilities etc.). Moreover the code will feel more like Model View Controller (MVC) than ever.

The second dramatic change is that the Community will completely rely on Smarty (see http://www.smarty.net/) templating from now on. With Smarty you will be able to customize the HTML templates in no time and can add new features without touching the code of the Community itself.

So most of the new features have been made to speed up the development of new custom Community websites and to MAKE YOUR LIFE EASIER! I hope you’ll enjoy the new version! :-)

CWT Community V2.0.0

You can see the full list of changes here: http://www.faulhaber.it/typo3-extensions/cwt-community-changelog/.

Best regards,
Sebastian

Sebastian Faulhaber CWT Community, Typo3 ,

  1. May 25th, 2011 at 12:50 | #1

    Hab ein Bug mit Datumsfelder entdeckt. Einmal im Profiledit und in der Ausgabe und dann fehlt wohl noch irgendwo im typoscript: tx_cwtfeedit_pi1.date_format = d.m.Y

    fix for cwt_community and cwt_feedit
    Hab hier mal 3 Patches erstellt, eventuell kannste es gebrauchen:
    http://pastebin.com/huiAEhzp

  2. May 27th, 2011 at 10:20 | #2

    Hallo Daniel,

    danke für deine Bug Reports. Folgende Anmerkungen dazu. Das Handling von Checkboxen und Datumsformatierung findet bei mir im Smarty Template statt, daher wird in der lib_common-Klasse keine weitere Formatierung vorgenommen.

    Anbei ein Beispiel für ein Checkboxarray:

    {assign var=c value=0}
    {section name=i loop=$user.tx_sfprofileflirt_sexual_orientation}
    {if $user.tx_sfprofileflirt_sexual_orientation[i][1] eq 1}
    {if $c gt 0}, {/if}{$user.tx_sfprofileflirt_sexual_orientation[i][0]}{assign var=c value=1}
    {/if}
    {/section}

    Und hier ein Beispiel für die Datumsformatierung:

    {$album.tstamp|date_format:$LIB_COMMON->getLL(’CWT_DATE_FORMAT_SMARTY’)}

    Deinen Bug in der cwt_feedit habe ich umgesetzt, der wird dann im nächsten Upload mit hochgeladen.

    Gruß,

    Sebastian

  3. Bruno
    June 14th, 2011 at 09:01 | #3

    @Sebastian Faulhaber
    Hallo Sebastian,

    ich hätte da nochmal eine Frage. Ich habe die Extension sr_fe_user_register installiert, so weit, so gut. Die Daten der FE_User, die über diese Extension registriert werden, werden in einem Sys-Folder gespeichert. Dies Daten sind aber auch für cwt_community wichtig. Wie stelle ich da eine Verbindung her?

    Gruß
    Bruno

  4. June 15th, 2011 at 09:31 | #4

    Hallo Bruno,

    in der Doku findest du folgende Info:

    This extension provides the following configuration options, which can all be set via the Typo3 Constant Editor:
    Storage Folder - Integer (PID) - PID of the page where all records related to the CWT Community are stored.

    Gruß,

    Sebastian

  5. Bruno
    June 17th, 2011 at 13:37 | #5

    @Sebastian Faulhaber
    Hallo Sebastian,

    also diese Anweisung im Manual habe ich auch gelesen, aber wozu ist dann der Sys Folder “Community Storage” gut? Schließlich muss man doch alle Daten d. CWT Community-Teilnehmer in einen Sys-Folder einer Registration-Extension speichern(hier: sr_fe_user_register).

    Gruß
    Bruno

  6. Akrem
    November 11th, 2011 at 11:36 | #6

    Hallo,
    ich habe die CWT community EXT soweit installiert. Es funktionniert auch aber wie kann ich in FE ein test user anmelden? und ein Login gibts auch nicht…
    habe ich da was verpasst? :-)
    ich bedanke mich im Voraus
    LG
    Akrem

  7. November 11th, 2011 at 21:11 | #7

    Hallo Akrem,

    der Login als fe_user ist nicht Teil der Community. Ich verwende z.B. das Typo3 Login (new_login_box), um das Login umzusetzen.

    Gruß,
    Sebastian

  8. Roger
    January 30th, 2012 at 14:28 | #8

    Hallo Sebastian,

    das Guestbook-Plugin soll ja auf die selbe Seite wie das Userlist-Plugin, so weit so gut. Loggt man sich ein und geht man auf die Userlist-Seite, sieht man die Userlist mit den FE-Usern, drunter aber kein Guestbook-Plugin, außer dem Link “Einträge löschen”. Gut, wahrscheinlich soll der eingeloggte FE-User nicht auf sein eigenes Gästebuch schreiben. Klickt man aber auf einen FE-User in der Userliste und im Menü auf Userliste ist man wieder auf dem eigenen Güästebuch und man sieht nur den Link “Einträge löschen” aber keine Textarea mit Submit-Button. Ich habe übrigens für alle FE-User das Gästebuch aktiviert.
    Was mache ich falsch?

    Danke und Ciao
    Roger

  9. February 6th, 2012 at 15:19 | #9

    Hallo Roger,

    das Gästebuch Plugin muss auf die USER_PROFILE_VIEW Seite. Dann sollte es eigentlich funktionieren.

    Viele Grüße,
    Sebastian

  1. No trackbacks yet.