Search Results for '"wordpress'
-
Search Results
-
Hi everyone,
I’ve a problem with the Bavatars Plugin in bbPress 1.0.1 – integrated with WordPress 2.8 (User). I’dont understand where is the Link to the Upload-Page? I can’t see no effect on the Profil-Edit-Page. Do I miss something?
On http://bbpress.org/plugins/topic/bavatars/ I found an entry about the differance between Bavatar and Avatar Upload. One thing there was the statement: Avatar Upload is different because “Avatar Upload requires template editing.”
Where lies my fault?!
Greetings Markus
Topic: Avatar Upload in WordPress
Hi,
I was wondering how I could display the bbPress plugin, Avatar Upload, in WordPress. Software: bbPress 1.0.1, WordPress 2.8.1
I am using bbPress as the profile’s home so to speak since I’d rather not use WordPress’ Dashboard and want to display the avatar of the user on the home page.
I have done deep integration both ways by using this snippet of code in [wp/bb]-config.php
if ( !defined( ‘ABSPATH’ ) ) {
include_once( ‘/home/path/to/forums/[bb/wp]-load.php’ );
}
Then pasted this bit of code where I want the avatar.
<?php avatarupload_get_avatar(ID); ?>
However, as I expected it doesn’t work with the error
Fatal error: Call to undefined function avatarupload_display() in blah3 on line x
I tried adding <?php bb-head ?> and <?php if ( bb_is_profile() ) profile_menu(); ?> to the header but both result in an error
I am no programmer but I don’t think bbPress is being load correctly. Can anyone offer a solution or some advice?
Hello with all the inconvenience and noise width Adabe service
Portal BBpress
My name Sajjad Aghaee student in Informatics
Am. Beings that I am proud Iranian.
From long ago with your Association Management System
Met use and am very happy and satisfied. All projects in the Open
Iran welcomed by a very good face. Including the project can be referred WordPress
That Iran was known as the most popular system.
Willingness to open a harsh slave database
I am from Iran for BBPress. I opened with
Commissioning of this base to develop this system in need for. And I
Say that within a few months I system to rank the best management system 1 to 3
Society in Iran would become.
Summary that I can
BBPress not in place yet and need more support than
Is.
If you wish to setup a database to support
BBPress for Iran to have contact with me.
aghaee.sajjad @ gmail.com
(BBPress the best and strongest
Portal Management Association in the world)
Thanks Sajjad
من به ایرانی بودنم افتخار می کنم. با تشکر سجاد آقائی
i’ve read through the forums to no avail. here’s the scenario…i have wordpress installed and hosted. right now the database is set up as http://mydomain.com/wordpress. i created a new directory called “forums” and installed bbpress in that folder. then i go to http://mydomain.com/wordpress/forums/bbpress (which is crazy) to proceed with the install. i enter the dabase name, database user name and password which i’m taking directly from the wp-config file and i get “There was a problem connecting to the database you specified. Please check the settings, then try again.” I’m assuming either the directory set up is wrong or i’m entering the wrong database info. Any help is appreciated. Thanks.
Can I integrate my bbress database into my WordPress database after they were separate (but sharing the same WordPress usernames)?
Can I just copy the bb_ tables into my WordPress database and them tell bbpress to look at my WordPress database?
Thanks so much!
Marina
To integrate BBPress with WordPress cookies, I need a secret key.
I have four keys in my wp-config file, and none of them are called “Secret Key”. So where do I get this?
I need help FAST, so please!
Topic: Reply To Post
This is the request I receive most often on my forum, the ability to reply to a specific post on a thread.
Say that a user comes into a thread and finds about 40 responses on a thread, but wishes to respond to a comment somewhere in the middle. Yes, they could quote. But is there any way to add a Reply button to keep discussions connected? We do have this option on WordPress.
Thanks
Topic: unescaped characters
i’m having a problem with unescaped characters showing up in my forum entries – for instance, if there’s an apostrophe in an entry, it gets displayed as
'when people read the forum. if you later edit that entry, the next display is\'and so forth. it seems as if the engine isn’t un-escaping the characters.i’m using bbPress 1.0.1 and wordPress 2.8.1 at http://trashfilmorgy.com/
Topic: howto find user ids?
Hi all,
I am using the hidden forums plugin by _ck_ on bbPress 1.0.1 without any issues so far.
The only thing I am stuck on is getting the user id to add to the list of allowed users. It is not displayed in the bbPress users admin page, so I have to go back to the wordpress end, click on edit user & get the number from the URL.
I am using pretty permalinks in bbPress, so maybe thats why I don’t get it in the edit user profile URL there…
Anyone know of an easy way to display the user id in the bbPress back end?
I have installed my WordPress-MU 2.7 & bbPress1.0.1 and I also try to bridge the cookies between them.
Now the user data is shared by them. But I can’t make the cookie share work.
I have installed “bbPress Integration” plugin for WordPress. I also Copy these from wp-config:
define(‘AUTH_KEY’, ‘blahblah’);
define(‘SECURE_AUTH_KEY’, ‘blahblah’);
define(‘LOGGED_IN_KEY’, ‘blahblah’);
define(‘NONCE_KEY’, ‘blahblah’);
define(‘AUTH_SALT’, ‘bliddyblah’);
define(‘LOGGED_IN_SALT’, ‘bliddyblah’);
Put them in bb-config.php with BB_ in front:
define(‘BB_AUTH_KEY’, ‘blahblah’);
define(‘BB_SECURE_AUTH_KEY’, ‘blahblah’);
define(‘BB_LOGGED_IN_KEY’, ‘blahblah’);
define(‘BB_NONCE_KEY’, ‘blahblah’);
define(‘BB_AUTH_SALT’, ‘bliddyblah’);
define(‘BB_LOGGED_IN_SALT’, ‘bliddyblah’);
But I don’t know what I should fill in bbPress –> Dashboard –> Setting –> WordPress Integration. For example, where is WordPress “auth” cookie salt in WPMU? I also can’t find WordPress “secure auth” cookie salt & WordPress “logged in” cookie salt in my WordPress admin page.
Where can I find them in WPMU?
I’m looking to start up a book exchange for students at the university I attend. I want it to be very basic. People post the book along with some additional information (edition, price, condition, etc.) The posts would need to be searchable (of course), and there would have to be a way of viewing each department separately (for instance, just browsing the French books for sale).
I’ve been playing with Noah’s classifieds, and while it would work, I feel like I can do better. bbPress is very trim, which I like, and I’ve used wordpress a lot, which should be helpful. How well suited is bbPress for something like this?
