Forum Replies Created
-
In reply to: move forum to subdomain
are you ready for some experimentation?
i think just moving all the files to the sub folder and then updating bbpress url (Settings > General) and all other links via SQL query should do
In reply to: bb_list_tags() to show like bb_tag_heat_map()you can use this
<?php bb_tag_heat_map(array( 'smallest' => 8, 'largest' => ); ?>
In reply to: bb_list_tags() to show like bb_tag_heat_map()you want them to simply show with the same font. right?
In reply to: problem with css menuyou need to have
list-style-type:none;
for your menuIn reply to: wordpress integrationTry this tutorial of mine – http://wpwebhost.com/make-bbpress-theme-match-with-wordpress-by-deep-integration/
In reply to: Problem with WordPress User Role MapThis will fix your issue – http://blog.ashfame.com/2009/09/fix-lost-admin-access-bbpress/
In reply to: Error After Installingglad that you got it working
In reply to: cannot login to adminIn phpMyAdmin, don’t just enter the value of user_pass as it is. Select md5 as function. bbPress will change the password phrase by using phpass when you login.
In reply to: Is bbPress moving forward ?Its not gonna die, development is sluggish at the moment though. If you have opted for bbPress, you have already made a good decision. Just look for what do you need to implement in your forums.
I wonder how did that happen.
Try this ->
Open users for edit and then on the edit profile page, reselect usertype as Member and save
In reply to: Errors in bbPress – seen on the Official forumssometimes? thats my concern. Either it will have some delay for the fresh data to display because of cache or it will just show the exact details without cache.
What’s the point of screwing up the values sometimes?
In reply to: Error After InstallingDrop the bbPress tables in the database and re-install. If you are integrating via install only, then choose the WordPress admin username to start with(select from the dropdown), don’t enter the same username as different username as that would cause conflict with the already existing one.
In reply to: Errors in bbPress – seen on the Official forumsThanks for the link!
Why there is a need for recount? Why would the counts go out of sync at the first place?
In reply to: Errors in bbPress – seen on the Official forumsAnother evidence – http://screencast.com/t/NmQ2NTZiM2Q
In reply to: WordPress 2.9.2 and bbpress cookies integration.I have always done all my integrations with the keys generated from the link gerikg shared.
You can take a look at my tutorial – http://blog.ashfame.com/2009/07/integrate-bbpress-10-with-wordpress-28/
and you will only need secure_auth_salt key when you are using https protocol
In reply to: Direct code to post urldid you check out the patch submitted by foof? Its what you need
I wonder why kevin changed the milestone to 1.5?
In reply to: How to use bb_send_pass_message filter?All filters work the same way.
just append the data with the argument (actual data passed) and return it.
BTW, what did you try?
In reply to: WordPress integration.. againDid you setup user role map in bbPress under WordPress integration settings? http://wpwebhost.com/wp-content/uploads/2010/04/userrolemap.png
In reply to: really not sure bbpress is any goodyou can use your WordPress theme for bbPress pages – http://wpwebhost.com/make-bbpress-theme-match-with-wordpress-by-deep-integration/
In reply to: Need a copy of the following themesIn reply to: wordpress integrationwp-blog-header.php
loadswp-load.php
&template-loader.php
I think if we are not going to use WordPress themes in bbPress then we can use wp-load.php but I think wp-blog-header.php won’t hurt.
Your link looks interesting, I will have to see.
In reply to: WordPress theme integrator plugin: Alpha launchI am interested in the details of its working. so how does it work?
In reply to: bbpress themeSent an email! Anyone else having a copy of this theme?
In reply to: peacemaker bbpress theme is incompleteIf some file is missing any of the files, the default ones are used from default theme.
P.S. – I know this question is one month old but I came on it searching for something
In reply to: New theme: American BonesMind sharing it?