Search Results for 'code'
-
Search Results
-
I just installed the bbpress plugin on my wordpress site but I’m dealing with a problem I don’t understand…
When reading the codex, I see it should be very simple, and I think I’m doing what’s explained to create my forum.
for the example I just created a forum named “exemple” (and let the attributes as they were) and then when I have a look at the address which has been created I have nothing but the name “Exemple”, and the description I gave. But no way to create a post or anything.
(you can have access to the page in question in my profile)
Did I miss something ?
I’m trying to make my forums’ home page display what you get when you put [bbp-single-forum id=$forum_id] in a page. I am editing “archive-forum.php” to do so, since the result will be a more fleshed out version of archive-forum.php anyway.
“Echo do_shortcode” doesn’t seem to work in the .php file, and I’ve been screwing around with this and trying out different strings of PHP code for about six hours straight.
In reality, I will be showing two different categories with the [bbp-single-forum-id=$forum_id] code, each with several forums in them. I’ll have to add some extra divs for the names of the categories, but I can do that myself.
Whatever happens, I don’t care if I use a shortcode or if I use PHP; but if POSSIBLE, I’d rather not add anything to my functions.php. But I’ll do what I must.
Thanks in advance.
I’d like to have the topics have the newest replies at the top, rather than the oldest as it is by default.
Fixes I’ve found here say to edit the topic.php file, but I don’t have a topic.php file.
I also search for the code and can’t find it in any of my files.
Which file in Twentyten do I edit, and what lines?
Thanks!
____________
BTW, This did not work for me.
“Find get_thread( $topic_id, $page ) in /topic.php and change it to get_thread( $topic_id, $page, true ).”
Should I be editing page-create-topic.php, form-topic.php, single-topic.php… or what?
I’ve found 3 different fixes here for hiding the topic tags input field, but nothing works for me.
____________________________
Here is the input on the page:
<p>
<label for=”bbp_topic_tags”>Topic Tags:</label>
<input type=”text” value=”” tabindex=”103″ size=”40″ name=”bbp_topic_tags” id=”bbp_topic_tags” />
</p>
____________________________
Is this the CSS file I edit?
wp-content > plugins > bbpress > bbp-twentyten > css > bbpress.css
____________________________
Here is the tags area there:
div.bbp-breadcrumb,
div.bbp-topic-tags {
font-size: 12px;
}
#content div.bbp-breadcrumb p,
#content div.bbp-topic-tags p {
margin-bottom: 10px;
}
div.bbp-topic-tags {
float: right;
}
____________________________
Although on the web page, as you can see, there are underscores, not hyphens.
I’ve tried div.bbp_topic_tags {display: none;} etc. to no avail.
Please explain clearly for this non-coder how to hide the input.
Thanks!
I’m sure there’s some simple shortcode for this — but is there a way to add a simple phrase like “You must either register or log in to reply.” to topic pages? I’d like that to ONLY be viewable to people who are not logged in.
Thank you!
How do you set up bbPress to show forum list when accessing url like:
http://localhost:11111/forums/ at my end this is not working, or am I missing something, do I need to create a page and put a shortcode in it??
Topic: SideBar is not on the side
I had BBpress installed with another theme. The forums were showing using the default templates. Now this page is fine:
But click on any forums and they are blank pages. Yet the topics work if you can get to one of those.
http://www.v-fit.us/forums/topic/shakeology-receipes/
So I am a little confused.

Any help would be great. I have not moved any template files or anything I just changed Themes from one to another and these stopped working.
I’ve been using the 2.1 releases for a week or so now without much trouble. I upgraded to 2.1-r3967, and I started noticing some design issues. My CSS was no longer being completely recognized; some things were, others weren’t. It seems similar to another issue someone else was having with some template files not being recognized.
I waited a day or two and upgraded to the latest version and was still having this happen. Tried switching between the Twenty Ten and theme compatibility theme packages, and neither really changed the situation. No matter what, the CSS of the theme-compat was being used. Went in and deleted
bbpress.cssfrom bbp-theme-compat/css, and it’s fixed the problem entirely. So, something may be up with that, I think.

