Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 36,201 through 36,225 (of 64,534 total)
  • Author
    Search Results
  • #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).

    #107780
    Ryan Hellyer
    Participant

    Thanks for the forum signature plugin link. I didn’t see that in the bbPress plugin repo. (maybe it’s not there?).

    The BuddyPress avatar plugin seems like a good option for providing bbPress avatar support.

    #107779
    Mike1233
    Member

    i dont will use buddypress for avatar.

    this one:

    https://wordpress.org/extend/plugins/add-local-avatar/

    when you can integrate this into the profile of bbpress i like it ;)

    #107778
    pimarts
    Participant

    You’re probably right about it being a bridge too far for this project, but since you asked what kinda plugins people would like to see, well.. That one for sure :)

    There’s a forum signature one already:

    https://wordpress.org/extend/plugins/bbp-signature/

    As for an avatar plugin:

    BuddyPress as mentioned and I’ve seen some others been mentioned in these forums too, but I didn’t test those.

    There’s also an UBBcode/toolbar plugin but that’s about it I think.

    #107777
    Ryan Hellyer
    Participant

    a avatar plugin for profile edit was also nice.

    you can integrate a existing one for wordpress into bbpress profile or so?!

    Do you know of any good existing ones for WordPress?

    #107776
    Ryan Hellyer
    Participant

    What about a plugin to add in forum signatures?

    #107775
    Ryan Hellyer
    Participant

    Most people seem to be moving towards using custom post-types for storing large chunks of data these days. But this data is person specific, so it might best stored as meta data connected to the users profile. I’m not sure exactly where that would be stored though.

    That meta data could quite big too as you would need to store whether someone had looked at a LOT of posts in some situations. I guess you could make it conk out past a certain date though to stop the system overloading itself, or perhaps cap the meta data at a certain number of bytes perhaps …. hmmmm, maybe it is possible.

    Not sure I have the time to delve into this sort of thing myself though, and since they’re new to this stuff I need to be able to hand hold them through a lot of it. If there’s an experienced bbPress coder out there willing to help, feel free to volunteer :) A helping hand from across the other side of the world could be a useful experience for them. Collaborating with people in other parts of the world could be a useful learning experience for them.

    #107774
    pimarts
    Participant

    You’re probably right, I never developed a plugin for WordPress yet, something I like to look into when I have some time again ;)

Viewing 25 results - 36,201 through 36,225 (of 64,534 total)
Skip to toolbar