Search Results for 'forum'
-
AuthorSearch Results
-
May 11, 2009 at 11:22 pm #45095
In reply to: 404 /blog /members etc… RC2 WPMU 2.7.1
Jeff Sayre
ParticipantFreaking Wildchild-
Since Donncha’s WordPress MU Domain Mapping plugin (aka the sunrise domain plugin) allows you to map a blog to another domain, this could be the issue. I would post on the WPMU forum or, better yet, contact Donncha directly to ask for his assistance. http://ocaoimh.ie/wordpress-mu-domain-mapping/
This is beyond scope of the BuddyPress support forums.
May 11, 2009 at 9:27 pm #45079In reply to: Sitewide forums as it is used here in this forum…
Jeff Sayre
ParticipantMattlay-
No problem! It is not an easy topic to search.
May 11, 2009 at 9:22 pm #45078In reply to: Sitewide forums as it is used here in this forum…
mattlay
ParticipantThank you sorry for not finding it before.
May 11, 2009 at 9:05 pm #45077John James Jacoby
KeymasterAndy,
The code that I recommended go in bb-config.php actually does what you’re doing here on bp.org, plus it avoids an XMLRPC conflict, plus it bypasses the 404 errors that pop up when viewing the forum from inside WP, plus it loads WP/BP in the admin area by using the absolute path.
Not sezzin’ it’s better, just sezzin’ is all…
May 11, 2009 at 7:34 pm #45071nicolagreco
Participant@jfcarter, try adding do_action(‘wp’)
it works for me
May 11, 2009 at 6:48 pm #45063In reply to: Sitewide forums as it is used here in this forum…
Jeff Sayre
ParticipantYour answer is in this forum thread: https://buddypress.org/forums/topic.php?id=2572
May 11, 2009 at 3:41 pm #45055In reply to: Default Theme Issues – HELP! :)
dainismichel
ParticipantJust replaced the 6 instances of get_option(‘home’) in header.php of my member blog theme with $bp->root_domain as described.
Don’t see any difference in the behavior of the site.
Really impressed with delsolownersclub wow. great work.
I’d love to turn this into a procedure for the community, but I don’t know how to do it yet. Stuck here too: https://buddypress.org/forums/topic.php?id=1632&page=2&replies=43#post-14553
Best,
Dainis
May 11, 2009 at 3:39 pm #45054In reply to: No Group Forums
jugoretz
ParticipantThanks, Lederman, but that did not work for me!
Sigh.
May 11, 2009 at 3:17 pm #45052jfcarter
ParticipantThanks. I had forgotten to add back the div stuff you suggested. After including it, I now have a blank area where the buddy bar should be and it includes part of the login bar (which I added to the buddy bar).
The rest of the buddybar menus are not showing.
But this is major progress.
Thanks to you and Andy and JJJ
May 11, 2009 at 2:50 pm #45048In reply to: Sitewide forums as it is used here in this forum…
mattlay
ParticipantI am looking for this exact eplaination as well it is perfect how it is done on buddypress. It would be helpful if once you installed buddypress and do the integration of the forums that it somehow shows up on in your site like it does here. I am no coder and am sure it is not trivial.
May 11, 2009 at 1:54 pm #45040In reply to: Keep Me Logged In Checkbox
belogical
ParticipantI was just following what I thought was proper buddypress forum etiquette according to rule # 7 here https://buddypress.org/forums/topic.php?id=2543.
Thanks for the response.
May 11, 2009 at 12:43 pm #45033In reply to: register.php not working (but wp-signup.php does)
Kunal17
ParticipantOk after further testing, my earlier belief that wp-signup.php works was wrong. I just realized that I must have tried wp-signup.php while signing up with a gmail address (which works).
Considering that the only entry that I make for the admin email address is to add the email address in the site admin options, do I not need to add a user name and password into WPMU for the email address to allow WPMU access to send emails? I am using a non gmail domain hosted on google apps as the support email in the admin.
Btw, I realize that with wp-signup.php not functioning as well, this is no longer a buddypress issue but probably a WPMU one. However, I would still be grateful for any help I can get from these forums. I will continue my search at WPMU forums also. Thanks.
May 11, 2009 at 12:25 pm #45032Jeff Sayre
ParticipantJfcarter-
You do have the calls to the buddybar as I outlined in the second post in this thread, correct?
Are you using a customized bbPress theme? If so, switch to the default bbP theme, add in the necessary code as detailed in this thread, and see what happens.
May 11, 2009 at 12:18 pm #45031jfcarter
Participant@JJJ – you were correct; I wasn’t using the absolute path – I tried your code and got no errors. Many thanks.
@Andy – Thanks for your help also; I tried your code and am no longer getting the error messages.
The challenge: still no buddybar.
Right now I’m using Andy’s code at the top of the bb-config.php. I have the call files in header and footer of the template. It’s just not showing.
May 11, 2009 at 10:50 am #45020Andy Peatling
KeymasterJfcarter: you should be able to enable deep integration by adding this to the very top of your bb-config.php file:
require_once( $_SERVER['DOCUMENT_ROOT'] . '/wp-blog-header.php' );Assuming WordPress is installed in the root.
May 11, 2009 at 7:13 am #45013Kunal17
ParticipantAndrea,
No I think I am using the other older one. (I came across DeannaS’ but for some reason forum discussions convinced me that it was still a work in progress.) Ill switch over and try it out now. Thanks.
May 11, 2009 at 7:06 am #45012John James Jacoby
KeymasterI’m not exactly sure what you mean by including the file correctly. Which file do you mean?
include_once( '/your/absolute/path/to/domain/wp-blog-header.php' );^—Did you change the path to be your ABSOLUTE path to that file? Not the URL to the file, but the absolute path.
May 11, 2009 at 2:46 am #45004jfcarter
ParticipantThanks for clarifying this, JJJ. I am hoping to setup the “deep integration” you discussed.
I’m not exactly sure what you mean by including the file correctly. Which file do you mean?
May 11, 2009 at 2:15 am #45002John James Jacoby
KeymasterSounds to me like you’re not including the file correctly. If you were, the function would exist.
Basic integration has very little to do with what you’re trying to do. They are unrelated in most ways. Basic integration just allows cookies to match up, so that you have a unified login scenario, where you can login and out freely from either side of WP or BBP.
Deep integration involves loading bbPress inside WordPress, and WordPress inside bbPress, so that all functions and data are available to both sides at any point.
May 11, 2009 at 1:19 am #45000jfcarter
ParticipantI’m still getting this error, even with the revised syntax/language.
Fatal error: Call to undefined function wp_head() in mysite.com/forums/bb-templates/bbpress-forum/header.php
Not sure what else could be going on. I have the basic integration, in terms of cookies, users, and forums.
May 11, 2009 at 12:54 am #44998John James Jacoby
KeymasterYou’ll want to put this at the top of bb-config.php:
if ( !defined('ABSPATH') & !defined('XMLRPC_REQUEST')) {
define('WP_USE_THEMES', false) ;
include_once( '/your/absolute/path/to/domain/wp-blog-header.php' );
header("HTTP/1.1 200 OK");
header("Status: 200 All rosy") ;
}The
&should be just the &May 11, 2009 at 12:42 am #44997jfcarter
ParticipantI did put the call just before the close of the header and still got the fatal error above.
Just to double check, is this correct code to load WPMU?
[at the top of bb-config.php]
if ( !defined( \’ABSPATH\’ ) ) {
include_once( \’http://mysite.com/wp-load.php\’ );
}
Otherwise, I\’m not sure what else could be wrong.
May 10, 2009 at 11:23 pm #44985Jeff Sayre
ParticipantJfcarter-
Where did you place the call to wp_head()? It should be the last line before the closing head tag:
...
<?php wp_head(); ?>
</head>May 10, 2009 at 9:16 pm #44974In reply to: “socialnetwork” font
jfcarter
ParticipantMay 10, 2009 at 8:51 pm #44973jfcarter
ParticipantOkay, I finally found a thread that I think has the answer, so I am posting this just to check:
Over at the bbPress forums, it was suggested to add the code below to the beginning of the bb-config.php file:
if ( !defined( ‘ABSPATH’ ) ) {
include_once( ‘/Full/Path/To/wp-load.php’ );
}
I have added that per the instructions and also included the suggested code in the footer of my template. Still not getting anything in terms of a buddybar, but did not see any errors.
When I also added the header code in, I got this error:
Fatal error: Call to undefined function wp_head() in mysite.com/forums/bb-templates/bbpress-forum/header.php
Any ideas as to how to fix this?
-
AuthorSearch Results