Search Results for 'bbpress'
-
Search Results
-
Evening All
The bbpress plugin for wordpress is amazing! Big thanks to the guys who put it together.
I have a small issue that I am sure is more a newbie thing rather than anything big.
My forums are showing as post on my blog site rather than using the ‘page template’. I can use the shortcode to make certain section initialy show on a page however when ever you click on a topic it takes you back to a post template (with all the post written by, tags etc etc).
Is there anyway to make the plugin use a page template rather than a post?
I am using the Arras Theme at the moment (which could be part of the problem)
Any help would be fabThanks
JohnJack
Topic: Making custom wp-login.php
Hey guys,
I have a premium theme currently installed on my site and I would like to add a bbpress forum to it.
I would like to however make it so no one ever needs to see the wp-login.php.
How do I do it so whenever someone clicks on login or register, they see a custom page with the relevant fields?
I want to do something similar to http://www.swnk.org/forums/
They have it integrated beautifully, EXCEPT when you click on login and it redirects you to wp-login.php which I don’t want. I want an error to pop up immediately (maybe with ajax/javascript?) so users are never ever sent to wp-login.php.
Is this possible? Thanks guys.
Topic: Thank you JJ
I just wanted to give a quick shout out to JJ and to say thank you very much for all the help you have been.
I’ve got to say, that JJ really went out of his way this week in helping me with my installation of bbPress. I’m talking a level of help that I would never expect from anyone and it was greatly appreciated.
To many times, especially in this forum, there are just a lot of unhappy people leaving mean messages as they are frustrated with their individual issues. I wanted to take a moment out of my day to publicly say Thank You for all the hard work you do on these forums and this software. There is no way bbPress would be anywhere near what it is today without you and I for one appreciate the hard work you put into this.
Just know your hard work and dedication to this project is appreciated.
I love the layout: http://bbpress.org/forums/ The forums on the left, and a big Latest Topics are on the right. Tags and such in the left too. I keep reinstalling my bbPress but no matter what I do, I cannot get my forums to show up like this. See here:
http://covenantvoice.com/forums/
I just want to fix the layout. Any idea on what I’m doing wrong? I’m using the very latest bbPress, 2.1.2.
Topic: The Shadowed Mare Forums
We are adding forums to an existing site rather than having a site that is 100% forums. I already have a breadcrumb set up for the main site but the forums don’t show up in them. Since the bbPress breadcrumb functions are significantly more complex than the simple breadcrumbs I currently use I decided to use bbPress’ crumbs in place of the main one. I have successfully modified the function to include category and single page data in the crumbs (without having “forums” as the base) but the blog root disappears. Help? Here’s what I added to ** Current Text **
// Category Page if (is_category() || is_single()) { the_category(' » '); if (is_single()) { echo " » "; the_title(); }That omitted the blog root from the crumbs, so I tried this, which didn’t work either.
if (is_category() || is_single()) { $pre_current_text[] = '<a href="' . trailingslashit( home_url() ) . '">Front Row</a>' . the_category(' » '); if (is_single()) { echo " » "; the_title(); }I’m not really sure what I’m doing here. I’m no function whiz.
Topic: forum reply not posted
Hi, i’ve a problem with bbpress, on my site buddypress-it.it a member have posted a reply to a topic, the activity with BP is in the activity stream but the post isn’t in the discussion and i don’t have in any bbPress administration area (spam, deleted etc)
the link is: http://www.buddypress-it.it/supporto/topic/schermata-are-you-sure-you-want-to-do-that-wp-nonce/the activity is on the home page of http://www.buddypress-it.it with the text: > Francesco Martino ha risposto alla discussione Schermata “Are you sure you want to do that?” wp nonce nel forum forum Come faccio a – Risoluzione Problemi 1 ora, 11 minuti fa Ciao a tutti, ho provato a replicare l’errore tenendo sotto controllo i log di NgNIX (il web server) ma niente… non riporta nessun errore. @Arturo pensi che debba chiedere il controllo di qualche porta […]
can someone help me fix this problem?
this isn’t the first time i see this. thanks!WP: 3.4.2
bbPress: 2.1.2
BuddyPress: 1.6.1Topic: Forums not appearing at all
I’ve installed this plugin and the admin side works perfectly. I am able to create forums, topics, replies, etc, however it doesn’t not show up on the actual site. At all. Even when I click the “preview forum” or “view forum” buttons, the browser tells me that link doesn’t exist. It’s a 404 error.
I’ve checked all the settings and they are all public and seem to be correct… Though as an admin I should be able to see them all anyway.
I’m on WordPress 3.4.2 with bbPress 2.1.2