Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 36,026 through 36,050 (of 64,516 total)
  • Author
    Search Results
  • #108012

    In reply to: avatar

    ratsoid2
    Participant
    #108014

    In reply to: bavatars wont work

    ratsoid2
    Participant
    #39573
    ineken
    Member

    Hi all,

    I’m looking for a way to create a widget to mix the last wordpress comment with the latest responses forums.

    This widget should be able to distinguish between two types of entry through a different CSS and enter the name of the user’s avatar, …

    Could you help me?

    At first I thought retrieve the 2 rss, yahoo pipes through the cross, but there is no avatar.

    Thank you in advance for your help.

    Ineken

    Arf, i miss the categoriy of my topic, sorry :'(

    funnycat777
    Participant

    Does anyone happen to know how to disable repliers from deleting the existing tags accidentally? On my template, the existing tags show in the tag textbox.

    bjonrh
    Member

    trevogre, were you ever able to get these to work together?

    It seems like I have it so close – one role is restricted to one forum and another role is restricted to one forum. I set both my forums to hidden, add the read_hidden_forums to both capabilities, the appropriate error is displayed on the restricted forum but the roles can’t get into the appropriate forum to post or read topics. It’s like there should be a read_hidden_topics and publish_hidden_topics capability.

    Private forums don’t seem to work at all. I tried the private setting and restricted the appropriate roles on the forums but the roles can still get into and post in both forums.

    #39571
    T
    Member

    I am running bbpress 2.0.

    If I go to the following it loads OK:

    /myforum/users/admin

    If I go to any other user profile I receive a 404 error:

    /myforum/users/user_name

    The page still shows the profile though returns a 404 header.

    Any ideas?

    #100687

    In reply to: bbPress 2.0 – FAQ

    eliZZZa
    Member

    Thank you so much, Trifon,

    your information does help me a lot indeed!

    Meantime I figured out, how to show general forums (not group forums) using the bbp plugin.

    http://www.nadelspiel.com/clubneu/forums/

    If I understood some forum answers correctly, the standalone version may be deprecated in future and development of the interaction with the plugin version will be continued.

    So, while the solution is not perfect at the moment, it’s promising and being a WP addict, I will stay tuned anyway with BuddyPress and bbPress as well…

    Thank you again,

    eliZZZa

    http://team.eliZZZa.net/

    #105787

    In reply to: bbPress 2.0 – FAQ

    eliZZZa
    Member

    Thank you so much, Trifon,

    your information does help me a lot indeed!

    Meantime I figured out, how to show general forums (not group forums) using the bbp plugin.

    http://www.nadelspiel.com/clubneu/forums/

    If I understood some forum answers correctly, the standalone version may be deprecated in future and development of the interaction with the plugin version will be continued.

    So, while the solution is not perfect at the moment, it’s promising and being a WP addict, I will stay tuned anyway with BuddyPress and bbPress as well…

    Thank you again,

    eliZZZa

    http://team.eliZZZa.net/

    I have a bbpress install on one server with about 200 users, and I have to install another one on a different server, but use the same users. Can this be done?

    #107974
    master5o1
    Participant

    I imagine the column shortcodes could be this:

    [column width=”1/3″ final=”true”]…[/column]

    #107973
    Anointed
    Participant

    very nice solution there. I like how when you are on an ipad that when you click the top level button it shows dropdown properly. Click it again and it takes you to the top level page. Had not thought about that approach before.

    #106833
    beowshawitz
    Member

    I have been unable to figure this out as well. I am only able to see the admins profile within bbpress, the rest take you to a 404.

    What are we missing?

    #100686

    In reply to: bbPress 2.0 – FAQ

    Anonymous User 5853594
    Inactive

    @eliZZZa

    BuddyPress does indeed include the full standalone version and doesn’t (yet) fully support the plugin version. It has been announced that in a future release of BuddyPress, support for the plugin will be included though.

    What you’re seeing in the Dashboard are the menu’s from the plugin version. The forums have to (manually) be given pages of their own, for them to show up in the front-end of your site.

    You can create pages for the plugin’s forums using the plugin’s shortcodes (https://bbpress.org/forums/topic/bbpress-20-shortcodes).

    I know that the interaction between BuddyPress and the bbPress plugin isn’t much at the moment, but I hope that BuddyPress will try to make it easier in future releases.

    You can use them side by side pretty well though, although I do not know how things will change when the bbPress plugin version is included into BuddyPress. I imagine that it might cause some importing issues.

    #105786

    In reply to: bbPress 2.0 – FAQ

    Anonymous User 5853594
    Inactive

    @eliZZZa

    BuddyPress does indeed include the full standalone version and doesn’t (yet) fully support the plugin version. It has been announced that in a future release of BuddyPress, support for the plugin will be included though.

    What you’re seeing in the Dashboard are the menu’s from the plugin version. The forums have to (manually) be given pages of their own, for them to show up in the front-end of your site.

    You can create pages for the plugin’s forums using the plugin’s shortcodes (https://bbpress.org/forums/topic/bbpress-20-shortcodes).

    I know that the interaction between BuddyPress and the bbPress plugin isn’t much at the moment, but I hope that BuddyPress will try to make it easier in future releases.

    You can use them side by side pretty well though, although I do not know how things will change when the bbPress plugin version is included into BuddyPress. I imagine that it might cause some importing issues.

    Suzi Wilson
    Member

    Just starting to test my bbpress installation and I can’t access any of the bbpress screens due to this error. When I look at bb-config.php the DB names it is referencing don’t make sense to me.

    I’m sure there is something I’ve done that is totally naive. Any help would be appreciated.

    Thank you

    #88555
    thenbrent
    Member

    Kyle, I would definitely use the new bbPress plugin. Not only will it receive the majority of new development effort, it also overcomes a lot of limitations that even “Deep Integration” didn’t overcome – like having WP Plugins run on your bbPress pages.

    #68072
    ratsoid2
    Participant

    @philsown

    Download User Avatar for WP here: https://wordpress.org/extend/plugins/user-avatar/

    1. In single-user-edit.php, Before

    <?php bbp_get_template_part( 'bbpress/content', 'single-user-edit' ); ?>

    add: http://pastebin.com/rfLFaRvq

    2. In style.css add:

    .bbp-single-user-edit { position:relative; }

    #user-avatar-display { position:absolute; top:160px; right:20px; text-align:center; width:155px; }

    #user-avatar-display a { color:#000; text-decoration:none; text-align:center; };

    3. In functions.php add: http://pastebin.com/YfbiN65x

    That’s it.

    Original solution: https://wordpress.org/support/topic/plugin-user-photo-front-end-upload?replies=17#post-2186636

    It works great for me. Cheers.

    #107972
    simplethemes.com
    Participant
    #100685

    In reply to: bbPress 2.0 – FAQ

    eliZZZa
    Member

    Hi John,

    I hate to bother, but I really dug through everything close to a documentation (plus hundreds of forum answers) and could not find an answer to some basic questions:

    a) BuddyPress 1.5.2 beta comes with a folder

    /bp-forums/bbpress

    which is obviously a full bbpress install (standalone?).

    I run WP 3.2.1 with BP 1.5.2 beta plus bbpress plugin 2.0-rc-2 (the latter a folder with less files than the one I found in a)

    So which one to run/install, what’s the difference?

    At the moment my admin panel shows a section for Forums, Topics, Replies, but they don’t show in the frontend.

    In the frontend I see group forums only, but not the ones created in the admin panel.

    I am confused and I am really missing a clue (a mini docu would help), on how those parts work together (or not).

    Thankful for any hint, just point me to any place with some information so that I can find sleep and peace again – and my 11,000 club members too ;)

    BTW – I am quite experienced with WordPress after some hundred installations and modifications since 2005, but I’m new to BuddyPress and bbPress…

    Kind regards from Austria,

    eliZZZa

    #105785

    In reply to: bbPress 2.0 – FAQ

    eliZZZa
    Member

    Hi John,

    I hate to bother, but I really dug through everything close to a documentation (plus hundreds of forum answers) and could not find an answer to some basic questions:

    a) BuddyPress 1.5.2 beta comes with a folder

    /bp-forums/bbpress

    which is obviously a full bbpress install (standalone?).

    I run WP 3.2.1 with BP 1.5.2 beta plus bbpress plugin 2.0-rc-2 (the latter a folder with less files than the one I found in a)

    So which one to run/install, what’s the difference?

    At the moment my admin panel shows a section for Forums, Topics, Replies, but they don’t show in the frontend.

    In the frontend I see group forums only, but not the ones created in the admin panel.

    I am confused and I am really missing a clue (a mini docu would help), on how those parts work together (or not).

    Thankful for any hint, just point me to any place with some information so that I can find sleep and peace again – and my 11,000 club members too ;)

    BTW – I am quite experienced with WordPress after some hundred installations and modifications since 2005, but I’m new to BuddyPress and bbPress…

    Kind regards from Austria,

    eliZZZa

    #88554
    Kyle_Irving
    Participant

    Hi

    I had this problem and the plugin provided by Zaerl fixed it, many thanks.

    What I am wondering (and i have only just put the forum up) am I better off using the BBpress plugin in wordpress than the deep integration method i have used?

    Thanks

    Isabelle
    Member

    Hi there,

    Here I am with an issue :) – Didn’t touch anything :p

    I’ve made my own theme and followed the steps.

    When clicking on a tag I get this error:

    Fatal error: Call to undefined function bbp_get_topic_tag_template() in D:xampphtdocswordpresswp-contentpluginsbbpressbbp-includesbbp-core-compatibility.php on line 745

    Thanks in advance for any assistance,

    Isabelle,

    #107271
    kodestar
    Member

    I’ve allowed users to upload images, but whenever I try to upload an image it fails with increase post_max_size and upload_max_filesize to 5M.

    I don’t have any issues uploading with wordpress, and the values are currently set to 8M and 2M respectively.

    The image i was trying to upload was only 167KB I tried with a 47KB file as well and that didn’t work either.

    Any ideas?

    #108001
    dublub
    Member

    I get the same error with the latest versions of bbPress Plugin and WordPress. I tried a fresh install but i get the same error.

    If i remove the code from common functions the update works ok.

    if ( $bbp->errors->get_error_codes() )

    $has_errors = true;

    But i’m afraid without that code there won’t be any error printed :)

    Does anyone have another solution?

    #95698
    paytonjass
    Member

    Sweet deal we got here!

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