Gibt es ein Plug In wo man Kommentar hinzufügen kann?
Ich hab Bücher auf mein Seite gestellt,
und fände es schön wenn Leser auf der Seite ein Kommentar hinzufügen kann,
gibt es dafür ein Plug In?
Kommentar hinzufügen
(9 posts) (2 voices)-
vor 1 year veröffentlicht #
-
Ah och hab ein Modul gefunden, das nennt sich feedback.
Ich hab es installiert, aber wie kann ich das nun auf bestimmte Seiten einfügen
bzw. kann man diese auch im Acp verwalten?vor 1 year veröffentlicht # -
Hallo,
auf der Seite, auf der Du Kommentare haben möchtest, klickst Du einfach auf Abschnitte verwalten (rechts oben) und fürgst einen neuen Abschnitt vom Typ Feedback hinzu.
Die Reihenfolge der Abschnitte entspricht der Anzeigereihnfolge auf der Seite.
Viele Grüße,
Danielvor 1 year veröffentlicht # -
Mir gefällt das Modul gar nicht, gibt es nicht noch ein anderes....:-(vor 1 year veröffentlicht #
-
Schau mal hier: http://www.websitebakers.com/.
Diese Seite hat den Anspruch alle Module zu sammeln, die es für Website Baker gibt.
Aber beachte, dass viele der Module noch in der Betaphase sind und Fehler oder Sicherheitslücken haben können.
Evtl. findest du ja dort etwas.
Viele Grüße,
Danielvor 1 year veröffentlicht # -
Ich hab das Modul hier gefunden: http://www.websitebaker.at/wb/module/latestcomments.html
Ich hab es auch über ACP installiert und wie er in der Anlage schreibt eine leere seite mit dem Code eingefügt.
Aber es funktiniert nicht und die Read.me dazu kapier ich nicht weil ich des Englisch nicht mächtig bin:
-----------------------------------------------------------------------------------------
Code snippet LastComments v0.10 for Website Baker v2.6.x
Licencsed under GNU, written by Unknown Artist
What it does:
The main purpose of the snippet is (was) to find out spam-comments quicker and easier.
Use a hidden page with the code-module to get an overview on all latest comments.
Of course you can also use it for displaying the latest comments on any page.
-----------------------------------------------------------------------------------------
*****************************************************************************************
SHORT INSTALLATION GUIDE:
*****************************************************************************************
o download the anynews zip file from the Website Baker Addons repository
o log into the backend of WB and install the module as usual
*****************************************************************************************
USING THE SNIPPET FUNCTION:
*****************************************************************************************
Once the module is installed, it can be invoked either from the index.php file of your template or from any code module section.
From template index.php:
< ?php display_lastcomments(); ?>
From a code module:
display_lastcomments();
*****************************************************************************************
ADDITIONAL PARAMETERS
*****************************************************************************************
For a more customised output, you can pass over serveral parameters to the function explained below.
Default values:
< ?php display_lastcomments($readmore_text='More..', $no_comments='No Comments', $max_lastcomments=5, $max_chars=1000, $max_chars_per=200, $active_only=1); ?>
$readmore_text='More..' // text displayed for readmore link
$no_comments='No Comments' // text shown if no comments found
$max_lastcomments=5 // the maximal number of comments shown
$max_chars=1000 // the maximal number of chars, all comments
$max_chars_per=200 // the maximal number of chars, one comment
$active_only=1 // 1: comment is shown only when post AND group is active
NOTE: the snippet stops, when ONE of the values is reached.
E.g. if $max_lastcomments = 5, but $max_chars=100 there might be displayed only 1 or 2 comments.
There might also be less comments, if groups are not active.
Example for customised call to find out spam-comments from a code module:
display_lastcomments($readmore_text='More..', $no_comments='No Comments', $max_lastcomments=20, $max_chars=10000, $max_chars_per=500, $active_only=0);
*****************************************************************************************
TROUBLE SHOOTING
*****************************************************************************************
- pass over either no argument, or all arguments in expected order
- mask text with "your text " or 'your text '
- within your template index.php file use: < ?php display_news_items(); ?>
- within a code module use: display_news_items();
- remind the ; at the end of the code line
*****************************************************************************************
STYLE THE OUTPUTS ACCORDING YOUR NEEDS
*****************************************************************************************
The output can be customized to your needs without touching the code itself, by the use of CSS definitions.
The snippet creates:
<div id="display_lastcomments">
..output: (<h3>, <p class="comment">, <p class="commentlink">)
</h3></div>vor 1 year veröffentlicht # -
Ahh, hatte ich ganz vergessen.
Das News Modul, welches schon in der Website Baker Grundinstallation vorhanden ist, hat die Möglichkeit Kommentare für die einzelnen Newsbeiträge zuzulassen.
Einfach eine Seite vom Typ News erstellen und in den Optionen dieser Seite (die Optionen des News-Moduls) die Kommentare einschalten.
Jeder Beitrag kann dann kommentiert werden.
Der Code-Schnipsel von oben ermöglicht es nur, in Verbindung mit dem News-Modul, die letzten News-Kommentare auf jeder Seite beliebigen Seitte anzeigen zu lassen.
Wenn Dir das Feedback Modul nicht gefällt, dann passe es doch in seinem Aussehen an Deine Wünsche an.vor 1 year veröffentlicht # -
Ich hab jetzt überall auf der Site gesucht und finde das Modul nicht:
Kannst Du mir den Link reinsetzten?vor 1 year veröffentlicht # -
Hi,
das News-Modul ist in der Standardinstallation bereits enthalten. Erstelle einfach eine Seite vom Typ News und schon kannst Du es verwenden.vor 1 year veröffentlicht #
Antwort
Du musst angemeldet sein, um einen Beitrag zu schreiben.
