Search Results for '"wordpress'
-
AuthorSearch Results
-
April 29, 2010 at 11:21 pm #34143
Topic: adding a "main theme forum"
in forum Installationfoxchx
MemberHi,
i just installed my new bbpress forum with wordpress 2.9.2 integration which works fine… now i see how to add topics which is nice, but just can’t find anything about adding “forum main theme”
I am not talking about “design theme” (which by the way you guys gotta change that it’s ridiculous to call forums by “forum main theme” very confusing and almost impossible to find anything that is not related to the actual “design theme”)
anywho, how do i add new forums “main theme” to my forum??
April 29, 2010 at 8:36 pm #87302In reply to: wordpress integration
kikko088
Memberit workkkkkk!!
the problema was wordpress 3.0! with wp 2.9 is all ok!
April 29, 2010 at 8:13 pm #87496In reply to: Permalinks / htaccess file issue
ioloman
MemberThx Chris for linking to te previous topic!
Kevin,
I just want to mention that my wordpress site is currently using custom permalinks, without any problems.
Here the bbpress who couldn’t use them, i want to understand for example if i’m not on Apache server so that means my wordpress site wouldn’t use the custom permalinks (right) ?!
April 29, 2010 at 6:40 pm #34139Ashish Kumar (Ashfame)
ParticipantMy tutorial is live on wpwebhost – http://wpwebhost.com/make-bbpress-theme-match-with-wordpress-by-deep-integration/
April 29, 2010 at 6:35 pm #87301In reply to: wordpress integration
Ashish Kumar (Ashfame)
Participantwp-blog-header.phploadswp-load.php&template-loader.phpI think if we are not going to use WordPress themes in bbPress then we can use wp-load.php but I think wp-blog-header.php won’t hurt.
Your link looks interesting, I will have to see.
April 29, 2010 at 4:58 pm #87300In reply to: wordpress integration
kikko088
Member
nothing…always blank page…uff….i find also this linerequire_once( dirname( dirname( __FILE__ ) ) . ‘../wp-blog-header.php’ );
define(‘WP_BB’, true);
but nothing…blank page…grrr
kikko088
April 29, 2010 at 10:58 am #87145In reply to: WordPress 2.9.2 and bbpress cookies integration.
jakshi
MemberI tried and When I inserted this keys (from https://api.wordpress.org/secret-key/1.1/salt) in my config files, cookie integration don’t work.
Also I checked with salt (from https://api.wordpress.org/secret-key/1.1/salt) and my old 32 chars keys – and integration still didn’t work.
When I had returned short solt keys values (32 chars length) and my short 32 chars keys then cookie integration began to work.
Also I have noticed that in the http://jakshi.org.ua/wp-admin/options.php lack of secure_auth_salt keys, all other salt keys exist.
April 29, 2010 at 4:24 am #87144In reply to: WordPress 2.9.2 and bbpress cookies integration.
gerikg
Memberjakshi, just for argument sake can you try eight keys instead? https://api.wordpress.org/secret-key/1.1/salt
April 29, 2010 at 1:00 am #87143In reply to: WordPress 2.9.2 and bbpress cookies integration.
jakshi
MemberConcerning to my issue – I am using php 5.2.13 (I know this exactly, because I’m self hosting my blog on worpdress
)I’ll try to remove ?> in the end of the wp-config.php.
May be it’s significant for cookie inegration.
April 28, 2010 at 10:35 pm #87142In reply to: WordPress 2.9.2 and bbpress cookies integration.
gerikg
Member@ashfame, I emailed you. Yes I have all the WP files sent to me.
I get hosting from 1and1. For me to use php5 I have to put a line “AddType x-mapp-php5 .php” into the htaccess file when I don’t have that line I get a 500 error. On top of that WP one click update or install doesn’t work. I don’t know how to prove it to you.
April 28, 2010 at 10:05 pm #87141In reply to: WordPress 2.9.2 and bbpress cookies integration.
zaerl
ParticipantIt can be removed from any php file and its something debatable
Also the official documentation suggests that omitting the ?> at the end of the PHP file is helpful in some cases.
April 28, 2010 at 8:28 pm #84335In reply to: WordPress theme integrator plugin: Alpha launch
Ashish Kumar (Ashfame)
ParticipantI am interested in the details of its working. so how does it work?
April 28, 2010 at 8:07 pm #87140In reply to: WordPress 2.9.2 and bbpress cookies integration.
Ashish Kumar (Ashfame)
Participanthaving
?>at the end is not specific to wp-config.phpIt can be removed from any php file and its something debatable
I am still unsure about the PHP5 thing you mentioned. I would need an explanation to believe in it.
And I shoot you an email using your contact form. Did you get that?
April 28, 2010 at 7:42 pm #87139In reply to: WordPress 2.9.2 and bbpress cookies integration.
gerikg
Member-wp-config.php file does NOT have “?>” at the end.
-make sure your hosting company is using php5. They might have it but not using it. Search on google “use php5 [hosting company’s name]” and you will find a tutorial. It usually means adding something to you .htaccess file.
-blank screen means it 98% time is a plugin that is activated.
If you STILL having trouble you can email me with your information.
April 28, 2010 at 5:20 pm #87138In reply to: WordPress 2.9.2 and bbpress cookies integration.
jakshi
MemberMay be we(I) are missing something.
How do you think – what I should missing to have trouble with 64 bit keys and haven’t such trouble with 32 bit keys?
When you have time, I can afford you data that you need (answer questions about setup steps, configs, screenshots of settings, part of DBs etc.)
April 28, 2010 at 5:07 pm #87299In reply to: wordpress integration
gerikg
Member@Ashfame wp-blog-header.php versus wp-load.php. https://bbpress.org/forums/topic/topic-tags
April 28, 2010 at 4:59 pm #87298In reply to: wordpress integration
Ashish Kumar (Ashfame)
ParticipantAdd the code just after this :
<?php
/**
* The base configurations of bbPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys and bbPress Language. You can get the MySQL settings from your
* web host.
*
* This file is used by the installer during installation.
*
* @package bbPress
*/April 28, 2010 at 4:57 pm #87137In reply to: WordPress 2.9.2 and bbpress cookies integration.
Ashish Kumar (Ashfame)
ParticipantYou guys are missing out something. I will come up with something to help once I am free from my schedule.
April 28, 2010 at 4:19 pm #87297In reply to: wordpress integration
kikko088
Membernothing, I try to add also this line but nothing…
clean install of bbpress and 0 plugin wp.my bb-config.php
<?php
/**
* The base configurations of bbPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys and bbPress Language. You can get the MySQL settings from your
* web host.
*
* This file is used by the installer during installation.
*
* @package bbPress
*/
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for bbPress */
define( ‘BBDB_NAME’, ‘mio’ );
/** MySQL database username */
define( ‘BBDB_USER’, ‘root’ );
/** MySQL database password */
define( ‘BBDB_PASSWORD’, ‘root’ );
/** MySQL hostname */
define( ‘BBDB_HOST’, ‘localhost’ );
/** Database Charset to use in creating database tables. */
define( ‘BBDB_CHARSET’, ‘utf8’ );
/** The Database Collate type. Don’t change this if in doubt. */
define( ‘BBDB_COLLATE’, ” );
/**#@+
* Authentication Unique Keys.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/bbpress/ WordPress.org secret-key service}
*
* @since 1.0
*/
define( ‘BB_AUTH_KEY’, ‘put your unique phrase here’ );
define( ‘BB_SECURE_AUTH_KEY’, ‘put your unique phrase here’ );
define( ‘BB_LOGGED_IN_KEY’, ‘put your unique phrase here’ );
define( ‘BB_NONCE_KEY’, ‘put your unique phrase here’ );
/**#@-*/
/**
* bbPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$bb_table_prefix = ‘bb_’;
/**
* bbPress Localized Language, defaults to English.
*
* Change this to localize bbPress. A corresponding MO file for the chosen
* language must be installed to a directory called “my-languages” in the root
* directory of bbPress. For example, install de.mo to “my-languages” and set
* BB_LANG to ‘de’ to enable German language support.
*/
define( ‘BB_LANG’, ” );
require_once(dirname(__FILE__) . ‘/../wp-load.php’);
OR
(
/* Deep integration */
if ( !defined(‘ABSPATH’) & !defined(‘XMLRPC_REQUEST’)) {
define(‘WP_USE_THEMES’, false);
include_once(dirname(__FILE__) . ‘/../wp-blog-header.php’ );
header(“HTTP/1.1 200 OK”);
header(“Status: 200 All rosy”);
}
)
?>
I I’m not expert on php, I add correctly the line?
April 28, 2010 at 3:00 pm #87136In reply to: WordPress 2.9.2 and bbpress cookies integration.
jakshi
MemberNot at all.
I agree with “salts were never included in sample config file”, When I do integrations – I get salts values from options.
I and many other people will very happy if developers of bbpress says us what difference between your good working wordpress and bbpress cookie integration, and their wordpress and bbpress cookie integration that don’t work.
But for now – it’s still unresolved issue
April 28, 2010 at 2:28 pm #87296In reply to: wordpress integration
Ashish Kumar (Ashfame)
ParticipantPlugins can cause that, timeout issue, memory limit but I would suggest that try this code for deep integration
/* Deep integration */
if ( !defined('ABSPATH') & !defined('XMLRPC_REQUEST')) {
define('WP_USE_THEMES', false);
include_once(dirname(__FILE__) . '/../wp-blog-header.php' );
header("HTTP/1.1 200 OK");
header("Status: 200 All rosy");
}and remove your line of code which includes
wp-load.phpApril 28, 2010 at 1:21 pm #87135In reply to: WordPress 2.9.2 and bbpress cookies integration.
ekitel
MemberI just tried installing on a different host, gator as opposed to dreamhost but it still doesn’t work.
I find that when you logout of one it does automatically log you out of the other. Also when you log in into one when already logged into the other it logs you out of the other, so effectively you can only be logged into one at a time.
When looking at the cookies that are set I see that WP sets 2:
wordpress_ada20ea306634ad9f83718aa733fc431
wordpress_logged_in_ada20ea306634ad9f83718aa733fc431
When logging into BBP it only sets 1:
wordpress_logged_in_ada20ea306634ad9f83718aa733fc431
I notice in WP the values for wordpress_ and wordpress_logged_in_ don’t match, are they supposed to be different?
If already logged in with WP and then logging in with BBP I notice that the value of wordpress_logged_in_ changes. I’m sure that’s why if you go back to WP then you find yourself logged out.
As far as I can tell the value set for wordpress_logged_in_ by WP is not recognized by BBP so you are not automatically logged in to it. I wonder why that is if I’ve followed all the cookie integration steps?
April 28, 2010 at 1:13 pm #85184In reply to: Guranteed Fix for WP/bbPress Integration!
kevinjohngallagher
MemberOh, and on that note (not to steal from the other thread).
I’ve only ever used 32 length keys, never 64.
Again, mightprobably will have 0 impact, but right now it works so…
I’ve also copied the SALTs from the wordpress and bbpress options page onto the config file.
Again, probably 100% overkill, but right now it works so…
This may sound daft, but I’ve accepted that integration isn’t going to be the exact science I think it should be, so i just try to cover the bases.
April 28, 2010 at 12:56 pm #85183In reply to: Guranteed Fix for WP/bbPress Integration!
kevinjohngallagher
MemberYo dudes,
I know matey, wasn’t meant in a bad way at all

In terms of backward compatability, there’s quite a bit of change to how constructs and classes are handled, and depending on when the code was written, could cause some hidden issues.
bbPress 0.7,0.8 & 0.9 weren’t major rewrites of any of the basic backend code. A huge chunk of them were written by Matt over a weekend some 7 years ago and the move to backPress was a definative leap (fully awesome OOPness – as much as its kinda useless ).
So what i meant wasn’t just the leap from PHP4final to PHP5; but also things that were not aimed for PHP4 but that PHP4 supported. i.e. The code that was still in bbPress0.9 that was written when PHP3 was still around.
Long time bro.
I know the problem of which you speak mate, and while not knowing exactly which bit of code makes it go away, I’ve not had it in ages.
Login in wordpress >>> check that i’m “logged in” on bbPress >>> access admin.
Yeah it all works. I’ll have to delve into the code when home, but I think the sites I’m testing on are using “super anne” code/plugin. I also doubt these are on the latest versions of bbpress/wordpress. Frankly I’ve accepted that installing bbpress means not upgrading wordpress.
As i recall from the long long long thread in 2008, the key thing was having:
in wordpress config:
define(‘COOKIE_DOMAIN’, ”);
define(‘COOKIEPATH’, ‘/’);
in bbPress config:
$bb->authcookie = ‘wordpress_’;
$bb->cookiedomain = ”;
$bb->cookiepath = ‘/’;
$bb->sitecookiepath = ”;
The basic theory was that the bbPress admin, wasn’t reading the wordpress cooking properly or at all, something to do with when it was assigning/pulling data from the “$bb” global variable; so it wouldn’t let you access the admin panel of bbPress. But by setting this info in the config (loaded first) it solved it.
That may be pie in the sky my friend, but thats what my brain is telling me.
April 28, 2010 at 12:51 pm #87454In reply to: Problems when installing bbpress
zaerl
Participantand i get alot of errors
What errors? Please notice that bbPress isn’t a WordPress/buddypress plugin but a standalone software.
-
AuthorSearch Results