Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 36,176 through 36,200 (of 64,516 total)
  • Author
    Search Results
  • #95660
    ratsoid2
    Participant

    You put that code in your comments template, and (only) if a registered user comments, there will be a link to their forum profile in the comment also.

    Example: http://imm.io/7PE6

    #95671
    ratsoid2
    Participant

    You put that code in your comments template, and (only) if a registered user comments, there will be a link to their forum profile in the comment also.

    Example: http://imm.io/7PE6

    #39440
    adv_user
    Member

    Hello

    I wish I had on my site/blog WordPress both: a social network and a forum.

    <b>But what is the best option for integrating it with 100% quality?</b>

    What I tried:

    First installed BuddyPress and activate forum, then, within groups is possible to have discussion forums.

    But the problem is that when accessing http://www.site.com/forums list just the latest topics and the group they belong to.

    And I would need, beyond the scope of forum for each group, a global forum for the entire site, to divide the topics into categories (“forums” different).

    What suggestions?

    Should I install BuddyPress bbPress and WordPress as separate plugins? This does not affect integration?

    #95658
    folgerj
    Participant

    @ratsoid2 I put your code (minus the xxxx) into a page and previewed it but all I get is the code on the page.. If I’m supposed to change out the username or other info then you will have to tell us to do that also…

    Also what is the comment profile link? Is this my admin profile? or my comments? I would find this not very interesting…

    I’m more interested in the guy’s feeds above to get info on who has been creating topics and the info in those feeds…

    I’ve only got a few users so far and I can keep up with things but if it gets busy I’m going to want to see a control shell that shows the info as it happens in the forum.

    #95669
    folgerj
    Participant

    @ratsoid2 I put your code (minus the xxxx) into a page and previewed it but all I get is the code on the page.. If I’m supposed to change out the username or other info then you will have to tell us to do that also…

    Also what is the comment profile link? Is this my admin profile? or my comments? I would find this not very interesting…

    I’m more interested in the guy’s feeds above to get info on who has been creating topics and the info in those feeds…

    I’ve only got a few users so far and I can keep up with things but if it gets busy I’m going to want to see a control shell that shows the info as it happens in the forum.

    #95656

    I too have upgraded to RC2 and when my users try to update their profile they get this error:

    Fatal error: Call to a member function get_error_codes() on a non-object in /hostroot/voipbloggen.dk/htdocs/wp-content/plugins/bbpress/bbp-includes/bbp-common-functions.php on line 1392

    #95667

    I too have upgraded to RC2 and when my users try to update their profile they get this error:

    Fatal error: Call to a member function get_error_codes() on a non-object in /hostroot/voipbloggen.dk/htdocs/wp-content/plugins/bbpress/bbp-includes/bbp-common-functions.php on line 1392

    #95654
    ratsoid2
    Participant

    If you want to show the comments author profile link, use this:

    `<?php if ($comment->user_id ) {
    $user=get_userdata($comment->user_id);
    echo '<span class="forumauthor"> <a href="link-to-profile-without-username/'.$user->user_nicename.'">Profil</a></span>';
    } ?>`

    #95665
    ratsoid2
    Participant

    If you want to show the comments author profile link, use this:

    `<?php if ($comment->user_id ) {
    $user=get_userdata($comment->user_id);
    echo '<span class="forumauthor"> <a href="link-to-profile-without-username/'.$user->user_nicename.'">Profil</a></span>';
    } ?>`

    #107739
    w-a-s
    Member

    Vanilla forums The best technical support

    Why bbpress support it’s not good ? !!

    #107790
    doctorfalken
    Member

    More information: I noticed that when creating the user in bbPress directly (without using the WP registration system) the problem continues.

    #107789
    doctorfalken
    Member

    Hi John!

    Yes. I chose that option. This integration was made two years ago and never had problems … until now!

    #107797
    Mike1233
    Member

    yes a stadard site was nice.

    i have a site names community with the forum but the breadcrumb bring me to /forums a site that work but i never create it.

    #39438
    Matthew.S.
    Member

    Hello All,

    I am not sure if this is expected behaviour. I have spent all day looking for an answer. Which does not mean that I did not miss something. :)

    My forums are at http://www.weekendbrisbane.com.au/forums

    I have followed bbpress theme compatibility install, and believe I have done it correctly. Created a child theme, copied files over to the child theme, inserted the functions.php and add_theme_support( ‘bbpress’ );

    I have also created a page at http://www.weekendbrisbane.com.au/forum, (<–no “s” on the end) and used the shortcode [bbp-forum-index]. Which appears to work, until you click on a sub forum or topic. Also, using breadcrumb to move back to forums takes you to “forums”

    So my questions are

    1. Is this expected behaviour for the default “/forums” page or have I missed an installation step?

    2. If I missed a step, is it possible to point me in the right direction? It would be appreciated

    2. Or if it is expected behaviour, do I need to create pages for every topic and forum created? Which I am guessing is not the case.

    couple of extra notes

    – I have also created a page “forums” with slug “/forums” and added [bbp-forum-index] which appears to be ignored completly.

    – If I change the template in “/forum” to bbPress – Forums )index, I also loose style formatting.

    PS. I may be batting out of my league trying to install bbpress in beta version. But I like the looks of it and would be great if I could get it to work on my website.

    Thanks in advance for any help.

    #107784
    Ryan Hellyer
    Participant

    It looks like they’ll be building an application for a weather station that will tie in with a WordPress powered website I run.

    #107783
    Ryan Hellyer
    Participant

    Using a cookie seems to be the approach used by vBulletin, and it’s pretty horrid as it doesn’t carry over between browsers.

    IMO storing the users data per post would be too resource intensive with too many users. Storing the post data per user would be too resource intensive for users who didn’t visit often.

    SMF seems to handle it fine. Not sure how they do it though.

    I think I’ll avoid suggesting unread posts as an option for them. There’s way too many pitfalls I can see in implementing this. Best if someone with more knowledge tackles it I think or we’ll just end up with a horridly inefficient approach to a complex problem.

    #39439

    I’m using the latest build of bbPress and Genesis (1.7.1). For the most part things are going smoothly, however there is one thing I have not been able to figure out.

    I am using the default setup of bbPress and it’s running off of bbpress/bbp-themes/bbp-twentyten theme (I have not installed or moved a bbpress theme inside my child theme directory).

    Here’s what I don’t understand…

    When viewing a specfic forum or post, such as http://allaboutdryeye.com/forums/forum/sufferers-corner/ things work fine, as expected.

    *However*, when trying to view the forum index (http://allaboutdryeye.com/forums/), user profile (http://allaboutdryeye.com/forums/users/allabout/), and some other sections the page just shows what looks to be a dead loop.

    After a little poking around, it almost seems like bbPress isn’t using the template file at all.

    For example, on this page http://allaboutdryeye.com/forums/users/allabout/, the corresponding template file would be /bbpress/bbp-themes/bbp-twentyten/single-user.php right?

    I’ve tried editing the file (for testing purposes only, of course!) and echoing test lines, however they don’t show. It’s like some of the template files aren’t being picked up at all.

    I have no idea what is going on. I’ve been beating my head against the wall on this one. WP_DEBUG turns up clean.

    Any clues?

    #107782

    I’ve thought about unread posts. The easiest way to do it is to update either a user-meta value or a cookie when each user visits the site. Hook into the topic class function and add a special class to topics with unread replies in them since the last time you visited the site. When a user visits a topic with a last active time after the users last activity time, add those topic ID’s to the meta/cookie so they can be excluded as needed.

    Using a cookie is easiest, but inconsistent across devices for the same user (iPhone/iPad/Computer all show mixed results.) Doing a ‘persistent’ unread posts adaptation would require a huge amount of overhead, and probably isn’t really feasible without logging the user ID’s that have visited each topic-reply in post-meta. On busy forums with many users, this would be a huge headache.

    #107788

    After you install and integrate BuddyPress, the process to troubleshoot becomes exponentially more difficult, particularly if you’re not familiar with either platform.

    Did you choose the option in BuddyPress to use your existing forums for groups?

    #107796

    In reply to: bbPress Plugin

    You’ll want to visit your permalinks page and resave them to rebuild them with bbPress active. This will be fixed in the next release.

    #107795

    In reply to: bbPress Plugin

    GillesC
    Member

    Actually just figured out that it is not loading any of the forum page under wp-content/plugins/bbpress/bbp-themes/bbp-twentyten but it is going to wp-content/themes/twentyten.

    How do I redirect it to the right place?

    I use sub-directories not sub-domains in my Multisite.

    #39433
    GillesC
    Member

    WP Multisite 3.2.0

    Installed BB Press plugin v 2.0-rc2.

    Everything went smoothly except that when I try to go to the first forum I created (/forum/test/), only the header is loaded.

    Any idea?

    I am trying to find out which page gets loaded when trying to view a forum but can’t seem to figure it out…

    TIA

    #39430
    ratsoid2
    Participant

    I was trying to include Lighbox Plus in BBPress and my friend Dan made this functions, so that all the images and links to images will work in LP (or any other overlay image plugin that uses classes).


    <script type="text/javascript">
    jQuery(document).ready(function(){
    jQuery('.bbp-replies a').each(function(){
    var ext=(jQuery(this).attr('href').split('.').pop()).toLowerCase();
    if(jQuery(this).children('img').size()>0&&jQuery(this).attr('rel')=='nofollow'&&!jQuery(this).children('img').hasClass('avatar')||(ext=='jpg'||ext=='png'||ext=='gif')) jQuery(this).addClass('cboxModal');
    });
    });
    </script>

    Add this in header.php. Instead of “cboxModal”, replace the class with the desired one (WP-prettyPhoto for example).

    Dear friends,

    I have a problem with the integration of WordPress and bbPress which is driving me crazy. For a couple of weeks, new users can not post on the forum. (“Old” users can do it without problems)

    One problem is that there`s no error message. When the new users click on “New Post” seamlessly access the page to create the new post (? New = 1) but there´s no form!

    I have also installed Buddypress. I disabled BuddyPress and the problem continues. Has anyone had any similar experience? Any suggestions?

    Thanks in advance.

    #107781
    pimarts
    Participant

    The bbPress plugin repo on this site is for the standalone edition (1.x), but current development (it’s at RC2 at the moment) is focused on the WordPress plugin edition (2.x).

Viewing 25 results - 36,176 through 36,200 (of 64,516 total)
Skip to toolbar