Hey BBPress crew!
Quick question:
What is the function or method to call a post author or topic author name, as a link to their profile?
You can view the forum alpha @ http://www.pagelines.com/forum
Notice how the profile names in statements like “Started 6 days ago by arpowers” don’t have links to profiles. I would like this to link somewhere.
_ck_ released an “Edit Post Attributes” plugin which should do the trick for ya:
https://bbpress.org/plugins/topic/edit-post-attributes/
Hey everyone,
Can somebody tell me how I would check which page I’m on in BBPress with a conditional?
I can’t figure out how to do it for the ‘edit topic’ page and others.
I did however discover the ‘bb_is_search’, ‘bb_is_front’, etc.. conditional functions.
Thanks
Andrew P
https://bbpress.org/forums/topic/ill-pay-someone-to-help-integrate-wordpressmu-buddypress-and-bbpress#post-56788
http://labs.b5media.com/blog/creating-the-anypress-solution/
There are at least two other good resources here as well, but I can’t recall the keywords to find them. But if you follow the buddypress tag at this forum you will see lots of people’s experience with buddypress/bbpress/wpmu integration.
https://bbpress.org/forums/tags/buddypress
You are getting the message that bbPress is already installed because you still have database tables. If you drop those tables, you’ll be able to reinstall bbPress.
I used to have this problem… you can fix your server, but some email addresses will never get the email even if things are setup on your end.
So I started using this plugin:
https://bbpress.org/plugins/topic/instant-password/
And emails stopped being a problem! Maybe worth checking out?
Argh, ASP.NET is an evil possessed devil of a language… anyone got a database dump I can test with?
At first I was like
“open”, then I was all
“ASP.NET”
So yeah, uhh, anyone got a dump of a database for one of these? I don’t even have a test install I can run ASP.NET that I know of…
Edit: Nevermind, Apache can do it. Will look into a conversion script, but it’ll be written in PHP.
Thanks John. I just marked this post as resolved.
Hi Jleuze…
Did you get some solution for your problem?
If you did I would really appreciate if you could share your experience since I’m at the same situation now.
Thank you.
Here’s the official protocol for hiring contractors:
The policy here is to close topics after you request someone for hire and post your contact info. You can also see my topic here for people advertising:
http://bbshowcase.org/forums/topic/bbpress-professionals-advertise-in-this-topic
Good luck!
Hello,
We’ve implemented bbPress on our site recently, which is essentially a community forum for clients in our B2B software company. It’s currently operational with basic theme in place, and we already have posters who are active on it.
However, there are a few bugs here and there, some layout issues, and we’d like to implement some plugins that may require a bit of customization. Thus, we’re wondering if there are any bbPress developers out there who would be willing to help us.
I’m a bit new here on this forum, so I’m not exactly sure what the protocol is for looking for contractors.
We prefer to use a 3rd party outsourcing site to manage our projects & payments, etc. Those who are interested can check out more info on the project and apply through this site:
http://tinyurl.com/ycrrdxw (our project posting on Odesk)
Alternatively, you can contact me at tony at leapfile dot com.
Thanks!
They use the Support Forum plugin:
https://bbpress.org/plugins/topic/support-forum/
Also, Akismet and possibly Bozo.
I don’t think they’re using many more plugins though? It looks like a pretty bare bones install, at least at first glance.
Sorry forgot the bbPress version – I’m using the latest version 1.0.2?
WordPress version 2.8.4
Welp… now.. after an attempted wash of the directory, reinstall of bbpress… it won’t let me go past the initial set up, it says the software is already installed… so I still have no access to the admin of bbpress as that account has been removed by bbpress… so is this crap software …. i cannot believe that, i’ve always had good luck with WP products… so i’m either NOT GOING TO USE THIS which would be a very bad thing or I am… if it ever gets fixed or makes sense, because killing the admin account makes no sense gang
The script worked for me last night and this is the second phpbb 2 board I convert. A few tips I can give whoever will try this script:
Follow the steps that come in the given file but make sure to:
1. Install bbPress 0.7 first, then upgrade to 0.8 when you have done the conversion. You can download 0,7 here: https://bbpress.org/forums/topic/download-previous-versions-of-bbpress#post-17770
Then you can go ahead and upgrade to the latest version (1.0.2). Make sure you update the settings in your admin panel (board path, name, etc) as you will need to get rid of your old config.php file when you upgrade to 0.8
2. If you’re hosted on 1and1, switch EXPORT_TO_FILE to false and AUTO_IMPORT_EXPORTED_DATA to true. Also add teh following code to your .htaccess file: AddType x-mapp-php5 .php (not sure if this is necessary but it worked for me).
3. I got an error saying that some query was empty, but it seems that the conversion went without any problems.
Mostly cosmetics.
– Removing the background
– Removing header (Don’t need login stuff as this is managed by Wishlist Member)
– Removing footer (Which I have already attempted to do)
– CSS updates so colours match my site
You can see what I currently have at http://www.shiftselling.com/forums/
I’m not a programmer but am a pretty logical thinker and generally do a pretty good job of cut & pasting.
I looked around and found this – http://bbshowcase.org/forums/topic/easy-way-to-integrate-bbpress-wordpress-themes.
That helped with the footer.php content but I got nervous around the header.php content and got overwhelmed with the stylesheet.css file.
This is something I’d like to get done fairly quickly so I’m willing to pay to have it done.
Craig
Who else should I consider calling to get this theme modified?
The creator of “kakumei” – on which Garry Vander Voort based his design?
In ernest: What are the areas where you need integrating help? Is it “cosmetics” only or deep code integration? What version of bbPress would you use … and so on.
Depending on the amount of time you want to spend on it (and your willingness to get acquainted to some cut & paste coding), I’m pretty sure that most of the questions (conc. Kakumei & it’s siblings) have already been answered here & in _ck_’s forum.
I used the Private Forums plugin for a year or so… it would randomly turn all my private posts public!
Then I checked the comments on that plugin, and a number of other users had reported something similar:
https://bbpress.org/plugins/topic/private-forums/page/4/#post-1621
I don’t recommend using Private Forums for that reason… especially since Hidden Forums does the same thing. I’ve been using that for a year or two now, and have never had any problems.
This is what they said, but he wasn’t the support guy who fixed it:
It appears that they added the correct rewrite rules for WordPress to resolve the issue with the permalinks this can also by done from the WordPress admin under Permalinks.
My new issue with this plug-in is trying to get it to NOT create a new bbPress post every time I edit a WP post.
Addendum: To check a user’s role anywhere in your code use
<?php if (bb_current_user_can('administrate')) { ?> .....
(by replacing administrate by the proper role description)
as proposed here:
https://bbpress.org/forums/topic/page-elements-viewable-only-to-admin
I had that same problem when trying to make only one register & only one login from my site with bbpress integration.
register is easy, I just wrote directly to the db from php using the hash classes included. but for login i made a kind of webservice. When I login from tomcat I just request the next url…
http://www.mysite.com/bbpress-root-dir/bb-login-check.php?user_login=USER&password=PASSWORD&remember=yes
and i wrote the next code for bb-login-check.php
<?php
// Load bbPress.
require(‘./bb-load.php’);
// Redirect to an SSL page if required.
bb_ssl_redirect();
$user = bb_login( @$_GET, @$_GET, @$_GET );
if ( $user && !is_wp_error( $user ) ) {
echo “0”;//login successfully
exit;
}else{
echo “1”; //login fail
exit;
}
?>
i hope that’s usefull…
for any question or help needed for bbpress or wordpress try fran.rod.rod [at] gmail.com