Forum Replies Created
-
In reply to: Logging into BBpress admin panel
yeah clear the cookies after you have done everything. for instance, try a different browser
there are no clues to it. Anyone with the knowledge of html css can replicate it. Regarding the php functions used, check out wha
t the default theme is doing
there are no clues to it. Anyone with the knowledge of html css can replicate it. Regarding the php functions used, check out wha
t the default theme is doing
In reply to: Controlling SpamHey Rich, how does akismet deal with spam registrations? Have you checked the no of users do you have? Also can akismet handle spam when some human put in spam links in a post or it just work with bots.
In reply to: Controlling SpamHey Rich, how does akismet deal with spam registrations? Have you checked the no of users do you have? Also can akismet handle spam when some human put in spam links in a post or it just work with bots.
In reply to: 4,000,000 data can i use bbpressbbPress is the fastest option available. A point worth mentioning is that 0.9v is much faster than 1.0.2v
In reply to: 4,000,000 data can i use bbpressbbPress is the fastest option available. A point worth mentioning is that 0.9v is much faster than 1.0.2v
In reply to: Customize registration email@justin, That was a spam reply for checking email templates folder. There is nothing like that in bbPress.
You need to check out the code where the mail is sent in the code. If there are filters (most likely the case), then you can use a small plugin to modify that or even make changes to the core file there.
In reply to: Customize registration email@justin, That was a spam reply for checking email templates folder. There is nothing like that in bbPress.
You need to check out the code where the mail is sent in the code. If there are filters (most likely the case), then you can use a small plugin to modify that or even make changes to the core file there.
In reply to: 4,000,000 data can i use bbpressWhat are you even asking if you already have that much data in bbPress?
In reply to: 4,000,000 data can i use bbpressWhat are you even asking if you already have that much data in bbPress?
In reply to: Wp and bbpressYou don’t need deep integration for sharing user tables.
You can share them by defining something like this in wp-config.php file
define('CUSTOM_USER_TABLE','new_user_table');
define('CUSTOM_USER_META_TABLE', 'new_usermeta_table');But I would suggest copying over the users in WordPress side and then telling bbPress to use WordPress tables.
In reply to: Wp and bbpressYou don’t need deep integration for sharing user tables.
You can share them by defining something like this in wp-config.php file
define('CUSTOM_USER_TABLE','new_user_table');
define('CUSTOM_USER_META_TABLE', 'new_usermeta_table');But I would suggest copying over the users in WordPress side and then telling bbPress to use WordPress tables.
In reply to: Manipulating bb_optionDescribing what are you trying to do will help me explaining it better.
In reply to: Manipulating bb_optionDescribing what are you trying to do will help me explaining it better.
In reply to: Just a CommunityGood to hear that!
In reply to: Just a CommunityGood to hear that!
In reply to: Logging into BBpress admin panelNo
Plugin named bbPress integration
In reply to: Logging into BBpress admin panelNo
Plugin named bbPress integration
In reply to: Stylesheet not recognizedfix file permissions – http://blog.ashfame.com/2009/09/fix-my-templates-my-plugins-folder-not-working-bbpress/
In reply to: Stylesheet not recognizedfix file permissions – http://blog.ashfame.com/2009/09/fix-my-templates-my-plugins-folder-not-working-bbpress/
In reply to: Just a CommunityPlease share your converter for others in need.
In reply to: Just a CommunityPlease share your converter for others in need.
In reply to: Pull Latest Forum Posts within WordPressAnd if you want to display more stuff then you can do so by directly querying the bbPress database.
In reply to: Pull Latest Forum Posts within WordPressAnd if you want to display more stuff then you can do so by directly querying the bbPress database.