Skip to:
Content
Pages
Categories
Search
Top
Bottom

Smilies plugin?

Published on March 20th, 2007 by

I’m missing a smilie plugin. Has anyone made one yet? If not I will try to make one ASAP :)

Edit: Sorry! Fonund one now. Will try it out :)

Login error

Published on March 20th, 2007 by

Where to post? Logged into WordPress yesterday and posted a support question, only for someone to suggest posting here (as it related to bbpress) Went to login to the WordPress forum tonight and it comes up with the message ‘banned – no such user’ which is bizarre? Can someone suggest what the problem is?

What happened?

Published on March 20th, 2007 by

Hi guys … I have wordpress up and running on my site, but I tried to get bbpress working, but something isn’t quite right I think. Am I doing something wrong? You can check it out at rigelastronomy.com/bbpress … thanks! I’m new to bbpress, but love wordpress :)

Blank usernames

Published on March 20th, 2007 by

Hi, I’ve integrated bbpress into my site, but there is an error somewhere. When I view my site, the usernames on the forum with the ‘member’ link below is visible, but a member has complained he can’t see it. I’ve been to a local library, and was forced to agree, on that computer I couldn’t see it either. I use IE7 and Firefox for browsing, whereas the library is using IE6, if that should make a difference. What’s the problem.

Link here: http://www.tri-cornwall.org.uk/forums

multiple forums

Published on March 20th, 2007 by

I was looking in forums, but couldn’t find solution.

Is it possible to install bbpress so that it would create forum on each new wp mu site? that means xx.mypage.com/forum, yy.mapage.com/forum …

bbMenu 1.1 programming problem (advanced!)

Published on March 19th, 2007 by Null

Hi,

I am currently upgrading my bbMenu plugin. You can now edit the titles en safe them to you db. The problem is, the last part I can’t get the saving to work.

In the JS file I have now:

var url = 'edit.php';

This file (edit.php) is called when someone renames the menu item and has the following code:

<?php
$id = $_POST['id'];
$content = $_POST['content'];
echo stripslashes(htmlentities($content)); ?>

Now I don’t want to have an external file so I copy past this code into my bbmenu.php and changed the var url in the JS file too:

var url = '../my-plugins/bbmenu.php';

So it now calls the bbmenu.php but this gives some errors, cause it will reload the plugin file:

Fatal error: Call to undefined function add_action() in /bbpress/my-plugins/bbmenu.phpon line 30

How to solve this?

If this aint possible what do I need to add to edit.php so it also safes the stuff to the db?

Hope you guys can help me out

WPMU + bbpress goofiness

Published on March 19th, 2007 by

When attempting to integrate bbpress with WPMU, i have run into a problem. When i hit /wpmu/forums/, it thinks i am attempting to signup for the username forums. It seems like the same problem as this:

https://bbpress.org/forums/topic/59?replies=6#post-263

however, i am attempting to include wp-blog-header, and i am not getting any errors. If i include it, It just thinks that someone is trying to signup for the username “forums”. Any help would be appreciated.

thanks,

re5et.

Anonymous posting

Published on March 17th, 2007 by poots

I haven’t searched the forums yet, but i would like to enable anonymous posting. I feel anonymous posting stimulates discussion, instead of letting a forum just become a well managed resource board. Its certainly debate able…. but my goal would be an board that supports anonymous posting and was tag based. Allowing you to link to the board based on tags, so people could quickly jump into relevant topics of conversation.

bbPress on mac osx

Published on March 17th, 2007 by jameskirsop

My development machine is a local install of Apache/PHP/mySQL on my PowerBook running under OS 10.4.9.

I’ve tried installing bbPress within a folder of my wordpress installation for a project I’m working on, but I’m getting blank pages from bbPress (ie. no content at all – just a white page). WordPress installed and works fine, but I can’t even get to the point of installing bbPress.

I’m running PHP 5.1.6 and mySQL 5.0.22-standard.

Anyone got any suggestions on how I can get content showing on the pages?

same header in bbpress – wordpress

Published on March 17th, 2007 by

I have integrated bbpress with wordpress without problems.

To have the same header in bbpress and word press I include

require_once(‘../wp-blog-header.php’);

in the config.php in bbpress, then I edit the header.php (bbpress) with some wordpress functions.

It’s runs ok, but the bbpress admin interfase can’t load.

There are some comments about?

Skip to toolbar