Search Results for 'bbpress'
-
AuthorSearch Results
-
April 28, 2010 at 8:20 pm #85368
In reply to: Unwanted ads in bbPress Themes
Ashish Kumar (Ashfame)
ParticipantI have cleaned all those themes. Will host shortly – http://twitpic.com/1j5up2
April 28, 2010 at 8:11 pm #87349In reply to: BuddyPress Default theme for bbPress
Ashish Kumar (Ashfame)
ParticipantI will be waiting for the normal theme
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 8:03 pm #87462In reply to: Problems when installing bbpress
Ashish Kumar (Ashfame)
ParticipantThere is a phpBB importer available for versions before than 3.0 and I haven’t heard anything for 3.0
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 6:54 pm #87444kieranyo
MemberWhat he said ^

if you want to know exactly I can point you to the line of code.
April 28, 2010 at 6:31 pm #87461In reply to: Problems when installing bbpress
Josh
MemberOk, now i have externally installed bbpress, how would i convert my phpbb tables to bbpress ones? I don’t know if some of the ones i find, will work since i have the most recent version of phpbb which is 3.0.7 PL1 can someone tell me how i would convert the tables so i can use them in bbpress?
April 28, 2010 at 6:05 pm #87460In reply to: Problems when installing bbpress
Josh
MemberOk, and a word to the wise, never use the admin plugin it messes you up completly…..
April 28, 2010 at 5:32 pm #87459In reply to: Problems when installing bbpress
kevinjohngallagher
MemberHey Josh,
We’re not passing the buck here mate, but really, unless it’s a front end bbPress issue, you’re going to have to go the the BuddyPress people.
the version of bbPress that is included in BuddyPress is insanely heavily hacked/edited; with the entire backPress from bbPress removed and replaced. Other than the displaying of the forum (and i mean the physical HTML routines in teh templates), everything else is different.
We can help you guess, but really, you’ll get the answers quicker from the great people over at BuddyPress who wrote the code you’re having an issue with.
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 5:07 pm #87458In reply to: Problems when installing bbpress
Josh
MemberWell, it’s not really as a plugin, but as a component of buddypress.
April 28, 2010 at 5:05 pm #87457In reply to: Problems when installing bbpress
batrachoid
MemberYou have bbpress installed as a plugin and it’s not a plugin.
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:34 pm #87456In reply to: Problems when installing bbpress
Josh
MemberWell, i installed it from buddypress, i know it’s a standalone website app, it’s just it’s giving errors when i go to manage it’s settings from the dashboard.
Theme errors:
backticksWarning: require_once(/home/milleja4/domains/milleja46games.frih.org/public_html/blog//forums/bb-admin/admin-functions.php) [function.require-once]: failed to open stream: No such file or directory in /home/milleja4/domains/milleja46games.frih.org/public_html/blog/wp-content/plugins/bbpress-admin/bbpress-theme-admin.php on line 86backticksThen in bbpress settings:
backticks<form class=”options” method=”post” action=”Fatal error: Call to undefined function bb_option() in /home/milleja4/domains/milleja46games.frih.org/public_html/blog/wp-content/plugins/bbpress-admin/bbpress-options-admin.php on line 38
backticksApril 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 4:14 pm #87443kevinjohngallagher
Memberby default the forum includes an alternating “class” for each reply, all I did was use CSS to “float:right” instead of using the default “float:left” on each one.
April 28, 2010 at 3:32 pm #87094In reply to: Compatibility ….
evilgeek23
Membersame for bbpress smilies
April 28, 2010 at 3:26 pm #87455In reply to: Problems when installing bbpress
chrishajer
ParticipantAlso, the forums in BuddyPress are based on bbPress but they are not bbPress. If it’s BuddyPress specific, you might have better results getting support at the BuddyPress forums.
April 28, 2010 at 3:20 pm #87442evilgeek23
Memberthx … btw can u elaborate the exact steps to make alternate avatars … ?
April 28, 2010 at 3:01 pm #87441kieranyo
Member1.0.2
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:52 pm #87440evilgeek23
Memberexcellent kieranyo .. what version do u use ? 0.9 or 1.0.2 ?
April 28, 2010 at 2:23 pm #87439kieranyo
MemberThanks everyone!
bforeste: it was very easy to do. Without sounding too technical, by default the forum includes an alternating “class” for each reply, all I did was use CSS to “float:right” instead of using the default “float:left” on each one. The existing html and css caters for this very well.
-
AuthorSearch Results