Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 16,351 through 16,375 (of 26,846 total)
  • Author
    Search Results
  • #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.

    #99881
    yogeshb
    Member

    Firstly,

    1. You Put folder “bbpress” on root (as there is “wp-admin”).

    2 In case of localhost, As there is wordpress is in folder name “wordpress”

    3. we run such link in browser http://localhost/wordpress/bbpress/

    4. bbpress required installation

    5. this asked 3 step to complete installation

    6. Follow given instruction…

    #104981
    yogeshb
    Member

    Firstly,

    1. You Put folder “bbpress” on root (as there is “wp-admin”).

    2 In case of localhost, As there is wordpress is in folder name “wordpress”

    3. we run such link in browser http://localhost/wordpress/bbpress/

    4. bbpress required installation

    5. this asked 3 step to complete installation

    6. Follow given instruction…

    #95086

    Can you please change something in the bbp_pre_get_posts function?

    when I delete this function my site work fine, but with this function an error occurs: Fatal error: Call to a member function get() on a non-object in C:xampphtdocswordpress10wp-includesquery.php on line 27

    I think you should modify this function somehow so the error will not show again.

    My earlier post about this critical problem – https://bbpress.org/forums/topic/bbpress-plugin-updates/page/18#post-83617

    Many Thanks!

    #65277
    airsidelimo
    Member

    This posting was really informative and I highly appreciate this effort. It helped me a lot. Thanks for this posting.

    #99948

    In reply to: Integration issues

    falieson
    Member

    Hi!

    I am also interested in updated instructions for this site: https://bbpress.org/documentation/integration-with-wordpress/ that would provide instruction for WordPress 3.X users.

    Thanks!

    #105048

    In reply to: Integration issues

    falieson
    Member

    Hi!

    I am also interested in updated instructions for this site: https://bbpress.org/documentation/integration-with-wordpress/ that would provide instruction for WordPress 3.X users.

    Thanks!

    #77082

    In reply to: bbpress and memcache?

    Would be awesome to get your feedback on the new bbPress plugin for WordPress once it’s released. Since it uses custom post types it should play nicer with setups like yours.

    Regarding your question, I don’t have an answer for you right away but should be able to get one soon. We use bbPress on all of the .org sites with a similar server setup, and someone with more experience on the guts of them should be able to chime in.

    #77081

    In reply to: bbpress and memcache?

    gregfielding
    Participant

    Bringing this topic back…I run a multisite wordpress blog farm with Buddypress and the bbPress install that comes with it.

    We use Batcache and Memcached for caching and it works great everywhere but the forums. When you post a reply, it doesn’t show for a long time, or unless the cache is flushed.

    Is there any snip that can be added to object-cache.php or advanced-cache.php (batcache) to enable forums to work properly?

    Thanks!

    #95084
    MotaBoy
    Member

    Hi, I am having trouble when creating a slug for a forum. Whenever I try to change it, the plugin appends “-2” at the end of the name, as if it was already taken. Is it because I already have a page using that slug in WordPress?

    #38004
    expose
    Member

    I wonder if anyone can help please. I have run an update to a WordPress site (created by someone else) that had bbpress integrated. I didn’t upgrade BBpress. Before the WP upgrade, the forum was working fine. However since the wordpress upgrade (from 2.9.2 to 3.1) we are having the following problems:

    1) I cannot access the bbpress admin panel

    2) The Forum is showing posts and topics but the reply form is missing (only the heading shows)

    3) I cant see any way of creating posts, topics or threads so I presume something else is missing…

    I had to rewrite the WordPress theme files as the original custom theme had been so badly coded / core hacked etc. I haven’t touched the custom bbpress theme so thought it would be something to do with that. So first thing I did was disable it and enabled the default bbpress theme (through phpmyadmin) but have exactly the same set of problems – which to me rules out a theme issue.

    Anybody have any ideas where to start? Sorry I am not sure of bbpress version. Where do I find that?

    Hi comm,

    First of all, excuse the English. I’m better with French.

    OK, I have WordPress installed on my machine and a bbPress deeply integrated (theme, cookies, users, etc…)

    Everything worked fine until I activate the WP-Super-Cache, which made ​​my bbPress “disappear”. When I access the forum system, only appears a blank screen, inclusive in the administrative panels.

    I noticed that this only happens when the WP-Super-Cache is enabled and integrated with my theme of WordPress is selected. When one of them is disabled, both systems funscionam normally.

    Is there any way to enable the WP-Super-Cache does not destroy my deep integration with bbPress?

    Att,

    Arthur Freitas.

    #99947

    In reply to: Integration issues

    jnw
    Member

    I just noticed this documentation: https://bbpress.org/documentation/integration-with-wordpress/.

    Does this mean my 3.1 installation is incompatible with the integration?

    When will bbpress be compatible enough to be able to log into both wp-admin and the forum at once?

    #105047

    In reply to: Integration issues

    jnw
    Member

    I just noticed this documentation: https://bbpress.org/documentation/integration-with-wordpress/.

    Does this mean my 3.1 installation is incompatible with the integration?

    When will bbpress be compatible enough to be able to log into both wp-admin and the forum at once?

Viewing 25 results - 16,351 through 16,375 (of 26,846 total)
Skip to toolbar