WP Wall

WP Wall is a "Wall" widget that appears in your blog's side bar. Readers can add a quick comment about the blog as a whole, and the comment will appear in the sidebar immediately (without reloading the page).

All comments are internally handled by WordPress so that means you have normal comment moderation, SPAM protection and new comment notification.

WP Wall is fully customizable with a CSS file and included graphics.

WP Wall features:

Download

dl WP Wall

donate WP Wall

Installation & Usage

1. Upload the whole plugin folder to your /wp-content/plugins/ folder.
2. Go to the Plugins page and activate the plugin.
3. Use the Options page to change your options
4. Add the widget to your sidebar

5. Optionally add WP Wall recent comments to your sidebar. This will filter out wall comments from appearing on recent comments list

wall screenshot 4 WP Wall

WP Wall Admin

FAQ

How does it work?

It creates a draft page in your blog under which all comments are stored.

What if I don't use widgets, how do I code this to appear in the sidebar?

Just put this code somewhere in your theme template, probably sidebar.php

<?php  if (function_exists('WPWall_Widget')) WPWall_Widget(); ?>

How does it combat SPAM ?

The same way your usual blog comments work. You can enable comment moderation. Or you can install one of the spam blocking plugins like Akismet.

How to have fixed height and a scrollbar for multiple comments?

Open up wp-wall.css and look for #wallcomments. You should add something like height:200px;. This will give it fixed height. Then increase the number of comments in the settings to 10-15.

How do I change it into a shoutbox/chat?

Just set the refresh time to 5 seconds in the WP Wall options. The Wall becomes a chat-box :)

Performance issues with hosting/server

Be careful with setting interactive chat option. On busy sites this can cause overload of server resources. Try increase the refresh time above 10 seconds or disable this option by setting 0.

An error occurred, please notify the administrator

If you have this problem, change the file permissions of the files in the wp wall directory to 755.

How can I enable smilies?

WP Wall can show smilies using built in WordPress functionality if you enable it in your administration panel (Settings-> Writing-> Convert emoticons...). You can find more information about using smilies here .

Is it possible to display a “Wall-Archive” Page to show all comments?

Actually you will find WP Wall in your draft pages. Just edit it to your liking and - publish it! All comments will appear at the end of the page as usual.
How do I add a border around the comment wall?

Add this to #wallcomments section of css file:

border: 1px solid #cccccc;
padding 7px;

How did you solve the problem with the commenter's email address?

The plugin does not require one to enter their email address.

What's new

v1.5
- Fixed bug with if the blog was not in root directory (thanks Enrico Rossomando)
- Added a special recent comments widget which will not display Wall comments (thanks Enrico Rossomando!)
- Tested in 2.8

You can also visit my other Wordpress Plugins.

If you are looking for WordPress Developer, feel free to contact me.


406 comments, newest first

