Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 16,376 through 16,400 (of 26,884 total)
  • Author
    Search Results
  • #95099
    miruru
    Member

    I couldn’t resolve the Login page, page title issue. However, I’ve encountered more issues, but this time it locks out my site and gives me a redirection issue. I’ll explain below:

    1. I can access the backend of wordpress and make any changes.

    2. When I close down the browser and try to go back to the backend, I get a problem with the site loading as it has lots of redirection issues.

    3. The only way for me to go back into the backend was to login via FTP and delete the bbpress plugin and my site is then up and running.

    4. I’ve tried deactivating all of my plugins and only enable the bbpress plugin, but the same thing happens. Cannot load the site at all.

    Can anyone explain why this is happening?

    #38065
    Syrinxie
    Member

    Role maps were working fine. But then I installed User Role Editor by Vladimir Garagulya and when it failed to produce the results I wanted, I hit reset, deactivated it, and uninstalled/deleted it.

    WordPress users are “Members” and bbPress users are “Inactive (no role)”.

    I can’t change them as one anymore.

    I use: bbPress 1.0.3, WordPress 3.1.1. , and Buddypress.

    #38063
    arnodevries
    Member

    I installed two plugins (BBvideo en EasyVideoEmbed). Both are activated and visible in the Dashboard.

    But when I click on the plugin name I get this error message:

    “There is no administration page at the requested address. Please check the address you entered and try again”.

    I uploaded both plugins in the my-plugins/ directory

    /my-plugins/bbvideo and

    /my-plugins/easy-video-embed

    All files are CHMOD 755. Both dirs contain all files, including admin.php.

    My BBpress is integrated with a WordPress installation. My role is key master.

    Other plugins work well (support-forums).

    #95096
    Ryan Gannon
    Member

    I’ve looked through this whole thread and have seen several cases of people having trouble with the permalink structure, getting 404’s.

    No matter what I try, every time I try to access /forums/forum/test-forum I’m just redirected to the site root.

    I’ve spent loads of time looking through the core files of bbpress, but I can’t seem to find the place where this particular link structure is set. Rules are added for a lot of other pages, but not the single forum page.

    Does anyone know where WordPress is told to use this particular URI structure?

    How long have you had this installation?

    #37262

    Hi

    I am new to bb-press and I am trying to integrate bb-press and WordPress.

    What is the most streight forward way do that?

    I have tried this.

    Upload the downloaded bb press to a folder inside the WordPress directory called forum.

    Then go to the url http://sitename/forum and configure my bb-config.php file

    and the database settings.

    I also add the line to the wp-config.php

    define( ‘COOKIEPATH’, ‘/’ );

    I also add

    require_once(dirname(__FILE__) . ‘/../wp-load.php’);

    to the bb-config.php file.

    After completing this set up I am logged in when I go to the http://sitename/forum page as admin. but for whatever reason I am not able to go to the

    any bb-admin pages. like http://sitename/forum/bb-admin/options-wordpress.php

    Any help would be greatly appreciated.

    Cheers Enej

    #100003
    #105103
    #95093
    moonoi
    Participant

    I’ve looked through this whole thread and have seen several cases of people having trouble with the permalink structure, getting 404’s.

    No matter what I try, every time I try to access /forums/forum/test-forum I’m just redirected to the site root.

    I’ve spent loads of time looking through the core files of bbpress, but I can’t seem to find the place where this particular link structure is set. Rules are added for a lot of other pages, but not the single forum page.

    Does anyone know where WordPress is told to use this particular URI structure?

    #99992

    In reply to: bbPress disappears

    hostpanic
    Member

    Thats because it’s a plugin for WordPress, not bbPress

    #105092

    In reply to: bbPress disappears

    hostpanic
    Member

    Thats because it’s a plugin for WordPress, not bbPress

    rootusr
    Member

    Same question.. anybody please? I found an old plugin for doing this in Worpress but is not working anymore with the current versions..

    rootusr
    Member

    Same question.. anybody please? I found an old plugin for doing this in Worpress but is not working anymore with the current versions..

    #38047

    Topic: question

    in forum Installation

    I’m stuck at the part in the instalation that says “Visit the intended URL of the bbPress site”

    my site is a wordpress site, but the main domain name is the root

    jollysquirrel.com

    I have uploaded the uncompressed bbpress zip file to my server

    what is the intended URL mean?

    #38046
    christofian
    Member

    Hi, I’m working on a plugin for the bbpress plugin version. I’m trying to add private messages to the bbpress plugin, and I have already done a lot of work on it.

    My problem is I’m trying to add a page in the bbpress profile to display the private messages. I’m trying to do it by modifying /bbpress/bbp-themes/bbp-twentyten/bbpress/user.php so it looks like this:

    $_GET["page"] = $wpbbpmpage;

    if( $wpbbpmpage == recieved ) {

    get_template_part( ‘bbpress/user’, ‘pm-recieved’ );

    }

    elseif( $wpbbpmpage == sent ) {

    get_template_part( ‘bbpress/user’, ‘pm-sent’ );

    }

    else {

    // Profile details

    get_template_part( ‘bbpress/user’, ‘details’ );

    // Subsciptions

    get_template_part( ‘bbpress/user’, ‘subscriptions’ );

    // Favorite topics

    get_template_part( ‘bbpress/user’, ‘favorites’ );

    // Topics created

    get_template_part( ‘bbpress/user’, ‘topics-created’ );

    }

    So that when the url is http://siteurl.com/users/username/?page=sent a list of all the private messages that the user sent will be displayed, and when the url is http://siteurl.com/users/username/?page=recieved a list of all the private messages that the user has received will be displayed. Right now the code isn’t working, and I have no idea why. If someone could tell me where I’m going wrong, I would appreciate it a lot.

    NOTE: This is my first wordpress plugin, and I’m pretty proud of myself for coming this far :)

    Thank’s for your help,

    -Christofian

    #99997
    talkative
    Member

    How to install and where to download these files?

    #105097
    talkative
    Member

    How to install and where to download these files?

    #99996
    Ben L.
    Member

    You could either make your bbPress theme look like your WordPress theme or use the bbPress WordPress Plugin, which is currently still in development.

    #105096
    Ben L.
    Member

    You could either make your bbPress theme look like your WordPress theme or use the bbPress WordPress Plugin, which is currently still in development.

    #38042
    talkative
    Member

    Hi, I have the following problem. Well, I installed the latest version of WordPress and bbPress. The installation went without any problems. Now I want to insert a bbPress page to WordPress, the integration of cookies and users already have.

    PS. I’m Polish and I know little English.

    #38039
    lorenzo12
    Member

    Hello, I’m interested in installing bbpress in the wordpress plugins folder. Is this possible?

    /wp-content/plugins/bbpress/

    Then I want the forums to run on : http://website.com/forums/

    I also want to integrate it with wordpress afterwards.

    #99977

    It ends up not being inside a real page, but rather uses some smoke and mirrors to make it appear like it is by having either a duplicate or a unified theme to make it look the part.

    The bbPress plugin for WordPress comes packaged with this exact functionality in mind however.

    #105077

    It ends up not being inside a real page, but rather uses some smoke and mirrors to make it appear like it is by having either a duplicate or a unified theme to make it look the part.

    The bbPress plugin for WordPress comes packaged with this exact functionality in mind however.

    #38031
    Syrinxie
    Member

    I am running an integrated bbPress 1.0.3 and WordPress 3.1. on http://gbiyh.blemishdesigns.com

    I have the WP Require Auth plugin (http://johnny.chadda.se/projects/wp-require-auth/)

    I need bbPress to redirect to the same WordPress login screen when not logged in.

    Secondly, I would like to nest the forums in a WordPress page. Is this possible?

    What I want in the end is to style WordPress based on this idea: http://gbiyh.blemishdesigns.com/MockUp/

    With the forums I hope to end up with a structure like:

    Main Topic> Click> Then a page with Main Topic Title with all sub topics below.

    I’m not entirely sure I asked this right.

    <3 Sin.

    #99960
    bjoern57
    Member

    I an facing the same problems but did,t know how can i solve it.

    If anyone know then please let me know.

    #105060
    bjoern57
    Member

    I an facing the same problems but did,t know how can i solve it.

    If anyone know then please let me know.

Viewing 25 results - 16,376 through 16,400 (of 26,884 total)
Skip to toolbar