Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 18,926 through 18,950 (of 26,887 total)
  • Author
    Search Results
  • #33766

    Topic: Login Problem

    in forum Installation
    srganesan
    Member

    Hi Experts,

    I need single signin plugin for intergration with bbpress. i done my website using codeignitor , i installed bbpress seprately. i need single signon plugin with other than wordpress.

    I find most of saying for cookie and HTTP authentication problem

    Please help find out my problem.

    Some time it logged in partially. But i cant able to add new topic or reply the forum.

    i call this code outside of my site.

    $user = bb_login($useremail,$useremail,”);

    bb_safe_redirect( “/gbbpress/” );

    but it logged and i cant able reply or add new topic.

    Thank

    web

    #33765

    Topic: Username

    leander8728
    Member

    Hello,

    I want to know the name of the User that is logged in (the name that he is registered, so not viewed on the forum. Most of the time, people change there name to look it better for forum post’s and comments. But i want the real name.)

    So not bb_get_current_user_info(‘name’); because then i get the name dat is displayed on the site.

    Another thing is: Is there a plugin, or trick to let WordPress and BBPress more cooperate between them? Because, if i know logged in on wordpress, is must do exactly the same thing on bbpress. But i want logged in on wordpress and in the same time logged in in bbpress too. So then i don’t need to login twice on the same website.

    Thanks,

    Leander

    #52921
    talatorre
    Member

    I am trying to integrate MediaWiki user authorization but after hours of searching I can’t find the code for AuthPress.php.

    http://spectaclar.org is no longer online. Can someone post the code here or link to a working site? If I can find the code I would love to resurrect this project; that is unless someone has a better way of creating a single sign on setup for WP, bbPress, and MediaWiki.

    jdrancor
    Member

    Hi, I’m trying to list topics from the forum in a WP post. I’m wanting to just show the topics that have the same tags as the particular post that is being viewed.

    This is basically a display relevant posts. How can this be done? I’ve tried a bunch of PHP, but I’m not having luck navigating the codex between the two databases. I’ve mucked around alot, but I can’t get beyond the basic display the last 10 posts functionality.

    Here’s where I’m at: HELP?

    <?php

    global $wpdb;

    $query=”SELECT * FROM bb_topics WHERE topic_status=0 ORDER BY topic_time DESC LIMIT 10″;

    $results=$wpdb->get_results($query);

    foreach ($results as $result) {echo “

  • topic_id.”‘>”.$result->topic_title.”
  • “;}

    ?>

#82551
bradsucks
Participant

I’m struggling with this as well. The difference is I installed a vanilla WordPress 2.9.2 and bbPress 1.02 as a test and got the integration working easily. However I have a blog I just upgraded from WordPress 2.8 to 2.9.2 and from bbPress 1.0 to 1.02 and nothing I do will make it work. I can’t see any particular difference and I’m just about to die of frustration here.

#85214
yoyopop
Member

glad to hear you’re still working on this as it will help a lot of people! Do we actually have any concrete information about how close any integration with wordpress is, in order to make the decisions you suggest?

#85732
Gautam Gupta
Participant

If you have BuddyPress installed on WordPress, then just install the bbPress component. BP would automatically handle everything.

#51863

In reply to: Email masked

kevinator
Member

OK, more info: we’re completely integrated with WordPress. Our username for login is the user’s email address. Even when a visitor is not logged in, they can click on another user’s profile and view that user’s email address. Problem.

#33731
Jim
Member

Hey all, I am trying to install some themes for my bbpress/wordpress site and when I go and install the theme files to my-themes all I get in the “available themes” page are blank themes with just the names showing, and if I try and activate it, the site is just blank. I have attached a shot, or a link to a screen shot of what I am seeing. Any help would be greatly appreciated! And by the way, thanks for all the help all ready, this site has helped me get my bbpres site running on the same DB as my wordpress!

http://dl.dropbox.com/u/149309/example.jpg

http://phoenixbikepolo.net/forum/

#85775
chrishajer
Participant

Just open the front-page.php file in your template folder and move (cut and paste) the “latest disussions” section down which will move the “main theme” section down.

