Hey, Ik begrijp dat je bbPress zelf een ander uiterlijk kan geven, maar bij jou lijkt het forum echt onderdeel van de site te zijn, ipv een aparte site.
Dus nog afgezien van het uiterlijk, hoe zorg je dat bbPress onderdeel van de hoofdsite wordt?
(translate: It is not so much the look, as the functionality: how do I make bbpress appear as part of my wordpress site i.o. a different site)
bbPress, the WP plugin, is coming… not soon, but it’s coming.
Bedankt, ik heb hiervoor het “blank 2 column Right Sidebar 1.0” theme gebruikt en deze omgebouwd naar de look and feel van mijn eigen website. Heeft me heel wat tijd gekost. Als je ruime kennis hebt van html en css moet dit mogelijk zijn voor je met deze theme.
(Transelate: Thanks, i used the “blank 2 column Right Sidebar 1.0” and build this to the look and feel of my website. It cost me lots of time. If you got the knwoledge of html and css i suggest to use this theme.
Mag ik vragen hoe je dat ongeveer gedaan hebt? Ziet er namleijk slick uit!
(translates as: May I ask how you did that? Look pretty slick!)
Two ways:
1) It’s an array, so just cycle through it and output the bits you want, this will allow you to style it as you please. If you’re unsure of what it returns use: print_r($topics);
2) Alternatively, you could just copy all 3 lines from the Favourites.php file:
$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’) );
This will output the favourites in the way you’ve described in your template folder.
==========================================
At the end of the day, BBpress has a number of issues, but if it can already do something, all you really need to do is copy and paste the code
Looking in “favourites.php”, right in the root of BBpress (so its not hidden), i found this:
$topics = get_user_favorites( $user->ID, true );
I’d use that and output the array, but then again, i’d not have bumped 2 different 2 year old threads, let alone doing it before looking in the file cunningly named Favourites.php
You need to create a look-a-like theme, see: http://www.jahw.nl/forums
Hey,
I just installed WordPress and bbPress.
Both look great!
Now I would like to have bbPress appear on a page in my wordpress-site instead as a seperate site.
Is that possible?
I’ve noticed that when I enter in bbpress with admin user wordpress log out the same admin user.
I hope this can help.
There’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.
I don’t know exactly where I was wrong but my admin seems not work.
I think I’ve made an error to configure the possibility to have the same user for wordpress and bbpress.
So probably the admin for bbpress is the same of wordpress but have not the priviledges.
Please help me to solve the problem
Fabrizio
In that case this post was also caught by akismet a few weeks back.
I think it’s happening more frequently now. Perhaps give akismet a little less slack?
@ gofastbargains, thanks, I was actually thinking I could call the wp theme header somehow from bbpress, but I guess I can try to replicate the existing wp theme’s css into the bbpress header too, I found some nice blank templates I’m gonna try using.
@chrishajer, thank you, yes probably that was the bbshowcase I’m referring too. I hope there’s a future for bbpress either as a wp plugin or standalone. And regarding the my-templates and my-plugins folders, I don’t mind having them, but I didn’t use them either, I place the themes into bb-templates and it works fine, haven’t tried any plugins yet.
I’ve updated my bbPress to 1.0.2 and I’ve noticed I can’t update my user profile anymore. On default theme, there there’s no problems, but on my custom theme problems do exists. More than that, I can’t see administration section in profile edit, but on default theme I do see it.
What have changed since 1.0.0 that might caused such problem? I can’t see any different things in default theme that would be missing in my custom theme…
What do you mean by “WordPress discussion settings”… are you asking about a bbPress install or a WordPress one?
@ gerikg – so, I’m using PHP4.x on my server and you are saying that I need PHP 5.x to stay logged in going from WP to BB or vice versa?
PHP 5.x is a requirement for integration?
This post was incorrectly marked as spam, and that resulted in the error described here:
https://bbpress.org/forums/topic/problem-posting-in-support-forum
Never seen that problem personally, but recording the info here for future reference.
@lionbeat, there were never any themes neatly presented here as far as I know. There is a plugin repository here but the themes were always scattered all over the place. For a while, _ck_ maintained the bbshowcase.org and there was a theme directory there. Nothing official though, and now even that is gone.
@petroski. Those my-templates and my-plugins folders are needed, it’s where you put your templates and your plugins (not the ones included with bbPress.) As I mentioned, they are being created with incorrect permissions and that issue has been resolved in ticket #1139.
They didn’t used to get created on installation, you had to create them yourself. Then they were being created but with the wrong permissions (0750 by default.) Now, after ticket #1139 is resolved the directories will be created with 0755 permissions. You need them if you want to install any plugins or use your own template.
Someone brought up it that their host was using php4 and it should be php5. It caused you to log out when switching from WP->BB or BB->WP.
do you have the right chmod on the files and folders?
> chris – perhaps because it also has the folders bb-plugins and bb-templates (uploaded via FTP) and that’s where the stock plug-ins and templates were? Also, if they are my folders, why would they be set with permissions that preclude me doing anything with them via FTP?
I’ve seen that “array voice” error before on these support forums a few times.
I think it’s probably an issue with bbPress 1+ – the errors only started showing up recently, and also Voices is a new feature (0.9 has it as a plugin, but 1.0 has it in the core).
I don’t see it in trac, so if you have a few examples of the error… it may be worth posting there!
https://trac.bbpress.org/report/1