Forum Replies Created
-
In reply to: Spambot managed to register passed Human Test plugin
Marius- when I am using 1.0.2, and I view the profile of a user when logged in as keymaster, I have a “Delete User” button on the bottom of their profile page. Do you not have that? That’s how I delete a user if I have to (which almost never happens these days.)
Screenshot: http://twitpic.com/11zdpu/full
In addition to deleting them, you could just set their status to “inactive” as well, also on their profile page.
In reply to: What's happening with bbPress?I meant to post this link as well. You can see the code that’s been checked in by browsing the revisions.
https://trac.bbpress.org/log/trunk?rev=2401
There was a big chunk of time where nothing was committed from revision 2377 on 24 Sept 2009 until 2382 on 22 December 2009. Here’s all the code committed since sambauers left.
https://trac.bbpress.org/changeset?old=2401%40trunk&new=2377%40trunk
In reply to: What's happening with bbPress?There have not been any meetups in the past couple weeks. No sense talking about what needs to be done.
not too encouraging to see nothing here since Nov: http://comox.textdrive.com/pipermail/bbdev/
In reply to: The plugin does not have a valid header.bbPress is not a plugin for WordPress, so it should not be in wp-content/plugins and needs to be installed all on it’s own. It’s a separate software package.
In reply to: Installation appears stuck at first stepctsttom, what is your operating system? I’m sure we can find a php5/mysql package for you.
In reply to: Spambot managed to register passed Human Test pluginMarius- – to remove him, just delete him in the admin.
In reply to: Outgoing links in postWhat do you want to do? Are some links typed in not being converted to hyperlinks, or do you want to open the outgoing link in a new window or something? I don’t understand your question exactly. More information please.
In reply to: Call wordpress functions in bbpressIf you’re getting a blank screen, it’s likely a 500 Internal Server Error. If you have access to logs you will be able to resolve this.
Where did you put that code? It should start at the 2nd line of bb-config.php, right after the opening
<?php
. If not, use a syntax highlighting editor to see what’s going on with the bb-config.php file.In reply to: Admin postsWhat is the path to the avatar? Does it look correct?
Also, 403 means the permissions are wrong on the directory where the element you inspected resides. What is that object and what are the permissions of the object and the folder it’s in?
Or, post a link to your forum.
In reply to: Permission for userThere is a very old trac ticket regarding this as well:
https://trac.bbpress.org/ticket/459
https://bbpress.org/forums/topic/limiting-moderator-privilege-to-specific-forums
In reply to: Integrate WordPress plugin into BBPressThere is nothing like that that I know of for bbPress. You’d have to port that over to bbPress to get identical functionality.
There are a couple Adsense type plugins for bbPress, but they’re not the same.
In reply to: Integrate WordPress plugin into BBPressThere is not a way to do that, I don’t think. Typically, people will create a bbPress plugin that does the same thing as the WordPress plugin.
What feature are you looking for?
In reply to: Enable AvatarAvatars can be enabled in bbPress 1.0.2. Just look in the admin settings.
If you want people to be able to upload their own avatars to your server, you need a plugin:
This is really old and might not work with 1.0.2:
In reply to: BBPM TranslationStill trying to figure out that elusive step 5.
Can you get the phpinfo for your installation and see if there IS a tmp folder?
Put this into a file called whatever.php, then access it with your browser at http://www.example.com/bbpress/whatever.php
<?php
phpinfo();
?>I think you’re looking for a value called
upload_tmp_dir
If it’s not there someone will need to look at the plugin and see what’s actually needed.
Please post a link to the plugin you’re using too.
In reply to: bbBlog 2.0 (plugin)You will always have the code you have right now, which is standalone. The old version will always be available. (I know nothing is forever, but if you want a copy of the standalone version, grab it now to ensure you have it.) It might not keep up with developments, but you’d at least have a version to use. Barring any security problems, I don’t see why you couldn’t just keep using that.
In reply to: bbPress Search in Deep WP integrationThe problem with the “relevant posts” was reported already:
https://trac.bbpress.org/ticket/1222
There are some additional notes on that ticket.
I’m not sure where you see the extra slashes. Can you post a screenshot with them identified? I haven’t heard of that one yet.
In reply to: get favorites listWas that snippet of code wrapped in
<?php tags ?>
?<?php
$topics = get_user_favorites( $user->ID, true );
$favorites_total = isset($user->favorites) ? count(explode(',', $user->favorites)) : 0;
bb_load_template( 'favorites.php', array('favorites_total') );
?>In reply to: Paging not updatedI recall hearing something similar before. I think it’s worth opening a trac ticket so it can be addressed.
In reply to: BBPM ProblemJongeren Forum, I deleted your off-topic reply. Please start a new topic for your translation problem. Thanks.
In reply to: Non-Admins can't post on my forum…Are you using any plugins?
Have you tried with the default theme?
In reply to: Can't edit user profile anymoreSomething is wrong with your theme if it works with the default theme. I’m sure if you look carefully you will find it.
In reply to: Help: my admin seems not workIn reply to: Problem posting in Support ForumThere’s no tuning we can do here on Akismet: it’s a black box. As kevinjohngallagher recently mentioned here, it’s better suited for blog posts than forum posts.
I can tell you it certainly cuts down on the spammer registrations here. But it does have false positives.