Forum Replies Created
-
In reply to: A way to ping-o-matic when a new post comes in?
Thank you. I will do so.
In reply to: Getting around 50 fake profiles set up a day- HELP!Did these sources confirm that they’re actually getting around the registration process? Did they tell you how this is happening?
In reply to: translate this piece of code, please?nm. i just reinstalled it.
In reply to: translate this piece of code, please?anyone? please?
It’s just for convenience, and right now I’m doing a lot of test posts, so it’s quicker to delete those posts with the checkbox. I was deleting them in phpmyadmin, then read _ck_’s post about the plugin. If you don’t mind, can you explain how my deleting posts and topics through phpmyadmin would affect a plugin? So far, though, I only have the anonymous user plugin.
by mass edit/delete, i mean edit/delete multiple posts at once (with a checkbox). I don’t want to click each one, then click the pop-up dialogue boxes that ask me to confirm the delete.
In reply to: characters like commas in “topic title” cause errorsI know that it works with a comma and other text entered-it doesn’t work when there’s only a comma.
In reply to: where do you place plugins in bbpress?hans3, thank you. that worked.
In reply to: Anonymous postingThis is almost working for me. My bbpress was already active, so i didn’t want to run the modified install file. Here is the code that’s in the bb-admin/install.php file:
// Anonymous User
$now = bb_current_time('mysql');
$bbdb->query("INSERT INTO $bbdb->users (user_login, user_registered)
VALUES ('anonymous', '$now')");
$bbdb->query("UPDATE $bbdb->users SET ID = '0' WHERE user_login = 'anonymous'");
bb_update_usermeta( '0', $bb_table_prefix . 'capabilities', array('anonymous' => true) );Since my bbpress is already active, I have manually updated my users table by following the guideline in the above code. But, I have no idea what the last line of code means:
bb_update_usermeta( '0', $bb_table_prefix . 'capabilities', array('anonymous' => true) );
Can you modify it so that I can manually update the db or do whatever needs to be done to make it work? Thanks.
In reply to: #postform bug found?I solved this by copying the files to the server again.
looks like i had a bad install. sorry for the panic.
In reply to: #postform bug found?This is still an issue for me. I downloaded bbPress a few days ago. I don’t have a reply form when viewing single topics. When I click the >> next to Reply, I get the following path: topic/13?replies=1#postform (I’m using pretty urls)
What is the correct path to the reply form?
*edited* Thank you. That worked, but I still need help with figuring out why there is no comment form after clicking the reply button.
In reply to: A way to ping-o-matic when a new post comes in?Has anyone come up with a working solution? I’m very interested in this.