Search Results for 'bbpress'
-
Search Results
-
i m trying to get the thumbnail of topic to show on Widget “Forum list”
what i m trying to achieve are- trying to get the feature image funtionality on front end so user can have the option to upload image about the Topic
- get the feature image on Widget “Forum list” Default widget of BbPress plugin
i m not developer, as i have feature image in admin using some code found here.
Please provide some suggestionslooking for quick reply, as i have to use this feature in website.
thanksHello! I am very new to WordPress.
BBPress version: 2.5.7
WordPress version: 4.2.2I want to remove the email id and website options for anybody who is starting a topic or commenting on a topic.
Could you please tell me how?
Website link: http://www.theiotportal.com/forum/discussion/Hello
When users register, I only collect their emails and names. As a result, the nicknames that show on the forum are their emails. To prevent this, I want to implement the nickname system. But there is a problem in the BBPress.
I experimented by creating a new user and changing his nickname to other people’s nicknames. That is, nicknames should be unique, but it seems that people can just change their usernames to whatever they want, including the nicknames of other people. There is no system that checks for uniqueness of nicknames.
How am I supposed to fix this problem?
Hi People!
Please, some help to solve this:
1. I would like to have the code to center text, images, and things in the editor of bbpress. Any idea? (If i write <center></center> in the editor the text after the code change their size :/ ).
2. Simple, how can i add a double space to text in the editor? (if i tap a double enter, it should show a double space)
Wordpress 4.2.2
Bbpress 2.5.7Thank You!
I have both bbPress and BuddyPress installed on my WordPress site. When someone posts a topic in bbPress, it automatically displays in the BuddyPress activity stream. If another user replies to the post inside the BuddyPress Activity Stream, the reply only shows up in BuddyPress, not also in the bbPress forum where the issue was originally posted. Am I missing a setting that would cause the reply to show up in the forum post as well?
Topic: Plugin v. built-in
using WP 4.2.2 – theme (Jupiter v4)
Hello
the theme i’m using (jupiter 4) had a bbpress directory at theme root when I installed it. (wp-content/theme/jupiter/bbpress). i imagined for compatibility .. but it’s not
any recommendations regarding customization regarding ditching jupiter’s included bbpress and following child theme documentation for the plugin)?
(the url is a dev site that includes an IP i’d rather not post here, thanks!)
hi,
My genesis theme adds a padding to .entry and therefore the content-sidebar pages have this padding too. It makes the forum content really narrow. I want to remove that padding. Only for forum pages and topics. How?
The site is still in development but i included a url that shows the issue.
WP version 4.2.2
BBpres verion 2.5.7https://bfgv.nl/forums/onderwerp/dit-is-ook-een-test/
Thnx
I want a feature where you can select/check two or more forums and on click of submit button only topics belonging to the selected forum(s) come. How can I do this. Please help!
My wp version – 4.2.2
My bbpress version – 2.5.7
Thank you!Hi,
I am using the bbPress WP Tweaks plugin to create a siderbar for my forum. However, the sidebar displays underneath the forum, which supposed to be on the right side of it. I am trying to solve it by changing the default forum wrapper, but it does not solve the problem.
The error page: http://kayden.sg/forums/
Hope you can help!Thank you so much!
When I use the bbpress index shortcode, it shows only the first 3.5 forums (notice I said 3.5 because the 4th one only the title is shown. I have 7 forums, and I need them to display on the forums page?
Thanks
Nap14hockeyHello,
This forum http://www.mp-mag.com/en/forums/ does not send mail after submitting registration form.
Please is there any suggestion?
Wordpress 4.2.2
bbPress 2.5.7Website: http://jcamai.com
Wordpress Version: 4.2.2
bbPress version: 2.5.7Just installed bbPress again after it didn’t work and really want to get it going since it’s about the best forum plugin available for WordPress. The issue is that trying to edit a post will take you to a page like this.
Is there any advice on how to fix the ability to edit a post. I tried under an admin account as well and got the same issue.
Hi,
is there anyone who can help me to get this part<div class="new-reply-link"> <a href="<?php bbp_topic_permalink(); ?>#new-post "class="reply-link-text">Reply</a> </div></br> <ul id="bbp-topic-<?php bbp_topic_id(); ?>-lead" class="bbp-lead-topic"> <li class="bbp-header"> <div class="bbp-topic-author"><?php _e( 'Author', 'bbpress' ); ?> </div> <!-- .bbp-topic-author -->into an if-statement for logged in users?
I suppose that
<?php if ( bbp_is_user_logged_in() ) { ... } ?>
does not work that simple due to the additional php within, right?
(no success so far..)