Beiträge von xarzu

    Ich möchte meine eigenen WordPress-Plugin zu schreiben.

    Weiß jemand, wo ich eine der lits finden Haken und Filter und was sie tun?

    Außerdem ist es ein Buch, das eine gute Referenz für Menschen, die WordPress-Plugins schreiben wollen?


    I want to write my own wordpress plugin.

    Does anyone know where I can find a lits of hooks and filters and what they do?

    Also, is there a book that is a good reference for people who want to write wordpress plugins?

    First, this is a German WordPress forum, and I'm not sure how much help you'll get with an English thread here. Especially considering that there are enough English speaking WP forums available, e.g. wordpress.org and bbpress.org.


    I have made posts there but strangely they have yet to respond. I could post in German but my German is pretty bad and people tell me that computer professionals -- especially software professionals -- pretty much know English


    Then don't output them in the theme. That would be a rather simple modification of the theme's comments.php, for most themes.


    I don't mean the individual comments section. I am talking about the place where new comments are made -- where the person types in new fields and presses a submit button

    I have WordPress and BBPress pretty much sync'ed up. My question is not really about BBPress. My question applies to any plug in that requires cooperation and modifications with WordPress. I want to have it work a special way and this special way requires a very minor adjustment. At the end of the blog, where users can post thier own comments, I am going to have the sync designed such that if users make posts in the corresponding sync'ed forum, those replies will appear in the blog as comments.

    The special adaption is this. I want the fields were the user can post comments onthe blog to be hidden. Instead, I just want a link to the forum (where the user will have to log on and register before he makes his post) and he will see corresponding forum entry that matches the blog and the comments there.

    How can I do these two modifications?