Search Results for '\"wordpress\"'
-
Search Results
-
After integrating wp and bb and having wordpress header, footer and sidebar for both, wp and bb, I have these wordpress functions in my sidebar;
<?php wp_register(”); ?>
<?php wp_loginout(); ?>
<?php wp_meta(); ?>
And in bb press frontpage I have this one;
<?php login_form(); ?>
First, I thought I could replace wp functions in the sidebar for bbpress’ <?php login_form(); ?> but this function it is not defined for wordpress and I have got an error.
Besides there are two other problems;
* if users register through bbpress, their roles are not defined in wordpress
* if I remove wordpress meta functions from the sidebar I lose the link to the admin control panel.
Well, another option would be using the wp functions for login;
<?php wp_register(”); ?>
<?php wp_loginout(); ?>
<?php wp_meta(); ?>
and then changing their beaviour so;
* whenever you login you are not taken to the control panel unless you are the admin
* whenever you are an user and you click in “site admin” link wich appears above the log-out link, you are taken to the bbpress profile.php
My questions are; first of all, do you find any sense in all of this or is it just crap?
does anybody know where is defined wordpress login meta links so I can change them?
and finally, does anybody have a better idea?
Topic: forum.2diabolos.com
as propose by the sticky topic, I strut my forum :
I’m proud of the theme
1) for the total integration with the rest of my diabolo site (http://www.2diabolos.com). The post in the forum are shown as comments in each page of my website.
2) for the “profile” page : I created tabs
the integration with my wordpress blog works also, but I don’t want to use that a lot.
Topic: Plugin: Add Sidebar
Topic: wpmu bbpress wp bbpress orgy
Ok here come the explanation. I have wpmu bbpress install all integrated. Styling is still a little screwy in IE but thats not the main problem.
I have installed a copy of WP on a subdirectory. In that subdirectory I created another subdirectory for bbpress. I have been trying to install bbpress but it says it cannot access the db. I know the its not the database name, username or password it must be the path?
here is the path structure
mainwpmuinstall/wpinstall/bbpressinstall
$bb->domain = ‘http://mysoberlife.com’;
$bb->path = ‘/democlinical/forums’;
$bb->wp_table_prefix = ‘wp_’;
$bb->wp_home = ‘http://mysoberlife.com/democlinical’;
$bb->wp_siteurl = ‘http://mysoberlife.com/democlinical’;
$bb->usercookie = ‘wordpressuser’;
$bb->passcookie = ‘wordpresspass’;
Been trying different options and can’t get it to work. Was hoping I made some silly simple error that someone more experienced could pick up.
I can’t think up a reason why bbpress couldn’t work on a subdirectory set up like this.
I’m doing some integration of WordPress and bbPress and I need to know where this certain function is before the login_form function will work correctly on the WordPress site. The function I cannot find is:
bb_is_user_logged_in
If someone could tell me in which file this function is located, well, you would make my day.
– Justin