Forum Replies Created
-
In reply to: New Install – New Database?
it seem to me u set
$bb->mod_rewrite = true;
Follow the instruction here and u will be fineIn reply to: New Install – New Database?If u want to integrate your wp with bbpress then u should use the same database. But if u dont want, having new database also ok
In reply to: How do you show members randomlyIn reply to: How do you show members randomlyI’m curious to know how u like to display it? Just a name list or with something else extra info?
In reply to: Latest bbPress Posts In WordPressYeah. Request already waiting for approval.
In reply to: Latest bbPress Posts In WordPressVersion 0.5 (2007-03-04):
- Fix display name for bbpress that not integrated with wordpress.
- Add option to set if your wordpress is integrated with bbpress or not.
- Add use Bbpress permalink option
In reply to: Latest bbPress Posts In WordPressRecent Change: (2007-03-04)
- Bbpress Latest Discussion Option Page.
- Ability to set Bbpress url
- Ability to use different database
In reply to: Latest bbPress Posts In WordPressMaybe u gonna need this plugin
https://downloads.wordpress.org/plugin/bbpress-integration.0.74.zip
In reply to: Latest bbPress Posts In WordPressCorrect me if i wrong .. by default when a user is regis. WP will set the “display name” equal to “username”. I try the code already and i dont get a blank name Anyway maybe i will change the code to do a double check.
In reply to: Latest bbPress Posts In WordPressI update the plugin already .. Now it gonna show “display name” instead of “username” like before. Tell me how it going
In reply to: Latest bbPress Posts In WordPressGlad to see someone is using my plugin The plugin has been listed before but it gone now, thank’s for re-posting it.
Maybe u can send me the fix and i add it into the plugin.
In reply to: Bad Behavior with bbPress?Remove bad behavior from your my-plugins folder and follow this http://www.homelandstupidity.us/software/bad-behavior/installing-and-using-bad-behavior/
In reply to: Fatal error: Cannot redeclare class streamreaderMost likely there is some plugin for wordpress that are using the same name as bbpress function. Try disable that plugin to see it work or not
In reply to: New theme for bbpress-should I make it now?I dont think they gonna change the theme system for now
In reply to: 500 Internal Server ErrorYeah it works now Thanks for your help
In reply to: Favorites to appear on WP home page?Just want to let u know. The post count is broken. U can download the new version to fix this
In reply to: Working as a Page in my theme.nolageek, it was a bug on bbpress 0.73 – https://trac.bbpress.org/ticket/476
For temp solution u need to disable akismet
In reply to: how the bbpress’s front page controller works?Actually i don’t know what do you mean by “how the bbpress front page works?” Do you mean the page structure or do you mean the url structure?
In reply to: Working as a Page in my theme.nolageek,
Disable your Ultimate tag warrior Im also using k2 and had to disable UTW.
If u really want to use UTW, u need to edit bbpress code to replace the existing is_tag function
I already told mdawaffe about this problem. Donno if they want to change is_tag function name to something else
In reply to: how the bbpress’s front page controller works?Most likely you forgot to set pretty permalink. https://bbpress.org/documentation/faq/#pretty-permalinks
In reply to: Working as a Page in my theme.Thanks U can edit the size from css file. Find this inside your css file
.postform textarea {
height: 12em;
margin: 5px 0;
padding: 5px;
width: 720px; //Edit the width to fit your page.
display: block;
}
In reply to: Installing akismetAkismet is already package inside your bbpress. You only need to put akismet api key inside your bbpress config.php
In reply to: Configuring Config.php file?usually u can find it on your cpanel index. Or inside Mysql database page/option.
In reply to: Configuring Config.php file?i mean u need to login from phpmyadmin. And delete the bbpress table from there.
In reply to: Configuring Config.php file?All bbpress database will start with prefix “bb_” and wordpress database will start with prefix “wp_”. So it was easy to see the difference between both database.