Categories
CWT Community Typo3

CWT Community V2.1.0 released

A new version of CWT Community has just been released. It mainly feature improvements to the userlist view. It now has an embedded (configurable) search box and a paging function. This will make the use of the plugin even more fun in larger communities. Please note that the separate search plugins have become deprecated, since you may achieve everything with the userlist now.

2012-04-11_1953_userlist

Since there have been changes to the userlist template, I recommend to check any existing userlist templates carefully before upgrading to this version. Thanks!

Regards,

Sebastian

By Sebastian Faulhaber

Sebastian has spent over 8 years at IBM working as a technical consultant focusing on Business Integration and Business Process Management (BPM).
In 2013 Sebastian joined Red Hat as a Solution Architect; In this role, he used his extensive field experience to support customers with their digital transformation using open source & cloud technology. In 2019 Sebastian took over the leadership for a team of IT architects dealing with middleware, container technology and cloud at Red Hat Germany.

16 replies on “CWT Community V2.1.0 released”

Hi, thanks for the update.
I’m not sure where this error is located (maybe myself ) but the userlist doesn’t show the memebers.
When I search for users everthing seems to work fine, but the normal userlist (without search) doesn’t show any users. Also if i select all or a special letter.

Greets evok

Hallo,

ich habe seit gestern die 2.1 Version laufen. Soweit funktioniert soweit alles. Jedoch kann ich in der Userliste keine Buddies adden und wenn ich mail verschicke werden die zwar richtig zugestellt, aber beim Absenden, kommt auch fehlermeldung. Ist das irgendwo bekannt, oder muß ich eventuell in der smarty-Extension etwas bestimmtes einstellen?

Sonnige Grüße vom Bodensee Jens

Hi Jens,

also die beiden Fehler scheinen zusammenzuhängen. Bitte ändere den folgenden Typo3 Setup Wert. Dann sollte es funktionieren:

plugin.tx_cwtcommunity_pi1.common.notification.mail.fromName

Ich werde dann in Kürze ein Bugfix Release bereitstellen.

Viele Grüße,
Sebastian

Hi Michael,

the extension itself should work with Typo3 4.6.x (I have it running at a client with 4.6.3 and it runs smoothly). However, I am aware of the error your mentioned concerning the backend module. This one seems to depend on the Typo3 version you are using. With Typo3 < 4.5.x it works. Regards, Sebastian

Hi Sebastian, at first great work. I use cwt_community at first on a intranet and it works great. Now I try also the new version on a small Projekt. And now I have a small Problem. If i send messages to a other user I get a error-messages like this “Validation failed for: Admin @ My Community” but the messages will always be arrive the other user. All extensions are up to date, but typo is on 4.5.5. Can u give me an advise. Or is somethere a docu.

thanx you Jens

Hi Jens,

I am actually not sure why this error appears. Could you please try to set the following Typoscript Setup to something else:

plugin.tx_cwtcommunity_pi1.common.notification.mail.fromName

Please drop me a line if this works for your. Thanks!

Regards,
Sebastian

@Sebastian Faulhaber
Hi Sebastian,

leider funktioniert das mit dem
plugin.tx_cwtcommunity_pi1.common.notification.mail.fromName nicht oder ich stelle mich einfach zu doof an. Ich habe es ins Setup vom Hauptemplate eingestellt und in die Seite wo die Community beginnt. Beide Varianten haben bei mir leider nicht funktioniert.

LG Jens

Hi Sebastian,

in der Doku steht, wenn einen anderen Pfad für Profilbilder (in meinem Fall sr_feuser) nutzen möchte, soll man folgendes ins Setup schreiben:

plugin.tx_cwtcommunity_pi1 {
profile.custom_pic_db_field = image
profile.custom_pic_path = uploads/tx_srfeuserregister

Die gute Nachricht: Mein Dummy-Avatar für Leute ohne Bild wird ausgetauscht. Die schlechte: Es steht nun gar kein Bild mehr da – alles weiß. Unter dem Pfad finde ich aber das Profilbild.

Was mache ich falsch?

Grüße, Katharina

@Jens
Tritt exakt das gleiche Problem auf oder kommt nun evtl. der hier “http://nikonierer.de/typo3-oops-an-error-occured-validation-failed/” beschriebene Fehler?

In letzterem Fall probier doch mal bitte folgende Zeile in die localconf.php der Community aufzunehmen:

$TYPO3_CONF_VARS[‘MAIL’][‘substituteOldMailAPI’] = ‘0’;

Viele Grüße,
Sebastian

@Sebastian Faulhaber

Oops, an error occured! – Validation failed for: …

Die Ursache des Fehlers ist zu finden in res/class.tx_cwtcommunity_lib_buddylist.php Line 270

$mail_headers = ‘From: ‘.$fromName.’ ‘;
Setzt hier $fromName in Hochkommata, also so:
$mail_headers = ‘From: “‘.$fromName.'” ‘;
und der Fehler sollte verschwinden.

Und wenn ihr dann noch in der gleichen Funktion den Aufruf:
$conf = tx_cwtcommunity_lib_common::getConfArray();
über den Aufruf:
$mail_subject = tx_cwtcommunity_lib_common::getLL(‘WELCOME_VIEW.BUDDY_APPROVAL_MAIL_HEADER’);
setzt dann wird auch der Username sauber in der Email angezegit.

Gruß Alex

Hi Sebastian, ich habe deine Extension Installiert mit allem was dazu gehört und erhalte nun auf der “Profil” Seite diese Fehlermeldung:

Syntax error in template “/www/htdocs/w00fc8c9/community/typo3conf/ext/cwt_community/pi1/tx_cwtcommunity_pi1_album.html” on line 15 “{image file=$albumData[entry].preview_pic setup=plugin.tx_cwtcommunity_pi1.album.preview_photo}” – Unexpected “.”, expected one of: “}”

Bevor ich nun selbst im Template den Punkt finde welcher zu einer Klammer (laut Typo3) werden soll, dachte ich, ich frage hier mal nach.

Ich verwende die neueste Version und Typo3 4.5.35

Lieben Gruß,
Christopher

Leave a Reply

Your email address will not be published. Required fields are marked *

close

Subscribe to our newsletter.

Please select all the ways you would like to hear from Open Sourcerers:

You can unsubscribe at any time by clicking the link in the footer of our emails. For information about our privacy practices, please visit our website.

We use Mailchimp as our newsletter platform. By clicking below to subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. Learn more about Mailchimp's privacy practices here.