Forum Replies Created
-
In reply to: My first plugin (post count)
Just wondering, is it possible to have the plugin count only active threads? I have a count for all threads (even deleted ones) right now. Not that they shouldn’t be counted because they were created, but since they are gone forever, maybe an option to count only current posts would be useful?
Thoughts?
In reply to: bbPress Forum HostSince the contact information is in the post, I am closing this post.
Trent
This is currently the only way that bbPress gives new users passwords. It serves a double purpose. The first is a record of a password for a user if they don’t end up changing it and second of all, it makes sure that people register with an actual email address (which stops most spam bots right there) because they have to retrieve their password from email.
If you need something, I would assume it would require a core hack unless someone can develop a plugin. Right now, I don’t think anything is in the works.
Trent
In reply to: Error for tags.phpWe have tried this on a bunch of different installs and it seems to be working. I jumped the gun earlier when I said my doesn’t work because I was having other issues with my forum when I tried it. It is working fine for me now.
Trent
In reply to: Plugin: Post NotificationI cleared my browser cache and downloaded the file from above and installed and still get the error on my register.php file of my forum. Am I getting the right download URL for the newer version of the plugin?
Trent
In reply to: question about exporting from bbpressYou might be able to use the integration plugins for WP and bbPress prior to the export/import to sync the users first. Then the import would work off the WP users table.
Trent
In reply to: Plugins for WordPress integrationLittle duplication, but since this is a sticky post, I thought I would add it here:
It is important to make sure for integration to work that you have the following plugin for sure installed in WordPress and the table prefix (in options of plugin in admin area of WP) correctly installed.
This plugin will pull all registrations from bbPress into WordPress as well as make the login integration work properly.
If you have users in WordPress that you want to be able to login to bbPress prior to the integration, it might be worth you while to place the following plugin in your /my-plugins/ directory of bbPress.
The first plugin will work for most users, but the second is available if needed.
Thanks,
Trent
In reply to: bbPress plugin(s) not grabbing user’s email addy..Spencer and I got this going. It is important to make sure for integration to work that you have the following plugin for sure installed in WordPress and the table prefix (in options of plugin in admin area of WP) correctly installed.
This plugin will pull all registrations from bbPress into WordPress as well as make the login integration work properly.
If you have users in WordPress that you want to be able to login to bbPress prior to the integration, it might be worth you while to place the following plugin in your /my-plugins/ directory of bbPress.
The first plugin will work for most users, but the second is available if needed.
Thanks,
Trent
In reply to: Plugin: Post NotificationI tried again just now and it still gives me the same error. I am not using permalinks, just the standard setup. I am not sure then? hmm….
Trent
In reply to: Integrated WP and BBPress Search?Great work! That is so wicked so1o!
Trent
In reply to: Plugin: Search WordPress from bbPressThe URL actually is here:
Must have cut off the link as it was too long maybe?
Trent
In reply to: Plugin: Post NotificationI just tried the download in this post again and it still has the same error. Is there a new link that I should be using?
Trent
In reply to: Error for tags.phpI just noticed this happens for me as well, if no one has a good explanation, I can add a ticket for TRAC.
Trent
In reply to: bbPress plugin(s) not grabbing user’s email addy..One thing I did extra Spencer was add the cookie information for my domain in config.php in bbPress.
$bb->cookiedomain = '.trentadams.ca';
$bb->cookiepath = '/';
Maybe try that. As well, I am sure you have it already, but wp_home and wp_siteurl can’t have slashes at the end of each of them.
The bbpress-integration plugin in WordPress. All I did was edit the option to have bb_ as the prefix and even though it was listed already, I always save the option again. Superstition I guess.
The WordPress-integration plugin was just thrown in my-plugins/ forlder in bbPress. It just works.
Can you give me anything else that might help you with this one?
Trent
In reply to: Profile-menu disappeared!?The profile link comes up when you are logged in. Therefore, the code is in bb-templates/login.php and bb-templates/login-form.php. They could be in my-templates/ if you edited them.
If you are talking about the code for when you view a user, the “Profile Edit Favorites” link then this is the code for profile.php in the same template directory:
<?php elseif ( $user_id == $bb_current_user->ID ) : ?>
<p><?php printf(__('This is how your profile appears to a fellow logged in member, you may <a href="%1$s">edit this information</a>. You can also <a href="%2$s">manage your favorites</a> and subscribe to your favorites’ <a href="%3$s"><abbr title="Really Simple Syndication">RSS</abbr> feed</a>'), get_profile_tab_link( $user_id, 'edit' ), get_favorites_link(), get_favorites_rss_link()) ?></p>
<?php endif; ?>
The tags are arranged vertically and I don’t know how difficult it is to change that. You could move the tags code to the bottom of the post and under the reply box, but if that isn’t what you want and want to limit to 10 tags, it might require a core hack or plugin. Neither that I can help with, sorry.
Limiting users with tagging is not something bbPress is setup to do because unless the user is marked by the system as BOZO, all members are treated equal for simplicity reasons.
Trent
In reply to: bbPress plugin(s) not grabbing user’s email addy..Check your Users in WP and make sure they were moved across. It might be that they are not even taking the default role and are not subscribers in WP, but listed in WP. That is the way I have mine setup anyways.
Let me know.
Trent
*EDIT*
Sorry Spencer, you already said they are not moving across. With proper integration, I don’t even have a users table in the database for bbPress. It only uses users of wp_users.
In reply to: How Do You Know if Akismet Is Working?I guess after 3 weeks I answered my own question. No spam, must be working.
Trent
In reply to: bugIt would be a bug with the default template because it isn’t wide enough for the username, but not bbPress. I could suggest a fix for this, but it would only be widening the left portion and decreasing the right portion of the template. Simple change to the style.css file.
Strange, I wondered about this as well
In reply to: Importing from vanillaI have checked for importers for any forum package out there and I am not sure if Vanilla will import to any software package. Does anyone know if it has rss feed so at least you could try exporting it that way?
Trent
In reply to: Registration Page Error *Please Help*I found a topic by searching for:
bb_get_user needs a numeric ID
That brought up another post where there was a quick fix for the profile page. Maybe that one can help you?
Trent
In reply to: Registration Page Error *Please Help*This was caused by the notification plugin. I am removed the plugin until there is a fix. That fixed this problem.
Trent
In reply to: bb_get_user needs a numeric IDMy problem was created by the notification plugin with this error on the register page. Check that plugin page for a fix in the future if this happens to you.
In reply to: bbpress subdirectory install issue – see blank page!Good to hear.
Trent
In reply to: Plugin: Post NotificationThis plugin is causing me some errors. It has to do with the portion of the plugin:
extra_profile_info
Not sure why, but it kills me registration on the forum. Instead of the ‘register’ button, it spits out the following error:
bb_get_user needs a numeric ID
If goes back to working if I delete the plugin. Could you maybe take a look into this one?
Thanks,
Trent
In reply to: Nothing but white after installIf you haven’t already figured it out, the culprit might be the Akismet configuration not being right in your config.php. Maybe check that out.
Trent