After submitting the form the pages get loaded and the scroll goes up automatically the user has to scroll down to see the message. Can we disable the scroll? Below is the url on which i facing the issue http://www.wavesstrategy.com/forums/topic/nifty-neo-wave-training-queries/ http://www.wavesstrategy.com/free-member-login/ After filling the form on the above page the scroll goes up
I currently have a bbpress folder in my theme which contains all the theme of my forum. I have a page archive-forum.php which displays the forum page and a page content-single-forum.php which displays the topics. I would like to know how to create a different display for a forum. I would like to display the first forum with a content-single-forum-slug.php and the other forums with content-single-forum.php. I have tried all : content-single-forum-slug.php, single-forum-slug.php, content-single-slug.php, single-slug.php. I didn't succeed so I …
I have installed BBPress and anonymus subscription plugins for my forum. The problem is, if a user recived an email that notify him that he recived a reply to his topic/answer, after he press on the button from that email to go on his question/answer, the page scroll to the end of the post not at the beginning. Is somebody who can help me with this $reply_url = bbp_get_reply_url( $reply_id ); <a style="padding:10px; text-decoration:none; background:#66BB6A; font-family: Open Sans; font-style: normal; …
I have a bbPress forum in which I have the reply form at the top of the page instead of the default bottom. When a user wishes to reply to someone and then they cancel their reply, the reply form moves to the bottom of the screen again. How do I change this to move back to the top. The code that is responsible for this is in 'wp-content/plugins/bbpress/templates/default/js/reply.js'. Any ideas on how and where to alter this code to …
I'm reading up on the bbPress help pages to try and find out how to modify a template but with little success. I see that WP will look for the following theme files and use the top-most first: plugin-bbpress.php bbpress.php forums.php forum.php generic.php page.php single.php index.php However, when I look in the bbPress folder itself, I see no files in there of the those names... so I've no idea what sort of code to put in them. I assumed there …
I have a separate phpBB forum and I want it to open below the navbar, on the same website, so that it will look like as part of the website, something like that (Image edited with Microsoft Paint):
bbpress I would want to customize my Forum in bbpress. by changing/replacing the words that appear on the forum layout. I would like to change the words (everywhere they appear): Forum, topic, reply. To other words of my choice. Does anyone have any way of doing this? I think I will need to make a child theme? anyone have any experience with such a problem? Does anyone know what files name to edit for theme twenty eleven. and where they …
Wordpress.org plugin's have a support forum, but I don't see a way to search it, which makes finding issues related to a specific plugin pretty hard. Am I missing something? or is this option simply not available? Example of a support forum page: https://wordpress.org/support/plugin/wp-super-cache
I have an issue with breadcrumbs working with bbpress forums on my website. I have tried a few different ways to overcome this & I think a simple solution would be something which states if the post type = forum then the breadcrumbs for that page should be Home > forum. I have tried to integrate this within my breadcrumb functions php snippet with no joy, can anyone give me a pointer of what im doing wrong? <?php function the_breadcrumb() …
I recently built a WordPress site based and am using BuddyPress for some interactive community functionality. Members are using the forums built into BuddyPress, but are looking for a way to attach or embed pictures in their posts. Is there any way to extend the BuddyPress forums to allow this, or are there existing plugins that allow this? Or, is there a better forum that can be integrated into WordPress?
I'm looking to have the default view for Groups be the Forum component instead of the Activity component. What's the best/easiest way to alter the default landing component/page?
When I declare a forum private the word "private:" is prepend to the title of the forum, and is visible even for the register members. how can I get rid of that prepend word?
I'm new here, & I need help of you experts. here is my request/question: I have a wordpress website: http://seriesratings.com and a Forum (application on host): http://seriesratings.com/forum How can we use same login details or sync database of site & application? So users don't have to signup on both. For Instance, If they have account on site they can use the same login details for forum also. Now they have to sign up differently for both. Thank you very much …
I made a wordpress for internal professional buisness. I'm looking to use SSO to accept users from my company in my wordpress forums. I'm just looking a way to use SSO sAML in order to create accounts. Is something like this is possible ? Is there any addons ? Any feedbacks ? Thanks a lot.
OK, I am really stuck on this. I tried many things and yet nothing works. I have BBpress install and running and want to disallow users(Participant Role) from publishing TOPICS. Every time when user add the topic, it must have to display under pending status but they can publish replies without any moderation. I tried BBpress Moderation plugin but its adding replies in pending status. Even after unchecking the box which says Always moderate replies. I Tried to change the …
So I took loop-single-forum.php, copied it and renamed it, fixed it so the site is calling the copy and then removed what I did not need from it to place it in a sidebar widget. It works beautifully on every screen on the site. Except for two and I can't figure out why. IF you're on the Topic's List Page the widget shows Nothing at all in the Categories Tab and then IF you're in an actual Topic it shows …
I'm starting a website (more complicated than a blog) and would appreciate advice on which framework to use. A person on my team uses wordpress and is enthusiastic about its possibilities, but a friend who works on rails is lobbying against it ("But it's for blogs!"). Both can help me get started so I'll probably chose either wordpress or rails because of that. The question is : which? What I want to do : The site is centered around comparing …
I noticed a previous answer to this question. I tried to create the plugin but it bugged. Anybody has a solution ? Thank you very much Phil Previous Answer
Folks! I have a good knowledge of Wordpress, and currently I started to use BuddyPress / bbPress to build a project. One of the goals of the project is to set a "question and answer" section at each BuddyPress Group. Since bbPress and BuddyPress works well together, I thought to use bbPress forums to build something like that. So, to achieve this, the two things that I need is: Upvote / Downvote a topic reply (witch I could get using …