It will look like this when you’re done:

http://wordpress.pastebin.com/a2y4FunW

Just copy and paste that into the file called front-page.php (replace everything that is there now.) That will put the main theme on top and latest discussions on the bottom.

I moved lines 11-45 down so the main theme comes up first.

#85726
chrishajer
Participant

What makes you think it was integrated correctly? Did it ever work right?

Maybe bbPress (bb_) got installed into the WordPress (wp_) tables?

#33679
newtonu
Member

Well, I’ve been using phpbb for some time, and as WordPress is so good, I’ve decided to give bbPress a try. And as phpbb is full of spams I just can’t handle… well…

I’ve read the installation instruction, and check if it has the requirements… and it has. So uploaded the bbPress to my directory and when try to run the installer:

“An old config.php file has been detected in your installation. You should remove it and run the installer again. You can use the same database connection details if you do.”

What I’ve tried to to:

Delete the “bb-config-sample.php”

Rename the “bb-config-sampl.phpe” to “bb-config.php”

Nothing happens. Still the same message. Does anyone know how to help me?

Thank you,

Newton Uzeda

#85604
royho
Participant
#85685
johnhiler
Member

As for the bbPress canonical plugin, I think that is a ways away.

But I just checked, and the latest version of BuddyPress does actually work with WordPress 2.9!

https://buddypress.org/blog/news/introducing-buddypress-1-2/

#85684
Gene53
Member

“the BuddyPress team has added the ability to install bbPress from inside of WordPress”

I wish that Automattic would have done the same for the stand-alone version of WP 2.9, after all, there are more single installs of WP than there is of BuddyPress and MU.

I saw that there’s a bbPress canonical plugin in the works but I wonder what the ETA is…

Gene

#82549
boofit
Member

Thanks gerikg!

I’ve been struggling with this aspect since I lost my WordPress virginity 3 weeks ago.

Wp 2.9.2

bb 1.0.2

PHP 5

all www’s removed

I had tried everything I could find in the forum and new I was getting close when I could log on to Wp but not BB and vice versa. Then I found this thread followed gerikg’s instructions and could then log on to Wp and go into Dashboard, but when I visited the site, it showed me as logged off Wp and logged on to BB.

I then moved define( ‘COOKIEPATH’, ‘/blog/’ ); from BELOW define cookies to LINE 16 and still the same. Finally I changed cookie path to define( ‘COOKIEPATH’, ‘/’ ); and now I can log in or out of either Wp or BB and it logs me in/out of the other so I am very happy to have resolved finally but will proceed with caution when the next upgrade comes along.

It should be noted that bbPress Integration suggested define( ‘COOKIEPATH’, ‘/blog/’ );

Also note that I couldn’t get the keys to lock as described in gerikg’s notes but all keys definately the same in both xx-config.php’s

Finally, it was a nightmare and almost gave up but as someone already said I did learn a lot. Thanks

#56798

In reply to: Plugin: Avatar Upload

Hi,

I had error below(while I pressed Avatar button):

Warning: Cannot modify header information – headers already sent by (output started at /home/content/83/4464383/html/wordpress-mu/forums/profile.php:4) in /home/content/83/4464383/html/wordpress-mu/forums/bb-includes/functions.bb-pluggable.php on line 232

Pls heeeeeeelp!

Lillian

#85665
chrishajer
Participant

To change the keys, just delete those four lines, and create new keys here:

https://api.wordpress.org/secret-key/1.1/bbpress/

Then paste the new keys back into the same location in bb-config.php.

DO NOT attempt this if you have integrated logins with WordPress. You didn’t mention that, and the site you linked to comes up with forum first as the main page, not a WordPress blog. So, if you’re using just bbPress without integration, it’s safe to change those keys.

Here’s the advice from wp-config.php on what this does:

You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.

You didn’t mention earlier that you’re relying on the browser to save your password. I would try with a new browser and typing in the password manually to see if you get the failure on the first attempt with your known good password.

#85617
chrishajer
Participant

I wonder how this can be:

