Search Results for 'test'
-
Search Results
-
Hi,
I just installed on a test domain WordPress, bbPress and WPML. All are updated to the latest versions. I don’t use any other plugins and the theme is also the default one, Twenty Sixteen.
I setup 2 languages: german as default and english. So the URLs are like this.
website.com
website.com/enI posted some topics in bbPress in both languages and I can see them per language, which is what I want. On the german version I see only the german posts and on the english version I see only the english post.
Of course, a problem may be with the bbPress slugs settings. I cannot translate them but I can live with them.
What I noticed is that when I go to profile and try to see the “Topics Started”, “Favorites” and “Subscriptions”, I see only a message that I don’t have any of those, although on the main Profile page shows that I have started 11 topics.
That might be also a problem because it counts the topics from both languages. But I can live with that also, for the moment.
I switched the languages and I made english default. After doing this, everything worked fine in english but not anymore in german, because german became the second language.
Basically, I can see the “Topics Started”, “Favorites” and “Subscriptions” only for the default language.
Only “Replies Created” show up for both languages.
I also attached some screenshots.
I also changed the theme from Twenty Sixteen to Twenty Fifteen and also Twenty Fourteen. Same problem.
I setup another test website as WP Multisite, without WPML and everything works properly. I had to install another plugin to connect both languages. But I would like to use WPML and a single website, if this is possible.
I hope there is a fix for this. bbPress is the most used forum and WPML should be able to handle it.
Thank you very much for your time.
Best Regards,
AlinTopic: Approve posts
Hello community:
I’ve been testing the BBPress, and when a suscriptor user posts a message, only first time, his message must to be approved by the administrator. When the admin approves the message, automatically, the next follow messages are approved with the previos approval of the admin. The question is, How I set the BBPress for each message must to be approved by the admin?
I have the number of replies per page set to 25. With Threading disabled, this works without an issue. However with Threading enabled, topics don’t get split into pages of 25 replies, and no pagination shows up. It basically ends up being a very long page of hundreds replies, all stuffed in that one page.
Is this a bug in the script, or am I doing something wrong? I have the latest version of bbPress, WP and BuddyPress, and use customized TwentySixteen theme.
Topic: Admin replies not showing up
Hi – I just installed BBPress and I can’t seem to have the admin reply to any posts. I created an account under the name Hutad and tried to reply as the Admin and can’t see the response live on the site. It’s in my backend but not live. I am using a custom theme.
Here is the link to the topic/websitehttps://wiperecord.com/forums/topic/dui-in-california/#post-2630
Any suggestions much appreciated.
I’m using the latest wordpress version
Hello,
if you look at our latest topic, you will see the blue notice bar. In in, the time is formatted incorrect. There should be a comma, or even better, the word “und” between the hours and the minutes, not a full stop. I tried to change it in the translation, but there is only a code for the whole timestamp. I would suggest to update bbpress in this regard, so the timestamp becomes localizable.
Best
ManuelHello,
I tried to use this code to remove the little character between the Subscribe and Favorite link, but it does not seem to work./*Fix character issue with BBPress admin links menu*/ function hide_before2 ($args = array() ) { $args['before'] = ' '; $args['subscribe'] = 'Subscribe'; $args['unsubscribe'] = 'Unsubscribe'; return $args; } add_filter('bbp_before_get_user_subscribe_link_parse_args', 'hide_before2');http://yourtechadvisors.com/forums/topic/testing/
Feel free to create an account, I think the biggest problem is the Subscribe/Unsubscribe link that can be found under the Options menu. Please check screenshot.
https://drive.google.com/file/d/0B_h6oU4LzDtlYU44LUNCQVNaZ0U/view?usp=sharingAny suggestions?
Hello there,
I have a really strange problem… In the last few days I’ve noticed that all my messages do not show paragraphs, bolds, italics and neither links inside my topics.
I find it really strange and if you want to have a look to this is the link on a page where this happens. Inside this response there was some links and formatting but everything is gone.
It seems like WordPress is stripping out all the formatting my users add to the text and if you inspect the code you’ll find out that not a single
<p>has been used…I am using custom template pages but in order to test I’ve also renamed the
bbpress/folder inside my theme and the problem is still present. Tryed to use Twenty Fiftheen and the problem persists. Also checked the settings but everything seems normal.The only thing I’ve done is update WordPress to the version 4.5, at least is the last action that I can recall.
Hope you can help me and thank you for your advices.
All the best,
AndreaWordPress Version: 4.5
bbPress Version: 2.5.8
Genesis Version: 2.2.7
bbPress Genesis Extend Version: 1.1.1Hello all
i am using wordpress latest,
bbpress latest
theme
and only active 2 plugin as localhost forum and subforum 77
topics 514
reply 2729i had used
Debug Bar && Debug Bar bbPress
Query Monitor && Query Monitor bbPress & BuddyPress Conditionalsand it’s show the query when the new topic page loading.
in /includes/topics/functions.php
every thing prossess smothly in this file til
/** Update counts, etc… *********************************************/
//exit();
do_action( ‘bbp_new_topic’, $topic_id, $forum_id, $anonymous_data, $topic_author );here every thing work so so long
just to be more detailed i had read allot about wp_insert_post if inserting allot of topics in the same time but, now i am in local and only me posting in topics
what i am missing here and from where to look in
thanks in advance
regards