Search Results for '\"wordpress\'
-
Search Results
-
The issue arose when changing the domain from a devel url (example. devel.website.com) to the live site website.com
I changed the domain in every place I could find:
WP Options
WP / BBPress plugin for WP
bb-admin.php
I searched the database for any instances of devel.website.com and modified them (there were other instances in bb_meta, etc.
The user logs in through the WordPress admin, but is not logged into BB Press. Similarily, if the user logs out of WP Admin, they are not logged out of BB Press.
Anyone run into the same issue? Thanks for your help!
Topic: Edit register.php
I’m trying to edit register.php in my template file so that it will use my WordPress one instead, this is the code I have so far, but it doesn’t work, any help thanks.
<?php if ( !bb_is_user_logged_in() ) { ?>
<?php header("Location: http://paperviewzine.com/wp-login.php?act=register"); ?>
<?php } else { ?>
<?php header("Location: http://paperviewzine.com/forums/"); ?>
<?php }; ?>I’m trying to integrate WordPress MU 2.8.3 and bbPress 1.0.2
When I access my site through WordPress everything works fine, I see myself logged in at bbPress and I can access the admin area. When I access my site through bbPress and then go to /wp-admin/, it redirects me here: /wp-login.php?redirect_to=http%3A%2F%2Fwww.mydomain.com%2Fwp-admin%2F. I can fill in the login name and password, and it’ll let me in, but it should just appear the dashboard in the first place…
I’ve followed Sam’s screencast, step by step, and tried it over three times with fresh installs… but still happens the same. But I don’t know, maybe I’m missing something.
First I install Wordpres Mu. Then I go to the bbPress installation page. I fill in everything to integrate it with WordPress. Then I map the user registrations, although I have also left this step for the last one in another installation/integration. I go WordPress, download the bbPress plugin, copy the cookies configuration, paste it into wp-config.php. The I delete all the cookies and temp files in my browser.
It’s strange, cause when I go to the home page of the site I can see I’m logged in:
WordPress µ
This is a WordPress Mu powered site.
You can:
* Site Admin
* Log out
* Create a new blog
* Edit this file at wp-content/themes/home/home.php with your favourite text editor and customize this screen.
But it still won’t access the administration dashboard. I’ve tried registering another user giving it administration control, but the redirection thing still happens.
It’s kinda funny cause one of the times I installed WordPress Mu and bbPress while I was testing, I could integrate them with no problem. But when I tried it under the final domain, it always happens the same, and gives me that ‘little’ problem.
These are the cookies when I access the admin areas:
After WordPress login:
wordpress_logged_in_*****************
wordpress_*************
bb_user-settings-time-1
After going from WordPress Admin Dashboard to bbPress Admin Dashboard:
wordpress_logged_in_*****************
wordpress_*****************
wordpress_*****************
wordpress_test_cookie
bb_user-settings-time-1
wp-settings-time-1
wp-settings-1
I delete all the browser’s cookies and do the opposite.
After bbPress login:
wordpress_logged_in_*****************
wordpress_*************
bb_user-settings-time-1
After going from bbPress Admin Dashboard to WordPress Admin Dashboard:
This is when the redirection problem comes in!
wordpress_test_cookie
wordpress_logged_in_*****************
Subj.
I want do disallow ordinary users to edit their display_name in profile.
How could i do it ?
For WordPress the problem was solved by adminimize plugin. Maybe such a way for BB exists?
Topic: i'm confused about mysql
I registered a hosting space on http://www.netsons.com (it’s free). They offer a mysql database. I istalled wordpress and bbpress on the space, and worked. But the question is: when i installed bbpress…it asked me about a mysql url…i inserted netsons’s mysql url… it sayed ok.
But when i register a new user on forum…the record is not in netsons’s mysql!!! the user is visible only in bbpress forum panel.
So: why it asked me about a mysql URL if it don’t use it?
i’m newbie from italy…sorry
I just installed a new bbPress 1.0.2 install on a web site, and successfully integrated it into an existing WordPress site.
I found a bug: whenever going to someone’s profile page (/forum/profile/1), it’s showing the login name, nickname, and ‘member since’ date for whoever happens to be logged in at the time. It should be showing the info for the person whose page I’m visiting.
The User Activity section shows activity for the correct person (and the navigation menu is also correct), but those other bits are wrong.
This is also messing my ability up to edit someone’s profile when logged in as the admin: it’s showing my own admin account’s info instead of theirs, and even is showing their role as Key Master.
If nobody is logged in, then the page works correctly.
Anyone have any ideas? Is this just me?
I’ve been tearing my hair out for about a week over this. I’ve gone through the WP/bbPress integration process, but if I use the WordPress login form to get into the site, I can’t access the bbPress Admin control panel. It just bounces me back to the forum’s front page. It DOES work if I use bbPress’ login, but I really don’t want to do that every time I want to administrate the site. In fact, I don’t want to use the bbPress login screen at all.