Search Results for 'test'
-
Search Results
-
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.
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,
RiggieHello, 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.
Topic: Incorrect Last Post time
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,
MichaelI 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?
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 topicWhen 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
Topic: Thema Counter not Working
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
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.
Topic: Private vs public forums
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 publicWhat 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
wedebrickHello!
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,
KatieTopic: Testing user privileges
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?