Forum Replies Created
-
In reply to: Forking bbPress: First Draft
So finally we are rolling. I am with the fork definitely and I totally agree that _ck_’s involvement is crucial.
Its true that both of you are on a fork and has custom core by now but hey its certainly possible to bridge them up slowly and efforts from both of your side will emerge as one, a strong one infact.
And regarding collecting bbPress ideas, we need something on board, on the web live where everyone can see it and interact with it.
– Voting system on ideas
And we will surely need to keep it tightly integrated with WordPress to market it and make it a success. Else the WP community will not gain interest in it.
I am also in favor of a fork of bbPress 0.9
Dashboard theming can be done.
But I think there are going to be issues in different view of how you have divided things to be Core plugins and like because everyone will have a different opinion and not managing this thing can make those people turn away which is something we can’t afford. Not every one but big players. You know what I mean.
This is serious. I think this should be a sticky but it will somewhat discourage some new users. But better warning than breaking the trust.
In reply to: AJAX tag adding broken in 1.1 alphaHmm… the same problem is on the forum theme’s too.
In reply to: Pages from WordPressEase vs Performance
Tradeoff
In reply to: Integrate WP Twentyten and bbPress KakumeiYou didn’t have a clue what I was talking about. Leave it. Have fun on your ride.
You 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)
Yes keep it and just don’t show it. Better incase you want to do something about your data when you will need post times.
In reply to: Pages from WordPressYou can do that with deep integration by what MathiasB suggested or how your theme handles it.
wp_page_menu
orwp_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.
Its very much similar to a WordPress plugin. Get started with those. Hope that helps
In reply to: themes problem and quote ajax problemobviously 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/
In reply to: Integrate WP Twentyten and bbPress KakumeiMake 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.
In reply to: themes problem and quote ajax problemyou 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.
In reply to: Warning: mysql_get_server_info()BuddyPress forums is the right place to ask this question
In reply to: themes problem and quote ajax problemYou 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
In reply to: themes problem and quote ajax problemGlad that you got it working. these things can be annoying at times. Just stay calm and apply brains
What for the theme?
In reply to: Change style of function called fieldsPHP just creates the HTML, so if you need to style HTML, you don’t need to do PHP. Just work on the HTML produced by view-source
In reply to: Change style of function called fieldsUse 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
In reply to: Can't access the dashboardThis 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!
In reply to: themes problem and quote ajax problemIf you can’t access it in a browser, that explains the issue itself, its not able to find the file at the location.
Try deleting and uploading the whole plugin folder
In reply to: Admin link doesn't take me to dashboardThis 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!
This 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!
In reply to: Integrate WP Twentyten and bbPress KakumeiInstead 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.
In reply to: Change style of function called fieldsI think CSS is all you need. The function generated the data in a table, not good I know, but it is how it is.
In reply to: themes problem and quote ajax problemIf you open this file in a browser, you will find that its give a 404 error which means its not even there. Double check it, upload and overwrite once and you will be fine.
http://www.endurodoc.net/forum/my-plugins/ajaxed-quote/quote.ajax.php