“I just attempted to do a perfectly clean upgrade: still getting the db connection issue after bb upgrade tells me I need to upgrade my DB. “

How can the bbPress upgrade/install know the database is out of date if it cannot connect to the database? I thought the version was stored in the database in the first place. I might have to try breaking my bb-config.php and attempting to upgrade a 0.9 installation to see how this works. Haven’t tried in a while.

Are you upgrading bbPress just to make integration with the latest WordPress easier?

#85683
johnhiler
Member

The lead developer on BuddyPress explained the relationship this way: “There is code in BuddyPress that allows bbPress to install, configure and run all within the WordPress environment.”

https://bbpress.org/forums/topic/future-of-bbpress#post-60022

They are definitely separate programs… it’s just that BuddyPress is based on WordPress MU, and the BuddyPress team has added the ability to install bbPress from inside of WordPress.

Hope that clarifies the relationship a bit more!

#85615
chrishajer
Participant

The renaming of the directory only come into play when you have an existing installation, and you change that folder name (some people install in http://www.example.com/bbpress/ and then realize later that path is accessible on visible, so they change it to “forum” or “discussion” or “community” or whatever.) The problem is, that folder name was stored in the database as part of the site URI (I think) so you are unable to access the forum in the new folder, since the database thinks the installation is somewhere else (original location.)

You can override the site URI in the bb-config.php (it’s not there in the 1.0 bb-config.php, but it is there in the 0.9 and earlier config, I think):

$bb->uri = 'http://www.example.com/forum/' (or change forum to the folder name that exists in your database. This line in bb-config.php will override the database.)

Also, it’s worth looking at the changes between bb-config.php from the 0.9 version to the 1.0 version. I have noticed with WordPress that even though you upgrade several times, you are left with the old existing wp-config.php and missing out on all sorts of stuff (like the security keys and cookie stuff from 2.7). Worth a shot to try your old database connection details in the bb-config-sample.php and see how it goes.

Also, is this a LAMP setup with PHP5, Apache, Linux, etc or is it OSX or Windows? Or localhost? Most installations are on LAMP so that’s the most likely help to find here.

#85675
chrishajer
Participant

Plugins and themes for bbPress. WordPress doesn’t matter at this stage of installation.

Are you installing bbPress as a WordPress plugin? bbPress is not a WordPress plugin.

Please provide the link to where you downloaded the files.

#85674
kajrietberg
Member

I downloaded the latest stable version right here. And I didn’t do anything about it, only changed the name of the folder bbPress to forum.

Do you mean themes and plugins for WordPress or bbPress?

#84557

In reply to: bbPress mobile version

johnhiler
Member

Alex’s SVN links here:

https://plugins.trac.wordpress.org/browser/wordpress-mobile-edition/trunk/wp-mobile.php

Lines 17 and 18 mention a GPL license:

17 // Released under the GPL license

18 // http://www.opensource.org/licenses/gpl-license.php

So you should definitely be able to release this plugin as a derivative work. Good thing too, b/c I’d love to use it! :-)

#33626
Shannonx
Member

Hey you guys,

So I have a fresh install of BBpress with WordPress. This is my first time using BBpress…

So I have a few errors on top and I don’t really know how to get rid of ’em. Can somebody please

help me out? Here’s the link: http://www.urbanstart.nl/forum/

Errors:

Deprecated: Assigning the return value of new by reference is deprecated in /customers/…/forum/bb-settings.php on line 186

Deprecated: Assigning the return value of new by reference is deprecated in /customers/…/forum/bb-includes/backpress/functions.wp-object-cache.php on line 108

Deprecated: Assigning the return value of new by reference is deprecated in /customers/…/forum/bb-includes/backpress/pomo/mo.php on line 171

Deprecated: Assigning the return value of new by reference is deprecated in /customers/…/forum/bb-includes/functions.bb-l10n.php on line 484

Deprecated: Assigning the return value of new by reference is deprecated in /customers/…/forum/bb-includes/backpress/class.wp-taxonomy.php on line 581

Thanks in advance ^^

Viewing 25 results - 18,926 through 18,950 (of 26,887 total)
Skip to toolbar