Jump to main menu | Jump to comment form | Toggle comments
  1. Schatzie 06.24.09 / 7pm

    Hello, Hernan.
    English:
    You need to go to your Wordpress Dashboard. Go to Settings, then Discussion. Uncheck the two options marked "An administrator must always approve the comment" and "Comment author must have a previously approved comment" and tht will do. Good luck!

    Espanol:
    En el Tablero de Wordpress ve a la sección de Opciones, luego a Discusion. Retira las selecciones marcadas como "Un administrador debe aprobar el comentario en cualquier caso" y "El autor del comentario debe tener un comentario previamente aprobado". Eso servirá. Buena suerte!

  2. Hernan 06.24.09 / 3pm

    Hi! Thank you too much for the plug-in.
    I´m from argetnina, I wanted to know how to make the plugin
    not to need to approve the comments.
    Because if I have to approve each comment, it does not
    seem to be like a chat.
    I hope you understand me... I send you my regards from ushuaia argetnina.
    And once more, thank you for your hard working in the plugin, and for share it, with others.

  3. Sy Yuan 06.23.09 / 5pm

    How do we add the url link for blogs so that it can appear at the side of the comments for each individual? meaning if a's url is aaa.blogspot.com, there will be (link) with aaa.blogspot.com embedded in it with his comments. how to do it in the WP WALL?

  4. Lain 06.16.09 / 11pm

    Hi ! i would like to put gravatar with your plugin but i don't know how ! can you help me please !

    sorry for my english, i'm french !

    Lain.

  5. Ben 06.15.09 / 4pm

    I'm having the same issue as Matte. When I post anything, it loads wp-wall-ajax.php with all the posts instead of updating the post onto the same page.

  6. Rebecca 06.15.09 / 12pm

    I like the app, but I want to change the size of the text in the comment box, it is microscopic.

    I've been to the .css file, I've looked and there is nothing to change the font size. I've tried adding in code, and it still wont change it. Some advice would be great please.
    HooRoo
    Rebecca

  7. kim 06.14.09 / 9pm

    Hi. Great plugin!
    If I want to reverse the order of the entries in the widget it´s simple, but can I also do it on my guestbook page?
    If so, how? If not, how about an update to the plugin so it can be done :)

    thanks

  8. Sam Burdge 06.14.09 / 2pm

    Hi
    Thanks for the great plugin!
    I am having a bit of a problem getting it working though.

    When a user is logged in it works fine, but when an un-registered user tries to submit a comment the page redirects to s=search.

    I realised that this is a clash with the Simple CAPTCHA plugin by Zorex

    If I find a solution to get them working together I will let you know, or if anyone has already found a solution please enlighten me!

    Many thanks

    Sam

  9. Estelle 06.09.09 / 4pm

    Can I actually make the wp-wall shows up on pages instead of the sidebar ???

  10. Matte 06.09.09 / 1pm

    Sorry about that!

  11. Matte 06.09.09 / 1pm

    Hi,

    I'm running wordpress 2.7.1 and WP-wall 1.5.

    Posting a message takes in my wp-wall me to
    wp-content/plugins/wp-wall/wp-wall-ajax.php
    which lists all the messages...

    Can anyone help me with that?

  12. Matte 06.09.09 / 1pm

    Hi, I'm running wordpress 2.7.1 and WP Wall 1.5.
    Once I submit a message, I go to the page wp-content/plugins/wp-wall/wp-wall-ajax.php, where all the recent comments are shown.

    The other problem (probably related to this one) is that the next & previous buttons aren't working anymore.

    Can anyone help me out?

  13. ovidiu 06.08.09 / 9am

    @Vladimir: your wordpress site is generating a duplicate Mime header when sending the new comment notifications:

    X-Amavis-Alert: BAD HEADER SECTION Duplicate header field: "MIME-Version"

    it generates emails like:
    MIME-Version: 1.0
    MIME-Version: 1.0

    I had the same problem with wpmu, but don't know exactly how to solve this with simple wordpress

  14. Harald 06.08.09 / 8am

    Is there a way to reduce the open space between the comments? Tried to change it in the .css, but didn't help anything.

    Thanks for a great plugin!

  15. Kelly-Lynne 06.06.09 / 6pm

    to change the title to an image, I used the "Add Text" widget native to WordPress. I added HTML to display an image and then left the title line blank on my WP Wall widget. This seems to work for most widgets too. little janky, but effective if you don't have time to modify code.

  16. max 06.04.09 / 6pm

    Great, thanks! ^_^

  17. Adam 06.04.09 / 6am

    I have some plugins that are used to handle how a comment is displayed. Is there a way that I can get those to work with the comments in the widget?

  18. Schatzie 06.04.09 / 12am

    After I ran the automatic upgrade, the sidebar of my WP template moved below the main posts page. Could someone tell me which file changed? I tried to restore the last version, but it doesn't work. OH, this only happends with users with administrator roll.

  19. d 05.27.09 / 10am

    hi,

    i was wondering if there was any way to replace the title field of the plugin with an image?

    e.g. displaying a picture instead of having "wall" (or whatever) written on the top of the plugin.

    thanks a lot in advance!!!

  20. Shawn 05.27.09 / 9am

    hi,

    May I know if there is a way to place a 'Link' field in the widget so that the users can leave their links? Currently the only way they can do so is to go to the guestbook page to leave a comment with their links.

  21. Vladimir 05.26.09 / 1pm

    Version 1.5 out!

  22. Michelle 05.13.09 / 7pm

    To get the comments not showing in "get recent comments": create a new post and post category specific to the Wall. On the Wall settings page, change the Wall's page ID to the ID of the post you just created. Now filter that post's category out of the "get recent comments" widget.

    You'll have to deal with the Wall archive being on a post instead of a page, but that seems easier to work around than figuring out how to filter a page's comments. :)

    NOTE: doing this will disassociate all your previous Wall comments so they no longer appear anywhere. To fix this, install the "move comments" plugin http://wordpress.org/extend/plugins/move-comments/ . This can be a bit labor-intensive as there's no "select all" checkbox in the Move Comments plugin, but a quick bit of coding could probably fix that.

  23. Weblog Tools Collection WordPress Plugin Competition 3.0 | BLOGCHINA 05.08.09 / 8am

    [...] WP Wall [...]

  24. Weblog Tools Collection WordPress Plugin Competition 3.0 | The Blog Herald 05.08.09 / 12am

    [...] WP Wall [...]

  25. redsend 05.07.09 / 10am

    Hello,

    I have a problem with the link "Log in to post a comment." in the widget. I use a subfolder for my blog and so the link doesn't work.

    The problem is in the file wp-wall-widget.php line 30

    Log in to post a comment.

    it scould be without the "/" like this

    Log in to post a comment.

    Thank you for the great plugin... very simple and very useful...

    PS: if you can add the the sentece "Log in to post a comment." in the admin panel for configure it, is better...

    thanks again

  26. kari 04.30.09 / 7pm

    how do i make the wp-wall "all" read from newest to oldest? get me:)

    thanks

  27. Carlos 04.29.09 / 10pm

    I am getting an "Invalid Data: Please go back and try again." error when entering text into the widget. Why is this and how do I solve it?

  28. Harvey 04.28.09 / 5pm

    Hi, this plugin looks great but I use WP 2.2.3. Which version of the plugin is compatible with my version of WP? Thanks!

  29. Mel 04.13.09 / 6pm

    WP-Wall doe snot work in BuddyPress using IE. Works on all other browsers but not IE. The part that does not seem to work is the text area and button to submit a comment. They are grayed out.

  30. Como aumentar a audiência do seu blog? | Nosso Vinho 04.11.09 / 2am

    [...] a colocação de comentários, com perguntas e pesquisas. Eu resolvi instalar um widget chamado WP WALL, com ele a pessoa pode deixar um comentário na homepage do Nosso Vinho sem precisar deixar email. [...]

  31. Eklenti.Net > Wordpress Eklentileri » Wp Wall 04.08.09 / 5am

    [...] Eklenti Ana Sayfası [...]

  32. Free WordPress and jQuery: 25+ Useful Plugins & Tutorials | designersmantra.com 04.04.09 / 5pm

    [...] 7. WP Wall [...]

  33. ovidiu 04.03.09 / 11am

    why don't you just go hunting for another plugin to show recent comments? find an advanced one where you can configure which categories or pages to exclude...

  34. phanxine 04.03.09 / 11am

    From Sam: Hi. How do I configure this so that when people leave a reply, it doesn't go straight to the Recent Comments widget? I've tried everything. I don't like it when the recent comments widget which is mainly for comments made during blog posts are taken over by a shoutbox chat. Please help!
    --> I have the same question. Seems like nobody can resolve this problem :( So sad...

    I also want to extend the text area (where you type your comments), but I dont know how... can u help me?

  35. Bruce 04.03.09 / 4am

    Subject: I think I'm missing something

    Hi Ryan, I Think you're pages are not comment enable. It seems your theme probably, wasn't coded for comments on pages. Click on the breakitdownblog link for further explanation:

    http://www.breakitdownblog.com/enabling-comments-on-every-wordpress-page/
    --------

    Anyone looking to change their wall borders? See what I did...just click on my name and see the drop shadow inset in my WP-Wall. It's colorful in Firefox but plain in I.E.7

  36. Ryan 04.02.09 / 6pm

    I think I'm missing something. I have installed the Plugin and was easily able to get the Widget to work. Although my Wall Archive Page was created, it's not displaying anything. Do I need to put any tags in the page? (I left it set to page 45 or whatever, and again the page was created as a draft, although when I preview it or publish it, it only displays the standard information about it being a Wall Archive).

  37. :: ach1m-nati0n :: » Blog Archive » Let´s shout something… 03.31.09 / 9pm

    [...] hier übrigens um das Shoutbox-Plugin “WP Wall”. Für weitere Informationen klicke - hier [...]

  38. Hakan 03.29.09 / 1pm

    I've got the same issue as Sam. Shoutbox/chat works fine but I would like comments not to show up in the recent comments widget. Is there are way I can turn this off by editing code?

  39. Sam 03.27.09 / 2pm

    Hi. How do I configure this so that when people leave a reply, it doesn't go straight to the Recent Comments widget? I've tried everything. I don't like it when the recent comments widget which is mainly for comments made during blog posts are taken over by a shoutbox chat. Please help!

  40. Bruce 03.26.09 / 6am

    Your welcome, Naomi.

    I was looking at your WP-Wall and it looks off centered. It seems to be align left. You can easily center it, if you're using WP-Wall PHP code instead of the widget. Just wrap the HTML center tags around WP-Wall code and you're done. Otherwise, if you're ok with the Wall align left, then leave it, as is.

    P.S. I hope you're not being attacked by the spambots.

  41. Naomi 03.26.09 / 2am

    Thanks Bruce!!
    It worked! Finally! After I tried like dozen times (since I couldn't find the post code I just tried to put it after each div or whatever until it finally worked - dumb me hahaha)

    Thanks a lot!

  42. Bruce 03.26.09 / 12am

    Subject: Editing my draft page

    Hi Naomi,

    Sorry, the codes didn't show, I probably need permalink, Any way, here's a link, that enable me to put comments on my page(s). Instead of just posts.

    http://www.breakitdownblog.com/enabling-comments-on-every-wordpress-page/

  43. Bruce 03.25.09 / 11pm

    Subject: Editing my draft page

    Hi Naomi,

    You probaly need to put this code (inside) at the bottom of your PageTemplate (page.php). Just above the footer tag. My footer tag looks like this

    Use this code:

    My example page: http://www.jokerpokerblog.com/wp-wall-guestbook

  44. ovidiu 03.25.09 / 3pm

    got some problems with the plugin. links pasted into the wall, are kidna broken. i.e. you paste the whole url, copied straight from the browser, meaning with the http stuff in front and all BUT:

    - the link is not clickable
    - even if you copy the link, there is a space between the : and the // of the link.

    in wp wall's options I have: allow HTML and make links clickable, what else could I check? the live shoutbox is here, go check the links psoted there: http://www.die-kellerkinder.eu

  45. Naomi 03.25.09 / 2pm

    Hello,

    I tried editing my draft page, but no comments appeared, just my own writing..

    I don't know what to do..

    *sob sob*

    Thanks a lot!
    This is a great plugin!!

  46. Bruce 03.25.09 / 12am

    Subject: Curb Spam

    Math-Comment-Spam-Protection

    Broken link fixed:

    http://sw-guide.de/wordpress/wordpress-plugins/

    Note: If not, just google: Math-Comment-Spam-Protection

    After activating the plugin...you probably have to disable new comments from your WP-Wall General Options panel. Then, create a HTML link to your guestbook. Otherwise, comments may lock up, because of the math question.

  47. Soulfulbloom 03.24.09 / 11pm

    Subject: Comment tricks

    I see that, there's inquiring (questions) of comment editing,from a few posts. Well, I found this great link, that explains: Unraveling the Secrets of WordPress’ Comments.php File. A must see.

    http://nettuts.com/news/unraveling-the-secrets-of-wordpress-commentsphp-file/

  48. Bruce 03.23.09 / 2am

    Subject: Curb Spam

    For those whom stop using using WP-Wall (or giving up) because of massive spam. This plugin might be your answer. Currently, I'm using: Math-Comment-Spam-Protection at http://swguide.de/wordpress/plugins/math-comment-spam-protection. This plugin will slow down or perhaps stop spambots from overloading your host server, by displaying math questions, when someone or something comments. An example is at jokerpokerblog.com

    I've been using it for a couple of days now and haven't got any spam yet. Now, I'm thinking about allowing (activating under WP-Wall general options) comments back onto my Wall. Although, I disable new comments,but, I was still getting few spam, every other day. And I had to put ru. (russia) on my WP Discusion Black List. But after activating MCSP plugin, the spambots have been on the down low (DL).

    Now, Hopefully you won't have to delete a lot of spam from you Askimet queue.

  49. Bruce 03.23.09 / 1am

    Subject: Color of the text of the comments

    I was able to change the color text of day and time only, using colorcode:#660000 (it's a maroon color.) An example is at jokerpokerblog.com. What I do is, go to the original WP-Wall.zip file you downloaded (hopefully you saved it.) Open it, you'll see a wp-wall.css (it has a picture of a gear on it.) Right click on it, to open it. I open mines with Wordpad. Scroll down and you'll see #wallcomments. Now, just type in color: #660000 As seen in the example below. As you can see, I was able to change the width and background color...with other codes below. You can choose any color you want. You don't have to use color: #660000. Now save.

    You're not done yet. Deactivate your live WP-Wall plugin. Now, go to your FTP. I'm using Filezilla. Delete your original WP-Wall.css. Now, go back to WP-Wall.css, that you edited and saved. Now, copy and paste, replace the WP-Wall.css you deleted from your FTP. Now activate your plugin. Clear your cache if your using any. Congratulatons! Your WP-Wall is unique. Remember to save your WP-Wall.css, edited file, because everytime you upgrade, you'll loose your orginal custom WP-Wall.css. Now, you know how to replace it.

    #wallcomments {

    overflow: auto;

    /* uncomment this for fixed height
    height: 200px;
    */

    /* uncomment this for border around the wall
    border: 1px solid #cccccc;
    padding: 7px;
    */

    border: 1px solid #cccccc;
    padding 7px;
    background:#EFEFD1;
    width:212px;
    color: #660000;

  50. Cosmin 03.21.09 / 5pm

    Where's the DEMO?

  51. nonaoco 03.21.09 / 8am

    How to add a separator between coments?

    Thanxz

  52. sagar 03.08.09 / 9am

    good plugin for wordpress blog. i used it and found interesting...

  53. Wordpress博客成功搬家 | ifuwant 03.07.09 / 9am

    [...] WP Wall [...]

  54. Paula 03.07.09 / 1am

    How do I change the color of the text of the comments?

  55. Lucifix 03.05.09 / 12pm

    I just found out that comment form is not working in Internet Explorer (in Firefox it's working normal). Actually input for comments its disabled. Do you know what's wrong?

  56. Eyerex 02.21.09 / 11am

    Hello Soulfulbloom i tried that one but it just changes the order on the main site wiget not the page for the comments so will have to see it anything can be changed within the wp-wall.css file to swap them round

  57. Soulfulbloom 02.21.09 / 1am

    Subject: NEW AT THE TOP

    Hi Eyrex,

    You probably want to check your "Discussion Settings" in you WP Admin. panel. Scroll down to "other comments settings" and tick the box to "[newer] comments to the top of each page." Don't forget to save changes and clear your WP cache if you're using one.

  58. Joe Gus 02.20.09 / 6pm

    I've downloaded your plugin and would like to use the Wall Page however, I don't think my theme displays comments on pages. What edits need to be made to allow this? Thanks

  59. Eyerex 02.20.09 / 2pm

    Hello been using your great plugin for a while now but renamed as my latest news so it's easy just to post some quick text on my site but today i decided to publish the posts as a page but there in reverse order on the page with oldest at the top and i want them with new at the top so wondered is there an easy way to swap them round

  60. Soulfulbloom 02.20.09 / 1am

    Hi Dan, I found this snippet, whereas you can add recent comments to your sidewall. This is not a plugin. This could be an slight alternative to those who can't use the WP Wall. Heres the link:

    http://wordpressgarage.com/code-snippets/recent-comments-code-snippet/

  61. Dan 02.19.09 / 6am

    Same here with Russian spammers. Got many subscribers with Russian emails and kind of got afraid they'd hack the site.

    Furthermore, according to my hosting copany, WP-Wall's scripts were slowing down the whole server ... They gave me a warning, I disabled the plugin.

    What a pity - and I'm still wondering why suddenly so many Russians wanted to take part in my site ...

  62. Soulfulbloom 02.19.09 / 6am

    Hello all, like many other users of this plugin, I too had trouble sending comments to my WP Wall Guestbook Page. It's too bad the author didn't give us some helpful ideas or links for page modification.

    I think the problem started with my blog template. It originally didn't come with a page category on my sidebar. Every time I build a page and click the box to show comments, nothing would happen.

    But after hours of painstakingly searching on google, found this website that solve my problem.

    http://www.breakitdownblog.com/enabling-comments-on-every-wordpress-page/

    I use (copy/paste) the snippet just above my footer tag in my page.php or page template. Now my comments appear in my guestbook page and all my other pages too.

    Beware of the Russian spam bots. I've disable my WP Wall comment box. A guest would now click on the guestbook link in order to leave a comment, with the option of a math quiz. After moderating the comments, the guess comments will now appear on the WP Wall. It's kinda of like going in reverse.

    I just get tired of deleting spam caught in my queue from my Askimet spam catcher. The WP Wall desperately needs to be upgraded with a math quiz. The spam bots can still spam you without leaving e-mail, even though it's probably fake too.

    You can see my WP Wall at jokerpokerblog.com

    P.S. I hope this has been helpful, because building blog/website can bee frustrating at times. Now exhale. :-)

  63. The 20 Best Wordpress plugins on the net’ | SherifAbdou - The Design Blog 02.18.09 / 7pm

    [...] WP Wall [...]

  64. Al 02.18.09 / 3am

    Any way to change this from a sidebar element into its own page?

  65. Free WordPress and jQuery: 25+ Useful Plugins & Tutorials | guidesigner.com 02.17.09 / 8am

    [...] 7. WP Wall [...]

  66. X-track | WP Wall Guestbook 02.16.09 / 4pm

    [...] to my WP Wall [...]

  67. Fondos Gratis 02.15.09 / 6pm

    excelent plugin, just i need :) thanks for sharing

  68. Spiritfoxy 02.15.09 / 3pm

    I am just setting up this particular blog and I would very much like to use The Wall plug-in, but I am having the very same problem with comments not showing up on The Wall page. And yes, it is set to show comments on pages and is even specifically set to show comments on The Wall page...

  69. andreiopt 02.15.09 / 1pm

    Thank you for this plugin. It works great on Wordpress 2.7.1. No error what so ever. Sill, I wonder if it's possible to show the date and time for each comment, not only for the last one.

  70. Rosina Lippi 02.13.09 / 8pm

    This plugin works really well for me, and I especially appreciate the css file. One quirk I haven't been able to figure out -- if you look at my weblog you'll see that the font spacing is off in WP Wall only. Odd breaks in the middle of words that I haven't been able to fix with css. Do you have any idea what the problem might be, and how I might fix it?
    Thanks for your hard work on this.

  71. Sticky Rice 02.12.09 / 7pm

    Vincent, page comments are enabled properly, yet nothing appears. I can post a comment or shout in the widget on the sidebar but its not transferring it to the Guestbook Page. Oh well...if I can't get it working I will try something else.

    Domo arigato,

    Sticky Rice

  72. vincent 02.12.09 / 6pm

    Sticky Rice,

    had the same "issue" awhile back and in order for the comment to appear on the page, you have to turn on the allow comment on page option.

  73. Sticky Rice 02.12.09 / 3am

    Trying to work with this plugin. The sidebar widget is working fine, but nothing appears on the Page??

    Any help would be appreciated.

  74. Magnus 02.10.09 / 7pm

    I've got a problem with this one. I can write on the wall if i'm logged in, but if i'm not, then i get this message:

    "An error occurred, please notify the administrator."

    I have all rights to read and write in the folder, and i've tried to delete and reinstall it..

    Any ideas? :S

  75. Kadir 02.10.09 / 3pm

    How can I change font colour in wp-wall? Thanks...

  76. Dan 02.10.09 / 8am

    Vladimir - you mean the server overload was related to 1.4?

    So 1.4.2 shouldn't cause any problems?

  77. Fadi 02.10.09 / 6am

    write comment not working with IE, any suggestions ?
    thanks

  78. Dan 02.09.09 / 10pm

    Had to take the plugin down, my site was deactivated by the hosting company because of server overload due to wp-wall ...

    Why the error?

  79. Frank 02.08.09 / 10am

    Hi there,

    i got this error when someone writes a message:

    An error occurred, please notify the administrator

    If you have this problem, change the file permissions of the files in the wp wall directory to 755.

    I set the permissions to 755 and then to 777 but the problem is still the same.

    Any hints?

    Thx and greetz
    Frank :-)

  80. Wordpress: ecco la lista completa dei plugin compatibili con la versione 2.7 : Blogtecnico - Web news social 2.0: internet e tecnologia, blogging e tutorial 02.07.09 / 5pm

    [...] WP Wall 1.2.0 [...]

  81. Dunkkan 02.06.09 / 12am

    Sorry I found the CSS file ! there's the answer (.wp-alt class) :)

    Thanks a lot !

  82. Dunkkan 02.06.09 / 12am

    Thanks for this cool plugin.

    Is it possible to assign at least two classes to alternate the background color ?

    I opened the main file but it's quite complicated.

    I can do it in a comments.php template, but here I'm pretty lost.

    Does anybody have some idea about how to deal with that?

    Thanks.

  83. Vladimir 02.03.09 / 10pm

    There was a problem with latest version of the plugin on some configurations. I suggest you delete the plugin folder using FTP and then install the latest version 1.4.2

  84. K Hammond 02.03.09 / 6pm

    Until Vladimir signs in, anyone else have an answer?

  85. K Hammond 02.03.09 / 6pm

    I just tried to activate the wp wall and got this message, it has locked up everything and I really don't know what to do.

    Fatal error: Call to a member function get_page_permastruct() on a non-object in /home/labonnee/wordpress/wp-includes/link-template.php on line 215

    Please help.

  86. Jack 02.02.09 / 6pm

    1) How can I insert the WP Wall into the "Page Content" instead of the "sidebar"

    2) How to insert multiple WP Wall ?

  87. Erik 02.02.09 / 5pm

    Hi

    I have installed WP Wall. Its works fine on the right side, but linked page (added to pages) does not show any of comments? Suggestions, where the problem might be?

    Thanks -Erik-

  88. Vladimir 02.02.09 / 2pm

    Thanks for the tip Mike

  89. Mike Bradley 02.02.09 / 2pm

    Think I might have fixed this by changing line 111 of wp-wall.php
    from:
    add_action('init', 'WPWall_Init');
    to:
    add_action('plugins_loaded', 'WPWall_Init');

    I'm not sure if this is right, but this is the how other plugins registered.

  90. Mike Bradley 02.02.09 / 1pm

    For some reason, this widget does not end up in the $wp_registered_widgets variable.
    The reason I mention it is because I'm trying to get it to work with the tabbed-widget plugin:
    http://wordpress.org/extend/plugins/tabbed-widgets/

  91. Songline 02.01.09 / 6pm

    Cannot activate the plugin, because it would cause a fatal error.

    Which wp-version is needed?

    Thanks
    Songline

  92. Ido Schacham 01.31.09 / 2pm

    Nevermind, I figured out the problem - comments were set to undergo moderation. Enabling all comments allowed everything to work. You should probably display a different error message in such a case.

  93. Ido Schacham 01.31.09 / 2pm

    Hi,

    I installed the plugin and got the error "An error occurred, please notify the administrator". Tried to change file and directory permissions, but unfortunately it didn't work.

    Are there other issues which may cause this error? Note I tried to leave a comment in Hebrew and that I'm using the Hebrew version of WordPress 2.7.

    Thanks,

    Ido

  94. PinoyBlogero.com’s Pinoy Blog Directory and a New Front Page | 01.29.09 / 12pm

    [...] The tagboard has also returned, but this time I ditched the CBox, and used a Wordpress plugin, WP-Wall, as a [...]

  95. 30 plugin per Wordpress basati su jQuery | Napolux.com 01.29.09 / 8am

    [...] va da “Wp-Wall” (che permette di attivare un piccolo guestbook nella vostra sidebar) ad un warning gigante per [...]

  96. O bosanskom jeziku i Hrvatima malo drukcije | BOSANCIONLINE.com 01.28.09 / 5am

    [...] WPWall plugin sa stranice Vladimira Prelovca. To je izvanredna stranica sa velikim brojem korisnih plugina i besplatnih tema i uvijek sa [...]

  97. Mike Bradley 01.27.09 / 7am

    Anyone know how to get this working with the reCaptcha plugin?

  98. The Power of WordPress and jQuery: 25+ Useful Plugins & Tutorials | @article @lbum 01.27.09 / 6am

    [...] 7. WP Wall [...]

  99. Mark 01.27.09 / 12am

    Hi,

    What a great plugin! I have been wondering though, I am planning to use the disqus commenting system. However, can I use your wp-wall next to it? Do those work side by side?

    Hoping for your reply

  100. The Power of WordPress and jQuery: 30+ Useful Plugins & Tutorials 01.26.09 / 4pm

    [...] 7. WP Wall [...]

  101. Karlo 01.26.09 / 2am

    Hi, I've just recently set-up your awesome plugin.

    I have a question though, how can I add a URL/Website form so that when people comment, there will be a link to their site?

    Thanks.

  102. Jesse 01.25.09 / 10pm

    great plugin!

  103. Joseph 01.24.09 / 6pm

    Forgot to mention.. I'm using wordpress 2.7

  104. Joseph 01.24.09 / 6pm

    Hi

    I've just updated to v1.4 and ran into a problem. Whenever I click on next page I get this "A file permissions error has occurred. Please check the permissions on the script and the directory it is in and try again." This also happens when I tried to submit a new comment but the new comment do get posted.

    I've tried changing chmod of my plugin folder as well as deactivating all other plugins but I still get the same message.

    Anyone else experiencing the same problem?

  105. Scott 01.23.09 / 10pm

    When a user leaves a reply on the sidebar wall widget and hits submit it goes to the page wp-wall-ajax.php showing a white page with just the comments rather than refreshing the page with the new comment in the sidebar. I have installed the newest version of wp-wall 1.4

    Thanks -Scott

  106. 40 Must Have Wordpress Plugins for Writers | The Voices Within 01.23.09 / 5am

    [...] WP Wall:  WP Wall is a “Wall” widget that appears in your blog’s side bar. Readers can add a quick comment about the blog as a whole, and the comment will appear in the sidebar immediately (without reloading the page). [...]

  107. Веб 2.0 Часть 3 - Подгоняем Свой Блог Под Стандарты Web 2.0 - Юзабилити 01.22.09 / 5pm

    [...] Чат. Слегка необычно для блогового движка, но я считаю в таком виджете есть необходимость. В чате общаться, в любом случае, удобней чем в камментах или по имайлу. Виджет чата - WP Wall [...]

  108. ovidiu 01.19.09 / 3pm

    using wordpress 2.7 and version 1.4 of your plugin, I noticed that php speedy partially breaks the walls functionality, anyone else using this combination?

    http://aciddrop.com/2008/12/15/php-speedy-wp-051-recommended-upgrade/

  109. MitH 01.19.09 / 1pm

    Hi
    love the tool

    ive been watching my stats (after a nasty bandwidth reminder) and it seem the refresh will chew thru site bandwidth
    i left my main site page open last night and roughtly 24hours later about 200mb has gone
    the only activity is the page (with wp-wall on the side)

    ive changed refresh to 120sec but will now close the page when away for extended time
    can it be investigated as to what traffic it causes (and as above, what system resources it uses)

    D

  110. Vladimir 01.19.09 / 2am

    Update WP Wall to 1.4
    - Added option to expand post box by default
    - Added option to reverse comment display order

  111. Xevo 01.16.09 / 2am

    @James & Cowboy: Read the FaQ, if you use it'll appear in your template as well.. If you want it in a page, just install the plugin exec-php and than paste that same code in a post/page.

    @ Nate: Update your wordpress, that is what the problem is.

  112. Bikin “Koding” Yuk! | Gilang Ramadhan dot net 01.12.09 / 10am

    [...] salah satu plugin yang kayaknya lagi ngetren dipajang di sidebar blog sebagai widget, yaitu plugin WP-Wall. Sudah tahu, belum? Kalo tahu, pasti bisa nebak singkatan apa itu [...]

  113. Nate 01.10.09 / 1am

    Little more info...I'm on Wordpress 2.5.1 and WP Wall 1.3

  114. Nate 01.10.09 / 1am

    Ran into another problem. My web host suspended my account because of WP Wall saying it was too much load on the server and was "causing performance issues on the server" so what exactly is causing this major load and how can I fix it? I've got WP Wall set up like a chat where it refreshes instantly, is that the problem?

    I would love to keep WP Wall but right now I have to take it off my site :(

  115. Mike Benjamin 01.04.09 / 9pm

    Greetings Thanks for your plugin, I can't seem to make turn it into a a chat box. I changed the refresh time to 5 seconds and hit update. I would like to be able to answer questions to specific comments left by visitors.

    Here is the page in question:
    http://www.thegratefuldread.com/?page_id=25

    I can edit comments that are left by visitors but I cannot comment on them.

    Thanks for your time!
    Mike B

  116. cowboy 01.04.09 / 12pm

    hi there,

    james asked if it would be possible to use the plug in on a "page template" instead of a widget. seeing as my page doesn't use widgets it would be a great help.
    was that questioned answered already...
    thx 4 u're time

  117. Fred 01.04.09 / 6am

    Major Kudos, nicely done, Vladimir! I gave your plugin a "plug," which you can read over here: http://f1marketsolutions.com/losungen/?page_id=199
    Best regards,
    Fred

  118. KRUZ-GRAPHIX | Wordpress2.7のプラグイン互換性リスト 01.04.09 / 2am

    [...] WP Wall 1.2.0 [...]

  119. Good 01.03.09 / 7pm

    Cool Pliug in !

  120. James 01.03.09 / 1pm

    Can this be used in a page template ?? Like a chat page ? Instead of a widget ?

  121. Kunal 01.02.09 / 10pm

    Great plugin, just what i was looking for. Can you tell me how I can change the Author color?

  122. Tex 01.01.09 / 6pm

    Very good plugin for your blog, wp wall is a full customizeable widget
    which can be useful for ur blog.

  123. Maître Mô 01.01.09 / 4am

    Hi,
    And thank you for this great plugin : I'm on 2.7, and it works great and very easy (sorry for my english, I'm just a poor french lawyer !).
    I just wanted to know if (and how...) it's possible to add something like Captcha or question to stop spams comments on wp-wall ? I am receiving about 100 spams each day, and they're all using my wp-wall comments page... Of course they're stopped by Akismet, but I'd like to stop them before !
    Thank you very much if it's possible, and of course, in any case :
    Hapy New Year !!

  124. Dennis 12.31.08 / 3am

    Is there a way I can keep it from calling jquery 1.2.3 if I'm already using it in other applications. It is calling it twice. I'm trying to cut down on page load times.

    Thanks

  125. Xevo 12.28.08 / 6pm

    Hey Vladimir,

    Thanks for the great plugin.
    Would like seeing it 2.7 compatible.

    Thanks in advance!

  126. Jonatan 12.27.08 / 8pm

    Hi Vladimir
    I have the same problem as tidus 97

    posting a message takes me to

    wp-content/plugins/wp-wall/wp-wall-ajax.php

    which lists all the messages not in the wall,

    just in an empty window.

    i´m using wordpress 2.7 and 1.3.5 version of WP-Wall

    Thank You. I´s a great plugin

  127. Fendri.Info » Article » Introducing New Design Concept for Fendri.Info 12.25.08 / 9am

    [...] Plugins Candidate Lightbox 2 Contact Form 7 SimpleTag AJAX Comment Preview WP Wall (considered) Sociable (considered) WP Poll [...]

  128. Lex 12.24.08 / 3pm

    I just downloaded it and its a cool widget! But how do I allow commenters to add their website url and link them?

  129. Joe 12.24.08 / 1am

    Thanks for the plugin, love it!

    just a quick question, i basically don't know what im doing with css/php lol. still i've managed to fumble myself through customising my blog. just one more thing which is to do with my wall that is annoying me. here's my blog: http://joenendo.dreamhosters.com/

    could someone please tell me how to move those arrows underneath the wall up so they are parralel with the shout button. im sure its something really obvious and easy >.>

    thanks in advance!

  130. Twee Nieuwe Functies op madbello.nl 12.23.08 / 10am

    [...] Update : De tweede functie heb ik verwijderd omdat de functie een beetje gek werkte (WP- WALL) [...]

  131. Adrian 12.23.08 / 9am

    Running 1.3.5 and the latest Wordpress.

    Always getting:

    "Invalid Data: Please go back and try again."

    even with all options turned off and logged in.

    The comment may only be 1 letter.

  132. Bryan Brazil 12.22.08 / 6pm

    What about customizing the height/width of the textarea and submit button? I've tried it with css, but it doesn't change the width.

  133. Nate 12.22.08 / 12pm

    That fixed it Tim, thanks! I had the wordwrap limit set to 25 which was breaking links. Now that it's fixed any idea where I could throw "target=_blank" so links open in a new window?

  134. Wordpress ile bütünleşik ShoutBox (mesaj pano) Eklentisi | ONU7.COM | Onu yedi nokta kom 12.21.08 / 4pm

    [...] Eklentiyi yazan siteye gitmek için tıklayın » Etiketler: Wordpress, Wordpress bütünleşik shoutbox, Wordpress En İyi Shoutbox (Mesaj Pano), wordpress için shoutbox indir, Wordpress le uyumlu shoutbox indir, WP Wall, WP Wall mesaj panosu indir, WP Wall Shoutbox indir This entry was posted on Pazar, Aralık 21st, 2008 at 18:21 and is filed under Eklenti ve Tema. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. [...]

  135. Michelle Petit-Sumrall 12.19.08 / 8pm

    Ha! Tim beat me to it! That was the only thing I could think of. Do let us know if that solved it for you, too, Nate.

  136. Tim Reader 12.19.08 / 12pm

    Nate & Vlad (and anyone else having problems with spaces in URLs)

    I've cracked it.

    It's nothing to do with css styles or text alignment. If you have altered the Wordwrap entry (default: 0) then restore it to the default. Problem should be solved.

    You may then get a problem with long words disappearing off the right hand side and/or an unsightly scrollbar appearing at the bottom
    (CSS could be your friend here...) though in our testing we couldn't find an English word long enough to provoke this (even 'antidisestablishmentaienism' fit!).

    Hth

    Tim

  137. All Things Anne » Blog Archive » Review: WP Wall, FLIR for WordPress, PicApp 12.19.08 / 5am

    [...] WP Wall [...]

  138. Nate 12.18.08 / 11pm

    I looked in my sidebar300.php and my style.css and didn't find any text-align: justify, is there anywhere else I should look?

    If you go to my site http://www.RockItPro.com you can see the right sidebar, links work fine under TOP 10 BEATS and LATEST FORUM POSTS but inside the WP Wall a space is always added in the url, in IE and Firefox.

  139. Michelle Petit-Sumrall 12.18.08 / 2pm

    For the links problem, I wonder if your theme is setting
    "text-align: justify" in the sidebar? (I'm assuming you meant specifically on the sidebar, not the page WP-Wall creates).

  140. Vladimir 12.17.08 / 11pm

    other then don't use wp-recaptcha? :)

  141. Vladimir 12.17.08 / 11pm

    you are right, this has been fixed in version 1.3.5

  142. WP Wall en Español | Julioams Weblog 12.17.08 / 6pm

    [...] al AJAX Shoutbox, que es el mini chat que tenia antes, que era una coladera de SPAM me tope con WP Wall, que es un maravilloso plugin del tipo Widget “WALL”, que permite a los visitantes del [...]

  143. fp 12.17.08 / 1am

    Thank you very much for this great plugin!

    A small suggestion though, it will be nice if the all of the names of the class used in the CSS file start with wall. For now there is a class named "nav". The name is often used in many themes. It took me quite a while to figure out this was the cause of the wrong looking of my navigation bar. @_@

    Anyway, thanks again for the plugin!

  144. Tim Reader 12.16.08 / 10am

    Hi Vlad,

    Apologies - it seems to have been mentioned before in the comments/forums but not acknowledged. Maybe it's not universal.

    Anyway, what happens on our site (it's internal so can't send you the link I'm afraid) is if I post this on the wall:

    Check out this page about the norovirus: http://news.bbc.co.uk/1/hi/health/7783099.stm

    The link will output like this:
    http://news.bbc.co.u k/1/hi/health/778309 9.stm

    Note the random spaces which mean the link breaks when pasted into an address bar.
    Note: it does not get written to the database this way (the database entry is in tact, it's only the outputting to the screen - to the wall - where it adds the spaces)

    Originally I thought this error only happened when html/linking is enabled. So I disabled it but it still breaks.

    Running current versions of WordPress and this plugin.
    Any other info you might need?

    Thanks!

    Tim

  145. jhesqi 12.16.08 / 7am

    I am having problems with using WP-Wall and WP-recaptcha. WP-recaptcha seems to be blocking WP-Wall comments. Any thoughts on this?

  146. Tim Reader 12.15.08 / 6pm

    Hi,
    So can I just check something. There seems to be a known bug where by 'long' URLs (but in fact not very long) break when postsed (spaces are inserted) and there's no known fix at present?

    Can anyone provide clues as to which line(s) of the PHP is modifying the submitted text so I can have a go at fixing it?

    Thanks

    Tim

  147. WP Wall plugin + Elegant Grunge theme - fixed W3C xHTML validation error | sibble.com 12.15.08 / 5pm

    [...] the RSS feed for updates on this topic.Powered by WP Greet BoxI recently installed a plugin called WP Wall (you should now notice it in the sidebar.)  I’m pretty happy with how it worked out, but I [...]

  148. Alex 12.12.08 / 9am

    Hello, bonjour,

    Sorry for my bad english. So, i have this problem ans i'm so confuse with.

    When in send a message, the redirection goes to a blank page, with just the comment line, nothing more.

    The comment are allowed on my WP-wall page and it's work correctly when i go manually on this page. This is just the redirection from the message i've sent, to the wp-wall page it doesn't work.

    Someone can help me? Thank you very much. I appreciate

    Great plugin. Congratulation Vladimir.

  149. Joe 12.11.08 / 10pm

    I get a page error "page cannot be displayed" when I have moderation turned on and a guest leaves a comment. I can press back and everything works as normal, the comment goes through for moderation?

    Any fix on this?

  150. Istoselidon 12.11.08 / 1pm

    Great article and informativ. I have this bookmarked. Thanks

  151. Ed 12.09.08 / 11pm

    How do users add a clickable link in the WP Wall Test box?

  152. fropsware 12.08.08 / 1am

    this exactly what I need for my blog.

    I have a question though, can it supports gravatar and timestamp?

    many thanks

  153. Andrea Girardi 12.05.08 / 4pm

    Hi,

    after last update of your widget, i've a provblem! when i try to add a comment to the wall, it doens't works and this message appears:

    "An error occurred, please notify the administrator."

    thanks in advance!
    Andrea

  154. willowdan 12.04.08 / 12pm

    Hi,

    Nice webapp .. I love it ...

  155. Wolfgang 12.02.08 / 10pm

    Thanks for the quick bug fixing release. :)

  156. Tidus97 12.02.08 / 2pm

    thanks for the release. it definitely fixed those problems. my new problem is that the wall does not refresh on chrome or firefox. it does however work with IE. to see new messages in FF/chrome i need to either post a message (which makes the incoming message apear as i post mine) or refresh the page.

    a fix for this if possible?

  157. Maria 12.01.08 / 10pm

    Sorry I found how to disable it from the options.
    A nice plugin thanks Vladimir

  158. Maria 12.01.08 / 10pm

    Hello
    I would like to not have the date and time of the latest comment, on the wall, to be showend.
    In whitch file can I remove it?
    I must be stupid not to find it..
    Thanks

  159. slavoo 12.01.08 / 10pm

    hello. when I send the text in shoutbox, on the button is writting: "pleas wait", but it's change "send" after very long while. if i click it again. there is writen: "An error occurred, please notify the administrator". what is problem?? all so can I automaticly clear input form after sending message??

  160. Vladimir 12.01.08 / 2pm

    1.3.2 released today, fixes the new page opening glitch

  161. Tidus97 12.01.08 / 11am

    hi, i am using this on my site at http://noobtopro.net. you need to register and click on the logout/profile button to lower the top which reveals the wp-wall. you must be logged in.

    i have edited wp-wall-widget.php so that the parts under leave a reply, excluding 'leave a reply' are in another div. i dont know if that is the reason to my problems but i find that this only works in firefox. in IE the next/previous buttons dont work, and i cant close the reply box when i click 'leave a reply'. its just open by default. clicking next/prev/leave a reply just does nothing.

    also, as discribed on the post below, doing anything that would cause it to have a reaction takes me to a new page...

    posting a message takes me to

    wp-content/plugins/wp-wall/wp-wall-ajax.php

    which lists all the messages...

    leaving the box empty takes me to

    wp-content/plugins/wp-wall/wp-wall-ajax.php again

    and says 'Error: please type a comment.' in chrome where as in firefox it just says this under the comment input box..(IE doesnt do either, it just takes me to a HTTP 500 as it attempts to reach wp-wall-ajax.php)

    ..very problematic. this looked good too...

  162. Wolfgang 12.01.08 / 8am

    Hi,

    after updating to 1.3.1 wp-wall doesn't return to the starting page but opens a "list" of all entered comments. What happened and what can I do to get the old behaviour back?

    Regards,
    Wolfgang

  163. pol 11.30.08 / 12pm

    Is there an option to show the comments upside down? I just feel it unnatural to read it from bottom to start... I'll probably try to tweak your plug-in code, you may want to add this option someday, tell me if so!

    Thanks for the plug-in anyway, nice feature for shy commenters.

  164. Coralights 11.28.08 / 8pm

    Hi - I like wp-wall - I can't get comments to post to the wall page however. Setting for page is comments allowed. thks!

  165. Dig Gadgets » Blog Archive » Plugins Compatible with wp2.7 11.26.08 / 11am

    [...] WP Wall 1.2.0 [...]

  166. WordPress 2.7 Plugins with no Issues | NexGen 11.23.08 / 7am

    [...] WP Wall 1.2.0 [...]

  167. Vijay 11.20.08 / 7pm

    Hi!
    Thanks for plugin. I am testing to implement on my site.
    I am wondering if we can make the Wall to Post specific. Currenly is for overall site. I want to have it separate by post.

    Can this be done?

    Really appreciate your help.

    -Vijay

  168. Kevin 11.15.08 / 10pm

    Ah i forgot to mention another one.

    I've enabled the email field but I've changed the text to email / website so people can choose to input their website.

    How do I exactly make their names linking to their website input?

  169. Kevin 11.15.08 / 10pm

    Hey there,

    Loving the widget, it's easy to customize.

    However, I've been trying to make the input forms
    available right away without clicking on 'Leave a reply'
    in order the see the form.

    Is it possible?

  170. Nate 11.14.08 / 11am

    Not sure you saw my new message on the forum but I'm still having problems with links.

    1. WP-Wall puts a space in url's so if you click on a link it takes you to a not found page.

    2. Links are clickable in IE7 when you use the "www" but NOT in Firefox 3.

    3. Links should open in a new window.

  171. Tiffy 11.10.08 / 5am

    oh it's okay i found a way to edit the colors :)

  172. dd 11.09.08 / 4pm

    @Vladimir - 测试效果

  173. Tiffy 11.08.08 / 12pm

    Hi there.

    Very nifty widget but I have a problem... I can't seems to change the text color? is there a way to make it more visible on my site?

    Thanks in advance.

  174. Anonymous 11.08.08 / 12am

    Thanks, I know where to look now.@Vladimir -

  175. Vladimir 11.07.08 / 9am

    @Pierre-Marie - WP Wall uses WordPress comments for storing the comments, and WordPress has this rule for duplicate comments built in. You can try searching for a way to disable it on WordPress level.

    @Curtis Prevo - It would be possible to create a Wp Wall MU. I recommend posting in the marketplace section of my forum perhaps someone can help.

  176. Pierre-Marie 11.07.08 / 7am

    Hi,

    first of all thank you for a very nice plugin. I did not publish the website url since it is for a group of young chess players.

    I want them to be able to use the Wall as a chat room to tell each other when it is their turn to play. We are using the chess-by-blog plugin and in order to take turn the players have to do a reload.

    The problem is that they often use the same expression and they cannot create duplicates.

    Is there a way to allow for duplicate comments on the Wall?

    Thank you

  177. Anonymous 11.07.08 / 3am

    Hi! Thanks so much for this plugin, its just what I've been looking for forever.

    I've been trying to find a way to leave the comment box open instead of visitors having to click before being able to leave a comment. Is this possible? Can't seem to edit the way the text looks either through the css page, like changing the font size or the location of the rss link.

    And also wanted to embed this entirely in a page instead of the sidebar, but that doesnt work with the php tag. How can I do that?

    I appreciate any help you can give me.

    Thanks!

  178. Tony 11.05.08 / 2am

    How do I use the

    echo $before_title . $wall_title. $after_title;

    Function to place an before and after the wall_title? so that I can use CSS to stylize the title of the wall?

  179. Paul 11.04.08 / 11pm

    Awesome plugin but I'm not getting the comments on the Wall page.
    (re: Is it possible to display a “Wall-Archive” Page to show all comments?)

    http://www.rareexception.com/the-wall/

    Is there a tag to add to the page to get comments to appear?

  180. Gabriel Tadeu 11.04.08 / 6pm

    Hey, i love this plugin but have one problem: mess with latin chars: see the problem: http://alambique.com.br/

  181. Curtis Prevo 11.04.08 / 5am

    I am wondering if it is possible to make the WP Wall access another blog. I am using Wordpress MU, but I can imagine it would be beneficial to other people that have several blogs installed on a site. This way the Wall could be communal, like a site-wide bulletin board. What variables would I need to change?

    Thanks for the great plugin!

  182. Vladimir 11.02.08 / 7pm

    @Lon - Send me your unsubscribe email and I'll sort it out for you.

  183. kari 11.02.08 / 11am

    i also want to change "leave a comment" to bold. and i'd like to see an option for the type box for comments to always be visible.

    great plugin. thanks

  184. Lon 11.01.08 / 10pm

    I've been trying to unsubscribe to this posts comments, but haven't been able to for some reason...

  185. Toni Ann 11.01.08 / 9pm

    @Spring - Can someone email me the answer since you can't write code here? toni@tonisnightout.com ;-) Thanks!

  186. Toni Ann 11.01.08 / 9pm

    @Spring - I don't understand :-(

  187. Spring 10.31.08 / 9pm

    ouch, how to write some html codes (shown as text) here?

  188. Spring 10.31.08 / 9pm

    Sorry, I forgot add code tag ^^!
    To guys that want to show comments on Wall page whenever click “All”:

    Easily edit your page.php on your theme
    Find:

    And add above:

    —-
    Hope this help, I tried successfully.

  189. Spring 10.31.08 / 9pm

    To guys that want to show comments on Wall page whenever click "All":

    Easily edit your page.php on your theme
    Find:

    And add above:

    ----
    Hope this help, I tried successfully.

  190. Toni Ann 10.28.08 / 6pm

    I am having the same problem as the people below.. What code do I need to add to the all page to make the comments display? Currently nothing pulls through.

    Thanks

    Originally Posted By QuinHey there-- I'm having the same problem as this guy:

    Tolwyn
    October 13th, 2008 at 21:27

    The �All� Link (WP Wall Guestbook) page, once published, won�t show the wall entries. Page is configured to show comments; theme can show comments.

    Any ideas?

  191. Vladimir 10.28.08 / 4am

    Released version 1.3 with fixed latest comment timer update.

  192. Vladimir 10.28.08 / 12am

    @Harvey - I welcome all over 40's guys here. Adding a link would be a matter of changing the wp-wall-widget.php which you can do yourself if you are brave enough :)
    @Harvey - I once suggested using a recent comments plugin which lets you exclude posts. I think you can find it here in the wall comments or in the wall section of the forum
    @hanajima - It would be possible but including the avatar support in a plugin like this means much more like new options for people who do not like it, separate formatting and styling etc so that's why it's unlikely I'll manage it soon.

  193. Harvey 10.27.08 / 9pm

    Feature suggestion: My site visitors are mostly "over 40's" (like me), most of whom have no clue what a wall is.

    it would be nice if we could add a little question mark image beside the Wall title with either a hovertip, or perhaps a larger visual lightbox that would contain an editable (by the Blog Admin) explanation of what a wall is and how to use it.

    Just a thought. The Internet really is used by oldsters nowadays too (but we still don't get Facebook ;-)

  194. dwayne 10.25.08 / 6pm

    Finally figured out a way to reverse the post order...this should be an editable option on the options page!

    (i wanted it to be the same as the way comments appeared)

    Do this:

    change all the DESC in the plugin editor to ASC

    (descending order vs. ascending)

    maybe this will be a selectable option later...?

    (awesome plugin!)

  195. dwayne 10.25.08 / 4pm

    Is there an easy way to essentially just display the text output on a Page?

    Essentially...i want it to be a page, and not a widget.

  196. Peter 10.23.08 / 11pm

    Hi,

    Forst of all, great plugin!!!

    1. Is it possible to get a property to set the sortorder for the link "All" when showing all postings on the wall?

    2. It would be nice to have a field to name the link "All" to get the link in native language

    3. Also for the label "Latest on " the same as for (2) a property to set that text in native language.

    rgds

    Peter

  197. Patrick 10.23.08 / 3am

    How do I make the "Leave a reply" text bold?

    Thanks for this plugin -- it's terrific!

  198. hanajima 10.22.08 / 6am

    hi... i want to know if there is a way to show gravatars on the wall itself and not on the wall page only

  199. hanajima 10.22.08 / 5am

    ok let me rephrase that ---

    i want to know if there is a way that gravatar images can show up on the wall itself, not on the guestbook page.

  200. Mitchell 10.19.08 / 12pm

    Hey,
    This is really a great plugin, altough I am having a trouble with something. When you make a chatbox out of it, it uses ajax to reload the page, but now I'm trying too use my own "tooltip" and in the beginning it works fine, but when the chabox reloads, the script is gone.

    Not sure how I could make this work. (I use Jquery.)

    Thanks in advance,
    Mitchell

  201. Harvey 10.17.08 / 2am

    I keep finding things I like in WP-Wall :-)

    I just found the easy-to-edit CSS file (needs to be easy for me!) that enables me to shade every other line and put a nice, understated-yet-clear 1px box around the wall to help clean up my sidebar.

    Well done!

  202. Quin 10.16.08 / 8pm

    Hey there-- I'm having the same problem as this guy:

    Tolwyn
    October 13th, 2008 at 21:27

    The “All” Link (WP Wall Guestbook) page, once published, won’t show the wall entries. Page is configured to show comments; theme can show comments.

    Any ideas?

  203. Harvey 10.14.08 / 9pm

    I just added WP-Wall to my site and love it!

    One question - I also place Recent Comments in my sidebar. Unfortunately, the WP-Wall comments are therefore repeated under Recent Comments. Can you suggest a way of removing just the WP-Wall comments from the Recent Comments list (since the Wall comments now show up twice)?

  204. Tolwyn 10.13.08 / 9pm

    The "All" Link (WP Wall Guestbook) page, once published, won't show the wall entries. Page is configured to show comments; theme can show comments.

  205. Peter 10.12.08 / 10pm

    Great Plugin!
    Would it be possible to see the actual date/time when someone has post a message in the box? Also if every second row can be in another color like Paula explained and as Cbox works.

  206. not 10.12.08 / 2am

    how can I set different charset only in Wall?

  207. Anonymous 10.11.08 / 12am

    hello is there possible to display the avatar ?

  208. Paula 10.10.08 / 7am

    Thank-you for sharing your plugin, it's great. Stop by my blog and take a look at how I customized it. I was wondering if it's possible to include the date in the actual message of each message left. I'm not sure how to explain it good, but if you go to the cbox website, it will show how they include the date in each message. Here is their site: http://www.cbox.ws/index.php

    I was also wondering how to make the author names look the same way when I'm logged in as Admin as when I'm logged out. When I'm logged in, the names appear as all of my clickable links on the site, and I'd like them to match what visitors see.

    Regards, Paula

  209. 6 Ways To Add More User-Interactivity To Your Blog » DivitoDesign 10.09.08 / 2pm

    [...] on Jeffro2pt0. To add a shoutbox to your Wordpress blog, the following plugins AJAX Shoutbox and WP-Wall are [...]

  210. rolf 10.09.08 / 10am

    i cant get this plugin to work.

    im using 2.6.2 and i get this when i try to post:

    An error occurred, please notify the administrator.

    What is wrong?

  211. hanajima 10.08.08 / 9am

    how do we show the gravatars on the wall post...

  212. Michael 10.08.08 / 5am

    Love the application, but for whatever reason the comments aren't working for me on the page. They show in the comments count and in the administration tool, but when I click on show comments it doesn't do anything. Any where I can look to resolve this? Thanks!

    Michael

  213. Mark Fleming 10.04.08 / 3pm

    Great plugin! Suggestions:

    1. Allow configuration for size of coment entry box.

    2. Instead of hovering to see all, click a "see entire comment" button to show the whole comment in place. If you do Ajax, just show the whole comment in place and slide down the rest of the column. If you don't do Ajax, some other way to show the whole comment. It's a bit difficult to read the whole comment in the little hover box, and I'm not sure everyone will figure that out.

    3. Set max comment length (not what shows, but what can be entered), if possible.

    4. Ability to show a link to a "Rules" page, so I can tell them the number of words that will show up, what type of comments we want/don't want, etc. Here's how I would do it: Add option "Link to Rules Page Y/N" and "Rules Page Name ______" So if I said "Y" to the Rules page, and entered the name (or page number) of the rules page I would create, then below the "Write something..." (or whatever I name that link) there would be a link that says "Read Rules". Clicking on Read Rules will then show the Rules page I've created.

  214. stefan.waidele.info » Blog Archive » WP-Plugins: Sticky, Wall, Subscribe2 10.02.08 / 11am

    [...] WP-Wall: Für schnelle Kommentare in der Sidebar. Eventuell auch als Minichat. Twitter hat sich da nicht so als Lösung herausgestellt. [...]

  215. Petelingo 09.30.08 / 2pm

    Hmm...This plugin doesn't seem to work for me at all. Perhaps it's a config issue with my installation but whenever I submit a comment WP simply opens an entirely new page pointing at <mysite/wp-content/plugins/wp-wall/wp-wall-ajax.php.

    The comment text is visible but it seems to break free from the wall.

    Any thoughts?

    Thanks in advance.

    Pete.

  216. Peter 09.29.08 / 3pm

    The Wall is a nice plugin. I have found that the "Latest on" label does not refresh/update when posting. You must refresh the whole page to update the label. Nice plugin other from that :-)

  217. Vladimir 09.29.08 / 3pm

    It works on this and many other sites so you really need to provide additional information about the problem, more the better, and best if you use the forum.

  218. Sasha 09.29.08 / 3pm

    Hmm, after the upgrade, the plugin does not work anymore. The fild where to rite is always visible and if I push "submit£ button, it gives me a 500 server internal error. This did not happend before though. Any fix possible? Thanks in advance

  219. User 09.29.08 / 1pm

    Great one! Would moderation enable once set in WP setting?

  220. Peter 09.29.08 / 11am

    Hi,
    The Wall plugin is a great plugin. I think I have found a bug when posting a new "wall post", the list of posts are correctly updated but the "Latest on ...." label with date and clock does not update, you need to refresh the whole page to update the label.

    rgds
    Peter

  221. Vladimir 09.26.08 / 2pm

    Version 1.2.2 is out today, includes Wordwrap option in the settings.

  222. Alan W. 09.26.08 / 2pm

    This is a great plugin for wordpress thanks!

  223. Vladimir 09.25.08 / 8pm

    Just a fix with admin highlighting. Added to changelog.

  224. Michael 09.25.08 / 5pm

    What are the changes between 1.2 and 1.2.1? I've made a few mods to get it working with my theme and would be good to know the changes. Would be even better if the changelog on this page was updated.

    Other than that, FANTASTIC plugin!

  225. Rinaldi Fonseca 09.25.08 / 2am

    Parabéns pelo bom trabalho!

    Grife Mídia

  226. bob cobb 09.24.08 / 2am

    I tried it out and liked it, but it killed my server :( I get about 30k pageviews a day, maybe thats why?

  227. Mark 09.23.08 / 5pm

    Thank you for the tool :)

  228. JeanC 09.23.08 / 4pm

    Hum... I already checked the Notify me of followup comments via e-mail here and then I receivre a lots of emails. And I don't want them anymore. Even when I click the link in the emails that says «To manage your subscriptions or to block all notifications from this site» it doesn't work.

    How can I remove my address from the list of notifications?

  229. baron 09.23.08 / 3pm

    hi. Thanks for plugin

    perfect.

    Best Regards

  230. Vladimir 09.23.08 / 3pm

    Due to popular demand next version of WP Wall is out.

    New in 1.2:
    - Wall page id can be edited in options
    - Users are not allowed to post under registered user's names
    - Added wall-admin and wall-registered to highlight comments of admins and other registered users
    - Comment box is cleared after leaving a comment

  231. davis 09.23.08 / 12pm

    Comments are detected as spam by Dave's Spam Karma 2 and thus not shown. I need to manually recover the comments. Help ASAP!

  232. cartmanffc 09.21.08 / 5pm

    I know there is the date of comment on hover but is there an option to show the date next to the username?

    adn can someone write a tutorial for integrating gravatars with wp-wall?

    thanks in advance for you help

  233. Beeza 09.21.08 / 2pm

    I love the wall plugin, it makes a site look so much more profesional. Smilies line up great also.

  234. X-Jerry 09.20.08 / 2am

    I edited color's code in css file but nothing happen.
    Help me please, this plugin so great and enjoyable! Thanks for ur help.
    Check: aresvn.com/wp

  235. James 09.17.08 / 3pm

    I have several questions.

    1. How do I expand the reply box? Right now, it's smaller in width compared to the Wall box itself. I would like to expand the reply box to the same size as the Wall box.

    2. I would like to have the reply box open as default rather than having to click the Leave a reply link. How would I go about doing this?

    3. I would like the change some wordings but when I try to change the codes in the PHP files, the output gets all jibberish for 2 byte character sets (non-English). I would I go about making it UTF-8 compatible? (BTW, the input text comes out just fine)

    Thanks for a chat box! :)

  236. Jitske 09.16.08 / 7pm

    Q: where can I change the color of the text?
    I have tried several colors in the css file, however it does not seem to work. My site is black and uses a theme and black letters are none readable (obvious :)) when looking at the wall page same issue is that comments are in black letters.

    Loved if it worked to my needs because it is a great plugin.

  237. WordPress Plugin Competition Winners | All about Technology 09.16.08 / 4pm

    [...] Consolation prize for the best WPMU compatible plugin goes to WP Wall [...]

  238. Stuart 09.16.08 / 6am

    Love this plugin....
    With the newest comment appearing on the top...I think it would make more sense for the "leave a comment" link to be at the top as well. Especially if you are displaying around 10 or more comments.

  239. Résultats Concours de Plugins WordPress | Calyptratus 09.16.08 / 4am

    [...] prix : WP Wall, [...]

  240. cartmanffc 09.15.08 / 8pm

    great plugin! I just gave up on cbox
    is there any chance to get gravatars inside wp-wall? any hack? that would be cool

  241. всё для WordPress (ВордПресс). Модули, шаблоны (скины), хаки. PHP скрипты. Движок для сайта, CMS система управления сайтом (контентом) | Объявлены побе 09.15.08 / 7pm

    [...] Утешительный приз для за лучший  WPMU-совместимый плагин уходит WP Wall [...]

  242. Lon 09.14.08 / 9pm

    just to add to that, i'm missing the text box as well, though the reply link opens it up. you can see an example of it broken here http://blog.mosaicbaptist.org/

  243. Lon 09.14.08 / 9pm

    previuos and next icons seem to be missing, same with in the 'options' page

  244. Marko 09.14.08 / 3pm

    Cestitam. Congratulations!

  245. Победители конкурса плагинов WordPress 09.14.08 / 11am

    [...] Приз в $250 от WPMU: - Первый приз за лучший WPMU совместимый плагин от Incsub переходит к Vote2Publish - Утешительный приз за лучший WPMU совместимый плагин переходит к WP Wall [...]

  246. WordPress Plugin Competition Blog » WordPress Plugin Competition 2.5 Winners! 09.14.08 / 2am

    [...] Consolation prize for the best WPMU compatible plugin goes to WP Wall [...]

  247. kevin 09.09.08 / 4pm

    Vladimir, Your plug-ins are great! I want to use the WP-wall plug-in but am wondering if you could add in the ability to exclude swear words and profanity? Even if it was done by the admin providing a list of words to exclude and/or replace with either $##%(%)(random char) or other nice words. I just know how people can get and will just post swear words to be funny.

    Thanks!

  248. Ovidiu 09.08.08 / 11pm

    sorry my last post in the forum here was deleted again :-( or spammed away? so I'll try here.
    Ok, I disabled the visitor need a name and email to comment and I was asked to enter all required fields !? I have no clue why, so when I entered an email, I got the old error about notifying the admin again :-(

  249. Ovidiu 09.08.08 / 5pm

    haha, thats funny, in your latest forum posts widget, I can see my two topics, but when I go to the forum, I can't see them anywhere?

    http://www.prelovac.com/vladimir/forum/wp-wall/cant-comment/page-1/post-312#p312
    http://www.prelovac.com/vladimir/forum/wp-wall/wp-wall-101-only-admin-can-post/page-1/post-311/#p311

  250. Ovidiu 09.08.08 / 5pm

    hello Vladimir, I tried to post my problem into the forum, it seems to work just fine, then when I go back to read the forum, my topic seems to disappear?
    Or are you moderating topics? still I should be able to see it right?
    can you please check it out?

  251. ovidiu 09.08.08 / 3pm

    hello Vladimir,

    I have used this plugin since one of its first versions, but now, with version 1.0.1 if a user logs in (editor) and tries to comment in the shoutbox, he gets:

    An error occurred, please notify the administrator.

    even if he just wrote: test. Same goes for guests, only me as a moderator can write to the shoutbox. settigns are:

    wp settings: comments allowed, user must just leave a name and emai laddress
    wall settings: comments are enabled and everyone can comment.

    see it here: http://www.die-kellerkinder.eu

  252. ss19rulz 09.08.08 / 5am

    thanks for the plugin, its great.

    i have one question abt the page that it creates.
    How does it work?
    It creates a draft page in your blog under which all comments are stored.

    when someone clicks on "all" on my wall post, he is then directed to this page that does not show the comments at all. is it becoz currently i jus have 1 msg on my wall, or is it something else?

    also on the page, i would like to list down all the msgs, how can i go abt doing that?

  253. Planeta WordPress » Blog Archive » Y más y más novedades 08.29.08 / 12am

    [...] opción que, por ahora, no se utiliza mucho, pero que espero se vaya animando poco a poco Plugin: WP Wall [...]

  254. Joel Teixeira 08.27.08 / 10pm

    I'm with the same problem related by Mike. When a non logged user (visitor) try to leave a message got the error:

    "An error occurred, please notify the administrator."

    I already deactivated all other plugins and still getting the error.

    Thanks for any help.

  255. Çim Çit 08.26.08 / 8am

    good works thanks wor this awesome plugin

  256. Maria 08.26.08 / 4am

    Hi Vladimir,
    I have tried to install the plugin, but when I try to activate it, the message that I am receiving is:
    "Plugin could not be activated because it triggered a fatal error"

    Any idea about why?
    Thank you for the plugin, anyway!!
    Maria

  257. Jay 08.25.08 / 12am

    Hello...

    Does anyone (vladimir?) know if WP Wall will work with wpmu? I have it installed as a plugin but I can't change any options in the WP Wall setting page

    Thanks!!

  258. links for 2008-08-22 « Free Open Source Directory 08.23.08 / 3am

    [...] WP Wall - WordPress Plugins WP Wall is a “Wall” widget that appears in your blog’s side bar. Readers can add a quick comment about the blog as a whole, and the comment will appear in the sidebar immediately (without reloading the page). [...]

  259. Vladimir 08.20.08 / 9pm

    New major version v1.0 released today

    v1.0
    - Added email field
    - Added option to show HTML
    - Added option to make links clickable
    - Renamed form fields for xHTML compliance

  260. justin 08.19.08 / 8pm

    how does this work with wp-cache?

  261. WP Wall插件汉化版发布 | 韶华白首 08.15.08 / 4pm

    [...] 链接:作者网站 WordPress官方Wp Wall插件页面 [...]

  262. Jim 08.14.08 / 1pm

    I installed the plugin on my site http://www.nomorefreebeer.com

    Seems to work well however, when I visit the "all" link, the initial posters information is entered in the form below? Maybe I need to clear my cookies and history but, I would like a little verification on that if someone could go test it. Just click on the all link to see if the form beneath the comments is already filled out.

    Thanks...

  263. Allow readers to add a quick comment to your blog | MyPTSMail Blog : Wiki,Email,Hosting Info 08.14.08 / 11am

    [...] For more information about this plugin or to donate to the author, visit the author’s home page. [...]

  264. Communicate with readers using WP wall plugin « Blog Online 08.11.08 / 7pm

    [...] those who want better communicating facility inside wordpress itself then, WP Wall is an interesting plugin which allows us to add in the sidebar so that literally translates as a [...]

  265. Winnie 08.11.08 / 2pm

    I installed today and it worked fine for a few minutes but suddenly my entire site went off. I spoke to my web hoster and found out that my website is overloading their system hence they need to cut it off and i am now on a suspension of 12 hours before they allow me to access my site again. Too bad....

  266. Andrea 08.11.08 / 1am

    Hi,
    i am italian. Thanx a lot for the plugin, is very very great and beautifull.
    I have uploaded to my blog http://www.tekw.netsons.org please visit.

    Thx man!

  267. 2008 Plugin Competition Review, Part 2 of 2 « planetOzh 08.08.08 / 4pm

    [...] WP Wall adds a commenting “wall”, just like in your sister’s Facebook profile Yet another plugin from Vladimir Prelovac who appears to be running something like 285 plugins in this competition. Regarding the plugin code, same comments as from previous Vladimir’s plugins apply (read for instance my thoughts on Live Blogroll). This wall uses the commenting system to handle replies: that means that spam, moderation and managing in general will be done by WP and any Comment plugin you may run, which is a smart choice. Walls are an easy target for abuse and spam, so you’d better not try to re-invent the wheel here. If I had to use a Wall plugin, or when asked about one, I’ll head to this plugin. [...]

  268. Mike 08.06.08 / 3pm

    Hi,

    I got the "An error occurred, please notify the administrator" message. It's only possible to post a message as Administrator. Not as an Author.
    I disabled the other plugins one by one, but it did not work. It could be possible that more then one Plugin is screwing with WP wall.

    I have the following plugins: cforms, DMSGuestbook, Exclude Pages.
    I really need this plugins, so disabling them is not an option.

    Regards
    Mike

  269. Vladimir 08.02.08 / 11am

    Ana I haven't included active links yet as that is a fertile ground for spammers. May consider it in upcoming versions though.

    I have opened a support forums for this and all other plugin here http://www.prelovac.com/vladimir/forum for all your upcoming questions.

  270. oks 2. yerleştirme sonuçları 08.02.08 / 9am

    Such a cool plugin I will set up

  271. Ana 08.02.08 / 12am

    Hi Vladimir,

    I am sorry that parts of my previous post seem to link to random nothingness. I added example markup in my comment that got converted to actual links when it was posted. I was going for clarity, but inadvertently made my point more confusing.
    What I was trying to say is: is there anyway for users to post active links onto the wall.
    Sorry for the confusion :(

    - Ana

  272. Ana 08.02.08 / 12am

    Hi Vladimir,

    Absolutely love your plugin!! Very elegant and easy to use.
    Just one question: it seems that if a link tag is entered in the comment box (jkkj.yy) something is deactivating the link when posting to the wall. If I mouse-over something that was entered as a link, I see that rel="nofollow" has been added to the anchor tag.
    Is there anyway to adjust for this?
    Also, an even better solution would be to have The Wall recognize anything that is in link format, i.e. http://www.ddd.yy, as a link and create the tag automatically.
    However.... just allowing for user-entered active links would make me happy.

    Again, thank you for this fabulous plugin!

    - Ana

  273. Mr Papa 08.01.08 / 10pm

    doh! never mind... hadnt realized you were using regular wp comments... doesnt like comment spam plugins for the obvious reasons... got it all squared in that respect...

    now if I can just get it working in the POS IE... works great in FF, Safari and Opera... but of course, I can use your site it IE, so its still something else I have going on...

  274. Mr Papa 08.01.08 / 9pm

    Vladimir,

    Having an issue in that only registered members can leave a message on the wall... the wp wall options page is configured to allow guests to leave a message (Only registered users can post box is not checked)

    when visitors leave a message, the submit button changes to "Please wait", but it never progresses any further...

    running 0.8.2

    gonna try to search for conflicts...

  275. Gunter 08.01.08 / 8am

    I am about to commit a suicide ...
    The thing work perfectly in the side bar but doesn't write a thing in the wp wall guestbook page ...
    Any idea ?

  276. WP Wall | Netklep 08.01.08 / 6am

    [...] heb vandaag de plugin WP Wall verwijderd van [...]

  277. Kim 07.31.08 / 10pm

    I deactivated all plugins and left WP-Wall active but the shoutbox/chat is not showing up in the sidebar. I can get to the page and leave a comment and it will show up. But a live shoutbox/chat won't show up in the sidebar.

    HELP!!!! :)

  278. Anonymous 07.31.08 / 10pm

    A bit of trouble.

    I published the wp Wall page but it doesn't show.

    Help?

  279. Jason 07.31.08 / 7pm

    Success! It turns out that WP Wall and Spam Karma 2 don't play well together. :-) Thanks for the totally rocking plug-in!

  280. Vladimir 07.31.08 / 6pm

    well best option is to disable all other plugins, try it and if it works activate them one by one until you find a conflicting plugin.

  281. Jason 07.31.08 / 2pm

    Vladimir, I am really excited about using this plug-in. But I'm having a slight problem and was hoping you might be able to help. I've installed it in my plugins folder and it shows up as a widget and I can add it just fine. But when I leave a comment to test it out, I get an error saying "An error occurred, please notify the administrator." Any thoughts? Thanks.

    Jason

    WP version 2.6
    Plugins: myweather,nexgen gallery, tag cloud, archives, calendar, about me, search, and polls

  282. Alex McG 07.29.08 / 10pm

    There's one other suggestion I wanted to make:
    It would be great to have the ability to choose ascending or descending order of the comments, since most people are used to chat type windows displaying the newest at the bottom.

  283. Kim 07.29.08 / 1pm

    In process of setting up a site at http://74.52.105.242/~jtaconsu/ using WP Wall but the shoutbox is not displaying even after setting the refresh rate to 5. Please let me know if I'm missing something.

    Thanks!

  284. Vladimir 07.29.08 / 12pm

    version 0.8.2 released today shows a message to unregistered users when only registered is enabled.

  285. Vladimir 07.29.08 / 11am

    Alex if you hover the mouse over the comment author you get the exact date of the comment posting.

  286. WordPress | Code is Poetry | Netklep 07.29.08 / 9am

    [...] eerste: Zeg het Netklep maakt gebruik van WP Wall een soort “shoutbox”, maar met meer [...]

  287. kozi 07.29.08 / 8am

    If "Only registered users can post" is checked the form to submit a message is visible. Is it possible to view a message instead. Something like "You must be logged in to leave a message on the WALL"

  288. Alex McG 07.28.08 / 5am

    Hi there, great plug-in!

    I was wondering if there was any way to display the date of the comment that is currently being viewed, instead of just the latest comment.

    So if you navigated back a few comments, you would know when it was posted.

  289. Thunder-man 07.27.08 / 10am

    This is great, but don´t work by me with the MCEComments Plugin.
    Problem, original Comment show no more MCEComments, but the "WP Wall"

  290. Vladimir 07.27.08 / 9am

    To delete a comment just click on the name as admin.
    To adjust the font size you can change it in CSS.

    If you like Wp Wall you can also vote for it on Wordpress plugin competition: http://weblogtoolscollection.com/pluginblog/2008/07/06/wp-wall/

  291. Extrawurst 07.26.08 / 2pm

    Greetings, you made a nice plugin.

    But there is something it really needs: Adjustable Fontsize!

  292. Atlanta Wedding Photographer 07.26.08 / 3am

    how do you delete a comment on the wall?

  293. Atlanta wedding photographer 07.25.08 / 6pm

    love your plugins. . . I think that I will be downloading a few more that smart youtube

  294. Vladimir 07.25.08 / 5pm

    Yes to cure it, you would add the same field and the same question to the form as your plugin has and it will work.

  295. Nikki 07.25.08 / 4pm

    Hiya, love the plugin but am finding that people can't leave a message as it's asking for antispam word, is that because it's conflicting with my anti-spam plugin? Thanks!

  296. Claude 07.24.08 / 8pm

    Great plug-in.

    I would recommend being able to shut off gravatars.

    Thank you,
    Claude

  297. ovidiu 07.24.08 / 3pm

    I just tried to use this plugin: http://coffee2code.com/wp-plugins/auto-hyperlink-urls/ with your shoutbox to prevent long links from stretching it but somehow they do not seem to work well together...
    Unfortunately the other plugin author does not have comments enabled, but maybe someone here could also test this particular plugin combination? It seems very useful to me when combined with wp wall and maybe its just my site that does not want to work with it...

  298. ovidiu 07.24.08 / 2pm

    I just noticed a link disappearing from a comment on wp wall, is this related to the plugin or could it be another plugin stripping that link?

  299. Richard 07.23.08 / 1pm

    Thanks exactly what i was looking for!

  300. fog 07.23.08 / 12am

    Thank you very much for your help. :)
    I'm n00b in wordpress.

  301. Vladimir 07.22.08 / 11pm

    You can use the excellent recent comments plugin http://rmarsh.com/plugins/recent-comments/ which allows you to exclude some posts among other things.

  302. fog 07.22.08 / 12pm

    I really like your plugin. I want to use it as shoutbox but I also have recent comments in my sidebar. Is there a way to disable the shouts from "recent comments"?
    Thanx :)

  303. ovidiu 07.22.08 / 8am

    thats strange. even after logging out, I continue getting these errors:

    wallform[0] has no properties
    http://pacura.ru/wordpress/wp-content/plugins/wp-wall/wp-wall.js.php?ver=2.6
    Line 105

    might be a strange proxy issue at work though, I'll have to check again from home.

  304. Trötter Saija | 07.21.08 / 10pm

    [...] har iallafall hunnit med att installera ett plugin som jag hittade hos Maria. WP Wall heter det och ni hittar det i den högra sidebaren, under rubriken Klotterplanket. Där kan ni [...]

  305. Vladimir 07.21.08 / 8pm

    no errors there, try logging out?

  306. ovidiu 07.21.08 / 7pm

    *embarassed* thats the Project Honey Pot Http:BL plugin I tried, it seems your IP address is in the project honeypots database :-(
    I have deactivated it as it was just for testing...

  307. Vladimir 07.21.08 / 7pm

    It is showing terms of use page evident.php

  308. ovidiu 07.21.08 / 7pm

    what do you mean by cannot access? the site is up, I am just playing around with some widgets, thats all. Do you get an error or a timeout or anything?

  309. Vladimir 07.21.08 / 7pm

    I can not access your site.

  310. ovidiu 07.21.08 / 6pm

    I just disabled php speedy and the problems persist. could you have another look please?

  311. Wordpress 2.6 07.21.08 / 11am

    [...] bl.a. den som gör arkivsidan, men det överlever jag. Ett nytt tillägg har jag också lagt till WP Wall, resultatet av den ser man i sidomenyn (Klotterplanket) tillägg, uppdatering, WordPress [...]

  312. ovidiu 07.20.08 / 1pm

    yes I do, its some 0.81 or so.

  313. Vladimir 07.20.08 / 10am

    ovidiu: Do you use the latest version of WP-Wall?

    My firebug does not report the problem you mention but reports some other problems, probably caused by the php speedy plugin you are using.

  314. ovidiu 07.20.08 / 10am

    hi there. this plugin is still giving me errors in firebug (using firefox 2) could you maybe check out the simple implementation on the site I gave in my profile?

    here is one of the errors:

    wallform[0] has no properties
    http://pacura.ru/wordpress/wp-content/plugins/wp-wall/wp-wall.js.php?ver=2.6
    Line 105

  315. Qiyang 07.20.08 / 10am

    Hi,
    I just want to drop a note to say thanks to your plugin. Its fantastic.

    I have a few ideas that I thought it would be cool to see in future versions:

    It wold be cool to have a the wall display their gravatar beside each comments. This would, naturally require an additional field to take in their email address. Since wordpress now has gravatar, it would be cool to have it. Also, I think it would be neat if we can see the date/time of post when we do a mouse over or something like that.

  316. Ryan 07.19.08 / 10pm

    Hi Vladimir--love the plugin, but I wanted to know if it's possible to change the date and time format that appears when you hover over entries. Right now the date/time shows up in 24 hour format. Is it possible to somehow change that to 12-hour format with AM & PM?

  317. 50 Wordpress plugins del 2 | Webmastern.se 07.18.08 / 3am

    [...] 21. WP Wall [...]

  318. jen 07.16.08 / 7am

    thanks for this plugin. just downloaded this and am lovin it so far :) nice to know that you placed helpful comments on the .css file. it makes it easier customize the widget.

  319. WordPress Plugin Releases for 07/05 | Wordpress Blog NL Hosting 07.16.08 / 6am

    [...] WP Wall [...]

  320. Vladimir 07.15.08 / 10pm

    Maarten: Glad that you could point out the problem..

  321. Ishtar 07.15.08 / 10pm

    How can I have the date of the latest post in spanish format? Where can I change months?

  322. Maarten 07.15.08 / 8pm

    Hi there,
    I found out that the default template (kubrick) doesn't display comments on pages (at least in my installation (I use WP 2.5.1))

    I used this template as baseline for creating my own.

    Here is how to fix the problem:
    Just open page.php from your template and add this line of code:

    <?php comments_template(); ?>

    You should put it just in front of some line that looks like this:

    <?php endwhile; endif; ?>
    <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?>

    Now go to the page and edit it, it will show the comments!

    Regards,
    Maarten

  323. Vladimir 07.15.08 / 8pm

    There is nothing special to it. If you can see comments on the wall, the comments are coming from that page.

  324. Maarten 07.15.08 / 7pm

    @Fadi, That is what I mean. My page doens't show the comments, while I have enabled commenting on pages...

  325. fadi 07.15.08 / 7pm

    I've added the plugin, which is a great plugin. I also published the archives/guestbook page but it shows no comments as if they are disabled. The comments are enabled in the manage page screen. Any ideas?

  326. Ishtar 07.15.08 / 1pm

    How can I have the date of the latest post in spanish? Can I change it?
    I have wp wall working in my blog http://www.metalikos.org and I need to have date in spanish format.

  327. coroijo 07.15.08 / 9am

    no email address? why?
    i think the moderation best focus on email address, since there are guys with same name..

  328. Maarten 07.14.08 / 8pm

    Hi there Vladimir,
    I installed your plugin, and its working. I got one little problem with the archive-page... it's not showing any entries. What code do I need to enter in it? Or does it need to have a certain title?

    Regards, Maarten

  329. Lee Potts 07.13.08 / 9pm

    Doh!

    Thanks Vladimir.

  330. Vladimir 07.13.08 / 8pm

    Lee: Box hides on purpose to take less space when not used.

    Brian: The excessive load reported is very suspicious. The file in question does nothing other the store a comment to WordPress the same way WordPress does. And it's working perfectly on many other sites.

  331. Lee Potts 07.13.08 / 4pm

    Great Plugin, thanks!

    For some reason the comment box and text input box disappears while the page is rendering. Any reason why this might be happening?

  332. Brian 07.13.08 / 3pm

    I installed WP Wall and two days later my site was crashing and returning database errors. I contacted my hosting company and this is what they said:

    "Thank you for contacting hosting support. Our Server Admins have discovered the source of the latency on your hosting server is due to a script (in your account) /wp-content/plugins/wp-wall/wp-wall-ajax.php. The script is causing excessive load on the server, so we have disabled it. Once the script was disabled, the site began to respond normally. Please note if you choose to reinstate the script and it causes high loads, the account may face suspension"

    Is this a known issue? My wall doesn't work now since they disabled the script and I don't want to reinstate it and face suspension..

    Thanks.

  333. Vladimir 07.11.08 / 3pm

    0.8.1 out, without the timestamp glitch :)

  334. Michael 07.11.08 / 8am

    Hi, same problem as Stevie and Ross with timestamp (Warning: Division by zero) otherwise great, thanks.

  335. StevieD 07.11.08 / 8am

    Hi Vladimir:
    I'm getting the same issue as Ross so I have had to disable the time stamp feature. It states that the:
    Warning: Division by zero in /home/pmyviqtp/public_html/wp-content/plugins/wp-wall/wp-wall.php on line 95

  336. Ross 07.11.08 / 5am

    Vladimir, in v.8 the timestamp feature creates a division by zero warning. If I don't use the timestamp feature, all is well. Right now I'm not using the timestamp. Don't really need it anyway. But if you want me to put it back in so you can see what it does, I will.

  337. Es kann nur einen geben - Plugin Competition 07.10.08 / 8pm

    [...] WP Wall - sowas wie ein kleiner Live Chat in der Sidebar. [...]

  338. Fikirbozan 07.10.08 / 11am

    Wordpress Eklentileri #1...

    “Wordpress Eklentileri #x” yazı dizisine bu şekilde başlamış olalım. Eğer bir aksilik çıkmazsa haftalık olarak seçtiğim eklentileri burada paylaşacağım; aynı şeyi temalarda da yapmayı planlıyorum.

    Beğendiğiniz eklentil...

  339. shawn 07.10.08 / 2am

    Awesome. Simply Awesome. I love this...keep up the good work.

  340. wildgames 07.09.08 / 11pm

    Hi!

    It would be nice if you add a option to put it in the admin board page. ^^ Will be useful to chat with editors, autors and admins of the same blog!

    See ya!!

  341. aNGEL 07.09.08 / 6am

    Hi, i just tried to put your plugin intomy site but i just don get it shown, i'm not using widgets, so i tries to put the code on my sidebar, but nothing appears, could you help me?. Thank you

  342. Neil 07.09.08 / 5am

    Oh -- one other reason to store the logged-in user's email...Gravatars! :)

  343. Neil 07.09.08 / 5am

    Would you consider storing email addresses in the comments when a logged-in user posts to the wall? That would be quite useful for my application...

    Thanks for the cool plugin!!

  344. Josh Mackey 07.08.08 / 4pm

    I am using it. What is your suggestion? de-activate the plugin and move on? It's only caught 7 spam comments so far anyway.

  345. Vladimir 07.08.08 / 4pm

    Small research reveals this is the problem of wp-spamfree plugin, are you using it?

  346. Josh Mackey 07.08.08 / 4pm

    This is a great plug-in, but I can't get it to work. With both IE7 and FF I get the following error "Sorry, there was an error. Please enable JavaScript and Cookies in your browser and try again."

  347. Brad 07.08.08 / 2pm

    What can I add to get 2 different ALT comment colors, instead of using one as my default CSS theme color?

    I tried editing the CSS and the wp-wall.php file, but can't seem to get the right function. I imagine it's in the "oddcomment" section of the php file, but I'm not sure.

    Thanks for the help.

  348. Deen 07.08.08 / 1pm

    Thnaks!

  349. ovidiu 07.08.08 / 10am

    oh, and what about adding a feature as this plugin offers? http://code.google.com/p/comment-highlighter/

    I use that plugin to highlight my comments. the plugin needs me to modify my comments template, and I could certainly change your plugin to also use this plugin to give a special class for a comment if it is made by the admin or a guest or a registered user but you could already incorporate something like that, right?
    BEsides here is another similar plugin: http://www.binarymoon.co.uk/2008/01/new-wordpress-plugin-bm-comment-highlight/

  350. ovidiu 07.08.08 / 10am

    wonderful :-) thx a lot.

    would it be hard, to change the plugin so I could decide weather I want those paging arrows displayed or not? I mean if I allow to display i.e. last 30 comments on teh wall, and have it scroll, I don't really need those paging arrows anymore.

    of course I can just use display: none with that element...

  351. Vladimir 07.08.08 / 10am

    You need to add height attribute to #wallcomments not wp_wall

  352. ovidiu 07.08.08 / 9am

    :-) I could need some help, getting this widgets output to scroll. you can see my first tries if you click on my name.

  353. ovidiu 07.08.08 / 9am

    hello Vladimir,
    can I have an option so that the comment box that appears when I click on reply now stays permanently visible?
    I managed to give the wall a permanent height, but when I click on reply now, that box, just overlaps the fixed width and hangs down over the next widget in my sidebar, so I'd prefer for it to stay permanently on if that would be possible.

  354. New Wordpress Plugin Releases at WordPress Themes, WordPress Plugins, Blog Tips, WordPress Optimizations >> WPthemesplugin.com 07.08.08 / 6am

    [...] WP Wall [...]

  355. Boris 07.08.08 / 4am

    Yeah, version 0.7 solved that. Thanks, mate!

  356. musluman 07.08.08 / 2am

    thank

  357. Vladimir 07.08.08 / 2am

    Announcements, nice idea.

    Well it is actually dynamic and if you turn on refresh time in options it becomes (almost) real-time as well. But this is an option I'll consider for future versions.

  358. tapirul 07.08.08 / 1am

    for me at least it would be better if the new comments are added at the bottom not at the top...Since it's not really a shoutbox (dynamic and real-time), it is easier to read comments from top to bottom (as we read a book)in their chronological order.
    Just a thought. Great plugin. Can be used for announcements, if you restrict posting to registered users (and the admin is the only registered user, as it happens on my blog)

  359. Vladimir 07.07.08 / 11pm

    Version 0.7 is out:
    - Tweaked the wall in non-widget mode
    - More styling options: comments have class numbers now to paint them like you want
    - Made the code xHTML valid
    - Option to show all comments (publish the Wall!)

  360. Vladimir 07.07.08 / 11pm

    edolouz: It is possible only by changing the code but I ma not sure this would be the feature everyone would like. The whole purpose of wall is to be minimalistic to fit into an average sidebar. The comments are still shown when you hover the mouse over the comment author name

    ovidou: instant delete by admin means when you are logged in you can delete comments by clicking on the author name. You can edit the CSS to make the plugin fixed height and enable to show like 999 comments. And please update to latest version of WP wall you have pretty old one.

    jeanc: upgrade WP Wall :)

    deen: new version of WP Wall allows styling of each comment row :)

    boris: try with version 0.7 please and let me know.

  361. Sobre WP » WP Wall, comentarios al instante 07.07.08 / 7pm

    [...] | Vladimir Prelovac Online Julio 7th, [...]

  362. Changelog : WP Wall & Feedburner | :: my life 4 hire :: 07.07.08 / 6pm

    [...] added a new widget to my blog. It’s called WP-Wall. It’s like a chat box more or less you want to call it. It’s based on AJAX and very [...]

  363. Communicate with readers using WP wall plugin - WP Wall | Blog Solute 07.07.08 / 5pm

    [...] those who want better communicating facility inside wordpress itself then, WP Wall is an interesting plugin which allows us to add in the sidebar so that literally translates as a [...]

  364. Boris 07.07.08 / 4pm

    Hello Vladimir,

    looks like you've got a winner here! I'm well impressed with the plugin. Been meaning to give it a go for a while now and finally got to it. I am not using any sidebars on my site, so I used the php code and got these warnings:

    Warning: Missing argument 1 for WPWall_Widget(), called in D:\xampp\htdocs\traveljunkie\travelogues\wp-content\themes\traveljunkie\home.php on line 116 and defined in D:\xampp\htdocs\traveljunkie\travelogues\wp-content\plugins\wp-wall\wp-wall.php on line 66

    Warning: extract() [function.extract]: First argument should be an array in D:\xampp\htdocs\traveljunkie\travelogues\wp-content\plugins\wp-wall\wp-wall.php on line 71

    The wall still works as advertised. Any way to get rid of that?
    Cheers,
    Boris

  365. Deen 07.07.08 / 12pm

    Hello,

    How can I make the wall so that the white text box area where the coment is typed is by default showing?

    Also, so that the area where each coment is left is different? For example, if I leave a comment then the bg of it is for example yellow, then the next person who leaves a comment, the bgcolor is orange, then the next person who leaves a comment, there's is yellow... so it's easier to see the difference in comments. Sorry I am not too good with css etc.

    Finally, the date on the comments.

    Kind regards, thanks.

  366. jeanc 07.07.08 / 12pm

    When I check Only registered users can post, it doesn't stay checked. It unchecks when saving. How can I get that to work?

  367. ovidiu 07.07.08 / 10am

    oh, and if you visit my site, check it out with firebug enabled in firefox, it throws some errors like:

    wallform[0] has no properties
    http://pacura.ru/wordpress/wp-content/plugins/wp-wall/wp-wall.js.php?ver=7796
    Line 80

    oh, and your plugin seems to break XHTML compatibility here is an excerpt:

    Line 285, Column 60: required attribute "cols" not specified .

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for and type="text/javascript" for .

  368. ovidiu 07.07.08 / 10am

    ok, I am testing this plugin here: http://pacura.ru you can see it in the right sidebar.

    @vladimir: what do you mean by "Instant delete for admin" ?
    you think you can get your plugin to allow a fixed width, so users can scroll down for older comments instead of relying only on your navigational/paging arrows on top of the shoutbox?

  369. edoluz 07.07.08 / 9am

    Hi Vlad.
    Thanks for your quick reply!

    Is it possible to show the date near the posts? Editing the wp-wall-widget.php or other files?

    Thanks! This blog is great!!!

  370. Dric 07.07.08 / 9am

    Ok, it's perfect !

  371. Vladimir 07.07.08 / 8am

    The plugin is not preventing spam, Akismet is. In your text there are no links so it's not actually spam. Everything that would pass as a comment on your blog will pass also WP Wall and vice-versa.

  372. Dric 07.07.08 / 8am

    Hello !

    I just made some tests, and your plugin doesn't seems to prevent spam...

  373. WordPress Plugin Competition Blog » WP Wall 07.07.08 / 12am

    [...] WP Wall Homepage and Demo [...]

  374. Vladimir 07.06.08 / 11pm

    Hi all version 0.6 is out and it adds the much anticipated page navigation. It's sleek and fast like the rest of plugin.

    edoluz: date and time already exist when you hover the mouse over the comment author name.

    You can edit wp-wall-widget.php and add the list of emoticons (it is an HTML file). The link for the full list is : http://codex.wordpress.org/Using_Smilies

  375. edoluz 07.06.08 / 10pm

    Hi vladimir!
    great plugin, the one i needed indeed!

    a suggestion: is possible to add date and time of the comments? a list of the emoticons? thank you again!

  376. Web-Ticker: WP-Wall Wordpress Plugin | Michel Rosinski 07.06.08 / 10pm

    [...] Das Wordpress-Plugin WP-Wall installiert eine Art Gästebuch (Shoutbox), das man in der Sidebar einbauen kann. Kompatibel ab Version 2.5, hier gibt es eine Demo und den Download. [...]

  377. gabby 07.06.08 / 9pm

    what did you change in 5.1?

  378. Weekly Theme and Plugin Updates: 7/06/08 | StartBlogging.net 07.06.08 / 7pm

    [...] WP-Wall is a sidebar widget that allows your readers to add a quick shout-out or comment about your blog. Comments are quickly added and easily moderated. [...]

  379. iGraphiX Blog | WordPress Plugin Releases for 07/05 07.06.08 / 8am

    [...] WP Wall [...]

  380. imy 07.06.08 / 1am

    Hi i have the same problem Holyshield.."Your comment is awaiting moderation" though i already disabled the comments moderation and the spam catching stuff

  381. vin 07.05.08 / 8pm

    nice replacement for those shoutbox. keep up the good work :D

  382. Shoutbox reloaded. | mlogger 07.05.08 / 7pm

    [...] Spam-Plugin greift und somit Spameinträge keine Chance haben. Eine Demo könnt ihr euch hier anschauen (Sidebar rechts [...]

  383. Vladimir 07.05.08 / 6pm

    Elm: Actually you will find WP Wall in your draft pages. Just edit it to your liking and - publish it! All comments will appear at the end of the page as usual :)

  384. Elm 07.05.08 / 6pm

    Very nice PlugIn! Is it possible to display a "Wall-Archive"-Page to show all comments? That way it could be used as a guestbook, showing the recent entries up front and all the others on a guestbook-page "inside" the blog.

  385. Vladimir 07.05.08 / 6pm

    Hi Brad.. All my plugins have donation link listed on the official wordpress site like here: http://wordpress.org/extend/plugins/wp-wall/

    I do not take those donations though, I forwarded them to some charities of my choice.

  386. Brad 07.05.08 / 3pm

    Just a suggestion...you should put a donate link on your site if you can. I'm not sure where you are or if you can even use PayPal for donates, but you have a really cool plugin here, and I think people would show their support for it. I know I would. ;)

    Brad

  387. Basic Thinking Blog | Wordpress-Plugin: WP-Wall 07.05.08 / 1pm

    [...] installiert eine Art Gästebuch, das man sich in der Sidebar einzeigen lassen kann. Einfach auf Vladimir Prelovac Online gehen und testen (siehe rechte Sidebar oben). Intern wird eine Page als Draft erzeugt und zu dieser [...]

  388. Vladimir 07.05.08 / 10am

    It may be because you enabled comment moderation on your blog. Or you have entered a comment that was caught by spam protection.

  389. Holyshield 07.05.08 / 7am

    Why if i post a comment the shoutbox say like this

    "your comment is waiting moderation"

    can i disable that feature

  390. gabby 07.05.08 / 4am

    i am using a capthca plugin, so what would i need to do to the widget file? I would use akismet, but i thought you needed a wordpress.org/com account to get the api key. the other way was just easier...I guess id be willing to make the effort haha..and as for the smileys, before you released your new version about an hour or two ago (lol), i was using the custom smileys plugin and just added the php code above the comment box, which worked perfectly as well

  391. Vladimir 07.05.08 / 12am

    0.4 version update is out and it also brings in the smilies to da WALL ;)

  392. Brad 07.05.08 / 12am

    Dude...didn't even look at the Comments section. Wow, I'm a douche.

    And I'll be patiently waiting for that update. ;) I see you already have it working on your Wall. Nice!

  393. Vladimir 07.05.08 / 12am

    gabby: you are probably using a plugin that adds captcha to comments or some other check. You would need to edit wp-wall-widget.php to include these fields to the wp wall form. Or disable it and use akismet :)

  394. Vladimir 07.05.08 / 12am

    Brad: you can delete comments from within your WordPress administration panel Just go to Comments. WP Wall comments are treated the same way as usual comments.

    The issue with "shooting up to top" will be addressed in next update.

    gabby: you do not need extra plugin. wordpress has built in support for smilyes: http://codex.wordpress.org/Using_Smilies and its working on wp-wall

  395. gabby 07.04.08 / 11pm

    ok well, i realized after i posted this how to add the smilies lol, but im having a problem with guest posts. No matter what I put into the textbox and name fields, it always gives the wrong anti-spam word error. any ideas why this is happening?

  396. gabby 07.04.08 / 11pm

    a little strip of clickable smilies right above the comment box would be nice. is there any way i can integrateit myself or is there a plugin that will do this?

  397. Brad 07.04.08 / 10pm

    Ok, 1 issue.

    When someone clicks on the "Leave a Reply" button, it shoots them to the top of the window. What would I put in the "a href" tag to link down to a spot in my sidebar where the Wall plugin is placed?

    Also, for those who are interested in deleting certain comments from your Wall form, read on.

    *Firstly, I have to remind you that backing up your database(s) is crucial in case of preventing errors. Also, it's a good idea to make regular backups of your theme files as well your plugin folder.

    **If you have no experience editing database files, then I recommend not messing with them at all. Seriously.

    Here's how:
    1. Access your MySQL database for your WordPress installation.
    2. Find the table called "Comments".
    3. Find the comment entries you want to delete and do it.

    The comments for each entry are near the end of the tables, in text, as they are written on your blog. That's it.

    Brad
    http://pclove.us/argentina

  398. Trevor 07.04.08 / 7pm

    Error: wallform[0] has no properties
    Source File: http://www.pokerplasm.com/wp-content/plugins/wp-wall/wp-wall.js.php?ver=7796
    Line: 81

    The plugin works great, just FireFox says there is a js error. Any way to fix that?

  399. autworld 07.04.08 / 3pm

    Great Idea!

  400. baron 07.04.08 / 3pm

    hi. Thanks for plugin

    perfect.

    Regards

  401. shadow 07.04.08 / 1pm

    Nice plugin.
    Can I disable shouts from recent comments list in sidebar?

  402. Vladimir 07.04.08 / 12pm

    Thanks for your input. How did you solve breaking long words with your widget?

    I did include date on hover already in version 0.3 which I released today.

  403. ovidiu 07.04.08 / 12pm

    thx :-) I'll give it a live try on my site later on, meanwhile you can check out another implementation I made for friends on their site to check out some nice feature, like: on mouse over the commenters name you see the comment date, etc.

    http://www.rum-reisen.de/

    look at the right side. its the tagboard widget implemented.

  404. Vladimir 07.04.08 / 11am

    1. Change the refresh time to 5 sec. That should be enough.

    2. I solved it by not entering it into the comment data

    I am happy to include all cool features you may think of :)

  405. ovidiu 07.04.08 / 8am

    also I just commented, then clicked: reply again, and my last comment was still in the form, had to delete my old comment text to write the new one.
    Also what happens when I type a really long word in?
    does it scroll if I set it to show i.e. 25 comments?
    can you checkout the link to the plugin I gave above? it has awesome features, but its author seems to have given up on it :-(

    I really need at least one good working shoutbox.

  406. ovidiu 07.04.08 / 8am

    hello,
    I would really like to use your plugin instead of continuing to use the tagboard widget (http://freepressblog.org/wordpress-plugins-2/wordpress-tagboard-plugin-widget/) plugin which hasn't been maintained in quite a while, but I have 2 questions:

    how do I change it into a shoutbox/chat? by setting the refresh interval to 0 sec?

    how did you solve the problem with the commenters email address? usually you have to enter an email address, now doing that in a chat/shoutbox is cumbersome, I know the other plugins had probs with that.

Have your say, text or video





About

vladimir prelovacHi! My name is Vladimir Prelovac. I am a computer engineer by profession and an adventurer by state of mind.

Check out my current projects.

I wrote a book on WordPress Plugin Development.

I specialize in WordPress Solutions, SEO and Website Performance services.

Contact Me

Or, get my newsletter, RSS feed or twitter.

"I would love to change the world, I just don't have the source code yet."

Recently