Search Results for '"wordpress'
-
AuthorSearch Results
-
December 16, 2010 at 8:23 am #103354
In reply to: Logging into BBpress admin panel
Malcolm01
MemberHello,
fel, I have recently installed fresh new wordpress and bbpress on my web site. I am still running into the problem of posts not being created unless default forum is filled in on the options screen. However, I can’t override this by using a different forum number on the write a post page. Any idea what the hangup is there?
Thanks
December 16, 2010 at 8:23 am #98254In reply to: Logging into BBpress admin panel
Malcolm01
MemberHello,
fel, I have recently installed fresh new wordpress and bbpress on my web site. I am still running into the problem of posts not being created unless default forum is filled in on the options screen. However, I can’t override this by using a different forum number on the write a post page. Any idea what the hangup is there?
Thanks
December 15, 2010 at 8:11 pm #103352In reply to: Logging into BBpress admin panel
Jaja..
Member@ topic starter this is a known issue for a long time..
You can’t do anything against it. (maybe do a new integration) but don’t do anything without backing up..
Try this:
Go back to your WordPress site Log-out > move back to the forum page and log-in on the bbPress site as the admin than you see you can go to the bbPress back-end..
Now you also can go to the WordPress site and jump to the WordPress back-end.
So my advice would be try to delete the WordPress log-in section from your WordPress site and try to include the bbPress log-in section into the WordPress section else you will keep this issue.
(i have the same issue)
December 15, 2010 at 8:11 pm #98252In reply to: Logging into BBpress admin panel
Jaja..
Member@ topic starter this is a known issue for a long time..
You can’t do anything against it. (maybe do a new integration) but don’t do anything without backing up..
Try this:
Go back to your WordPress site Log-out > move back to the forum page and log-in on the bbPress site as the admin than you see you can go to the bbPress back-end..
Now you also can go to the WordPress site and jump to the WordPress back-end.
So my advice would be try to delete the WordPress log-in section from your WordPress site and try to include the bbPress log-in section into the WordPress section else you will keep this issue.
(i have the same issue)
December 14, 2010 at 7:13 pm #94752In reply to: bbPress 2.0 – Updates
Ryan Gannon
MemberLiterally go to your WordPress permalinks page and click save.
Yes, many times.
December 14, 2010 at 6:23 pm #94751In reply to: bbPress 2.0 – Updates
Rich Pedley
MemberLiterally go to your WordPress permalinks page and click save.
December 14, 2010 at 11:26 am #103367In reply to: Wp and bbpress
Ashish Kumar (Ashfame)
ParticipantYou 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.
December 14, 2010 at 11:26 am #98267In reply to: Wp and bbpress
Ashish Kumar (Ashfame)
ParticipantYou 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.
December 12, 2010 at 6:29 pm #65267In reply to: WordPress integration: Logout problem
varungupta
MemberDeleting the cookies will delete the current session information from the browser which is exactly done by logout. So I don’t think this is a valid solution. The wordpress application should do this by itself when user presses logout.
December 12, 2010 at 10:06 am #64521In reply to: Rewrite rules under lighttpd?
webmacho
MemberAny updates on this #
# shoggy ?
I have something simlar for my wordpress but this one you aded here does not work for bbpress
do I need to add more rules?
December 12, 2010 at 3:44 am #103363In reply to: Wp and bbpress
pagal
ParticipantYep, You need to integrate your forums with WordPress deeply, where you can set bbPress users table with WordPress users table during bbPress Integration.
After setting up cookies process, allow just registered members to comment on your blog.
For more help see this documentation.
Plus, I can personally help you to integrate forums.
Contact at pagalsoch {at} gmail {dot} com
Best of luck.
December 12, 2010 at 3:44 am #98263In reply to: Wp and bbpress
pagal
ParticipantYep, You need to integrate your forums with WordPress deeply, where you can set bbPress users table with WordPress users table during bbPress Integration.
After setting up cookies process, allow just registered members to comment on your blog.
For more help see this documentation.
Plus, I can personally help you to integrate forums.
Contact at pagalsoch {at} gmail {dot} com
Best of luck.
December 11, 2010 at 11:32 pm #103346In reply to: Logging into BBpress admin panel
cshively
MemberYep. I’ve got the integration plugin running on the WordPress side (if it’s the one called “BBPress Admin”). When I click on it in the WordPress admin panel, I get a sub-window that should be the bbpress admin panel. Instead, it’s just showing my blog (which I think it’s picking up as a default.) Thanks for the suggestion though…
December 11, 2010 at 11:32 pm #98246In reply to: Logging into BBpress admin panel
cshively
MemberYep. I’ve got the integration plugin running on the WordPress side (if it’s the one called “BBPress Admin”). When I click on it in the WordPress admin panel, I get a sub-window that should be the bbpress admin panel. Instead, it’s just showing my blog (which I think it’s picking up as a default.) Thanks for the suggestion though…
December 11, 2010 at 9:36 pm #103310In reply to: Pull Latest Forum Posts within WordPress
Ashish Kumar (Ashfame)
ParticipantAnd if you want to display more stuff then you can do so by directly querying the bbPress database.
December 11, 2010 at 9:36 pm #98210In reply to: Pull Latest Forum Posts within WordPress
Ashish Kumar (Ashfame)
ParticipantAnd if you want to display more stuff then you can do so by directly querying the bbPress database.
December 11, 2010 at 9:28 pm #103345In reply to: Logging into BBpress admin panel
Ashish Kumar (Ashfame)
ParticipantMake sure you have the integration plugin running on the WordPress side
December 11, 2010 at 9:28 pm #98245In reply to: Logging into BBpress admin panel
Ashish Kumar (Ashfame)
ParticipantMake sure you have the integration plugin running on the WordPress side
December 11, 2010 at 9:25 pm #103324In reply to: Best way to structure a BBPress / WP site
Ashish Kumar (Ashfame)
ParticipantInstall WordPress
Install bbPress
Integrate bbPress with WordPress (user table, login sync) – http://blog.ashfame.com/2009/07/integrate-bbpress-10-with-wordpress-28/
Create a simple plugin for bbPress which makes it member only (don’t know if one already exists)
December 11, 2010 at 9:25 pm #98224In reply to: Best way to structure a BBPress / WP site
Ashish Kumar (Ashfame)
ParticipantInstall WordPress
Install bbPress
Integrate bbPress with WordPress (user table, login sync) – http://blog.ashfame.com/2009/07/integrate-bbpress-10-with-wordpress-28/
Create a simple plugin for bbPress which makes it member only (don’t know if one already exists)
December 10, 2010 at 10:52 pm #36473Topic: Logging into BBpress admin panel
in forum Troubleshootingcshively
MemberHi, I did an integration between wordpress and bbpress about six months ago. About 2 months ago, I lost the ability to login to my admin screen for bbpress. When I go to my bbpress forum, I’m automatically logged in as the admin and can add/delete posts, edit my profile (it looks like I’m still the keymaster, but I’m not sure), etc. However, I can’t get to my bbpress admin panel. When I click on the “Forum Dashboard” link, it takes me to my wordpress admin panel. When I go to the URL that used to take me to my bbpress admin panel, I get my wordpress blog page (a default page, I believe). Any help would be greatly appreciated. Thanks in advance!
December 10, 2010 at 1:07 am #103308In reply to: Pull Latest Forum Posts within WordPress
Jaja..
MemberDecember 10, 2010 at 1:07 am #98208In reply to: Pull Latest Forum Posts within WordPress
Jaja..
MemberDecember 10, 2010 at 12:05 am #103307In reply to: Pull Latest Forum Posts within WordPress
zacharyrs
Memberwhat plugin?
December 10, 2010 at 12:05 am #98207In reply to: Pull Latest Forum Posts within WordPress
zacharyrs
Memberwhat plugin?
-
AuthorSearch Results