Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 1,151 through 1,175 (of 11,523 total)
  • Author
    Search Results
  • #210820
    Robin W
    Moderator

    if the user isn’t logged in, then the forum won’t know who they are (or indeed the membership plugin!)

    so if user is logged in, you say ‘The login on this form fails when I use my admin login.’ – can you describe what you mean, and maybe this is ‘membership’ plugin related ? as a test, deactivate the membership plugin and see if that fixes

    #210812
    Robin W
    Moderator

    if you want anyone to be able to post, then you need to allow anonymous posting

    dashboard>settings>forums and look for anonymous, but unless you really want general public posting I’d suggest not. If you do, look also at ‘bbpress notify no spam’ as another plugin.

    I can’t say why the 2nd is happening – I’d suggest you set up a test user and see if they get the same issue.

    then come back

    #210806
    riggie11
    Participant

    Hi guys,

    I’ve just done a new WP install & also a new bbPress install. No other plugins installed.

    I then added a Forum you can see on this page.

    Test55

    The problem I have is:
    This login form seems to prevent me from adding a topic.
    The login on this form fails when I use my admin login.

    How can I remove the login form from appearing & allow a topic to be created?

    thanks,
    Riggie

    g28f99
    Participant

    please check below for links to the related area:
    new topic area
    new reply area

    g28f99
    Participant

    Hello, I am creating a specialized forum combining wordpress(5.4.1), bbpress(2.6.4) and buddypress(5.2.0). The website is exptoge.com. I have already created child thyme in the wp-content/themes/mytheme folder and used functions.php and style.css to make some customization. Now I need some help to personalize the forum new topic area and new reply area.

    1) New topic area, as shown in Fig 1,
    (please go to here to check all the figures ).
    For every new topic in this forum, I wish the following text appear in the “Topic content edit area” by default: “please clearly describe the place and time duration”. Once the user click in this area to input something, those text will disappear automatically.
    The google search box seems exactly demonstrate this effect as shown in Fig.2. Source of Fig 2, captured at chrome://newtab.

    2) New reply area, as show in Fig.3.

    For every new topic in this forum, I wish some text (e.g. “please select or input your selection” ) appear in the “Reply content edit area” and followed by a drop down selection list (similar to Fig. 4 or Fig.1 below part) by default.

    The selection list is composed of two parts. The first is designed to choose a color, red, blue or others. The second is designed to choose a shape, triangle, circle or others.
    If the users choose others, a new input box will appear so that they can input their other choice. Text “please input your choice” will appear in the input box with function similar to Fig. 2 (requirements of new topic area above).

    After the users make a choice or enter their choice, the choice result will exactly be the reply content. But, the above “please select or input your selection” text will be updated to be “I prefer” texts.

    I am not sure whether it is possible to achieve above functions through making modifications in my themes. Anyway, thanks a lot for your time and efforts. You can log in with username “Daniel” and password as “Daniel8” to test “new topic” and “new reply ” function in this website.

    #210790

    In reply to: subforum parent name

    Robin W
    Moderator

    untested but try

    $forum = bbp_forum_id() ;
    $parent = wp_get_post_parent_id($forum) ;
    if (!empty($parent)) {
     echo esc_html( get_the_title($parent) ) ;
    }
    deborahdavidson
    Participant

    Thank you so much for the plugin recommendation. It solved the problem (brilliant!) and then I started getting these error messages and the emails stopped sending again.

    EMAIL DELIVERY ERROR: the plugin WP Mail SMTP v2.0.0 logged this error during the last time it tried to send an email:
    Mailer: Default (none)
    PHPMailer was able to connect to SMTP server but failed while trying to send an email.
    Please review your WP Mail SMTP settings in plugin admin area. Consider running an email test after fixing it.

    Also “could not instantiate mail function” message appeared in the mail logs.

    Is it possible to point me in the right direction to resolve this? Many thanks.

    #210757
    monopohl
    Participant

    Hi,

    sorry for my late reply.

    Yes it is a multisite (network) installation. Currently I am only using one site but I prepared this for future sites to be added.

    My active plugins:

    Akismet Anti-Spam
    bbPress
    Contact Form
    GRAND Fla Gallery
    Honeypot for Contact Form 7
    Network Privacy
    Slider Revolution
    The EVents Calendar
    Wordpress Importer
    Wordpress MU Domain Mapping (notsure if Im even using this or if it is a leftover…)
    WP DSGVO Tools

    Wordpress, Themes and Addons are all on the latest version.

    Kind regards,
    Thomas

    #210754
    michaeljohn2020
    Participant

    Hi,
    The Last Post time is showing over 2 weeks when it should be within the last few hours. See “Latest news and required reading” on https://forum.eclipseaudio.com
    Any ideas how to fix this?
    Best,
    Michael

    Chuckie
    Participant

    I was told that :

    https%3A%2F%2Fwww.publictalksoftware.co.uk%2Fxxx%2F%3Ftopic%3Dthis-is-a-test%26paged%3D3%23post-5572

    is not a very “pretty” link. I don’t rightly know. But how is this url created? Does bbPress format it like this?

    I tried deactivating everything except bbpress and the links were still like that.

    In short, is this by design?

    007elt
    Participant

    Hello,
    I am using BBPress with the la in conjunction with Ultimate Member (everything is latest version). Our forums are supposed be completely private for non logged in users. This works for the individual forums and topics.
    Unfortunately, we discovered that if you put in “Forums” after the website URL an index of all forums with topics shows up. You are not able to access them, but it is really not good for us to have this information show up at all.
    How can I prevent the Forums index from appearing by typing the URL. Can this be done? I would really be grateful for some help here. Thank you.

    #210681
    toinewesten
    Participant

    Dear bbPress team member,

    I’ve got a question about a difference that I encounter between the replies to a topic in a “normal” forum page versus the replies to the same topic “embedded” in another page.

    I’ve recreated the problem in a new website:
    https://cursus.fotograferenindenatuur.nl/
    WP version 5.4.1
    bbPress version 2.6.4
    No other plugins are activated
    Theme: Twenty twenty
    Username and password: on request
    To reach the “normal” page: main menu > community > click “Test forum” > click “Test topic”
    To reach the “embedded” topic: main menu > Page for embedded topic

    When someone replies to one of the messages in this topic (except for the first one) the replies should be nested under that message. In the “normal” forum page this works fine (for a logged in user). But when I “embed” this topic in another page, all replies are posted at the bottom of the list. And they are all posted as new replies to the topic, and not as nested replies.

    Do you know how I can get nested replies in the embedded topic?

    Best wishes,

    Toine

    #210679
    chimera2020
    Participant

    Hi there,

    I did just set up my forum, but when I start a new Topic the counter in the Overview does not change. I did some tries with multiple test-topics and replies, but no change. Always stays at 0 :-/

    Any ideas?

    Thanks

    #210663
    schossie
    Participant

    Hi @canvasstudio,
    my whole site crashed at some point and I started over without buddypress, as I suspected that it was this plugin that was causing the problem.
    Now I have a test site and am experimenting again, as for my community buddypress would be ideal to have as well.

    So yes I am interested in your solution!

    Right now after installing buddypress, I dont see any activities from the private groups.

    Ideally I would like that users see the activity according to their group permission.

    Thanks

    #210645

    In reply to: Freshness

    Chuckie
    Participant

    I think it was my fault. I thought I had created a test message but I had left the body of the topic empty and not ticked the recaptcha.

    It would not jump to the error messages. It just went to top of screen. So I did not notice the post was not added.

    It really should jump to the error message which I have nice and clear with a yellow border.

    Robin W
    Moderator

    ok, this may or may nogt work

    can you download this file

    RSS Test

    and then open it and paste the contents into code snippets ion the php/code section

    then let me know if it does anything (at all!!)

    deborahdavidson
    Participant

    One or two subscribers are not receiving email notifications despite having subscribed to the Forum. I’ve checked on the Forum and you can see that they have subscribed but looking at the mail logs, their email addresses aren’t on it. Has this happened to anyone else? Would be really grateful for your help. Latest WordPress & BBpress being used. Does it take some time for notifications to be sent after a member has registered? I’ve sent a test email through BB Style and they’ve received it but nothing is coming through from the Forum. Many thanks.

    #210588

    In reply to: @mentions

    schossie
    Participant

    For me the plugin works and I am receiving notification emails, except that the text has weird elements –> \"
    ————
    Admin has just mentioned you on their reply \"Reply To: test\":

    \"@sandra

    this is a tagging test\"
    ——————-

    It would be so useful to get @mentions outside of buddypress

    #210573
    wedebrick
    Participant

    Hi Robin,

    thanks for your reply. The problem seems to have disappeared as my testing account is now able to open new threads in the private forum (without confirmation by mod). I don’t know if I changed anything (of importance) but yeah it’s working now.

    Thanks also for linking to the profile pluggin!

    wedebrick

    #210569
    wedebrick
    Participant

    Hi there,

    sorry if this is the wrong subforum. We are creating a forum for our members which are already registered on our WordPress site. And I’m currently testing the forum. Now I have the following problem.

    Two things are very important:
    1) the members/users should be able to create threads and write answers in threads without confirmation from the moderator
    2) the forum may not be seen public

    What is the solution for this? When I put everything in private mode the threads (opened by my test account) need confirmation from the moderator to open.
    And when I put everything in public mode, other users (who are not registered with us) are able to see the forum when they know the URL. They are not able to create new threads or answer but they can see everything. It should, however, be private.

    Also another thing: is there a way to deactivate the option to read the profiles of users? We want to keep privacy as high as possible so this would be of great help.

    Thanks in advance
    wedebrick

    #210560
    kjoswald79
    Participant

    Hello!

    I have a bbPress forum on my website. http://www.fullspectrumasd.org. I tested the registration system and was able to create a test user, but others who are trying to register are not receiving the automated registration email from WordPress. I have people waiting to use the forum who are not able to create a password. How can I get them registered?

    Thanks,
    Katie

    #210557
    wilc097
    Participant

    I’m sorry , it does not indeed.

    Edit: I’m sorry, I now understand the 3 and the 10 are add_filter inputs to set priority and number of arguments…

    Your code works, thanks a lot. I have been to fast in my replies without proper testing.

    #210544
    wilc097
    Participant

    No, it occurs also when viewing all topics on the main page of a forum: within the link to the latest reply.
    Every link that links directly to a specific reply on a certain topic has this issue.

    #210493
    Robin W
    Moderator

    updated this – latest version does not error

    #210475
    Chuckie
    Participant

    I have this code:

    // check frontend user privileges
    $canEdit = is_user_logged_in() && (current_user_can('edit_posts') || current_user_can('edit_pages'));

    But I am not sure it is right. Front end users who are logged in can’t create or edit posts on my site but they can create an edit forum topics and replies.

    What is the correct syntax?

Viewing 25 results - 1,151 through 1,175 (of 11,523 total)
Skip to toolbar