Search Results for 'bbpress'
-
AuthorSearch Results
-
September 12, 2010 at 6:02 pm #93838
In reply to: Integrate WP Twentyten and bbPress Kakumei
Ashish Kumar (Ashfame)
ParticipantYou didn’t have a clue what I was talking about. Leave it. Have fun on your ride.
September 12, 2010 at 5:30 pm #35325Topic: AJAX tag adding broken in 1.1 alpha
in forum Troubleshootingph23man
MemberI’m on bbpress 1.1-r2537 and adding tags in topics displays this error:
Warning: Invalid argument supplied for foreach() in [path]/bb-includes/backpress/class.wp-taxonomy.php on line 1789
Catchable fatal error: Object of class WP_Error could not be converted to string in [path]/bb-includes/functions.bb-formatting.php on line 241
Please note I’ve substituted the actual file path with [path].
Sometimes only the 2nd error is displayed, sometimes both. I believe this problem was introduced in 1.1-r2530 because that revision changed class.wp-taxonomy.php.
The tags don’t update through AJAX, but after refreshing the page, the new tag does show.
September 12, 2010 at 3:56 pm #92130anthonyluth
MemberYes I’ve followed that but I still am unable to get the title, the header menus or even the footer to appear on the page. You can check it out here. If you look at the main website you will see the header menu that should appear. I’ve made the adjustments to header.php as well as footer.php and the theme does change, it simply doesn’t add the title or the menu.
September 12, 2010 at 2:06 pm #93775In reply to: WordPress Intergration under BBPress
MathiasB
MemberJust read the last paragraph here: https://bbpress.org/documentation/integration-with-wordpress/
September 12, 2010 at 11:48 am #93881September 12, 2010 at 11:46 am #93837In reply to: Integrate WP Twentyten and bbPress Kakumei
wblogan
MemberIn the end we’re all “end users”. It all depends on where you start and where you want to finish. As good as it is and as grateful as I am for it, your tutorial did not tell me exactly what I needed to know in a way that I could understand so that bbPress and WordPress worked in my situation. If it had I would not have come here. We’re all getting and giving “techhow” with some end in view.
This is a good place and time to give my thanks to the developers of WordPress and bbPress! I’m really amazed at their “techhow” and grateful for their willingness to share it.
By the way, I found the tutorial at wpbbpthemes very helpful as well. (I actually started with it.) Thanks to the author!
September 12, 2010 at 11:37 am #93852In reply to: Pages from WordPress
MathiasB
MemberBut it’s a lot more easy, when you add a page in WP will it automatically appear in the header of bbPress…
But on slower hosts will it slow down a lot your site.
September 12, 2010 at 11:04 am #92129Ashish Kumar (Ashfame)
ParticipantYou will need to do some stuff in the WordPress header.php file.
Take a look here – http://www.wpwebhost.com/make-bbpress-theme-match-with-wordpress-by-deep-integration/ (last section – WordPress theme editing)
September 12, 2010 at 11:00 am #93851In reply to: Pages from WordPress
Ashish Kumar (Ashfame)
ParticipantYou can do that with deep integration by what MathiasB suggested or how your theme handles it.
wp_page_menuorwp_list_pages()Pros & Cons – http://blog.ashfame.com/2010/02/bbpress-deep-integration-advantages-disadvantages/
Deep integration – http://www.wpwebhost.com/make-bbpress-theme-match-with-wordpress-by-deep-integration/
Better one – Copy over the html of navigation to bbPress side. Its not worth using deep integration just for this alone.
September 12, 2010 at 11:00 am #93880Ashish Kumar (Ashfame)
ParticipantIts very much similar to a WordPress plugin. Get started with those. Hope that helps
September 12, 2010 at 10:56 am #93873In reply to: themes problem and quote ajax problem
Ashish Kumar (Ashfame)
Participantobviously you would need to deep integrate it with WordPress to use a WordPress function on bbPress side.
Deep integration – http://blog.ashfame.com/2010/02/deep-integration-bbpress-wordpress/
Its better if you just copy the menu html over to bbPress theme. How much do you edit navigation anyway.
Advantage & Disadvantage of deep integration – http://blog.ashfame.com/2010/02/bbpress-deep-integration-advantages-disadvantages/
September 12, 2010 at 9:32 am #35323jurasiks
Participantsubj, some simple about “creating first plugin”
etc making new field on topic post screen or something
September 12, 2010 at 9:28 am #92128anthonyluth
MemberOk so I’ve got my instance running on Deep Integration but I’ve got a few errors. For one, the headers call but no title displays. Also, I am unable to set how the sidebar is registered. Any thoughts or any help?
September 12, 2010 at 8:53 am #93850In reply to: Pages from WordPress
MathiasB
MemberJust enable WordPress functions in bbPress and paste this in your header:
<?php wp_page_menu(); ?>If you wanna have a homelink:
<?php wp_page_menu('show_home=Home'); ?>September 12, 2010 at 7:39 am #93835In reply to: Integrate WP Twentyten and bbPress Kakumei
Ashish Kumar (Ashfame)
ParticipantMake changes in your bb-styles.css itself and if it conflicts with any of the WP side elements then rename them and then do it.
There is no need of specific theme integrating tutorial, it can be done exactly by following my tutorial. If that didn’t help, yours won’t too. It requires some techhow to deal with that. It wasn’t for end users anyway.
September 12, 2010 at 7:36 am #93871In reply to: themes problem and quote ajax problem
Ashish Kumar (Ashfame)
Participantyou can replicate the same code for menu on bbPress side and it should work fine.
Regarding conflicts, it was never made to work like that (Deep integration) and if there is some conflict you can only fix it yourself else you are out of luck.
September 12, 2010 at 12:59 am #93834In reply to: Integrate WP Twentyten and bbPress Kakumei
wblogan
MemberThe “deep integration” code still breaks my site, but the link to the style sheet in header.php wasn’t working because I had bb-styles.php in the wrong place.
Also I’m loading WordPress from wp-blog-header.php instead of wp-load.php.
The only thing that remains is to figure out how to make changes to the bbPress pages without making changes to the whole site since it’s calling two style sheets. I’ve spent no small amount of time with “inspect element” and “firebug” in Google Chrome trying to find the styles I want to change on the bbPress pages. You could tell me in short order I’m sure how to make the changes I want. But as I said, I wanted to get all of the kinks worked out before I go public with it.
When I get it all figured out I’m thinking I’ll publish the info specific to integrating Twentyten and Kakumei (for those of us unambitious, ignorant folks who don’t have the where with all to do something original). I assume that you won’t mind me referencing your tutorial? No need to reinvent the wheel!
Thanks again for your tutorial, your interest and your help!
September 11, 2010 at 10:44 pm #93870In reply to: themes problem and quote ajax problem
kikko088
MemberI ask you another thing, there is a way for put a menu of wordpress (then with wp_list_page() ) pages on bbpress forum without insert:
require_once(dirname(__FILE__) . ‘/../wp-load.php’); ??
if I do the deep integration putting this string on my bb-config a plugin go in conflict…
ay idea?
Is better then i’m open a new topic?
kikko088
September 11, 2010 at 8:38 pm #93868In reply to: themes problem and quote ajax problem
Ashish Kumar (Ashfame)
ParticipantYou will need to fix file permissions for them to work. Take a look at this – http://blog.ashfame.com/2009/09/fix-my-templates-my-plugins-folder-not-working-bbpress/
Also for your handy reference, I share my bbPress resource page with you – http://blog.ashfame.com/bbpress/
Let me know if you are stuck with anything again. I will be happy to help you out
September 11, 2010 at 4:54 pm #93628In reply to: Change style of function called fields
Ashish Kumar (Ashfame)
ParticipantUse Firebug (Firefox addon)or simplest(ugliest) View Page Source option.
P.S. We are at bbPress support forums and not at a web development one
September 11, 2010 at 4:52 pm #92034In reply to: Can't access the dashboard
Ashish Kumar (Ashfame)
ParticipantThis issue can be solved by the bbPress integration plugin for WordPress. Keep the plugin activated, it generates the required cookies on WordPress authentication hooks which otherwise are not created for accessing bbPress dashboard (or admin panel)
P.S. – I actually looked at the plugin’s code today!
Don’t know what the BackPress has to do here!
September 11, 2010 at 4:48 pm #78878In reply to: Admin link doesn't take me to dashboard
Ashish Kumar (Ashfame)
ParticipantThis issue can be solved by the bbPress integration plugin for WordPress. Keep the plugin activated, it generates the required cookies on WordPress authentication hooks which otherwise are not created for accessing bbPress dashboard (or admin panel)
P.S. – I actually looked at the plugin’s code today!
Don’t know what the BackPress has to do here!
September 11, 2010 at 4:48 pm #92551Ashish Kumar (Ashfame)
ParticipantThis issue can be solved by the bbPress integration plugin for WordPress. Keep the plugin activated, it generates the required cookies on WordPress authentication hooks which otherwise are not created for accessing bbPress dashboard (or admin panel)
P.S. – I actually looked at the plugin’s code today!
September 11, 2010 at 4:43 pm #93833In reply to: Integrate WP Twentyten and bbPress Kakumei
Ashish Kumar (Ashfame)
ParticipantInstead of loading WordPress from
wp-load.php, load it fromwp-blog-header.php.I checked the header.php file of Twentyten and there is nothing in it that would stop you from making changes. Follow the tutorial and you will be fine.
This is the line before which you should add the link to bb-style.css
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />Rest is in the tutorial.
September 11, 2010 at 11:30 am #93832In reply to: Integrate WP Twentyten and bbPress Kakumei
wblogan
MemberWell, I don’t quite have it done. I can’t figure out why your code breaks the site as I mentioned earlier. Do I need it? (I forgot to mention that your code calls wp-blog-header.php, and another tutorial I referenced calls wp-load.php. I know that requiring wp-load.php is a requirement; but what about wp-blog-header.php?)
Also, I don’t know how to link the style sheet to bbPress because I can’t figure out how to get the link in the header. I don’t understand header.php in Twentyten. Can you help me with that?
I’ll post a link when I get it published, but I’m doing all of this on a local mirror of my public site.
-
AuthorSearch Results