piwik no script img
Nothing Special   »   [go: up one dir, main page]

Emmo

Profil-Einstellungen

${usernameShort}
`; } catch (error) { console.error('Error generating username short name or color: (usually no characters but only sonderzeichen )', error); } } }, openLoginModal() { /* TODO: consider improving: auto-focus on username box */ document.querySelector('#modal-trbxeextc.modal').classList.toggle('is-active') }, loginOrWriteComment(targetEl) { this.checkIfLoggedIn() if ($store.TazUser.isLoggedIn) { this.commentboxFocused = true } else { targetEl.blur(); this.openLoginModal() } }, resetCommentbox() { this.commentboxFocused = false this.replyid = '' this.userComment = '' const writebox = document.getElementById('container-user__kommune_comments_write') const original_location = document.getElementById('original-container-user__kommune_comments_write') original_location.appendChild(writebox); writeBoxIsInReplyLayout = false; }, postComment() { if (!$store.TazUser.isLoggedIn) { window.popToast('Bitte loggen sie zuerst ein') return false } // Disables 'submit' button this.busy = true console.log('Post comment: ' + this.userComment) // TODO: check to URI-escape this properly please const postCommentData = { id: 19625, scope: 'cms-article', post: this.userComment, asid: this.replyid, // Injects reply Post ID from parent .community div's x-data } const result = window.TazUser.postComment(postCommentData); result.then((result) => { console.log(result); if (result.success) { this.errorMsg = result.success ? '' : result.message window.popToast('Danke für lhren Kommentar. Er wartet nun auf Freischaltung. Bitte haben Sie Geduld und senden Sie ihn nicht mehrfach ab. ' + this.errorMsg) this.resetCommentbox() } else { this.errorMsg = result.success ? '' : result.message window.popToast('Ein Fehler ist aufgetreten. ' + this.errorMsg) } }).finally(() => { this.busy = false }) }, }">

Hier könnten Ihre Kommentare stehen

 

 Herzlich willkommen.

 

Auch Sie haben eine Stimme und auch die soll gehört und gelesen werden.

Hier werden alle Kommentare gesammelt, die Sie verfassen. Außerdem können Sie Kontaktmöglichkeiten hinterlegen und sich präsentieren.

Wir freuen uns, wenn Sie die taz.kommune mit Ihren klugen Gedanken bereichern.

 

Viel Freude beim Lesen & Schreiben.

 

 

something went wrong: fallback_template module-fallback_template