Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 6,301 through 6,325 (of 64,404 total)
  • Author
    Search Results
  • #198137
    rltv2011
    Participant

    Hi rocketmouse, perhaps this post from 2013 can help you:

    How to remove this title

    Let me know please!

    #198136
    Robin W
    Moderator

    It could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Then come back

    #198122

    In reply to: Plugin: Admin add User

    Robin W
    Moderator

    this was a plugin for the old version 1 bbpress.

    version 2 just uses wordpress users so no longer required

    #198102
    Luisgasser
    Participant

    yes i couldn’t fix it.

    Here is a link to the a screenshot of the error message:

    https://s-design.tirol/bbPress.png

    #198098
    rallinspired
    Participant

    @bbrian

    Hey, I am trying to use your plugin. Your write up is unclear to me, do I need to have the same the forum title on the new bbpress forum the invision forum? Is the Upload folder really needed and what is it?? I have done some conversion but nothing is showing up on the new forum I created and they have same titles as the old one on the Invision.

    Also if leave the Table Prefix blank to does nothing, I have to put in “orig_ibf” for it to work. Its converting stuff but i dont see where…. Do i have to wait for the converting to stop before I seen anything pop up on the new forums???

    Thank you.

    Barry
    Participant

    Publishing a topic from the frontend works fine – BUT trace shows that $forum_id is set to zero.

    Ah yes, you’re right. That’s because “transition_post_status” fires before bbPress generates the meta data linking the topic (or reply) with its parent forum.

    So, during your callback, the information isn’t available (actually it is, you could grab the post parent value from the post object, but that’s not “the way”).

    Maybe try following Robin’s strategy 🙂

    Antipole
    Participant

    @Barry – thanks for your interest.

    Standard WP and bbPress email notifications fall short because

    1. When a WP post is held for moderation, admin/moderators do not get any notification.
    2. When a WP post or comment is held for moderation and subsequently approved, subscribers are not notified
    3. When bbPress topics or replies are held for moderation and subsequently approved, subscribers are not notified.
    4. Sometimes it is best for admin or moderator to create or moderate topics or replies in the backend. Standard bbPress does not send subscriber notifications when they are published from the backend.

    I am working on a plugin which uses the transition_post_status hook to look for publications of the above and make notifications. I show the full plugin as of now here.

    The section above line 76 deals with WP posts held for moderation and subsequently approval. It is basically cloned from another plugin as acknowledged.

    From line 72 is my work. It looks for a topic or reply status changing to ‘publish’.
    It works when a topic or reply is published from the frontend but not from the backend. The relevant bit of code gets executed correctly, but the relevant variables are not set up correctly. I suspect that some of the functions I am calling rely on globals that are set up by the bbPress frontend but these are not in place for backend actions.

    My trace statements reveal that:

    1. Publishing a topic from the frontend works fine – BUT trace shows that $forum_id is set to zero. So the bbPress_notify_forum_subscribers call works without the $forum_id parameter being set. It must work it out otherwise.
    2. Publishing a topic from the backend fails to notify subscribers. bbPress_notify_forum_subscribers presumably fails to workout the forum-id behind the scenes.
    3. On reply publication, the code gets the $reply_id OK but the notifications do not get sent, so it must fail to work out the missing information.

    I think my basic approach of using the transition_post_status hook is good as it allows me to act when a post changes to publish from draft/pending etc. whether from the front or backends. But the calls to collect the required ids are not all they seem and rely on behind the scenes poking around in stuff that is not in place when invoked from the backend.

    Antipole
    Participant

    Stack Trace

    #5 /home/…/public_ in /home/…/public_html/ovni-owners-test-site/wp-content/plugins/ovni-submission-notifications/pending-submission-notifications.php on line 98
    1.
    test_reply_call(9705)
    /home/…/public_html/ovni-owners-test-site/wp-includes/class-wp-hook.php:288
    2.
    WP_Hook->apply_filters(”, Array)
    /home/…/public_html/ovni-owners-test-site/wp-includes/class-wp-hook.php:310
    3.
    WP_Hook->do_action(Array)
    /home/…/public_html/ovni-owners-test-site/wp-includes/plugin.php:453
    4.
    do_action(‘bbp_reply_attri…’, 9705, 9605, 1882, 0)
    /home/…/public_html/ovni-owners-test-site/wp-content/plugins/bbpress/includes/admin/replies.php:315
    5.
    BBP_Replies_Admin->attributes_metabox_save(9705)
    /home/…/public_html/ovni-owners-test-site/wp-includes/class-wp-hook.php:288

    #198079
    Robin W
    Moderator

    with widget logic you can call ‘is_bbpress’ that will determine if you are in a forum page

    #198060
    blogxkomo
    Participant

    Hi,
    anybody know how to sync storage img bbpress with imgur like in feature flarum?(https://discuss.flarum.org/d/4154-flagrow-upload-the-intelligent-file-attachment-extension)

    i see on flarum you can upload img to your flarum with imgur storage.

    if you know how do it, please tell me 🙂

    #198057

    Topic: Importing Arabic

    in forum Installation
    meobeou
    Participant

    I am importing an arabic vbulletin 3.x forum into bbpress.I am facing character encoding.vbulletin db has latin1 charset so I converted all tables to latin1_swedish_ci.after importing topics gose weird with blank titles.Any body help

    Lee!

    #198055
    Clivesmith
    Participant

    OK thanks, I have tried deactivating nearly all the plugins just left bbpress / style pack and it is still the same, also as I said chopped the functions file.

    #198011
    Robin W
    Moderator

    It could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Then come back

    tedf
    Participant

    here is an updated image of the problem … the red arrows identify the problem areas.
    i am not sure if they are called headers, menus, or as one person suggested, “lists”.

    bbpress header problem 2019-01-22_15-18-39.jpg

    the problem is that they headings and data items don’t line up.

    if you google bbpress forums, and look at the images, all the pictures show the data properly lined up.

    Phillip Burger
    Participant

    My request / idea for this topic comes from being involved in WordPress.com and WordPress.org forums. As people in these forum may know, there is a lot of confusion about where to input topics when people need help with WordPress. Because of this confusion, it leads to many Topics (basically support tickets) in the wrong forums.

    An example of this is when people post to the WordPress.com forums for a question about a self-hosted WordPress site. This takes the staff and volunteers working on WordPress.com away from supporting that system and instead causes a need to support this other question and most of the support is educating the difference in .com and .org. Once those replies go the tickets, some people opening the topics are still not sure what to do – and telling them “go to the other forum” might be confusing, and at the least will cause duplicate work.

    So, the idea: a feature in bbPress that allows a forum (in this example, the WordPress.org forum) staff to “pull” a topic from another forum (WordPress.com forum) and get the data setup as a topic in the forum where it makes sense.

    Ideally, this would pull over the threaded history, somehow note the users in the discussion as users of the old forum or the new forum (maybe call user: username[wordpress.org] vs username), and tags as needed…and then allow the discussion to continue on the new forum while noting the move and closing the ticket on the old forum.

    There is a problem that the user opening the topic needs to exist – and the user in WordPress.com may only exist in that system, so one option would be that part of pulling the topic over would do an automated user creation behind the scenes on the “new forum” if a simple search did not find the user to assign the topic to in the new forum.

    I also think that in order to do some kind of migration of topic from the UI side (just past in a URL and basically “scrape” the data) would be nice but for the better administration the data would be pulled with API calls and this could be done by URL and some kind of nonce/code that only a staff members who has high access on both forums would know/generate. They log in to the old forum, go to the Topic they want to copy and click something to enable the copy – this would give them the nonce/code. They go to the new forum and note where they are pulling from URL, the nonce/code and the user they want to assign the topic to in the new forum.

    This is a long winded explanation, but I think similar to other situations where a company or organization could have a legitimate need for multiple forums platforms (instead of just splitting by forum in one site) and a method to essentially “move a topic to the right forum” could have a nice benefit – not to mention the simplification of support for the WordPress community.

    I would love feedback and if this is something useful, it would be great to know what the next steps are to follow through.

    (this is a similar idea to what is in https://bbpress.org/forums/topic/copyduplicate-topic-into-another-forum/ but it seems different so I did not just put a reply there)

    #197987
    Robin W
    Moderator

    It could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Then come back

    #197984

    In reply to: Show deeper sub-forums

    Pascal Casier
    Moderator

    Hi,
    There is currently no easy way to go deeper in the structure. A ticket is still open for that: https://bbpress.trac.wordpress.org/ticket/1958
    Pascal.

    #197981
    Jing
    Participant

    We would like to add a section for helpdesk and user suggestions.

    We would like to list this section as a separate component of our Forum section.

    What shall we do to display the helpdesk section separate from the rest of the discussions using bbPress?

    #197979

    In reply to: bbPress Moderation

    tapiohuuhaa
    Participant

    Get working with the plugin. I just changed one text, which was not in the report.php file.
    Next time when I update the plugin I must add translation as code snippets.
    Thank’s.
    Yes, I don’t understand, what is child theme function.php file.
    I have used twentyfourteen. I don’t have any child theme for it but the theme does have function.php.

    BTW. A Finnish user had complained in the conversation page of the plugin moderation-tools-for-bbpress about the same issue (I saw from the nickname that the person was Finnish).

    #197978

    Topic: How to insert ads?

    in forum Plugins
    misha96
    Participant

    Hi,

    how can i insert ads to bbpress forum? Is it possible only via advanced ads paid version?

    Thanks

    #197977
    misha96
    Participant

    Hi,

    I changed a theme and suddently saw that my bbpress forum changed its color (to red – check the link).

    There is no option to change the text color in widgets, forum options or appereance…How can i change it to the black text as it used to be?

    It has something to do with words that can be clicked on (so with url inside) – where to change it please?

    Thanks!

    http://svetneuspechu.eu/Forum/f%C3%B3rum/diskuzni-forum/

    #197975

    In reply to: bbPress Moderation

    tapiohuuhaa
    Participant

    I got all other front end texts translated into Finnish using *.po(t) files except text of moderation-tools-for-bbpress.

    #197974

    In reply to: bbPress Moderation

    tapiohuuhaa
    Participant

    Sorry about my inappropriate words, but I just assumed that if some text is used for ordinary participants, the text should IMO be translate able.

    If there is no translation using po/mo-files then fields to set the desired text like in bbp_style_pack. Indeed that doesn’t work with multilingual sites if there is not another installation or WordPress for other languages (I don’t have looked, how WordPress could work with multilingual sites).

    I don’t figure which function file Robin W. means. Many plugins has the functions.php file.
    moderation-tools-for-bbpress does not have functions.php (like for example bbp_style_pack or the used theme has).

    #197966

    In reply to: bbPress Moderation

    tapiohuuhaa
    Participant

    How to get front-end texts translated in Finnish? moderation-tools-for-bbpress

    does not have any *.po or *.pot files.
    These should get translated:
    * approved
    * report
    * report reason + all related options

    #197964
    chaaampy
    Participant

    WP : 5.0.2
    bbPress : 2.5.14
    Theme : Custom (built with _S)

    Hi everyone,

    I just noticed that in the forum freshness block, I get a “aucun nouveau sujet” (no new topic / messages) message when nobody post something in the forum in the last 7 days.
    Do someone know where I can customize that ? I just want to have a classic message, for the last 7 days, a month, a year or whatever.
    Cheers,

    Chaaampy.

Viewing 25 results - 6,301 through 6,325 (of 64,404 total)
Skip to toolbar