Search Results for 'test'
-
Search Results
-
Hi, I installed the plugin and changed the settings according to my needs. I did some tests. the forum is created correctly. I tried to create a discussion but unfortunately they are not displayed on the website. here the link. where am I wrong? thank you
Topic: I can not edit topic
Hello, I would like you to help me, I have been testing bbpress because they told me to create a forum for the web of my work and I have a problem. When I create a topic and click on the edit button that brings bbpress, it redirects me to a page that does not exist or that is not activated, I suppose. For example, if the topic is called a test, it redirects me to *** / test / edit / I hope you understand me. Well, edit does not exist … I can edit the topic from dashboard of wordpress but the idea is that users who register and create a debate can edit it …
The same thing happens to me when click on the username that created the topic and when click on merge . Those three links respond to a message from my website (page not found) edit, merge and the user.
I can not show you the web link because it belongs to a private network.
I’ve already tried disabling all the plugins, changing the theme and finally a wordpress mounted on my laptop to test and nothing.
please help
Jose BuliesTopic: Reply Threading not working
Looking for an admin panel plugin to be able to monitor latest posts and replies.
Also, a word blocker plugin would be great too.
I see a couple admin panel plugins but they are 3 software versions old.
Any suggestions?
Much appreciated.
Kindest,
RobertHi there,
I’m trying to write some advanced search functions for BBpress. One of these should let people search only in the forum or subforum they currenty are in. I followed several examples posted on the net and tried to refine them myself.
Unfortunately, I am experiencing a problem with the bbp_forum_get_subforums fuction.
The fuction I am writing should be able to get the list of subforums present in a category type forum when the search is fired from a category type forum.
The code is as follows://If the forum is a category, then search in all the subforums if( bbp_is_forum_category($forum_id)){ $sub_forums = bbp_forum_get_subforums($forum_id); $subforum_id = array_column($sub_forums,'ID'); $min_subforums = min($subforum_id); $max_subforums = max($subforum_id); $r['meta_query'] = array( array( 'key' => '_bbp_forum_id', 'value' => array($min_subforums,$max_subforums), 'compare' => 'BETWEEN', ) ); }Unfortunately, bbp_forum_get_subforums($forum_id) gives a false result.
Strangely enough, if I try to put the same code in a fuction and add it with “add_action” to a forum page, it gives me the corret list of subforums if the current forum is a category.
Can someone please help me addressing this problem? I am using the latest version of WP and BBpress.I am having issues placing a current user’s ‘Replies Created’ and ‘Subscribed Forums’ within their unique templates. See below.
‘Replies Created’ (login testuser / test1234)
https://obeii.com/discussions-replies-created/
Code seems to just want to display all replies instead of the specific users. How can this be corrected to be filtered to that specific user?<?php global $current_user; get_currentuserinfo(); $uid = bbp_get_current_user_id(); ?> <?php if ( bbp_get_user_replies_created( $uid ) ) : ?> <?php bbp_get_template_part( 'pagination', 'replies' ); ?> <?php bbp_get_template_part( 'loop', 'replies' ); ?> <?php bbp_get_template_part( 'pagination', 'replies' ); ?> <?php else : ?> <p><?php _e( 'You have not replied to any topics.', 'bbpress' ); ?></p> <?php endif; ?>‘Subscribed Forums’ (login testuser / test1234)
https://obeii.com/discussions-subscriptions/
It works fine for ‘Subscribed Topics’ below the item, however ‘Subscribed Forums’ comes up empty with no results. Any clue on why that is?<h2>Subscribed Forums</h2> <?php global $current_user; get_currentuserinfo(); $uid = bbp_get_current_user_id(); ?> <?php if ( bbp_get_user_forum_subscriptions( $uid ) ) : ?> <?php bbp_get_template_part( 'pagination', 'forums' ); ?> <?php bbp_get_template_part( 'loop', 'forums' ); ?> <?php bbp_get_template_part( 'pagination', 'forums' ); ?> <?php else : ?> <p><?php _e( 'You are not currently subscribed to any forums.', 'bbpress' ); ?></p> <?php endif; ?>Topic: detail of Style.css ?
Hi ALL
In which line of style.css describ those color????f.ex: sticky color is on the line 161 of style.css
1) the color of your forums name? (the one on the right-top corner)
2) the background color of forums ?
3) the title of table ?(the gray one on the top: Topic — Add New » Posts Last Poster Freshness …)
4) the original topic color ? (there 2 colors i think)
5) those words color? (Hot tags, Latest Discussions, Forums, View..)
6) the white line under under those title: Hot tags, lastest discussions…?
7) all link words ?( add new, no-reply, untag… the original color is green)
8) all link words ?(when mose hover)
8) background color of the bottom section of forums ?(there is : xxxxxxx is proudly powered by bbPress)
9) Now, when u add a new topic, theres a table which ask u the subjet, the content, the tag and the ection. i want to change the background color of this table, which line it is?
10)Now, when u look at a topic, theres the original post and reply. the background of each one is on which line?
11)last thing..: i want to also change those word (the word, not the color) : ‘Enter a few words(call tag)separeted by spaces to help someone find your topic’ and ‘ pick a section’
Thank you a lot!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!