WP-Forum
Download: WP-Forum version 2.4
Notice
Version 2+ is not backwards compatible with earlier version.
FAQ
Q. My theme is too narrow, how do I remove the sidebar in my theme?
A. Instructions here.
For further support questions please use the support forum.
Description
Simple discussion forum plugin for WordPress.
Requirements
- Only tested with WordPress 2+
- PHP >= 5.0
Installing
- Copy the content of the zip-file to wp-content/plugins
- Go and activate the plugin.
- Create a page from the page tab
- Click on the HTML button in WordPress and then insert:
<!--WPFORUM-->
- Go to settings->wp-forum and start adding groups and forums.
- You must then visit the WP-Forum options panel in WP admin.
- Setup a link in your theme to your forum (unless you have your pages auto-linking in the navagation menu)
- To show the latest acitvity in the sidebar go to design->widgets and add the WP- forum widget. Or add
<?php latest_activity(numbers_to_show);?>
anywhere in your template. Where “numbers_to_show” is an actual number, defaults to 5.
- Important; If you upload a new version go to plugin managment and deactivate and then re-activate WP-Forum.
- Visit the structure page of the wp-forum managment.
- IMPORTANT: Got to the skin tab and activate a skin
Nice plugin, I’ll surely try it on my local server
i put it on the server, activated it, added groups, added forums, renamed the forum…. doesn’t show up in wordpress. also when i go straight to forum (i.e. http://www.mywebsite.com/wp-content/plugins/wp-forum/wp-forum.php) the page is blank. so what am i supposed to do?
Jay: Don’t you have a link in your pages menu to the forums?
Looking for help as well.
Afraid not. No page created on my WordPress 2.0.4 install http://tdjc.be nor on my WPMU r712 install either. http://daria.be
I see the record being created within my WPMU install’s database but do not see it on my 2.0.4 install’s database.
All: Re-download and try again, I found some bugs.
hey fred,
i downloaded the updated version. overwrote all the date on the server and now it shows up in the pages. it didn’t before. the forum now works. when i go to the forum options in the manage menu though i get
“SELECT ID FROM wp_1posts WHERE ID = 89″ on top of the SETTINGS page, same on the STRUCTURE page. doesn’t seem to influence the functionality of the forum though. i made it public on my site now, but announced it as BETA.
oh and how do i get pictures as avatars?
It appears that de-activating the plugin creates an addtional Page instead of removing the first one created when the plugin was created. This was occuring on my 2.0.4 WP install.
drmike: Download again, issue fixed.
would be awesome if you could give it version tags, like 1.0.2 or whatever, so we can all check back if we got the latest release running.
jay: Sorry for that, I just forgot. It’s fixed now.
Thanks
Version numbers? Oh come on. This is WordPress! They’re buried in the code.
Greets:
Code fix here for those running WordPress MultiUser. The wp_posts table is slightly different as (I think) we’re running the 2.1 code. Also had to change the name of the page URL as, for some reason ‘wp-forum’ caused a 500 error.
For some reason, most of the file permissions are set to 700 in the download.
Looks good on a test blog. Off to announce it to my users.
Thanks,
-drmike
[...] – And, we have a new plugin to kick things off. The WordPress Forums plugin. Now you can have your very own forums directly within your blog here at daria.be. To activate the forums, one only has to visit the Plugins tab within their Administration side and activate the forums with a simple click. You will notice a new subtab under the Manage tab which will allow you to create your new forums and assign them to groups. The plugin will automatically create a new link within your Page menu of your sidebar. Any questions? Feel free to post them over on our own support forum. [...]
Great plugin, it works well on WordPress 2.0.4!! My question is how do I code to show the latest posts on the front page??
Thanks, Neocoder
Wp-Forum -> Un foro en tu blog…
¬øYa no te valen los comentarios? Ahora puedes a?±adir un foro dentro de tu propio blog en forma de plugin f?°cilmente. Una demostraci??n la ten?©is en: http://www.fahlstad.se/wp-plugins/wp-forum/...
Works fine on 2.0.4, no problem with page creation. On 2.1-alpha2 it will not create a forum page. Tried drmikes version and same results…
Downloaded today’s version, installed and activated. The forum link shows up on the front page and the forum is there but I get the following error message:
Warning: Invalid argument supplied for foreach() in /usr/home/mywebaccount/domains/mydomain.se/public_html/folder/wp-content/plugins/wp-forum/wp-forum.php on line 140
It looks like a darn nice plugin if I can make it work…
[...] Another task is the forum implementation,¬†i’ll try wp-forum (http://www.fahlstad.se/wp-plugins/wp-forum/) because phpBB sucks! I don’t need that much features (and bugs, security holes, etc ) and I don’t like to keep two different user databases up2date.. [...]
Great plugin except when I visit the forum page it says:
Error 404 – Not Found
Sorry, but what you’re looking for isn’t here. Perhaps you typed a URL incorrectly or clicked on a broken hyperlink.
Any idea on how to fix?
same problem here.
Warning: Invalid argument supplied…
…on line 140
sry, my fault! johan, you have to add a group AND a forum. the error only occurs if u have made a group without a forum…
thx for the plugin, looks great!
Is there any chance that the forum files can be safely cached with WP-Cache?
Hi!
I downloaded and installed just as you instructed but it didn’t work
There is some error message like
“Warning: Invalid argument supplied for foreach() in /home/hosting_users/thestorm/www/wp-content/plugins/wp-forum/wp-forum.php on line 140″
Oh,
Sorry, my fault,
I tried just like ovi. and it worked.
Thank you so much.
great plugin
how do i edit the css?
ok i figured out the css. it’s in the ‘wp-forum.php’ file. but i had to cut it out from there and copy to main style sheet that i use with my theme, cos it doesn’t work in the ‘wp-forum.php’.
[...] WP-forum [...]
Thanks .
Downloaded today. Using WordPress that comes with Yahoo small business hosting – 2.02 I think. Have activated and created a group and a forum and it’s created the Forums page OK, but when I select the forums page I get a 404. If I go to the plug-in directly i.e. http://mysite/wp-content/plugins/wp-forum/wp-forum.php I get a blank page
Have deleted tables and files and re-downloaded several times without success.
Looks great plugin though, if only I could get it to work.
Congratulations for the plugin, it is great! I will be using it in my site

Anyway, I found a bug that can be easily solved. At wp-forum.php, the variables $PLUGIN_PATH, $reg_link, $login_link, $profile_link and $logout_link are pointing to
get_bloginfo('siteurl') (etc etc)and they should be pointing to
get_bloginfo('wpurl')The parameter ‘siteurl’ returns the url of the blog. This is not a problem when your blog url is the same as your wordpress installation url. However, if you change the blog url to http://site.com/blog.php, the images, login and logout links, etc, will not work because they will point to http://site.com/blog.php/page, when they should be pointing to http://site.com/page. Using ‘wpurl’ instead of ‘siteurl’ will solve the issue, as this parameter returns the url of the wordpress installation.
By the way, it would be a good idea to make a separate stylesheet for the forums and include it in the template folder. This way people could change the look of the forums if they have a theme switcher plugin, or something
Keep on the great work!
How do I limit only logged in members to see the forum if possible?
Considering switching from rs-discuss, but it currently has quite a bit more functions – any plan on adding similar functionalities…moderation, editing, etc…?
Also, I was able to partially answer my previous question by using the protectcontent plugin. Worked pretty well.
i have problem
…
Call to undefined function: get_option() in /var/www/vhosts/***/httpdocs/wp-content/plugins/wp-forum/forum-functions.php on line 8
link: http://parksdiary.com/wp-content/plugins/wp-forum/wp-forum.php
thank you
I got a question.
I have installed the forums, made a new page and the forums shows up on the page.
I have also added a few test forums and categories to it.
However, when I try to enter one of the forums, it automatically sends me to the front page of the blog.
Do you know what might be causing this?
May i suggest you put these update and reply messages NEWEST at the top? Its often more important information ATM.
Works awesome! I love it! BTW in the instruction you may want to mention that you insert the code into the HTML part of the PAGE you create. Otherwise it adds a around the text you insert. So new instructions are:
1. Copy the content of the zip-file to wp-content/plugins.
2. Go and activate the plugin.
3. Create a page from the Manage tab
4. Click on the HTML button in WordPress and then insert:
5. Go to manage->wp-forum and start adding groups and forums.
6. Also check the settings page.
7. Setup a link to your forum (unless u have your pages auto-linking in the navagation menu)
Ehm… Where can i test it?
I have the same problem – identical.
B?•rd: I have no idea, sorry. Check the permalinks setting if you are using them. And check the page id of the forum page, them check the links in the forum by looking at at the status bar in your browser while hovering a link. it should say somethiing like: page_id=&…
Rupert:
Not possible at the moment.
Claudia: Thanks.
Hi!
Looks great plugin! I had i problem with a links. When i press to forum in main wordpress page it goes to http://localhost/wordpress/forum/ and when i press to forums, which i made from administrator page, i got back to wordpress main page, the link to forums looks like this http://localhost/wordpress/?page_id=&forumaction=showforum&forum=4 without a “forum”.
What and where i must change?
I resolved the page_id problem changing the line 325 of forum_functions.php from:
return $wpdb->get_var("SELECT ID FROM $tableposts WHERE post_content = '[[WPFORUM]]'");
to:
return $wpdb->get_var("SELECT ID FROM $tableposts WHERE post_content = ''");
sorry there is an error on my previews post. I changed only [[WPFORUM]] to
Fredrik- I got the same thing on mine when I tried to update to 1.2. The problem appeared to be that it was no longer referencing the pageID number in the individual forum links at the main forum page.
Rolling back to 1.1 fixed it.
I have a possible solution for the limitation of forum viewership. Maybe marking the page private, or using one of the premium content plugins and marking that page a premium page, so that only people who are registered can see it could be a solution?
Thansk for the very cool plugin Fredrik. I really like it a lot and can’t wait to see what it becomes.
Best-
Jeff
I seem to having the same problem as B?•rd. This is a fresh install with no posts, but one group and one forum. When I click on the forum, I get redirected to the main page.
I’ve tried the ‘default’ permalink structure and that didn’t seem to make difference.
Here’s what the target URL looks like in the status bar:
….com/?page_id=&forumaction=showforum&forum=1
Thanks!
Fredrik-
1.3 seems to have fixed the issue. Thank you!
I did notice another problem recently; If you put an apostraphie or single quote in the subject line, it’ll act oddly. I haven’t tried yet, but I suspect other punctuation may cause similar issues.
-Jeff
thanks for great, simple plugin
i need 1.2 desperately! i installed 1.3 and it fucked up the whole forum. now nothing’s workin on there. please fred or anyone else please email me the 1.2 version of wp-forum. to jay (at) whataboutpj.com
thanks!
okay, i think i’ve found the problem. when installing 1.2 it automatically inserted the webpage with the forum code, as originally intended. so i went to edit the site and installing the new version somehow has changed the page code to something that well, obviously doesn’t work. so i re-inserted “” and changed the site.
only bug is that since that i have to edit the actual page to change the name of the page/link. it won’t work in the plug-in. but posting and administration works.
i’m having the page slug problem others have described.
Links to the forum threads go back to homepage.
[...] noch aus, ob ich die DE-Version hier zum Download anbieten darf. Plugins, web-junkies.de Trackback-URL Kommentarschreiben [...]
Got the forum set up, and it shows up fine, but in my ‘manage’ section when I click on ‘wp-forum’ I get a blank page and can’t get to where I can add groups or whatnot- what’s the fix?
Never mind- figured it out- Apparently you have to unzip the file in your host server’s admin section rather than unzipping it first and uploading it to your host.
Also, as the one poster said, you gotta create a ‘group’ first, then an ‘add forum’- the add forum is where you will name your threads (such as ‘general discussions’ ‘group therapy’ etc. I also noticed that if I only had one ‘group’ that I got error message in the ‘manage/wp-forum’ admin. As soon as I added another ‘group’ the error message dissappeared.
ok why aren’t my thread folder icons showing up? I have them in the directory wp-forums/images folder, but I just get an X next to the different threads
Very strange. I thought everything was working fine: the forum showed up, let me set up a forum and post to it. But then even trying from another PC, it appears to assume that when I click on a post title, I want to reply to the post. I get told I must be logged in to reply and it will not show the body of the post for me to read.
I am hoping you could provide me with details on restricting bits of the forum to certain users. If so, how do I determine who is in what groups? Thanks in advance.
I think I found a small bug in the post counts per thread in the forum listing. It appears to only include the total posts for the first thread that was created.
Another item being requested is the ability for the people posting to be able to edit their own postings.
I also had a feature request for an option to reverse the order of pages for the posts and maybe the option for not using Gravatar as the avatar displaying system.
Just some little suggestions. Thanks again for such a great tool!
-Jeff
Hello, I have a problem with my wp-forum. It is not possible to register, because “a registration is not allowed”. How can I allow registrations?
Same thing here as Zach and Bard. WP 2.1 and wp-forum 1.3, and I am using permalinks:
/%postname%/URL shows up as
http://www.mydomain.com/?page_id=&forumaction=showforum&forum=2But I just get dropped back to my front page…
This forum is not working with pages, only with posts, if I insert in a new page it won`t work, but it is working in posts. Why??? How can I fix that??? Wp version: 2.0.4
Thanks.
[...] Besides this Blog, It now has About [which is a short introduction of woolane.com and woolane ], Forum [which is to be used to collect and manage information on BioEngineering and anything interesting, whereas Forums in the Pages section is powered by WP-Forum plugin], Gallery [which is a separate program to store pictures, whereas Photos in the Pages section of this blog and powered by the fGallery plugin of wordpress is for storing pictures used in this Blog], and Guestbook [which is for visitors to leave a message about woolane.com, you can of course just comment within this blog]. [...]
Any way to delete forumposts?
Forget it, I found out. Great work, I installed it on my site. Works well.
yo quiero bajarme el fhotoshop ya
I had the same thing as Zach, Bard and Yosemite–I fixed it by adding “index.php” in front of every instance of anything starting with “?page_id” in wp-forum.php. There were quite a few of them. Just make sure that the leading slash is there, as in: “/index.php?page_id…”
Anyway, you can see that it works by checking out my forum here: http://thepete.com/theboards
Alas, the Click Counter plugin does manage to mess WP-Forum up, which sucks, since Click Counter is so insanely useful. However, a forum like this is pretty much worth the trade, I think. Also, I had to use a post instead of a page since my htaccess file is insanely picky and won’t let me create new pages.
Awesome plugin, over all–I’m surprised it works as well as it does. Nice going and thanks!!
One thing I just noticed: the Profile link under each poster’s name gives me a 404 not found error. I tried mucking about with the code to fix it, but couldn’t figure out where to find the actual user profile.
Any help would be most welcome!
Warning: Invalid argument supplied for foreach() in /home/*/public_html/wp-content/plugins/wp-forum/wp-forum.php on line 173
Any help? Great plugin btw
Andy: Just add some forums and groups and the error will go away.
ThePete: Thanks, another bug to fix.
This plugin is great. However I have a questions that maybe someone can help me with. I would like to have registered members before they can use the forum, but not have the ability to make post to my blog. Does that make sense? Sorry I’m new. Everytime I go and test the registered link on the forum, it tells me that it is not allowed. Can someone please help me.
thanks,
C
Hi! Just wanted to say that this is a great plugin, but I am just wondering if there is a chance that a future version could include a rich-text editor? There doesn’t seem to be a decent forum plugin available for WordPress that includes a rich-text editor, and given how cool this plugin is in every other respect, I’d love to continue using this one, if a text editor were included!
Thanks, again, and keep up the good work!
how can i add the forum manually in the sidebar?
thanks Pete for this.. I was able to fix the problem… however my forum is on a seperate page and is with permalinks aswell.. I had a few linkage problem while in the form and had to fix one line in the forum.php file… this was tricky because I had to try each one to see if it was the one..ha
line 249 in wp-forum.php:
$link = “http://www.yoursite.com/yourfolder/?page_id=”.$forum_page_id.”&forumaction=showposts&thread=”.$t->id.”&forum=$t->forum_id&start=0″;
also I had to change all the “?page_id” over in the forum-functions.php file also
I recently enhanced mine by adding redirect code to the Login/Logout links on the WP-Forum script page. This helps those users who only are interested in the forum and get confused by the WordPress admin page which appears normally after logging in.
Maybe this should be added in to the next version?
-Jeff
Hi,
I just installed your forum, but it won’t show any configuration option tabs in ‘admin’.
I installed it before on another wordpress install, and then it worked okay (de-installed it there, deleted it from the server) – any ideas perhaps? Thanks in advance!
KazOo (Netherlands)
Very elegant plugin. Thank-you for your efforts!
The bug that Nuccio (et al) is experiencing, where it bumps you back to your wordpress mainpage, is caused by editing the page that your forum resides on.
If your forum resides on a separate WordPress ‘page’, the function forum_get_page_id() in forum_functions.php will fail to obtain the table entry for page ID.
A workaround is to just manually specify the page’s ID on line 8 of form_function.php.
Change :
$forum_page_id = forum_get_page_id();
to
$forum_page_id = 12 //or whatever the page id is
The longer term fix is to change
return $wpdb->get_var("SELECT ID FROM $tableposts WHERE post_content = ''");
to handle it better when the source page includes more content than just .
…to handle it better when the source page includes more content than just :
this took me a while since i have permalinks but i just figured it out with your help thank you!
Just installed on a test site and it looks great. Is there an obvious way to display the most recent X number of forum topics, or better yet the most recently edited forum topics, on the main WP page? This way users of the website can easily see the most recent topics in the forum.
Thanks.
covert.c.: Thanks.
Eric Simon: Not at the moment but it’s a very good suggestion.
Just to clarify “convert.c” post. The first 9 lines of forum-functions.php should look like this:
Great plugin.
global $wpdb, $table_prefix, $wp_query;
$table_threads = $table_prefix.”forum_threads”;
$table_posts = $table_prefix.”forum_posts”;
$table_forums = $table_prefix.”forum_forums”;
$table_groups = $table_prefix.”forum_groups”;
$forum_page_id = 151;
Hi Fredrik
I am from Turkey, i want to translate your forum language to Turkish. If you allow to translate, i will make it. And i want to add language code in your plugin script.
I wait your reply, Thanks for good plugins;)
[...] Kalo nak download klik sini. [...]
I just tried the forum plugin with the mods from drmike on wpmu and there are severall problems: I create the page manually, create a groupd and a forum and nothing shows up… even the forum page does not show up in my sidebar although other created pages sho up automatically… even if Iaccess its url manually nothing is being displayed…
Hi, thanks for this superb plugin! I have a problem with dates that are showed next to “On:” in posts listings in forums. Thus, all posts have been published on… November 31, 1999. Does anybody know how to get around this?
Hello,
I want view the last post in the sidebar. I can do it?
Why it says to me, Error 404 – Not Found ?! What’s the problem?
Hi!
Thank You for that great plugin! Fits perfect to my page. But unfortunately i receive one error when trying to view a thread:
Fatal error: Cannot redeclare class html_bbcodeparser_filter_links in /var/www/htdocs/cust/w3neurofx/www.neurofx.net/forex/wp-content/plugins/wp-forum/bbcode.php on line 697
sorry, problem is fixed.
have installed 1.3 before…
now with 1.4 it´s working!
Thanks!
Cool–glad my comment helped. I’m guessing the changes have been made in 1.4. I’m also hoping that there is a way (or will be soon) to have recent forum activity show up in the sidebar. Honestly, I think that should be the next order of business for wp-forum. Thanks for your great plugin, Fredrik!
Alas, I’m having the same problem I had before with the hrefs not using quotes. I tried making the same changes I made last time (to 1.3–swapping out ‘ for “) but that didn’t wok this time. So I’ll be switching back to 1.3. Still would love to see a way to post the latest activity on the forum on the main page, though.
ThePete: I’ll try to implements some tag closing.
Does this plugin work with WPMU (Multi User edition of WordPress)?
THanks
mshao: It is not tested wit WPMU, perhaps you could do it?
hi,
I’m trying to use your forums on my site but there is a problem with the new Version 1.5.1
If a user clicks on “search” inside the forum or if they just want to go back to the forum main page and they click on the navigation link, they are taken back to the index page of the site instead of where they want to go.
For example: if you go here:
http://hipfox.com/wp/xdforum/
and then click on the word “search”
you’ll be taken back to hipfox.com’s index page.
Is there any correction coming soon?
robert: Fixed, thanks.
hi. once uploaded and activated, i have no options to create groups or forums. the settings page only allows me to change forum name, number of posts, date format etc. can anyone suggest why this might be?
claire: Take a look in the menu bar and look for a link that says “Structure”.
Hi!
I’ve just installed your plugin without problems. I have also created the forums (three) but, when I go to the forum’s page (http://www.textos-traducidos.org/?page_id=4) and I click on a forum, goes back to the index page. What is the problem?
Dani: Version 1.5.2 should not have that problem.
FredrikI have version 1.5.2 installed…
Dani: Send me the zip you’ve downloaded, perhaps you got an older version with wrong version mumber.
I’ve sent you a new version. It’s still 1.5.2 but with some changes. 1.5.3 is no available.
Problem solved with the new version that you send to me. Thanks a lot!
Hi Fredrik – nice plugin.
Having a small problem though. I installed it a while ago, so not too sure which version I have got (I think 1.4, but the latest version 1.5.3 downloads with problems when opening it in my zip program).
Anyway, the problem I have is when I am logged out of the forum and go to look at the posts.
The summary of “Subject / Author / Replies / Views / Last Post” seems to be one out of synch. The Subject doesn’t show, which causes the “Author” to sit underneath the “Subject”, the “Replies” under “Author” etc etc.
Any idea what is causing this?
Also, I don’t seem to be able to open the latest zip file (1.5.3).
cheers
Lev
Is there anyway to keep track of how many forum posts a user has?
[...] WordPress Plugin: WP-Forum Das Plugin WP-Forum 1.4 erlaubt ein Forum auf der Blogapplikation WordPress zu implementieren. Die neue Version bietet die Verbesserungen: gepinnte (sticky) Threads, verbesserte Nutzer Profile und ein neues Design. Das Plugin kann unter fahlstad.se herunter geladen und im Einsatz betrachtet werden. Bei einem Social Bookmark Dienst speichern:These icons link to social bookmarking sites where readers can share and discover new web pages. [...]
Hello,
this is a great plug-in, but I’m also having problems with the latest zip file. Seems to be corrupted somehow. I’ve downloaded it a few times and use different programs to try to open it, but nothing seems to work for me today.
Thanks, Fredrik! However, the most important thing I think is to have the latest forum activity visible in the sidebar. I’m perfectly happy with 1.3 the way it is.
Thanks so much for your efforts!
Something is wrong with the new download? I wanted to get any version working but this download has only one file and I tried to upload it to my plugins directory yet you can’t activate it. I then tried to change it to a php but that didn’t work either. I think something is wrong with the new download link. Please help!
Great plugin. Just two suggestions:
1. It would be great to have links to the most recent posts in the sidebar. I think that’s a very important feature to have.
2. If you haven’t already, you should perhaps announce this plugin on the WordPress forum. I did a search there and couldn’t find any mention of it. Doing this would perhaps allow more peer support and take some of the support work away from you.
[...]   WP-Forum,让WordPress具有简å•的论å›åŠŸèƒ½ï¼Œé¿å…æ’件模æ¿ä½œè€…平时为了和用户沟通ä¸å¾—䏿‹¿ä¸ªå¤§åž‹è®ºå›ç¨‹åºæç«™çš„尴尬。 ã€€ã€€ä¸Šä¼ æ•´ä¸ªç›®å½•å¹¶æ¿€æ´»ï¼Œåˆ›å»ºä¸€ä¸ªæ–°é¡µé¢ï¼Œå†…容ä¸å†™å…¥”<!–WPFORUM–>”,å¯ä»¥é€šè¿‡Manage => WP-Forumæ¥å®šåˆ¶å„类设置。 感谢:七巧仔 [...]
Hi, Fahlstad! I’ve just installed your wp-forum plugin on my blog, but i have one problem.
See the forum here.
Now, because the template is small in width, I want to enlarge it. I want to wrench the sidebar but only from the page where is the forum. Is it possible to do that?
Thank you,
Sylvester.
sylvester : http://codex.wordpress.org/Pages#Creating_your_own_Page_Templates
Hi,
When I want to add a group. i get the message: Skin activated. I am not able to make a group.
Running version 1.7.
What is wrong? Tried it on 3 of my blogs.
Chris
Chris: Yes I saw hat bug, Im working on it right now.
Hi Fredrik,
it is working now, I redownloaded and reinstalled, saw it is 1.7.1 now.
Thank you
Chris
Fredrik,
Love this plugin – I’m in the process of migrating my current blog to WordPress, and this is exactly what I was looking for in terms of community interaction.
One issue – when I installed the forums, they are inheriting the CSS of the theme I’m using, and are not showing any of the skins.
Also, forum posts aren’t showing the author’s name.
Ideas?
I’ve installed the forum, and finally have it debugged to the point that it’s working, with table layouts fine, etc. I have two problems.
1) The images are not showing. I thought this was a directory pointing problem, but as far as I can tell all the pointers to the image directory in the chosen theme are correct in wp-forum.php.
2) The forum is recognizing me as a registered user and administrator, however, my name is not being placed next to the test posts I’ve written.
You can view the installation of the forums at http://allspinzone.com/wp/?page_id=3655 to see what I mean.
Ideas?
Seriously fantastic plug in – thank you very much indeed! I have it installed and running (v1.7.1) but am getting what looks like a PHP error – whenever a user posts a message and I go to read it the page doesn’t draw correctly – I can read the forum titles, and drill down to the threads, but opening a thread gives me the error.
Curiously, when I read threads I have created it all works as it should.
Any thoughts?
Version 1.7.2 apparently has one more pre-requisite:
PHP 5 >= 5.1.0RC1
I was getting a blank screen upon submitting a reply to an existing topic and traced it down to htmlspecialchars_decode()
- line 751 of forum-functions.php
No worries, I just have to upgrade.
I hope this helps someone
Oops! I am on fc4 at goDaddy, which would make getting php upgraded a totally non-trivial adventure.
Any chance of doing without htmlspecialchars_decode() ???
Thx!
Followup:
in line 751 of forum-functions.php
I replaced
$link = htmlspecialchars_decode(forum_get_link_from_post($thread, ”, $post_start)).”#msg-$post_id”;
with
$link = html_entity_decode(forum_get_link_from_post($thread, ”, $post_start)).”#msg-$post_id”;
now wp-forum is working and I am loving every minute of it!
Thanks for the suggestion andrabr, but it didn’t seem to solve the issue I am having. I’m hoping Frederik might have an idea or two for me…
My hosting is with a UK company called ‘Pipeten’, and as far as I can tell they support PHP5.
After posting the first thread the plugin killed my CSS !
WHY DID YOU DELETE MY COMMENT????
I wanted to know how to sort my forum comments by descending order dates.
Nick: No need to shout. I’m sorry but it may have gone with the 92 spam comments I got.
Change line 84 in forum-functions from this:
return $wpdb->get_results("SELECT * FROM $table_posts WHERE thread_id = $thread ORDER BY date ASC limit $start, $ppp");To this:
return $wpdb->get_results("SELECT * FROM $table_posts WHERE thread_id = $thread ORDER BY date DESC limit $start, $ppp");sorry for shouting
The comment was up for more than a day, then dissapeared. So, I thought you did this on purpose.
Although I cant see the entire code I changed this line from ASC to Desc, but still no change in the order.
Thank you
Nick: Strange, that piece of code controls how the posts are sorted before they are displayed. Notice that this only affects posts and not threads or groups.
I want to sort comments in my Forum; that is, in a static page that I have inserted
sorry, it was code and dissapeard. It was:
“”
Is there anyway to just bypass the included skins and use my wp theme? I suspect I know the answer, but just wanted to check before I go modding one of the included skins. Hopefully, you wont be changing much of the skin structure too much with future upgrades…
Thanks for nice plugin…
Mr Papa
Fredrik, for what its worth, you have a small typo in step 8 of our installation instructions… activity is misspelled…
You can ignore my previous comment as I have already created my own skin…
Mr Papa
alright! Latest 1.7.3 version upgrade installed and working just fine! keep up the good work.
Mr Papa
Thanks for this great plugin.
I have a problem,I just want to know how to change the default time. When I finished the installation,the forum displayed the time as “You last visited: 1970-01-01 07:00:00″.
Thanks.
There’s a bug in this for me. Every time I posted a new thread, nothing would show up. I looked in phpMyAdmin and the “thread_id” field in the posts table was always zero.
It needs the “INSERT” instruction fixed in the insert post function. Instead of ‘$_POST[thread]‘, it should read $_POST['thread']. This sorted it for me.
Downloaded and installed version 1.7.4
I get an error:
Warning: date() expects parameter 2 to be long, string given in [...]wp-contentpluginswp-forumforum-functions.php on line 656How do I fix that?
The error above is only appearing when I’m loged in, by the way…
Fredrik:
This seems to working almost perfectly on our site. I had to hard code the location of wp-forum.php at line 33 of wp-forum.php to get rid of errors (I have my blog located at a different location from my root directory caused the problem, I think). The only problem that I am aware of is that the forum always says “Welcome, Rusty Smith. You last visited: 1969-12-31 18:00:00″ whenever I am logged in. Anybody know how to fix this?
Thanks for this great plug-in. I think it may be just what I have been looking for.
in profile window i get the following error:
error:
Warning: Invalid argument supplied for foreach()error line:
foreach($feeds as $feed)any solution?
thanks for helps
Very nice plugin! I implemented it on one of my sites and translated it to German. If you’re planning to include locales let me know, I would be glad to do the German one…
Thanks a lot for that nice forum!
Best regards,
Johannes
Hi, nice plugin !
I tried “”, but it doesn’t work. I also tried with “activity” instead of “activity” but it doesn’t work either.
Is there the ability to import forum databases from other forum applications? Namely phpbb? Or are there plans for this functionality?
Thanks.
I am getting the same error as m-alo above.
Warning: date() expects parameter 2 to be long, string given in /home/.delta/kpeatt/bringyourjacket/wp-content/plugins/wp-forum/forum-functions.php on line 656the above appears on line 656 in the forum-functions.php file
Hello Frederik,
i just wanted to start a new thread in your Forum here, but it won´t let me send the message, because it says, my postings contains words, that are associated with spam. But i´m a registred user, and i assure, that i will not post any spam.
i fix the prob. but stil there is something disturbing me and i couldn’t find the sollution. the tables are very wide, so the sidebar goes away. i insert a table than write the code ““. it’s ok at the frontpage but when i open the page that includes posts the fonts became larger. where can i set these fonts sizes?
thanks for your answers.
Hi, i have installed your Plugin
I can see the Forum in my Blog, but all links will not work.
http://www.garageblog.de/forum/
Any idea?
Letting christmas fade off to the past and going thru some of my bookmarks…I was here before because I have this blog bookmarked…. But Ido not recognize it, so you must have made some serious changes in the design?
i have Chris Gerlach`s problem too. the forum appeared but the links of theme is just like text…
Hello, I had an old old old version of your wp-forum plugin and I just upgraded from it to the new one here by deactivating it and then renaming the folder to wp-forum-old. I then added the new wp-forum folder and pressed activate. That is it. All the previous code from the original has not changed in syntax so all whent very smooth. Looks like it has progressed rather nicely. Everything seems to work just fine. Good stuff you got here.
I have 2 problems with my forum:
1.in the forum, I always get this message:
Warning: date() expects parameter 2 to be long, string given in /home/httpd/vhosts/philipp-ney.de/httpdocs/wp-content/plugins/wp-forum/forum-functions.php on line 668
2. under the moderators-options, he show me the message:
Warning: Invalid argument supplied for foreach() in /home/httpd/vhosts/philipp-ney.de/httpdocs/wp-content/plugins/wp-forum/wp-forum-manage.php on line 595
I have no idea, where the problem is. And I don’t know, what I should do.
I have 2 problems with my forum. Here are the error-messages:
1. Warning: date() expects parameter 2 to be long, string given in /home/httpd/vhosts/philipp-ney.de/httpdocs/wp-content/plugins/wp-forum/forum-functions.php on line 668
2. Warning: Invalid argument supplied for foreach() in /home/httpd/vhosts/philipp-ney.de/httpdocs/wp-content/plugins/wp-forum/wp-forum-manage.php on line 595
How can I repair the errors?
hello!!
I’m trying to install the wp-forum, but it appears this warnig in the page forum!! Anyone can help me fix this??
Warning: file(wp-content/plugins/wp-forum/wp-forum.php): failed to open stream: No such file or directory in C:Inetpubvhostsagr488.cne-escutismo.pthttpdocssitewp-contentpluginswp-forumwp-forum.php on line 33
Warning: implode(): Bad arguments. in C:Inetpubvhostsagr488.cne-escutismo.pthttpdocssitewp-contentpluginswp-forumwp-forum.php on line 33
is there any german translation available for your forum?
Installed it. Deployed it. No problems. At all.
Thx!
Hi
I have just installed wpforum on this site and it works beautifully however on the moderators admin section I am getting an error message which says:
Warning: Invalid argument supplied for foreach() in /content/DesignerPlus/1/0/100000pounds.com/web/content/wp-content/plugins/wp-forum/wp-forum-manage.php on line 595
Can you help identify what this means please?
Thanks in anticipation
Linda
Any idea why the forum appears at the bottom of my page and not at the top?
Here:http://mykisslife.net/podkisst/forum/
Thanks!
Hi,
When I download the zip and unzip it (im running win XP) it seems the contents are always corrupt. Winzip can’t seem to extract sub folders from the download. What am I doing wrong?
Thanks,
Mark
works perfect! thanks!!!! no problem with this plug-in. just perfect!!!
Hello, Overall I am impressed but I must let you know that I have found a bug. If you open the file forum-functions.php and go to line 862
if(stripos($mods, $_GET['forum'])) //should be
if(strpos($mods, $_GET['forum']))
Thats all.
What if you use “pretty” links, doesn’t seem to work.
I had it working when I used the Default permalinks and did the little fix suggested (where you edit the forum-functions.php and put a hard link as your page id).
But when I switched over to “Date and name based” permalinks it stopped working, and now it just displays blank.
Can anyone help with this?
I just installed this plugin on my WP 2.0.5 install with several other plugins installed. The forum itself seems to be working, but when I paste the sidebar code into my Sidebar so that the last N forums posts display I get a big error- on my homepage it displays a Fatal error, calling the line of code that i just pasted into the sidebar file. So I took it out. Any ideas why that isn’t working?
Also, will the Search field on the site also find and display forum posts that match the search terms?
Thank you,
Ron
PS: The next feature I would like to see is email notification or digests. Thank you.
When I try to login to the site from the forum page using a non-admin login I get this error:
Fatal error: Call to undefined function: stripos() in /usr/www/users/akanowic/miamiastrology/wp-content/plugins/wp-forum/forum-functions.php on line 862
and the body of the page does not display.
any suggestions on what might be causing that?
Is this going to be updated to work with WP 2.1?
I’m running the beta and WP-Forums just won’t work.
Have you tested with WordPress 2.0.7? The latest release, since an attack by an hacker exploiting WordPress flaw, has tightened quite a number of stuffs. It might be worthwhile trying testing it in this latest version.
Hey ya’ll,
If I sign up as Admin and go to the forum, everything is ok. But when I sign in to the forum as a regular ‘ol guest and try to look at a topic or post a reply I get:
Fatal error: Call to undefined function: stripos() in /home/httpd/vhosts/routesetter.com/httpdocs/wp-content/plugins/wp-forum/forum-functions.php on line 862
Can anyone tell me what this means and how to fix it. Thanks.
I have it working with 2.0.7 on several sites…
mhm it seems that it’s not working with the new 2.1 Version
Got this Error:
WordPress database error: [Unknown column 'sort' in 'order clause']
select * from wp_forum_groups ORDER BY sort DESC
This forum is only for registered users, I want to have this forum for everybody. Do you know how I can do it?
I didn’t have this plugin installed before my WP2.1 upgrade, but I installed it after I did the 2.1 upgrade and it appears to functioning properly. WP-Forum 1.7.4
Hello!
Wonderful plugin! I’ve tried to set up the forums on my site, http://www.soxnest.com/dugout – however, my main problem is that when I click WP-FORUM in my “manage” tab in my, it takes me straight to my website, and doesn’t allow me any option to add groups or forums…
Help?
Thanks in advance…
Best regards,
Bryan
NVM – I am a complete idiot…I’ve figured it out.
Thanks,
Bryan
Edit your /home/httpd/vhosts/routesetter.com/httpdocs/wp-content/plugins/wp-forum/forum-functions.php file on line 862, and change “stripos” to “strpos” … That’ll fix it.
Dito!
Hi, I tried installing WP Forum on my WordPress 2.1 install, and while it installs fine and I can access the main options page under Manage Menu, when I access the structure or moderators pages, I get the following error:
WordPress database error: [Table 'thinkpad_wrdp1.wp_forum_groups' doesn't exist]select * from wp_forum_groups ORDER BY sort DESC
Please advise as to what isnt working. It’s clearly a DB problem but i can’t understand what the problem is.
Thanks.
Hi, Fredrik! Thank you for great plug-in!
But what’s up with gravatars? How can I add them?
ONe of my user got this when try to post in the forum : Fatal error: Call to undefined function: stripos() in /home/scholars/public_html/wp-content/plugins/wp-forum/forum-functions.php on line 862
What will be the solution, please help
I’m having the same issue as Mike. The link to the forums are http://www.nerdnewsradio.com/?page_id=56 .
Thanks a lot.
it’s so difficult. not simple as i think. i’m failed to try for my site. http://www.gadgetsexpose.com
i have installed the plugin. it works but i can’t see any language support or language file in the directory.How can i translate the language?
Hi there!
I’m having some trouble with some aesthic stuff …
Within the forum, every time someone uses an apostrophe, we get a next to it. So if we were to type..
Ya’ll Don’t Can’t
I get Ya’ll Don’t Can’t.
Fix?
Nice plugin
I have just installed this without any problem. I have two issues that my lack of ability is causing me though
1. How exactly do I get the latest activity in the sidebar. I just don’t know where I need to add the code.
2. How do I set the year and date – mine seems to be saying 1969.
Thanks
It dosnt work with WP 2.1! I cant publish with your instructions a Forum in my Weblog. It dont work. The Page, witch have the Forum is after it only a Chaospage, wihtout of the Forum. Maybee you can help me?
Hi, I was wondering if I can install this plugin on two different databases in order to have the forum available in 2 languages. I want to have 2 sepparate forums: one in enlish and the other in italian. Can I do this?
Thank you,
Cristian
any way to make them static URLs by mod_rewrite it is perfect plugin but if it is not seo friendlt then i cant use it
Fatal error: Call to undefined function: stripos() in /wp-content/plugins/wp-forum/forum-functions.php on line 862
i have error , some solution.
Your supor is dead?
error in wordpress 2.1
last wp-forum
Fatal error: Call to undefined function: stripos() in /wp-content/plugins/wp-forum/forum-functions.php on line 862
Referring to Claudia’s message above – ‘wpurl’ is correct but only in cases where the blog is in a subdir. My blog IS the site. I couldn’t get my posts to show up, but when I reverted back to ‘siteurl’, they all showed up perfectly when clicked on. Might be a solution for some of you getting those empty redirects..
great plugin ! works perfect ! thanks a lot
Hey,
almost everything is working great, instead of two more or less little things:
1. The “You last visited:”-state is always at 01.01.1970, 01:00.
2. My read – unread – state within the groups and forums (small icons in front of the topics) do not change. So you never know if a new post comes to a thread.
Any tipps are highly recommended. Thx.
I am having the same issue as mike above when I go to a certain site. I am using WP 2.1 and would like to use your plugin but want to make sure my users can get into the forums. The forum I saw that had the error would like anonymous users view all of the forums, but logged in users received the error when trying to view the posts.
Hope you have an fix for this as this is a good plugin.
Cheers
Same problem over here. What can I do to solve the “Call to undefined function” problem? any sugestions?
helo. when you finish new version, workin in many lang?
Nice work Its working good
thnxs for it!
As Hans posted back in December 2006, I’m also having a problem with the folowing error message:
1. Warning: date() expects parameter 2 to be long, string given in /home/httpd/vhosts/philipp-ney.de/httpdocs/wp-content/plugins/wp-forum/forum-functions.php on line 656
Any chance of helping me out with this one???
(Applies only when logged in.)
hi, i am getting the same error: forum-functions.php on line 656 when i login. i haven’t seen an anwser to this problem.
please help.
thanks,
greg
My forum also shows up at the bottom of the page. Any ideas how to fix?
got a problem, I thought all was working on my site only to find that a user could see the threads untill they registered or logged in, then the page comes up but no forums with it, so no one can post on it. whats wrong? am using 1.7.4
Kevin
Any news regarding the update for 2.1? Or should I just try the current version?
Can you recommend something to prevent spam on our forum? We are using your plugin for our support forum. At this point, I would prefer not to have people register to add or comment to a post. I like the frictionless, anonymous way people can enter feedback as a guest. But, if it is the only solution, then I suppose I must. Thanks!
Hi Mike – the stripos is a PHP5 function and I am 99% certain that your host is running php4 or less. YOu can change this to strpos (forum-functions.php) ~ line 862
// User is moderator
if(stripos($mods, $_GET['forum']))
return true;
A question for Fredrik – this seems like a great forum system but I have a few issues. Myself, like mike here are running PHP 4.x and you seem to have written some php 5 functions. Could you let us know where the rest are.
My main issue is, again, like many others here – a blank page when people try to post. As an admin, I can go in and post ok, but nobody can read the posts. It just comes up blank!
http://www.blind-summit.co.uk/?page_id=6&forumaction=showposts&forum=6&thread=1&start=0
How can I fix this please, and also how can I fix the post / replease count.
Regards
Alex
Hey all,
if someone has problems with posting date issues, here’s a 1.7.4 fix for the forum-functions.php file. When I posted a new post or thread, posting date returned something like 30.11.1998, which obviously was wrong.
Here’s my german forum-functions fix:
http://www.schloebe.de/wordpress/wp-forum-fix/forum-functions.phps
And my working SQL dump:
http://www.schloebe.de/wordpress/wp-forum-fix/db_wp-forum_174.sql
i’m getting this error
Warning: strtotime() [function.strtotime]: Called with an empty time parameter. in /home/vaburbia/public_html/wp-content/plugins/wp-forum/forum-functions.php on line 153
Warning: date() expects parameter 2 to be long, string given in /home/mcdiderich/domains/mcdiderich.nl/public_html/blog/wp-content/plugins/wp-forum/forum-functions.php on line 656
Why do I get this warning on my page and how do I erase it?
Anyone found the solution for
Fatal error: Call to undefined function: stripos() on line 862.
Cheers
Warning: date() expects parameter 2 to be long, string given in
/public_html/wp-content/plugins/wp-forum/forum-functions.php on line 656
Can somebody tell me how to fix?
I just have to thank you for developing this plugin. this makes my site complete…no page loads just a clean web page..i had no problems installing and im an amature.
I just installed your plugin but I didn’t notice that it isn’t certified for use with WP 2.1.3. Unfortunately it appeared to be working fine except after I created my forum topics I couldn’t find a way to actually post to a topic. When I came back over here to see what might be going on I see that it isn’t supposed to work with WP 2.1.3. Has anything been done to correct this? It looks great and I would love to implement it.
Fresh install, got the following errors on manage>wp-forum:
Structure:
WordPress database error: [Table 'usfaikid_wp.wp_forum_groups' doesn't exist]
select * from wp_forum_groups ORDER BY sort DESC
Moderators:
WordPress database error: [Table 'usfaikid_wp.wp_forum_forums' doesn't exist]
SELECT * FROM wp_forum_forums ORDER BY sort DESC
Uninstalled, reinstalled, same error. Note, this was a clean install of WordPress too… installed both at the same time.
forum_latest_acivity
should be
forum_latest_activity
Hi
I’d like to keep the latest forum posts on my blog front page, but get rid of the ‘by [name of poster]‘ bit. I just want the forum topic subject, no names.
How can I do that, please? Many thanks for a great plugin! x
I’ve also noticed that the times of posts made to my forum are all screwy, ie it is saying posts were made at midnight, or in 1969! But it seems at least to get the day right in the forums but not in the ‘hello’ area at the top right (which is giving me Wednesday right now when it should of course be Monday!).
I tried going through the other comments, saw some references to the problem but… no fix?
Thanks in advance for your help, appreciated!
same problem as described by Ron & Mike
hi mike, I have the same problem, have you resolved the problem?
Hi,
installed under wordpress 2.1.3. everything looks good, the forum table shows up with the groups I created, but, there is no “start thread” button. What’s missing?
where is the “next comments” button??
Hi all and author …
… I’ve got that problem … when I’m trying to post anything I’ve got this: SUBJECT CANNOT BE EMPTY … but obviously it’s not.
What’s wrong ?
Cheers.
Installed the plugin and am getting this error on the forum page:
WordPress database error: [Table 'myex_wrdp1.wp_forum_groups' doesn't exist]
select * from wp_forum_groups ORDER BY sort DESC
When trying to add a group in manage I get the following:
WordPress database error: [Table 'myex_wrdp1.wp_forum_groups' doesn't exist]
SELECT MAX(sort) from wp_forum_groups
WordPress database error: [Table 'myex_wrdp1.wp_forum_groups' doesn't exist]
INSERT INTO wp_forum_groups (name, sort) VALUES(‘sfsf’, ’1′)
It says Group successfully added. but nothing shows??
I’d love you, but there is that whole restraining order thing.
Thanks for the forum. Seriously, you rock!
Hi
Ive installed the forum and on the forum page I get the following
If I try to add a group it does say
But it also says:
and the group doesnt show up??
Thanks
I’m getting an error on my Forum page
Wondered if anyone knows how to fix that?
Does it allow attachment?
Does it allow Signature?
Does it allow Avatar?
Does it have Code tag?
Can you give more information on it would be appreciated ^^
The error in line 862 is just a banal frap error:
if(stripos($mods, $_GET['forum']))
is really:
if(strpos($mods, $_GET['forum']))
Just wanted to say hello!
what’s new?
Warning: date() expects parameter 2 to be long, string given
have this problem! Idea to solve it?
Error:
faultCode0faultStringWarning:date() expects parameter 2 to be long, string given in /home/vol1/phpnet.us/t/techku/ivoidz.net/htdocs/wp-content/plugins/wp-forum/forum-functions.php on line 668
huhuhuh. I got the same error.
Fatal error: Call to undefined function: stripos() in /home/httpd/vhosts/routesetter.com/httpdocs/wp-content/plugins/wp-forum/forum-functions.php on line 862
but here’s the weird thing coz i’ve installed both on different sites. on the other site it’s ok but on the other one it got that error
I don’t know what happened but my previous posts are missing. Anway
i found the solution for this kind of error:
Fatal error: Call to undefined function: stripos() in /home/httpd/vhosts/routesetter.com/httpdocs/wp-content/plugins/wp-forum/forum-functions.php on line 862
I compared the 2 sites I installed plugin with. The with one working forum plugin (wordpress installed few months earlier) and the not working one(wordpress new installation). Then I also installed 2 new more wordpress on different sub domains with forum plugin but still got the error… and forum is not working
I checked the Manage section => ADd page lists…
the “forum” page I created says that the owner is admin but the “author” drop down field located on the right side is not there even on creating a new page compared to those sites that have working forum plugin.
luckily I stumbled on the users section…
The list stated that I got 1 administrator.. It’s by default… but I still click on my admin user..and choose
Set the Role of checked users to -> Administrator -> then saved. Then deleted the forum page I created earlier and create again… now I saw the author section on the right side and the error was gone and forum is now working!
cheers!
WHAT IS THAT?:
WordPress database error: [Table 'grcyprus_wrdp1.wp_forum_forums' doesn't exist]
SELECT * FROM wp_forum_forums ORDER BY sort DESC
http://www.grcyprus.com
please help me…
well, this plugin is still too much for me, can I just make a cantact page just as wisdump.com did? How? Thanks.
in step 8. I tried copy/pasting your code:
forum_latest_acivity(numbers_to_show);
into my sidebar,
but realized there is a spelling mistake. It should be:
forum_latest_activity(numbers_to_show);
Funcionó perfecto!! Ningún problema
Yup – got the exact same problem as “mike” and “ron”. Any solutions yet?
Great plugin though – just wish guests could post under their own name…
Hello,
I had the same line 826 problem myself that was cleared up by deleting an extension in firefox that was incompatible with firefox 2.0.0.3 . For those of you that get that error check the forum in another browser before freaking out. Now my problem is that whenever a post is made it’s duplicated. I’m using wp 2.1.3 & wp-forum 1.7.4 . Thanks for any help.
i am having the worst luck with forum plugins!!! anyway… i downloaded and unzipped wp-forum and for some reason i cannot activate it. i extracted the zip into my plugins folder but nothing appears under my plugins list. i would have posted in a forum… but a password is never emailed to me when i register. please help
hmm, i get an error only when i have php5 enabled..
Warning: date() expects parameter 2 to be long, string given in /wp-content/plugins/wp-forum/forum-functions.php on line 656
when i enable php4 it works fine. Fredrik, is this something easily fixed?
Was there a fix for this db error?
WordPress database error: [Unknown column 'status' in 'where clause']
SELECT * FROM wp_forum_threads WHERE forum_id = 6 AND status ‘sticky’ ORDER BY date DESC LIMIT 0, 20
Is there another version coming – or is this plugin reached the end of its development cycle? Any ETA on the next version if it is not dead?
I just installed and in both the “structure” and on the live page it shows
[Table 'bri0709610452192.wp_forum_groups' doesn't exist]
select * from wp_forum_groups ORDER BY sort DESC
Where do I need to go and how, do I fix? (in as basic as terms as possible). Thanks
by the way, I’m running WP 2.1, Thanks
i am using ur great plugin on wp 2.2 and it works fine.
as i just read all the comments in here, i figured out, that there is still a bug with the date-function as it always shows: ur last visit was in 1970…
the second thing i am unsure about is, that if i create a new thread, nothing shows up. if i answer to this new thread, the answer shows up…
any ideas? thank you!
Any ideas?
WordPress database error: [Table 'sdwhiteonline_com.wpbrew_forum_groups' doesn't exist]
select * from wpbrew_forum_groups ORDER BY sort DESC
I have what is hopefully a simple question: how do I uninstall all of the wp-forum plugin? I know I can delete the plugin files that I copied to the server through FTP, but I assume it leaves tables or options or other traces of itself in my database too. So, which items in my database are safe to delete? Thanks very much.
http://www.ozgurtasdemir.com/forum/
WordPress veritabanı hatası: [Unknown column 'sort' in 'order clause']
select * from wp_forum_groups ORDER BY sort DESC
offf..!! what s this??
This seems to be a semi common problem:
When I install it into my WordPress 2.1.2 plugin directory, nothing shows up in my WP Plugin Activation page.
It’s all there normally like any other plugin in my plugin folder.
I use a ton of plugins…what plugins are there known problems with? Why won’t it show up as a plugin at all?
I really want to use these because XD Forums are ugly as sin…but I might have to stick with those, because they work properly…
Also getting this error..
Warning: date() expects parameter 2 to be long, string given in /usr/local/www/vhosts/domain.co.nz/httpdocs/wp01/wp-content/plugins/wp-forum/forum-functions.php on line 668
When I try to add groups I get the following error on the Structure page:
WordPress database error: [Table 'thearom_wrdp1.wp_forum_groups' doesn't exist]
SELECT MAX(sort) from wp_forum_groups
WordPress database error: [Table 'thearom_wrdp1.wp_forum_groups' doesn't exist]
INSERT INTO wp_forum_groups (name, sort) VALUES(‘test’, ’1′)
I get the same errors on the main page. Does anyone know how to fix this?
Thanks,
Sara
very fine! tanks
I’ve just now installed wp-forum, but I have a problem.
There were no instructions in the Installing process about the database. Of course I find it in the zip and imported to the wp database. But it seems not to be compatible!
ie.
Manage > Wp Forum >Structure sais:
WordPress database error: [Unknown column 'sort' in 'order clause']
select * from wp_forum_groups ORDER BY sort DESC
So it seems that a row is missing from each forum tables (because ie “Moderators” sais the same too)
Please help!
I have uninstalled and reinstalled the plugin, but I still get this error:
WordPress database error: [Table 'thearom_wrdp1.wp_forum_groups' doesn't exist]
select * from wp_forum_groups ORDER BY sort DESC
I’m still new to forums and websites, so maybe i’m just missing something, but i can’t seem to figure out what to do.
Just an FYI, the function for the sidebar (step 8 of the install instructions above) is misspelled. It should be:
Whoops, can’t use HTML tags in a comment… my bad. Here is the corrected PHP line:
<?php forum_latest_activity(numbers_to_show);?>
arkadaşlar bende de Warning: date() expects parameter 2 to be long, string given in /wp-content/plugins/wp-forum/forum-functions.php on line 656
bu hatayı veriyor kurulduğu zaman bu ne oluyor..
Ron, I’m having the same problem trying to get the recent forum posts to show up in the side bar.
I’m using:
in my sidebar and I get the following error:
which just refers back to that function in my sidebar.
Anyone have any ideas or am i doing something wrong.
Thanks for the help!
You can strike my last post, it didn’t include the code
Ron, I’m having the same problem trying to get the recent forum posts to show up in the side bar.
I’m using:
in my sidebar and I get the following error:
Fatal error: Call to undefined function: forum_latest_acivity() in /home/content/j/f/o/jforzano/html/guardiansoftheweak/wp-content/themes/ChaoticSoul/sidebar.php on line 128
which just refers back to that function in my sidebar.
Anyone have any ideas or am i doing something wrong.
Thanks for the help!
WordPress 2.2.1 gives the following database error using mySQL 4.0.27:
WordPress database error: [Table 'db205873612.4NY8rG5Y7_forum_groups' doesn't exist]
SELECT MAX(sort) from xxxxxxx_forum_groups
WordPress database error: [Table 'db205873612.4NY8rG5Y7_forum_groups' doesn't exist]
INSERT INTO xxxxxxxxx_forum_groups (name, sort) VALUES(‘Politics’, ’1′)
Yes I got the same error, on WP 2.2
So I created the tables manually, but I got still errors
“WordPress Datenbank-Fehler: [Unknown column 'sort' in 'order clause']
SELECT * FROM wp_forum_forums ORDER BY sort DESC”
Your health determines your success in business and in love.
Men’s Health Zone
“When I try to login to the site from the forum page using a non-admin login I get this error:
Fatal error: Call to undefined function: stripos() in /usr/www/users/akanowic/miamiastrology/wp-content/plugins/wp-forum/forum-functions.php on line 862
and the body of the page does not display.
any suggestions on what might be causing that? ” –Ron
“Hey ya’ll,
If I sign up as Admin and go to the forum, everything is ok. But when I sign in to the forum as a regular ‘ol guest and try to look at a topic or post a reply I get:
Fatal error: Call to undefined function: stripos() in /home/httpd/vhosts/routesetter.com/httpdocs/wp-content/plugins/wp-forum/forum-functions.php on line 862
Can anyone tell me what this means and how to fix it. Thanks.” –Mike
I also have the same problem…www.phaederon.com
it seems to be a recent epidemic.. I hope it’s not serious, because this plugin is beautiful.
|–> Fatal error: Call to undefined function: stripos() in /forum-functions.php on line 862
Natural Health Herbal, Herbal Remedies
Natural Health Herbal, Herbal Remedies, Vitamin, Nutritional Supplements , Weight Loss
In Sexy Stockings
In Sexy Stockings – Stockings Fetish with Women in stockings galleries.
Thank you very much for a great forum plugin! I really love this and I am currently using it on two of my sites! Thanks again. Keep up the great work
i noticed the plugin uses the page_id to get the posts, for example.
http://thinkyouth.net/?page_id=84&forumaction=showforum&forum=1
although if i change the url to: http://thinkyouth.net/forum?forumaction=showforum&forum=1
the same thread is pulled up. is there any way to fix the plugin to display all links within the plugin such as changing
/?page_id=84&forumaction=
to
forum?forumaction=
Great plugin thanks for this.
I’m running this on WPMU and I get the following message, only when logged in:
Warning: date() expects parameter 2 to be long, string given in /var/www/html/intranet/wp-content/plugins/wp-forum/forum-functions.php on line 668
I noticed a few other people have the same issue. Has anyone resolved this?
hi,
By the way how can I show, the number of current user online?
Thanx
hi,
By the way how can I show the number of current user online?
Thanx
I’m having the identical problem as gestroud. I am unable get up and running because of database errors.
I can’t find the place to create groups and forums. It’s not showing in the Settings page. Any help appreciated.
To anyone who get an error like this :
Warning: date() expects parameter 2 to be long, string given in bla-bla-blaThere is an error in cookie.php, on ul function. Here is the solution (quote from Woolie posting on fahlstad wp-forum)
Hope this helps (I got 2 days to resolving this kind of problem without result
.
Aktivasi Forum pada Blog Komunitas OpenSUSE Indonesia…
Setelah utak-atik sejak kemarin, akhirnya forum untuk Komunitas OpenSUSE Indonesia berhasil diluncurkan. Forum ini menggunakan plugin WordPress WP-Forum yang dibuat oleh Fredrik Fahlstad (Next post akan saya buatkan posting tentang integrasinya dengan …
Plugin WP-Forum untuk Blog Berbasis WordPress…
Plugin WP-Forum adalah plugin forum diskusi yang bisa diintegrasikan dengan WordPress. Apa saja fasilitas yang bisa didapatkan dari plugin ini ? Berikut adalah beberapa diantaranya
ilihan untuk registrasi bagi pengunjung yang hendak posting dan melak…
hey i got the same error when i tried to create a GROUP/FORUM named ‘lala:
WordPress database error: [Unknown column 'sort' in 'field list']
SELECT MAX(sort) from wp_forum_groups
WordPress database error: [Unknown column 'sort' in 'field list']
INSERT INTO wp_forum_groups (name, sort) VALUES(‘lala’, ’1′)
Hi,
Is there anyway to set subscription automatically for all users and on every thread/forum?
Regards
Patrik
most people don’t use php5, best to keep with php4 otherwise things will break
Attempting install on WP 2.2.1
-Plugin uploaded and activated
-Created new page ‘forum’
-Pasted
-Clicked Publish button
…And I get this on a white page…
WordPress database error: [Table 'wpv89db.wp_forum_groups' doesn't exist]select * from wp_forum_groups ORDER BY sort DESC
Warning: file(wp-content/plugins/wp-forum/wp-forum.php): failed to open stream: No such file or directory in /home/content/s/p/c/spc000/html/1vfs/wp-content/plugins/wp-forum/wp-forum.php on line 33
Warning: implode(): Bad arguments. in /home/content/s/p/c/spc000/html/1vfs/wp-content/plugins/wp-forum/wp-forum.php on line 33
Warning: Cannot modify header information - headers already sent by (output started at /home/content/s/p/c/spc000/html/1vfs/wp-includes/wp-db.php:133) in /home/content/s/p/c/spc000/html/1vfs/wp-includes/pluggable.php on line 331
Help, please.
hello!just want to know that if I can edit to my post?
hi fredrick!
hello all!
thanks for the great plugin.
i have a problem with it, don’t know if someone does have it.
my wp theme is “blue kino” and i’ve installed the forum plugin.
the installation is ok but in the forum page the forum layout is not displayed. only letters and links and not a single image or the layout as you have in the skins included.
does anyone knows if there’s a way to correct this?
thank you.
regards
Seems to work like a charm on my WPMU installation, there was only one change I needed to make and that was to the skins admin, you see when trying to activate a skin it wasn’t seeing the mu users folder (this is folder version of MU and not subdomain).
Now it’s not an ideal hack, but it was a nice quick one so my users could change skins:
echo "ActivateTo
echo "Activate
Hope this helps some poor WPMU user out there
I’m getting the same database error in 2.2.2
Works great with WP 2.0.3. Took me just 1 minute to get it up and running. Thanks a lot!
Hi, how are you? Finaly find this grate work for my wordpress, but I have a little problem, just install the Forum, but it doesen’t “LOAD” the Skin, it desen’t work well, it luks like a TEXT page, I tried with all the skins…
so, do you know what can be the problem????
Thanks!!!
check it’s
Is it possible to use avatar from mybloglog or user can upload themselves?
I have a weird issue, i installed the forum, it shows up but it doesnt allow you to post a new thread even if you’re logged in. How do i fix that?
I am found new internet messenger Galeax http://www.galeax.com
You can create one or several different avatars with graphic or animated nickname, photos.
Create own Voice/Video chat room with many features such as graphics or animated logo, online games, draw board, background music, file transfer, photo gallery and more.
Speak privatelly in peer-to-peer online messenger, transfer files, share photos, play in online games.
Ideal for internet community, fan clubs, game clan, online games.
same error here :
WordPress database error: [Table 'elliottw_wrdp3.wp_forum_groups' doesn't exist]
select * from wp_forum_groups ORDER BY sort DESC
thank for the plugin
http://blog.gootum.com
I get this error message for any subscriber member to access the forum for posting: Fatal error: Call to undefined function: stripos() in /home/emmanue5/public_html/wp-content/plugins/wp-forum/forum-functions.php on line 862
Error:
WordPress database error: [Table 'sirwordpress.wp_forum_groups' doesn't exist]
select * from wp_forum_groups ORDER BY sort DESC
what can I do?
Hey there! this is a great plugin and I just installed. But it shows me this error and I can add groups or threads
WordPress database error: [Table 'sitename.wp_forum_groups' doesn't exist]
select * from wp_forum_groups ORDER BY sort DESC
What do I do?
I found bug in function get_moderators()
the query in line 581-582 should be
$moderators = $wpdb->get_results(“SELECT user_id, user_login, meta_value FROM $wpdb->usermeta
INNER JOIN $wpdb->users ON $wpdb->usermeta.user_id=$wpdb->users.ID WHERE meta_key = ‘moderator’ AND meta_value REGEXP ‘[[::]]’”);
thans for your efforts.
I am getting this error message after installing the plugin:
WordPress Datenbank-Fehler: [Table 'DB266499.wp_forum_groups' doesn't exist]
select * from wp_forum_groups ORDER BY sort DESC
How to create that table?
Greerings
Andi
I get the following error trying to access the WP-Forum management tab:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 237881 bytes) in /home/myhome/public_html/wp-includes/cache.php on line 48
No problems with any other aspects of WordPress. Using 2.2.2.
Any thoughts?
Thanks
lovely plugin buddy i would try it on my server and let you know url for it
!!
Thank you!
Hi. Is it possible to redist. your plugin with my changes and translation to czech? Thanks for answer.
On my 2.2.3 WordPress i get the error “Warning: date() expects parameter 2 to be long, string given in /home/joelteix/public_html/wp-content/plugins/wp-forum/forum-functions.php on line 656″
Any ideas?
Stephen, I fixed that php5 incompatibility in the code, but I’m not sure what the normal behavior should be (I don’t have php4 installed anywhere any more). Instead of throwing an error, it was showing me 1969-12-31 19:00:00, which is probably not right. Then again, it was my first-ever visit, so what should it have said?
I have a Problem.
Look there…
Warning: date() expects parameter 2 to be long, string given in /www/htdocs/w00679c6/blogalltag/wp-content/plugins/wp-forum/forum-functions.php on line 668I installed the forum last week and everything appeared to be fine. When I first installed and would click on a forum it would take me to the main page of the website, now it just returns to the forum main page. I have followed all of the suggestions here – changed the ?page_id to index.php?page_id.
I have no idea what else to do with this. Should I reinstall? Thank you for your time.
You can view the forum here: http://www.avirtuouswoman.org/discussion-board
Well, I came across this post in the wp-forum: http://www.fahlstad.se/?page_id=243&forumaction=showposts&forum=21&thread=271&start=16
And disabled my Permalink Redirect plugin and now it is working! Thank you!
when trying to add to sidebar “Latest Activity”
Fatal error: Call to undefined function: forum_latest_acivity() in C:Wampwwwwp-contentthemeseasy-blacksidebar.php on line 58
using wordpress 2.23, any hlp would be appreciated.
with WP2.3
WordPress database error: [Table 'xxx.wp_forum_groups' doesn't exist]
I found an issue of conflict when “WP-Forum” meets “Admin-Dropdown-Menu”
Your manage menu won’t display when “Admin-Dropdown-Menu” is activated.
Software:
WordPress 2.3
Admin Dropdown Menu 2.2.1
WP-Forum 1.7.4
and a BIG ISSUE in WordPress 2.3,
I got this error message on top of my page that has
——————————————–
Warning: date() expects parameter 2 to be long, string given in C:XAMPPhtdocsWordpress-2.3wp-contentpluginswp-forumforum-functions.php on line 656
——————————————–
Êîìïàíèÿ ÌåòàëëÑòðîé. Èçãîòîâëåíèå è ïðîäàæà ïðîôíàñòèëà è ñýíäâè÷-ïàíåëåé. Óñëóãè ïî ïðîåêòèðîâàíèþ, èçãîòîâëåíèþ è ìîíòàæó ìåòàëëîêîíñòðóêöèé, áûñòðîâîçâîäèìûõ çäàíèé. Àðåíäà ñïåöòåõíèêè. Êîìïàíèÿ èìååò ìíîãîëåòíèé îïûò ðàáîòû â ñòðîèòåëüíîé èíäóñòðèè, ðàñïîëàãàåò ñîáñòâåííîé ïðîèçâîäñòâåííîé áàçîé, âûñîêîêâàëèôèöèðîâàííûì øòàòîì ñîòðóäíèêîâ è èííîâàöèîííûìè òåõíîëîãèÿìè îòâå÷àþùèå ñîâðåìåííûì òðåáîâàíèåì êëèåíòà. Âûïîëíÿåò âåñü ñïåêòð ðàáîò îò ðàçðàáîòêè ïðîåêòíî-ñìåòíîé äîêóìåíòàöèè, èçãîòîâëåíèÿ, äî ñäà÷è îáúåêòà ïîä êëþ÷. Ïðîèçâîäñòâåííàÿ äåÿòåëüíîñòü: îôèñíûå çäàíèÿ, ñêëàäû, ìàãàçèíû, ñïîðòèâíûå ñîîðóæåíèÿ, àíãàðû, çàâîäû. http://www.ms-compani.ru
Execuse me.
When I press wp-forum -> structure, and then
show the following messages:
WordPress database error: [Unknown column 'sort' in 'order clause']
select * from wp_forum_groups ORDER BY sort DESC
Hi,
I’m testing it on a localhost.
WP 2.3 says,
*****
Warning: date() expects parameter 2 to be long, string given in C:wampwwwwordpresswp-contentpluginswp-forumforum-functions.php on line 656
*****
when the forum is activated and in use. What’s wrong with it?
When I active the plugin wordpress says:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@puntomuerto.es and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Why???
nice plugin, how can i enable attachments with each new thread?
/wp-content/plugins/wp-forum/forum-functions.php on line 656
???
srry, but witch html button? i dont anderstand where to write
Hello, i got this strange thing happens. The forum is working perfect but when i put in the sitebar, the sitebar is gone
Please tell me what i’m doing wrong. I’m using a widget template.
I have a problem
I installed it on several sites of mine and everywhere its working fine. But on a new site of mine I installed wp-forums and then i am facing a new strange problem.
Whenever I post a new topic nothing is show about it. I mean the message field remains empty. Only the thread is created a new thread is added with only title and no message body.
Now when I reply this thread with some content, then only it goes to the main message body.
Also when i create a thread, it shows number of replies = -1.
please help me out.
this is hitting my users
Hello, very nice plugin.
Thank you for this work.
TomTom
In Installing, #8, you wrote:
There’s an error in the source code, should be :
There’s the same kind of error in the text preceding the code.
I know it’s nothing, but it’s always better to be perfectly correct in the documentation of such a good wordpress’s plugin.
Thanks by the way for the excellent job!
no se puede postear en el foro por que el registro no funciona
Where can I download version 1.7.5
Why not updated my views forum?His last visit was: 2007-10-27 12:04:27
is it working on WP 2.3.?
if yes, thank you so much
Warning: date() expects parameter 2 to be long, string given in/blog/wp-content/plugins/wp-forum/forum-functions.php on line 656
what is the problem and how can i do with it?
Awesome plugin! Works great and no problems installing and configuring.
I would like to make a feature request:
SUB FORUMS!
If you could pull this off you might just be knighted…
Thanks again!
i’m eric. joining a couple boards and looking
forward to participating. hehe unless i get
too distracted!
eric
I can’t get it to work, i keep getting the error:
WordPress database error: [Table 'ase0730412383275.wp_forum_groups' doesn't exist]
select * from wp_forum_groups ORDER BY sort DESC
pls let me kno what I can do to fix this, its holding my whole site up!
I get the same problem as Stephen.
Warning: date() expects parameter 2 to be long, string given in /usr/www/users/crucible/nimug/wp-content/plugins/wp-forum/forum-functions.php on line 656
Any hints?
i put it on my server and added my skin ..
see here
hmm, do u like my skin ??
do u have any solution?
When I installed this plugin .It shows the following warning
Warning: date() expects parameter 2 to be long, string given in C:xampphtdocswordpresswp-contentpluginswp-forumforum-functions.php on line 656
hi,
Plz give me solution
Warning: date() expects parameter 2 to be long, string given in /home/antiagei/public_html/mobilemarketingfocus/wp-content/plugins/wp-forum/forum-functions.php on line 656
I am sorry I must be stuoid ..but where do I find “Click on the HTML button in WordPress and then insert”
The Html button in wordpress?? where is that
Cheers Goran
Is this plugin being updated and supported anymore?
Does it work with WP 2.3?
I’m not sure if I’m missing something but I just installed 1.7.4 on wp 2.3 and I do not see where you go to add topics. I did looking in manage > wp-forum but i don’t see a place to add topics. thanks for the great plugin!
I have the same problem as gestroud. using wp 2.3.1. forum version 1.7.4. Is there a way to manually create the tables needed?
Hello, i must say your plugin is great. But!!! can you make a widget for it so we can see the latest reactions on de board ?
hi, nice forum, but many bugs … is there any hope, that the bugs will by corrected and forum will by fully function for wp 2.3.1?
Hey ! How to allow posting for not-registred users? Please answer. Yo.
i saw “You are not logged in. Posting as Guest.” in some site.. how to set it?
btw: really nice script
Stephen – for PHP5 you need to add the following before the first function in wp-forum.php
date_default_timezone_set("Europe/London");hi
I´ve this problem when I tried to actve the plugin appears this:
Plugin could not be activated because it triggered a fatal error.
I´m using WP 2.3.1
my blog is closed for unregistered comments but at my forum there could sign up alot of these spam-guys without any problem – although they couldn’t post ..
but – how to fix this problem?
its nevermind now. i have installed punBB yet. bye
I installed per the instructions, and I can see the forums on the page I created, but nothing is working right because I get this error on the “Structure” menu:
WordPress database error: [Table 'mil0734201511442.wp_forum_groups' doesn't exist]
select * from wp_forum_groups ORDER BY sort DESC
hi,
wonderful plugin.
needed only 2 minutes to install & configure it.
perfect!
(working with wp 2.3.1 & and lot of other plugins)
hamlet
I’m getting an error on all forum pages…
Warning: date() expects parameter 2 to be long, string given in /home/cpilgrim/www/snoopy/wp/wp-content/plugins/wp-forum/forum-functions.php on line 656
This only happens when logged in. Any help would be appreciated!
I’m using Version: 1.7.4.all look fine, but when I try to use quote function, it didn’t work. it didn’t quote and sometime it give error
MESSAGE CANNOT BE EMPTY.
can you please look into this matter? i like to use quote function. thank you
Thanks for this great plugin!!
its full with bugs
Good job, thanks.
I installed the forum (nice look, by the way) and created the database tables per the note attached to the plugin files. I created the page, inserted the code in the Manage page but each time I try to create a group, the following error presents: WordPress database error: [Unknown column 'sort' in 'order clause']
select * from wp_forum_groups ORDER BY sort DESC
Any suggestions? Thank you.
Hi Fredrik, I’m Antonello Cicchese, i have recently modified you code to add the captcha features () to prevent spam messages on the forum, if you are interested please contact me and i’ll give you the code.
Antonello
P.s. your contact form doesn’t work, the message i’ve sent you has returned back.
ops sorry i’ve made and error with the link button in the previous comment.
Hallo,
I build a site with WP 2.3.1. on localhost. I installed the WP-Forum 1.74 Internationalized and I have got an error:
Warning: date() expects parameter 2 to be long, string given in T:wampwwwambassadorpecswpwp-contentpluginswp-forumforum-functions.php on line 647
(My Server : Apache/2.2.4 (Win32) PHP/5.2.4)
Can you help me ?
And an other question: I see that your wp-forum version is 1.7.5….:)
Thx a lot for this great plugin,
maybe i’ll translate it into french.
if i do that, i’ll sent you sources.
great work again
V.
Hi,
I installed your forum plugin tonight. Unfortunately when I create a group it nevers shows up in the list even though it tells me that it was created successfully.
Any ideas? I’m using WP 2.3.2
josh
Hello everybody,
So, let’s chat! How are you?
Great plugin’s forum. Use in my blog. Thanks for your work.
Just checking if the wordpress forum works without having to sign in. Will be coming back here to read all the details when I get round to installing.
Thanks.
I’m guessing you can take away the moderate message function in the wp admin panel with the option to delete the post at a later date?
Tried to register with you to participate in the forums but I never received a password.
Does this work with wordpress-mu? I’ve made sure that the permissions for the skins are open but the styles and images do not seem to load.
WordPress: v2.3.2
MySQL: v5.0.45-community-nt
PHP: v4.4.7
Server: Microsoft-IIS/6.0
Firefox v2.0.0.11
Nice plugin but entries display (correctly) as comments when the author’s name is selected but do not display in preview or when saved.
Regards.
Boy, looks like this plug-in is no longer supported? New posts within it do not seem to take in WP2.3.2. Anyone out there who can help? Thanks!
Warning: date() expects parameter 2 to be long, string given in /home/ummuicom/public_html/wp-content/plugins/wp-forum/forum-functions.php on line 668
how can i fix this?
We installed your plug in and we’re very happy with it.
However we have a minor problem with it. For some reasons the gravatars are automatically reduced to 42×42 instead of 80×80 on the rest of the website.
How can we make them 80×80 on the forum as well.
Same crap :/
Warning: date() expects parameter 2 to be long, string given in blahblahblah…wp-content/plugins/wp-forum/forum-functions.php on line 656
When I activate this plug-in all my pages go blank I am using 2.3.2 any ideas what could cause this? I am not getting any errors in my error logs
Unpatched SQL injection flaw found, documented here
Just setting up a new site with WP 2.3.2
I believe I’ve followed all instructions to detail, but the forum’s page is empty.
Is this plugin updated to work with WP 2.3.2 ?
If not, is there some alternative? (I’ve tried rs-discuss on another blog, but I’m afraid to stick to it since it’s not updated for a couple of years)
Thanks
Kjetil
would you comment on the following?
thanks
http://weblogtoolscollection.com/archives/2008/01/21/wp-forum-plugin-security-bulletin/
I was wondering if there were any update on the security fix for 1.7.4. My site’s had no forums since I got hit pretty hard with it, and I’d like to get them up and running again. Awesome plugin by the way!
Did you read this Frederik?
the download file is corrupted.
when i tried to extract it appears a “file not found” error…
Hi,
I got this message:
Fatal error: Call to a member function on a non-object in /md0/external_www/default/wp-content/plugins/wp-forum/forum-functions.php on line 564
Howdy,
My wordpress site got hacked into due to the recently announced security holes in the latest version of WP-Forum.
Any plans to come out with a patch? I miss this plugin already
I just thought I would drop by to let you know that the wp-forum is vulnerable to SQL injection. If you view the source you will notice not a single value is sanity checked and wp-forum just allows anything to be inserted into the database queries.
Try something like this for instance which I just found someone tried at our site.
/?page_id=3&forumaction=showprofile&user=1%20union%20select%20null,concat(user_login,0x2f,user_pass,0x2f,user_email),null,null,null,null,null%20from%20wp_users%20where%20id=1/*
If they had got this query right this would have concatenated all of the fields in the user table for the user admin and output it to the browser.
To fix this is as simple as changing values such as $_GET['thread'] to intval($_GET['thread'])
This is the major problem with a large portion of php code available and is directly related to laziness. Please fix this right away so others may not be affected. We however have decided wordpress is to sloppy as with the plugins that are written for it so we will not be using this forum or wordpress any more.
Doesnt work with 2.2.3
[Table 'db202496253.wp_forum_groups' doesn't exist]
select * from wp_forum_groups ORDER BY sort DESC
Installed forum. Work it. No problems. Great
Thanks
peeps might want to pass on this until he fixes it.
http://www.milw0rm.com/exploits/4939
Hi,
you need to change point 8 in your FAQ:
“# To show the latest acitvity in the sidebar add this code:
1. acivity(numbers_to_show);?>
where “numbers_to_show” is an actual number like 1,2.3… ”
Should be “activity:.
But it’s a really nice plug in! Thanks
Latest Version 1.7.4 has security issues..
Hello,
one cannot register for your forums anymore.
when clicking register there is the following error message:
Bad Request
Your browser sent a request that this server could not understand.
if you go first to login page and then choose register you can signup for your blog but there is no password being sent.
cheers
sdk
Hi Fredrik,
just to inform you that an exploit has been found in 1.7.4.
Regards,
Bram.
Temporary workaround:
Find the forum_show_profile function and replace it with this one:
function forum_show_profile(){
$pos = strpos($_GET['user'],'+');
if ($pos !== false) $user = substr($_GET['user'],0,$pos);
return forum_get_profile($user);
}
Great plugin! Simple and functional. I’ve just posted recommending it over at my blog: http://www.pushstandards.com
Thanks alo of!! I was searching this plugin and found here. The installation that you wrote is very very explanatory. Thank you very very much…
This exploit is REAL and actively being exploited – we got hacked by it last month.
Love the Forum plug-in though! We have turned off our forums until a security fix is ready.
-chad
i don’t want to require registration, how do i set this up?
Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 23040 bytes) in /home/virtual/site386/fst/var/www/html/wp-content/plugins/wp-forum/bbcode.php on line 159
Got these errors:
Warning: date() expects parameter 2 to be long, string given in /home/ceticism/public_html/wp-content/plugins/wp-forum/forum-functions.php on line 656
In http://ceticismo.net/forum
Hi, I use this wonderfull forum plugin, it’s a great forum for wordpress, but I realize that the user’s profile links and page are not really protected. I explain, as the profile page appears after variables putting in the url so, I made some test, and even if you are not login in wordpress, that plugin car retrieve profile data by simply changing the number user in the url.
So I think that a big security break for the blog.
There is the chain I talking about
“&forumaction=showprofile&user=8″
Any suggestion about that??
I start see within your code to solse this but I got some lake to usderstand all the code.
I suggest the use of $Session php variables instead of url parsing variables
I got this error… could you please help me
Warning: date() expects parameter 2 to be long, string given in /home/sphinx/public_html/wp-content/plugins/wp-forum/forum-functions.php on line 668
thnks
Hello,
Its my first post as well as fist work with wordpress. and I have integrated wp-forum with wordpress.
I have one question that can we post a new reply to thread?
AS an example
Forum 1
-Reply 1
–Reply 1.1
–Reply 1.2
-reply 2
-Reply 3
Reply is not going into treaded view. Its all i can see is
Forum 1
-Reply 1
-Reply 1.1
-Reply 1.2
-reply 2
-Reply 3
Please Let me know what should i do to manage threads ?
Thanx in advance
Regards
mr. fahlstad
i cant post or reply in the forum, can you help me? thak you
thanks for your forum
Do you plan to address the security issue?
I have wp installed in /blog directory and it shows on /.
i edited wp-forum.php since it was giving 2 errors of implode function. and now the first page is working fine.
i have 2 issues.
the groups that I create are not showing up (it remains empty)
it throws error and refers to /blog address if clicked.
thanks
bill
Thanks,
so its cool,
Hi. Nice forum plug-in, really simple and sweet.
However, can we please get a working bump-function? would make a good forum even better
Cheers.
Doesn’t work at all in WP 2.3.4… can’t get to the Manage page… throws numerous errors on the public site.
I’m definitely going to use this in some of my blogs. It will certainly give blogs an additional feature unlike any other. Great job!
create a marketing plan…
This ia a nice website….
After install i have the error :
WordPress database error: [Table 'wordpress.wp_categories' doesn't exist]
SELECT cat_ID FROM wp_categories WHERE cat_name = ‘Calendar’
What should I do with it. Please help
[b]Ïðîäàæà ñïèñêîâ êà÷åñòâåííûõ àìåðèêàíñêèõ ñîêñîâ (Usa Socks) îò îäíîãî äîëëàðà çà ñïèñîê[/b]
Äåéñòâóåò E-mail – ðàññûëêà è Http-äîñòóï ê ñïèñêàì.
Ïðîáíûé ñïèñîê èç 100 ñîêñîâ ïî öåíå âñåãî 1.66$
Åæåäíåâíàÿ 30-òèäíåâíàÿ ðàññûëêà ñïèñêîâ ïî öåíå 30$.
Îáðàùàòüñÿ â ICQ 300199117
direct mail printing…
This ia a nice website….
Does the WP-Forum have a nice wysiwyg editor for posting?
Thanks
Hey, is there going to be a patch/new version/ for that SQL injection exploit that has been found in WP-Forum?
Thanks,
Itso
I cannot activate the plugin. WP says:
Plugin could not be activated because it triggered a fatal error.
And WP don’t delete some files!!
With
And WP don’t delete some files!!
I mean… I’m trying to delete some wp-forum files and the FTP don’t want to do this…
i am getting this error can you help
Warning: date() expects parameter 2 to be long, string given in /home/ihopza/public_html/prayfor/wp-content/plugins/wp-forum/forum-functions.php on line 656
Bu eklenti SEO uyumulu mudur? Eğer öyle ise tam aradığım gibi. Teşekkürler…
hi there.com plugin but :
Does anybody know if tis script is compatible with WordPress 2.5?
Thanks in advance for any help on this!
turkbaron
geting these errors right after install:
Warning: file(wp-content/plugins/wp-forum/wp-forum.php) [function.file]: failed to open stream: No such file or directory in /home/.canonical/aesthetist/mydandelionisaflower.org/blog/wp-content/plugins/wp-forum/wp-forum.php on line 33
Warning: implode() [function.implode]: Bad arguments. in /home/.canonical/aesthetist/mydandelionisaflower.org/blog/wp-content/plugins/wp-forum/wp-forum.php on line 33
I’m using Dreamhost and I’ve read that they don’t allow the ‘file’ function and that you have to use ‘curl’ – is this true?
I’m going to use this forum in the meantime: http://www.stuff.yellowswordfish.com/simplepress-forum/simplepress-forum-main-features/
another question!If I write in chinese,It turned to be“?????”
How can I solve the problem?
I have tested it with godaddy. everything work s well. than I test it with netfirms. everything work except I cant create groups. I click “Add group” fill it and message shows up “Group successfully added.” but the group is not there. any ideas why?
Hey, I just tried to unzip it, and it keeps saying ‘Can not find files’ I will go and literally take out one file at a time, but 90% of the files are popping up with errors.
I would like to try it if i could. But i can’t even unzip the darn thing
any latest news about this plugins?
especially for wp 2.5.
Frederick, while you were playing WOW, many websites using your forum plugin got hacked. Did you know?? When can I see some information on this website regarding a security patch?
How can i make this work in wordpress 2.5 ??
Is there any solution for this ??
Please help!
how do i get pictures as avatars?
5. Go to manage->wp-forum and start adding groups and forums.
plz help hw can i add?
А русификатор будет ?
Hey, its there an option or an add to make some links visible just to registered users?
great works! but I have the following error.
So just to confirm is this plug-in actually working with WP2.5. I do not want my page to go down after activating it. This happened last time.
My web page is: http://www.polishstudent.co.uk
Just installed this and its excellent, one problem though, i keep getting this error message at the top:
how can this be fixed?
thanks!
Hey, I’m just checking this out.
No posts in a while, is there any news for this plugin?
Does it work with the latest WordPress?
Has anyone encountered big issues with exploits or spam with this forum?
JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJKKKKKKKKKKKKKKKKKKKKK
JJJJJJJJJJJJJJJJJJJJJJJJ
JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJK
tenk you man
who can help me ? contact me at : adrianvlasa@yahoo.com
**********************
hello ,
i have one problem….
to my website don`t work in sidebar line
i try to put in numbers_to_show = 1 , 2 ,3 but not work why ?
and anuther problem
Warning: date() expects parameter 2 to be long, string given in /home/webman/public_html/wp-content/plugins/wp-forum/forum-functions.php on line 656
this line :
$visit = “You last visited: “.date(get_option(‘forum_date_format’), get_usermeta($user_ID, ‘lastvisit’)).”";
äîðîãèå ðîäèòåëè!!
õî÷ó ïðåäëîæèòü âàì ñâîè óñëóãè â êà÷åñòâå èíñòðóêòîðà ïî äèíàìè÷åñêîé ãèìíàñòèêå ñ äåòüìè îò 0 äî 1ãîäà;ïî ïëàâàíüþ è íûðÿíèþ â ëþáîì âîçðàñòå.îáó÷ó âàñ ðàáîòå ñ äåòüìè.èíäèâèäóàëüíàÿ ðàçðàáîòêà ñïîðòèâíûõ êîìïëåêñîâ è òðåíàæåðîâ.êîíñóëüòàöèè ïî ñëèíãàì è çàêàëèâàíèþ.Ñåðòèôèêàò ÐÀÅÍ ñ ïðàâîì íà ðàáîòó èíñòðóêòîðîì ïî äèíàìè÷åñêîé ãèìíàñòèêå è ïëàâàíèþ ñ íîâîðîæäåííûìè.Ïëàâàíèå ñ íîâîðîæäåííûìè, îáó÷åíèå ïëàâàíèþ ìëàäåíöåâ, ãðóäíè÷êîâîå ïëàâàíèå, íàíûðèâàíèå, îáó÷åíèå ïëàâàíüþ äåòåé, ìàëûøè ïëàâàþò.
egorchenko(ñîáàêà)inbox.ru
òåë 8 926 186 15 74
ICQ 236491607
Åëåíà
hi:
I foundt this page…please check out..
If you are currently using the latest release of the WP-Forum plugin, listen up. The websec security team has discovered a vulnerability within this plugin that can be exploited by malicious users to conduct SQL injection attacks. According to Secunia:
Input passed to the “user” parameter in the WordPress installation’s index.php script (when “forumaction” is set to “showprofile” and “page_id” to a page with the “” tag) is not properly sanitised before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
is there a widget for this awesome forum ??
Any update on the security vulnerability?
Warning: date() expects parameter 2 to be long, string given in /home/www/dubwerx.info/wordpress/wp-content/plugins/wp-forum/forum-functions.php on line 656
got this problem
1)
Warning: date() expects parameter 2 to be long, string given in /wp-content/plugins/wp-forum/forum-functions.php on line 656
2)
Exploit!
1) you can make a # in linie 656 ^^
thanks a lot for this great plugin !
Has the security issue been fix?
Hi,
Installed.. but when i created group from admin.. it says it’s created.. but actually nothing happens. Nothing is inserting in the table.
Any idea?
Anyway to get search engine friendly URLS?
Hi, I just install this plugin and I’m facing below error
Warning: date() expects parameter 2 to be long, string given in /home/syednet/public_html/wp-content/plugins/wp-forum/forum-functions.php on line 656
What can be doe to fix this?
hi everyone…
im looking for a forum plugin like this for wp..
but i wanted a forum which has subforum…
do u know which plugin is the best?
it is super plugin! Thanks to this plugin’s coders!
Thanks… i use SMF forum. How is Databes? and i setup Wp-forums…
Hi,
My forum has the following at the top of the page:
Do you know what it means/how to get rid of it?
I’m in structure options and when I click add group, it says i successfully added it, but the group doesn’t show up in the list.
What did I do wrong?
everything appears to work fine except that i CANT ADD A GROUP OR FORUM. i click add group press save
and yet no group.. Why!! i cant figure it out
haber si alguien linkea 1 video de como istalar el wp-forum, paso a paso.
veo ke ay muxos como yo,ke despues de crear la pagina en el blog titulado foro con el codigo
(ke no se pa ke sirve. al clikar no sale del blog se keda como una pagina nueva en blanco, no accede a ningun foro.
un saludo
I have noticed using WP-Cache is not updating the forum the correct way at all!… is there somthing I am missing so that WP-Super Chache doesnt chache the forum?
Hi Fredrik,
I have install wp-forum but it doesn’t connecto to mysql, what I am doing wrong?, also tell you that my wordpress it is not in main directory
I love the script, but you have a typo in the instructions that sent me on a wild goose chase.
should be:
(you were missing the ‘t’)
Feel free to delete my comment once it’s fixed.
Thanks
i have found a bug (i can’t register on the forum). it is about using letters such as šđč枊ĐČĆŽ, which aren’t shown as they should (i am using utf-8 encoding). could anybody know what is the problem?
Hey Fredrik,
I just got wp-forum installed on WP 2.5.1
When I try to add a group usign Structure, nothing happens.. No groups get created.. .any idea why ?
friggin amazing. i love you. i bless peace and prosperity on you and your family. AMAZING.
Hi! When I add a group it says group saved but it doesnt show up on the forum or the group list.
PLEASE HELP!
2stephen
open cookie.php
find:
if(!isset($_COOKIE['session'])){
remove not symbol (!)
Hi,
I’m using the “user photo” plugin for wordpress
(http://wordpress.org/extend/plugins/user-photo/)
which is great !
I would like to setit up with wp-forum.
Is there a tip for that ?
Para cuando la nueva version de wp-forum!?
Un salduo ;=)
This problem has been mentioned before, but I couldn’t find how to fix it:
‘Warning: date() expects parameter 2 to be long…’
Hi,
this froum so good, light and easy to use.
Does this forum support upload image/post code, like some html, css, javascript…..so on…
if support code HighLigh, I think , it’s a super WP plugin.
thanks.
es ist sehr gute plugin und einfach zum installation und nutzung aber hatte es eine grosssssssssse Problem, es supported nicht UTF-8 Character Set und die Buchstaben vom Arabic oder Persisch zeigt einfach so ??????????????
haben Sie eine idee ? danke
http://www.fa-digg.ir/forum?forumaction=showposts&forum=1&thread=1&start=0
I installed it but it gives me an error message. It also shows a broken image. What do I need to do to fix the problem?
Link:
http://thepublicsphere.com/forum/
Warning: date() expects parameter 2 to be long, string given in /home/****/public_html/wp-content/plugins/wp-forum/forum-functions.php on line 656
Hi Fredrik,
I get the above message. Any ideas why?
Thanks,
Rezbi
Issues are fixed in 1.7.6
i am still getting the warning and i can not creat any groups or add an admin.
Warning: date() expects parameter 2 to be long, string given in /var/www/localhost/htdocs/wordpress/wp-content/plugins/wp-forum/forum-functions.php on line 659i got the latest wp-forum version and wordpress 2.6.2 no other plugins installed.
I just tested to add forums and groups on my installation and it works. I’m not sure what causes your problem.
I’ll look into the “date()” issue.
[...] Forum vers. 1.7.7 with Captcha Sep 15 2008 Version 1.7.7 of WP Forum is not released and it features optional Captcha for unregistered users. And as always de-activate [...]
[...] I’m currently upgrading WP Forum to include password protected groups and fine tuning the Captcha function. A beta version ca be downloaded at the plugin page. [...]
[...] added and fixed. Version 1.7.8 is available both from WordPress plugin page and from my own plugin page. Captcha [...]
[...] just set up a support forum based on the great wordpress plugin WP-Forum. Feel free to register & post any questions you may have about the seo-pack (& soon to be [...]
i have a little error on my blog; the forum works greate but i can’t put the last “5″ event on my blog to the forum and also that error the little error es here: http://svgteam.org/forums/
Straihn: I can’t see any errors on your blog, but re-check if you have spelt
forum_latest_activity(5)correct.[...] had originally implemented Fredrik Fahlstad’s wp-Forum plugin to manage my forums. Shortly after implementation, a security alert was issued. I waited a [...]
[...] © Wp Forum TEST Sitenize WordPressle entegre forum [...]
[...] used the WP-Forum plugin for WordPress to get this installed in case you would like to put something similar on your [...]
[...] WP-Forumæ’件下载点这里。 « 《御å§çŽ«ç‘°ã€‹ [...]
[...] be integrated with WordPress? (single login) I’ve not tested this myself, but this might help: Fahlstad Design Personally, I’d have someone code a bridge between VB and WP so that I have all the security [...]
[...] lo haré yo. Lo primero que voy a hacer es simplificar, eliminar PHPbb y sustituirlo por WP-Forum que me ha parecido una solución sencilla y muy eficaz. De esa manera sólo tengo que [...]
[...] WP-Forum (Fahlstad Design) — Kept to a few forums (areas of interest), a discussion board can be complementary to [...]
[...] http://www.fahlstad.se/wp-plugins/wp-forum/ Kvalitné diskusné fórum priamo pre WordPress, teda žiadny bridge, bezprostredne zdieľa [...]
[...] it at the plugin page. Related posts:Theme bugs fixedWP-Forum 2.0 releasedWP-Forum 2.1 releasedfGallery version 2.4 [...]
[...] WP-Forum [...]
[...] © Wp Forum TEST Sitenize WordPressle entegre forum [...]
[...] Source from : http://www.fahlstad.se/ [...]
[...] için geliştirilen WP-Forum eklentisinin son sürümünü kullananları ilgilendiren bir güvenlik bülteni yayınlandı [...]
[...] Use bbPress or WP Forum depending on the requirements. Both are easy to install and both have a range of useful [...]
[...] WP Forum [...]
[...] WP Forum [...]
[...] septembrie 2006 Jurgen scria aici, pe CNet.ro, despre pluginurile unui suedez printre care şi WP-Forum. Din câte văd dezvoltarea lui nu a fost abandonată, deşi nu am găsit un history ca să îmi [...]
[...] форум, который уÑтанавливаетÑÑ Ð² качеÑтве плагина Ñто wp-forum. Скачать и уÑтановить его в папке plugin, а затем [...]
[...] it wasn’t that easy to find. After a couple minutes of browsing around, I stumbled across WP-Forum. This is the easiest WordPress forum plugin to install. It’s just like any other plugin. You [...]
[...] tried WP-Forum, which I like the looks of, but I can’t get it to [...]
[...] el plugin WP-Forum o [...]
[...] Pues que el tio si que estuvo desarrollando WP-Forum despues de todo (incluso parece que hay una version 2.2 de WP-Forum) y que de haberlo avisado yo ahora mismo no estariamos hablando de una vulnerabilidad en su [...]
[...] discussion between the mass of iPlode users to come there is a Forum available now. Used PlugIns: WP-Forum Configure [...]
[...] © Wp Forum TEST Sitenize WordPressle entegre forum [...]
[...] busy lately on various projects and with my daytime job. I’m trying to find time to update wp-forum to version 2.3 and I expect to do so in a very near future. Please have faith. Related [...]
[...] Bug es grave pues aún hay usuarios que usan este plugin y se recomienda actualizar a la versión 2.2 y esperemos que no ponga en riesgo todos los sitios web que usan este plugin, ya que encotnrar [...]
[...] infinidad de plugins que te ofrecen diferentes opciones, entre los cuales encontramos a bbPress, WP_Forum, y el [...]
[...] einer Template-Seite in WordPress. Aufgabe war die Erweiterung eines Blogs mittels des WP-Forum-Plugins. Das Problem: der Contentbereich ist beim Kubrick-Themes einfach zu schmal für eine vernünftige [...]
[...] of all I wanted to use wp-forum but I had real bad database errors which I couldn’t solve. So my choice felt on the bbPress [...]
[...] Eklenti Ana Sayfası [...]
[...] interessiert, wie ich am besten ein Forum integrieren könnte. Ich bin dabei auf das PlugIn “WP-Forum” [...]
[...] ΔημιουÏγεία forum ( http://www.fahlstad.se/wp-plugins/wp-forum/ ) [...]
[...] 下載網å€ï¼šhttp://www.fahlstad.se/wp-plugins/wp-forum/ [...]
[...] Wp Forum TEST Sitenize WordPressle entegre forum [...]
[...] plugin available to create a fully-fledged forum in WordPress is WordPress Forum. It’s last update is Sept 2008, but it does appear to work with WordPress versions 2.02 or [...]
[...] WP-Forum [...]
[...] один плагин полноценного форума в WordPress Ñто WordPress Forum. ПоÑледний раз он был обновлен в СентÑбре 2008, но [...]
[...] Wp_Forum Sistemi: Simple press ‘le aynı mantık ama kurulum yok tek yapmanız gereken eklenti klasörüne atıp ardından eklentilerden aktif etmek. Sonra wp-admin panelinizden wp-forum sekmesinden istediÄŸiniz gibi düzenleye bilirsiniz bu sistemde eklenti olarak eklendiÄŸinden WordPress‘e kendini gömüyor zaten bu sistemin eksi yönü yazı düzenleyicisi Simple press‘e göre basit Bbpress‘e göre daha iyi. Sistem kullanım mantığı olarak Simplepress‘le aynı. Bu sistemin Türkçe çevirisini ben yapmıştım temada yapıyordum fakat benim yaptığım çeviri ve temalar için baÅŸka sitelere giden teÅŸekkürler ve birçok yazılar ve bana gelen tek teÅŸekkürdü onuda biri foruma yazdı o kiÅŸiyede teÅŸekkür ediyorum fakat artık bu sistemin çevirisi ve temalarını yapmıyorum eminim yapan vardır yada benim çeviriklerim üzerinden yeni sürümlere uyarlayanlar google amcaya sorun o söyler Wp-Forum Ana Sitesi. [...]
[...] Use bbPress or WP Forum depending on the requirements. Both are easy to install and both have a range of useful [...]
[...] Wp Forum TEST Sitenize WordPressle entegre forum [...]
[...] Use bbPress or WP Forum depending on the requirements. Both are easy to install and both have a range of useful [...]
[...] ^^ ข้à¸à¸¡à¸¹à¸¥à¸—ั้งหมดจาภhttp://www.fahlstad.se/wp-plugins/wp-forum/ Share and [...]
[...] Use bbPress or WP Forum depending on the requirements. Both are easy to install and both have a range of useful [...]
[...] Si scarica da qui [...]
[...] Eklenti Ana Sayfası Share and Enjoy: [...]
[...] © Wp Forum TEST Sitenize WordPressle entegre forum [...]
[...] WP-Forum (link) — If you are looking for an integrated solution, WP-Forum is it. Simply install, choose your [...]
[...] WP-Forum (link) — If you are looking for an integrated solution, WP-Forum is it. Simply install, choose your [...]
[...] WP-Forum (link) — If you are looking for an integrated solution, WP-Forum is it. Simply install, choose your [...]
[...] Wp Forum TEST Sitenize WordPressle entegre forum [...]
[...] I will be working most of the Apollo support content into better guides. I’m now using the WP-Forum wordpress plugin, this we give you basic forum functionality, which will allow us to discuss and support Apollo. [...]
[...] Plugin WP-Forum permite añadir un foro dentro de nuestra Web de WordPress, antes de seguir adelante con las [...]
[...] might have noticed that I installed a new discussion board at PluginsPress.com, replacing WP-Forum with Simple-Forum. I haven’t created any forums yet — still getting to know the [...]
[...] searching around the internet, I found this new plugin, wp-forum-latest-post, works with wp-forum, just like [...]
[...] Wp Forum TEST Sitenize WordPressle entegre forum [...]
[...] © Wp Forum TEST Sitenize WordPressle entegre forum [...]
[...] WP-Forum, WordPress plugin [...]
[...] WP-Forum Add a forum to your site [...]
[...] WP-Forum creates a forum on your blog – instructions on the plugin page. [...]
[...] WP Forum [...]
[...] WP Forum [...]
[...] WP-Forum, WordPress plugin – WP-Forum is a simple discussion forum plugin for WordPress. It has three themes that you [...]
[...] Newer versions of WP-FORUM are available here and not on [...]
[...] Use bbPress or WP Forum depending on the requirements. Both are easy to install and both have a range of useful [...]
[...] Alternativen sind WP-Forum und Simple:Press Forum . Die beiden habe ich allerdings noch nicht ausführlich getestet. Aber es [...]
[...] Visitar sitio oficial [...]
[...] © Wp Forum TEST Sitenize WordPressle entegre forum [...]
[...] © Wp Forum TEST Sitenize WordPressle entegre forum [...]
[...] http://www.fahlstad.se/wp-plugins/wp-forum/ 日本語ファイル [...]
[...] Istnieją co najmniej dwa sposoby na posiadanie forum na własnym wordpressie. Jednym z nich jest wtyczka WP-Forum. [...]
[...] WP-Forum – Integrate a forum into your blog easily. [...]
[...] questa soluzione però non dovesse andare bene consiglio di provare wp-forum (sempre per rimanere in tema di plugin per wordpress che forniscono implementazioni per forum). [...]
[...] WP-Forum, WordPress plugin Downloads: WP-Forum version 2.4 [...]
[...] får se hur det kommer att fungera; om inte så får jag prova mig fram mellan WP-Forums och [...]
[...] jag funderat på om jag skulle ladda ner den widget speciellt designad Kristina hade rekommenderat, wp-forum, eller om jag skulle använda den jag själv hade hittad, Registered Users Only by [...]
[...] WP-Forum [...]
[...] WP-Forumæ’件下载点这里。 [...]
[...] todo como te gustaria. En mi caso me refiero a los plugins Google Analiytics for WordPress y Wp-Forum . El primero sirve para hacer un seguimiento de los visitantes de tu pagina blog…lo que tengas [...]
[...] che utilizzano il sito. Un forum che ho trovato molto semplice da installare e utilizzare, è WP-Forum. Il problema di questo forum è che non esiste la versione ufficiale in [...]
[...] a forum to your blog is an easy way to increase interaction among your visitors. WP-Forum is a simple discussion forum plugin. It can be used with a single WP blog or with WordPress [...]
[...] [...]
[...] a forum to your blog is an easy way to increase interaction among your visitors. WP-Forum is a simple discussion forum plugin. It can be used with a single WP blog or with WordPress [...]
[...] a forum to your blog is an easy way to increase interaction among your visitors. WP-Forum is a simple discussion forum plugin. It can be used with a single WP blog or with WordPress [...]
[...] a forum to your blog is an easy way to increase interaction among your visitors. WP-Forum is a simple discussion forum plugin. It can be used with a single WP blog or with WordPress [...]
[...] a forum to your blog is an easy way to increase interaction among your visitors. WP-Forum is a simple discussion forum plugin. It can be used with a single WP blog or with WordPress [...]
[...] a forum to your blog is an easy way to increase interaction among your visitors. WP-Forum is a simple discussion forum plugin. It can be used with a single WP blog or with WordPress [...]
[...] a forum to your blog is an easy way to increase interaction among your visitors. WP-Forum is a simple discussion forum plugin. It can be used with a single WP blog or with WordPress [...]
[...] [...]
[...] WP-Forum version 2.4 http://www.fahlstad.se/wp-plug……/wp-forum/ [...]
[...] plugin WP-Forum é um plugin para fórum de discussão muito simples. Adicionando um forum ao seu blog, você pode [...]
[...] [...]
[...] a forum to your blog is an easy way to increase interaction among your visitors. WP-Forum is a simple discussion forum plugin. It can be used with a single WP blog or with WordPress [...]
[...] Wp-Forum [...]
[...] WP-Forum é um plugin muito simples para fóruns de discussões. Adicionando um fórum ao seu blog, você [...]
[...] Wp-Forum [...]
[...] 次ã«WP-Forumを試ã—ãŸã‚“ã ã‘ã©ã€ã“れã¯å‹•ã‹ãªã‹ã£ãŸã€‚ ã“ã®è¾ºã§ãã‚ãã‚フォーラムを探ã™ã®ã‚’æ–念。 ゲストブックã§ã‚‚掲示æ¿ã§ã‚‚ãªã‚“ã§ã‚‚ã„ã„ã‚ˆãƒ¼ã¨æ€ã„å§‹ã‚る。 [...]
[...] Ø§Ù„Ø§Ø¶Ø§ÙØ© من هذا الرابط ثم Ø§Ø±ÙØ¹ المجلد المضغوط الى [...]
[...] Jika Anda tertarik untuk membuat forum diskusi dengan WordPress, Anda bisa memanfaatkan plugin Simple:Press Forum atau WordPress Forum. [...]
[...] plugin available to create a fully-fledged forum in WordPress is WordPress Forum. It’s last update is Sept 2008, but it does appear to work with WordPress versions 2.02 or [...]
[...] plugin available to create a fully-fledged forum in WordPress is WordPress Forum. It’s last update is Sept 2008, but it does appear to work with WordPress versions 2.02 or [...]
[...] plugin available to create a fully-fledged forum in WordPress is WordPress Forum. It’s last update is Sept 2008, but it does appear to work with WordPress versions 2.02 or [...]
[...] A WP-Forumot innen töltheted le: http://www.fahlstad.se/wp-plugins/wp-forum/ [...]
[...] è®ºå›æ’件:Simple Forum》) WP-Forum(《wordpressæ’件之WP-Forumï¼šæ‰“é€ ä¸€ä¸ªè½»é‡çº§çš„wordpress论å›ã€‹ï¼‰ WIKI [...]
[...] plugin available to create a fully-fledged forum in WordPress is WordPress Forum. It’s last update is Sept 2008, but it does appear to work with WordPress versions 2.02 or [...]
[...] to do whatever you want it to. With a WordPress blog you could fully integrate forums using the forum plugin or bbPress (from the creators of WordPress). You can build a completely customizable, scalable [...]
[...] had originally implemented Fredrik Fahlstad’s wp-Forum plugin to manage my forums. Shortly after implementation, a security alert was issued. I waited a [...]
[...] WP?Forum Integrate a forum into your blog. [...]
[...] votre forum avec BBpress, vous pouvez également utiliser phpbb,Wp-forum, simple press forum ou encore créer une plateforme question/réponse comme l’a fait business [...]
[...] WP-Forumæ’件下载点这里。 [...]
[...] WP-Forum – WP-Forum is a simple discussion forum plugin for WordPress. It has three themes that you can choose from and is a simple solution if you have a WordPress powered site. [...]
[...] WP-Forumæ’件下载点这里。 [...]
[...] plugin available to create a fully-fledged forum in WordPress is WordPress Forum. It’s last update is Sept 2008, but it does appear to work with WordPress versions 2.02 or [...]
[...] plugin available to create a fully-fledged forum in WordPress is WordPress Forum. It’s last update is Sept 2008, but it does appear to work with WordPress versions 2.02 or [...]
[...] один плагин полноценного форума в WordPress Ñто WordPress Forum. ПоÑледний раз он был обновлен в СентÑбре 2008, но [...]
[...] integrato con la vostra installazione di WordPress, tra questi spiccano certamente XDForum, WP-Forum e Simple [...]
[...] WP-Forum [...]
[...] один плагин полноценного форума в WordPress Ñто WordPress Forum. ПоÑледний раз он был обновлен в СентÑбре 2008, но [...]
[...] – Ein Forum für WordPress per Plugin 17. Februar 2007 | Autor KHK WP-Forum von Fredrik Fahlstad ist ein vollständiges Forensystem, welches als Plugin in WordPress [...]
[...] WP-Forum Adauga blogului tau un forum pentru a incuraja discutia intre useri. [...]
[...] a forum to your blog is an easy way to increase interaction among your visitors. WP-Forum is a simple discussion forum plugin. It can be used with a single WP blog or with WordPress [...]
[...] WP Forum [...]
[...] один плагин полноценного форума в WordPress Ñто WordPress Forum. ПоÑледний раз он был обновлен в СентÑбре 2008, но [...]
[...] önce eklentimizi son sürümünü buradan [...]
[...] önce eklentimizi son sürümünü buradan [...]