Forum Replies Created
-
In reply to: Seems Like BBpress Cannot Do Rich Text
Show us an example, may be they are not in the allowed tags list or something
In reply to: Seems Like BBpress Cannot Do Rich TextIn reply to: Seems Like BBpress Cannot Do Rich TextIn reply to: Security Bug Report Contact+1 for _ck_
In reply to: Security Bug Report Contact+1 for _ck_
In reply to: Favorites page returning profile-page?I ran into this bug today! Just a note that favorites.php is used to create favorite pages in bbPress v1 too
In reply to: Where Is The Manual and InstructionsRight, there is no official manual.
Find the integration guide on this page – http://blog.ashfame.com/bbpress/
Try this plugin for sync – https://bbpress.org/plugins/topic/wordpress-bbpress-syncronization/
Create my-plugins folder with 755 permissions in root of bbPress and put plugins there. You can activate them from dashboard after login.
P.S. – Being to the point doesn’t hurt. Write as much required.
In reply to: Where Is The Manual and InstructionsRight, there is no official manual.
Find the integration guide on this page – http://blog.ashfame.com/bbpress/
Try this plugin for sync – https://bbpress.org/plugins/topic/wordpress-bbpress-syncronization/
Create my-plugins folder with 755 permissions in root of bbPress and put plugins there. You can activate them from dashboard after login.
P.S. – Being to the point doesn’t hurt. Write as much required.
In reply to: Where Is The Manual and InstructionsI doubt if your host even did an integrated install with WordPress?
If you want WP sync, there is a plugin for that. Can’t recall if it requires integrated setup. Please be clear about your needs instead of a story in paragraph, hard to make out of it.
In reply to: Where Is The Manual and InstructionsI doubt if your host even did an integrated install with WordPress?
If you want WP sync, there is a plugin for that. Can’t recall if it requires integrated setup. Please be clear about your needs instead of a story in paragraph, hard to make out of it.
In reply to: Need advice on bbPress (vs SMF, or phpBB)bbPress #ftw
all your mentioned needs can be satisfied easily by bbPress
In reply to: Need advice on bbPress (vs SMF, or phpBB)bbPress #ftw
all your mentioned needs can be satisfied easily by bbPress
In reply to: Manipulating bb_optionjust make an array and save it as if it was a variable, APIs would handle its serialization and everything.
In reply to: Manipulating bb_optionjust make an array and save it as if it was a variable, APIs would handle its serialization and everything.
In reply to: Links point to old domain.first of all change this http://img27.imageshack.us/img27/2388/killnk.png
In reply to: Links point to old domain.first of all change this http://img27.imageshack.us/img27/2388/killnk.png
In reply to: Links point to old domain.then its all in the database
In reply to: Links point to old domain.then its all in the database
In reply to: Links point to old domain.either the links are hardcoded in theme or they are in content portion.
former can be fixed by editing the files and the later can be fixed by sql replace query
In reply to: Links point to old domain.either the links are hardcoded in theme or they are in content portion.
former can be fixed by editing the files and the later can be fixed by sql replace query
In reply to: Manipulating bb_optionwhy don’t you just make an array and save it
// For retrieval
$array = bb_get_option('option-name');
// For Saving
bb_update_option('option-name',$array);In reply to: Manipulating bb_optionwhy don’t you just make an array and save it
// For retrieval
$array = bb_get_option('option-name');
// For Saving
bb_update_option('option-name',$array);In reply to: Logging into BBpress admin panel@Jaja its not a known issue. I have done numerous setups till far
In reply to: Logging into BBpress admin panel@Jaja its not a known issue. I have done numerous setups till far
In reply to: Logging into BBpress admin panelyeah clear the cookies after you have done everything. for instance, try a different browser