Search Results for 'code'
-
Search Results
-
My goal is to share one DB between wp and bbpress, one registration, seamless for users. The process of accomplishing this seems to have changed.
There’s all sorts of documentation on this topic and I’ve spent the last five hours trying to find my answer before bothering the good people of the internet, so I would greatly appreciate a hand now. It would appear that in recent changes, bb-config.php no longer exists? Installation process where you can fill out DB details in an easy form process seems to be gone?
So the settings must be in a config file somewhere! This infamous “WordPress Integration” section must be somewhere!
I’m using WordPress 3.5.1 and BBpress 2.2.4
Thanks.
Topic: Sorting Topics
Has anyone figured out how to sort topics, discussions, or replies? I would think that would be some basic functionality that would be built in. Or at least easy enough to find in the code to change.
I need to sort topics by topic name. Using version 2.2.4.
Hello all.
I’ve just deleted Simple Press, because I couldn’t import editor except plain editor.
I’ve installed this bbpress forum and I have no information about change or basic development.
For example I have a page that was installed simple press upon it. http://www.oyundragon.com/forum
And it is full-width. That’s why I want to use that page to show bbpress forum. Inserted shortcoded, good, it works But what a pity there is a bbpress forum page as you know http://www.oyundragon.com/forums
What should I do ?
Secondly how can I change “forum” title in the top of every forum sections in the content ?
Topic: Need help with log in boxes
Hello,
I need help with creating a log in box. I know the shortcode to use in the sidebar or in a wordpress page is [bbp-login], but I would like to create a log-in-box right on the main page of the forums as seen at studiopress.com/forums. I know that for this I need to add the code to the php template, though I do not know the code. Can you guys help me with the php code? Thanks in advance.
I’m using bbpress 2.2.4
Hi all, is there a way or snipped, or a type of code to send an email to admin (or or a specific email) everytime a user open a new discussion in a forum.
I think it’s something to add in a function.php file on eventi post_publish.
Thanks!
Hi everyone,
Hope someone can help me out with this, I’ve been searching around for several days and I can’t seem to find a solution.
I’m using bbpress (obviously) on my 3.5.1 WP install. I have code in a fixed header that allows my users to login to the website. Here’s the code I have in my header.php
display_name.’ | ‘, wp_loginout(); } else { ?>
or <a href="/wp-login.php?action=register”>JoinBasically this generates Login | Join when the user is not logged in and username | logout when they are logged in.
My question is this, when a user is logged in I’d like to have the username link directly to their bbpress profile. For the life of me I can’t find any info on how I would do this.
Does anyone have any info or could point me in the right direction so I can could get this done? Maybe it’s not even possible?
Thanks to anyone who can help.
Cheers.
hi there
my problems is that im trying to style the reply section but there is some script there are styling the element.style so i cant overwrite it with the style.css i cant find the code there are doing the element.style
i have located the code to the “loop-single-reply.php”
in the file the code refers to code i cant find?
div class=”bbp-reply-content”
?php do_action( ‘bbp_theme_before_reply_content’ ); ?
?php bbp_reply_content(); ?
?php do_action( ‘bbp_theme_after_reply_content’ ); ?
/div
are there anyone there know where it gets styled?