Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 26,476 through 26,500 (of 26,733 total)
  • Author
    Search Results
  • #51109

    Continued from my previous post: I chose identifier Robert Richard (space) in bbPress (Administrator during Running Installer) and the same identifier existed within WordPress; end results, bbPress replace Robert Richard within WordPress that became RobertRichard (no space).

    Previous to the bbPress integration attempts, I use to login WordPress with Blogue (identifier) and password; but all WordPress posts were identified as Robert Richard (space) to visitors. This said, I’m not sure if you would call Robert Richard within WordPress as an identifier.

    #51004
    Sonika
    Member

    Agop,

    дело не в тестовой эксплуатации, а в том, что нужно заставить bbpress пользоваться таблицей wp_users самого wordpress. Для программиста это не проблема должна быть…

    #51108

    «What steps did you take? Did you install bbPress in another database or did you install it again in the current database that WordPress is at. »

    I did install bbPress in another database or by itself… separate from WordPress database.

    «If you installed in another database and then exported out the bb_ prefix tables and imported them in the database with the wp_ prefix tables, nothing should have happened to WordPress.»

    Yes, it’s what my web host support that did the export/import… the exact same steps you instructed me to do or as shown above: export bbPress tables, then import bbPress to WordPress. It seems that I’ve use the same identifier or username (Robert Richard) for the bbPress as it already existed within WordPress (Robert Richard)… both database had the same Admin username or identifier.

    «Either way, nothing should have happened to WordPress because bbPress uses the login information from WordPress, not vice-versa.»

    I’m not sure of about «either way», but I will ask my web host help desk to re-install backups and start over again with a different identifier or username.

    «When I installed bbPress, I chose the ‘key master’ as an account that isn’t the admin in WordPress. That is a pain because I have to login as 1 user to administer bbPress and logout and login as another user to administer WordPress. Of course, I figured all this out after importing my phpBB posts.»

    I’m figuring out this stuff hands on and by having you as a support. It seems logical to have a different identifier; I thought about it afterwards. Regretfully, I don’t have the formal training with database and tables to have predicted this dynamic. Luckily, bbPress.org has you.

    Thanks a million.

    Robert Richard.

    #920
    maxyboy83
    Member

    Hi

    Interesting times. Made my first attempt at integrating bbPress.

    Installation went fine and I can login as Admin, my bbPress entry page comes up ok growthlounge.com/forum

    But the big problem is when I come to click on anything. It is the same outcome every time – a grey screen with nothing on.

    This happened both when I attempted to integrate with WordPress, but also when I completely reinstalled without any attempt to integrate.

    Here are some of the particulars:

    define(‘BBDB_NAME’, ‘wordpressgl’); // The name of the database

    define(‘BBDB_USER’, ‘wordpressgl’); // Your MySQL username

    define(‘BBDB_PASSWORD’, ‘xxxxxxx’); // …and password

    define(‘BBDB_HOST’, ‘mysql.growthlounge.com’); // 99% chance you won’t need to change this value

    $bb->domain = ‘http://growthlounge.com’;

    $bb->path = ‘/forum/’;

    $bb->mod_rewrite = true;

    $bb->wp_table_prefix = false; // WordPress table prefix. Example: ‘wp_’;

    $bb->wp_home = false; // WordPress – Options->General: Blog address (URL) // No trailing slash

    $bb->wp_siteurl = false; // WordPress – Options->General: WordPress address (URL) // No trailing slash

    WordPress is installed at http://growthlounge.com

    Wordpress blog is setup to operate from http://growthlounge.com/blog/

    However, the problem shouldn’t be WordPress integration, as I’ve made no attempt to do this the 2nd time round.

    Any ideas guys? No problems during installation but a completely unfunctioning site….

    Cheers

    Max

    #51107
    Trent Adams
    Member

    Robert,

    What steps did you take? Did you install bbpress in another database or did you install it again in the current database that WordPress is at. If you installed in another database and then exported out the bb_ prefix tables and imported them in the database with the wp_ prefix tables, nothing should have happened to WordPress. Either way, nothing should have happened to wordpress because bbpress uses the login information from WordPress, not vice-versa. When I installed bbpress, I chose the ‘key master’ as an account that isn’t the admin in WordPress. That is a pain because I have to login as 1 user to administer bbpress and logout and login as another user to administer WordPress. Of course, I figured all this out after importing my phpBB posts…..

    #916
    #51106

    Continued from my previous memo : all of my WordPress identifiers or users names have disappeared (empty) from their posts and comments… as if they never existed. In addition, all of my WordPress posts and comments are now using my new bbPress identifier (moderator/administrator).

    #51105

    Hello again Trent,

    I’ve done all the steps you’ve suggested in your previous post, including export/import. My web host help desk has provided me the support. The only problem, I can longer access existing and previous WordPress Administrator access. It’s solely bbPress Admin that has access to WordPress as a regular user. What do you suggest? My web host has made a backups, so did I on a regular basis, then don’t worry about reverting back to previous WordPress settings.

    Robert.

    #918
    hywl51
    Member

    hi,

    I installed a bbpress with the wordpress integration. But when I access one topic like:

    http://localhost/wordpress/bbpress/topic/1?replies=1

    the browser display:

    404 Not Found

    The requested URL /bbpress/topic/1?replies=1 does not exist.

    I don’t know how the bbpress front page works, so I cann’t find the real page the url above specify. Can someone give me some guids or any document about it. I browered and searched this site and found nothing about it.

    Thanks

    hywl51

    #915
    #51104
    Trent Adams
    Member

    I understand what you are saying. You are getting the page that says (translated to English):

    Already Installed

    You appear to have already installed bbPress. Perhaps you meant to run the upgrade scripts instead? To reinstall please clear your old database tables first.

    Here is a question…..which database is your WordPress installed in with the wp_ prefix in the database? I would assume that just looking at your WordPress wp-config.php file would have the database information. Then I would make sure that your bbPress config.php has the same database information. If you run the install and it says the same error as above, I am 99.9% sure that the bb_ in in that database.

    Alright now…assuming I am wrong, why not change the config.php file for bbPress to see if you can install in one of your other databases to see if something else causing your installer problems. Then you can run the install for the user ‘key master’ that you want and then export the tables out of that database and then import them into your current wordpress database.

    Just a thought…..at least somewhere to start!

    Trent

    #51142
    cqcrz
    Member

    Don’t worry.If his user_level is not enough,he can’t post on blog.

    When someone register in bbPress,WordPress is not know his user role.You need change WordPress’ code or the WordPress’ plugin synchronize bbPress registrations with WordPress.

    I do it in the former way.After that,the user who register in bbPress is Subscriber in WordPress.So the user can post in bbpress,but can’t post in WordPress.

    #51141
    Nola1974
    Participant

    I’m a little confused about all this integration… If someone signs up for a account on bbpress… are they going to be able to post on my blog? My blog is only for me to post on…

    #51195

    Got it! bbpress-integration.php file now displaying within WordPress Plugin section; bbPress tab has been configured to my bb_ prefix. What about the display-name.php file? It doesn’t appear within WordPress Plugin section; I suppose it’s normal?

    Thanks a million Trent.

    #51101

    Thanks Trent,

    Yes, I also wish I could clean up my previous posts.

    My only main issue to resolve is that I’m no longer capable of Running the Installer in order to get new Admin access, username and password, even after new fresh FTP upload. I don’t have Admin access to bbPress. I’ve configured Config.php to integrate my existing WordPress MySQL database.

    I really don’t know how to resolve the above.

    All of my previous posted issues have been resolve.

    Robert.

    #51194
    Trent Adams
    Member

    I had another post about the ‘key master’, but is was whatever account you used as the administrator when you installed bbPress. Actually, this plugin is installed in WordPress. It then pulls the users out of bbPress over to WordPress to sync the users. You need to install it at wordpress I believe.

    Trent

    #51193

    Thanks any replies.

    The bbpress-integration.php and display-name.php files where dropped within the following path: /public_html/blogue/bbpress/bb-plugins. These files are not showing within my existing WordPress Admin manager plugin area; there’s no bbPress tab.

    Robert.

    #51100
    Trent Adams
    Member

    In your setup of bbPress, it asked who the ‘key master’ would be for the administrator. Whatever user account you used there will be the admin of the bbpress forum.

    The bbpress tables in the database will be in the ‘patrimoi_wrdp1’ database with your host with the prefix for files being bb_

    As for the problems you are getting, I am a little unclear what you have fixed and what is still wrong. Could you summarize all the above posts to see if I can help more?

    As for the ‘editing of post’, maybe a MODERATOR will see this post or your other post and can edit it for you. Suprised that we can’t edit our own posts here, but can in WordPress forums……

    #50789

    In reply to: bbPress posts from WP

    Trent Adams
    Member

    I managed to change around the mySQL queries a bit and got this plugin working with my site (except a few small things I can’t fix myself) and it seems to be fine for posting the WordPress posts in bbPress and placing a link. It wouldn’t be a problem if I didn’t have an old mySQL database!

    #50024

    In reply to: bbPress new Theme

    Even more updates.

    http://www.talkaboutdesign.com/forum/

    Now with topics, being pulled dynamically from wordpress to bbpress. Still need to work on layout. But it’s getting there.

    #906
    cqcrz
    Member

    Synchronizes login on your bbPress with your WordPress. It is simple now, I will perfect it in the next edition.

    Dowload this plugin

    I’am sorry for myEnglish.

    #905

    I adapted the

    WordPress plugin Comment Quicktags + by Dan Cameron so you can add a quicktags toolbar over textarea for inserting or editing posts in the various bbPress pages.

    Te plugin already support the IMG tag to include images inside a topic. To make this tag works you need to install another plugin to support the img tag.

    The plugin page with info, instruction and download link is

    here, happy discussions :)

    #51099

    If I Integrated my bbPress with WordPress MySQL database, should I get full Administrator access by using my WordPress Administrator username and password?

    #51113

    In reply to: cookie timeout

    Tammy Hart
    Member

    thanks alot for having me look it back over. See, I haven’t yet pointed my site to my domain yet, http://www.tammyhartdesigns.com, because i want to develop this before i release it, so i have to use that weird address to see the site so far. So i was using the /~wwwtamm as part of the address, and putting it there. but I moved it to the directories part: ‘/~wwwtamm/wordpress/bbPress/’

    and now it all works! thanks again.

    #51111

    In reply to: cookie timeout

    Tammy Hart
    Member
Viewing 25 results - 26,476 through 26,500 (of 26,733 total)
Skip to toolbar