It’s my deep pleasure to launch my WPMU+BuddyPress+bbPress. Please take a look at http://jazz.or.id
This is community website for Jazz Lovers in Indonesia. We know there are many website using WordPress, but not many about jazz.
Dedicated to Matt Mullenweg, because he loves Jazz. Does someone else also like Jazz?
Please give comments for the design and content, I am hoping so much from you all, because you know better than me.
No, there is no rss2.php file in my template. Moreover, I am now just using a plain Kakumei them which I downloaded fresh from the bbpress.org site: the only change I applied was switching the original file inside Kakumei with the one you provided (as well as the other files you provided for other locations inside the install).
Yes, weird.
So.
1. – I just dowloaded 1.0.2 once again from bbpress.org and completely reloaded the Kakumei folder into my install. [1]
2. – Tags do *not* work as they should once you load the forum, log in and try. Please see http://www.kirpi.it/r/topic/evita (User: Evita Password: IE0Rc4vpTl7P) for a free test.
3. – When I disable Javascript as suggested, tags adding start to work fine (although not ajaxically, obviously): the tag is recorded, the page is reloaded, the tag is inserted into the list and the input field is cleared.
4. – Re-enabling Javascript, it sometimes work and sometimes not.
5. – Repeating points 3 and 4 confirms point 4. Test were done many times with the latest Firefox.
It is all funny, but I cannot get a clue of it.
—-
[1] I also updated the bb-templates/kakumei/rss2.php as indicated here
https://bbpress.org/forums/topic/all-rss-feeds-broken#post-57278 in attempt to solve the RSS problem (which was not solved, but this is another story).
@gerikg
installing bbPress in a sub folder doesn’t cause any issues. I have integrated several setups like that without even using the integration plugin which has many supporters without which they can’t be integrated.
Things may be different if bbPress isn’t installed in a sub directory as I haven’t tried that.
If they are deeply integrated then you will have a hard time figuring this out as if you ask Is this is WP? WP will say yes and if you ask Is this is bbP? then bbP will say yes and if they are deeply integrated then both questions will return a yes.
Somewhere I read that Matt Cutts said that keyword rich URL’s are better (sorry cannot find that site)
but there is more than the URL, try this SEO plugin:
http://www.finalwebsites.com/bbpress/bbpress-seo-tools.php
but but.. I don’t know what that means! but I don’t need it anymore.
Hi Guys,
Currently I’ve reinstalled bbpress to new version 1.0.2 I do fresh installation of bbpress to a new location, then I import the data from old bbpress database 1 by 1.
Since I’m installed the bbpress directly integrated with my wordpress, I saw there is no table bb_tags.
How to restore this and where should I put the bb_tags data ?
Since I saw now bbpress using wp_users as user management data, where do I found for this tags ?
Thanks in advance.
reinstalled bbpress completely….fixed the integration issue but still IE isssue is pending….all other browsers are A OK!
any ideas any one…i am struggling with this. i dont want to put index.php ahead of my url
ashfame, what about the cookie path… and the wordpress intergration option on bbpress dashboard?
Kawauso, you just said the same thing I did.
If hes trying to generate this page (go to the link and look) https://bbpress.org/forums/?new=1
then he’s missing the bottom half of the front-page.php
that is why I said look at :
look at line 84-88
https://trac.bbpress.org/browser/trunk/bb-templates/kakumei/front-page.php
the same line you just brought up.
Assuming you’re talking about deep integration of bbPress, you should be able to use one of the constants defined in the settings of WordPress MU / BuddPress to determine if bbPress is embedded or not.
WPMU+BuddyPress+BBpress
How do you write the php code to say
if in a bbpress side
do this
if wordpress (or else) do that.
?
ashfame,
Is this what you’re trying to generate? https://bbpress.org/forums/?new=1
Then continue reading.
The template file is front-page.php that does the “new?=1”
look at line 84-88
https://trac.bbpress.org/browser/trunk/bb-templates/kakumei/front-page.php
I didn’t upgrade mine yet, so scared that some plugins won’t work anymore.
@kawauso
Mine post-form.php is exactly the same as that of Kakumei.
I can trace the problem to an unclosed anchor tag <a> which is in bbcrumb DIV.
http://validator.w3.org/check?uri=http%3A%2F%2Fbbpress.ashfame.com%2F%3Fnew%3D1&charset=(detect+automatically)&doctype=Inline&group=1&ss=1#line-86
Where does this code comes from? I mean which file?
Username:demo
Password:demo
@gerikg
I don’t get any of what you are trying to tel me. Probably you misunderstood my question.
ash,
thanks for the link. my target audience is only IE6 and above. my laptop has IE6 and thats as low as i am willing to get….
by the way, thanks for the upgrade tip, was getting an error while doing auto upgrade, googled it and fixed the error and now my wpmu is 2.8.4a
Took a while to load but it loads on IE 8 for me. If you need to look at various IE versions, then take a look at this http://blog.ashfame.com/2009/06/check-webdesign-different-versions-ie/
Its worth the effort if majority of your target audience is using IE.
Try integrating as per this tutorial of mine on a test install : http://blog.ashfame.com/2009/07/integrate-bbpress-10-with-wordpress-28/
Just follow closely and you should be fine.
just a quick question….did you guys find the same problem with IE? or is it just me missing something?
It is compatible with WordPress 2.8.4? Thanks.
Okay I found a few things. I don’t know if it matters but I just try to mimic what I had. I’m not an expert.
I don’t know if this was a factor: You didn’t have enough keys (Salts weren’t used)
You got your keys from here: https://api.wordpress.org/secret-key/1.1/
I got my keys from here: https://api.wordpress.org/secret-key/1.1/salt
I added the new keys to both files.
You had the COOKIEPATH in wp-config but not in bb-config (again I don’t know if it matters but I do it anyway) I copied it onto bb-config. I also moved that line to the top before anything else, just in case.
And that was that.
I notice you had the wrong URL to the forums (/bb-press/ instead of /bbpress/) but that was to get the cookie path and it didn’t matter either way.