Search Results for '+.+default+.+'
-
Search Results
-
Hi there,
For some reason the text (in the default theme) drifts off the area it should be in for replies to posts.
Here is a modified css file, but the problem is the same even with the default files.
Any thoughts?
Thanks!
http://twistedtools.com/forums/topic/how-to-download-freebies
Hey all there,
I tried to integrate wordpress with my bbpress installation but it failed..
I edited a setting in the menue, I forgot which..
I typed “wp_” in a box where it needed to be, that’s what I understood after reading the description below the box.
Now the forum has no users! My users.php file looks like after the first installation..
I can’t login into the forum and so I can’t change it back to default..
Please help me.
{ The searchbar didn’t }
Zatoozy.
Link to my forum: http://zap.bplaced.net/forum/
Topic: single forum
Hello. I am lost; I’ve been scouring the internets for a few days to no avail.
I thought what I was looking for should be quite easy, but I can’t find it.
What I need is a forum-less forum, where all topics would be displayed according to date (kind of like the view inside a forum, or the “latest topics” in bbpress), with tags and/or categories for easy search.
All the forums I find are multiple-forums by default. I can’t find one that allows me, if I set a single forum, to display the topics only.
What would be even more ideal is a forum that doesn’t make a difference between a topic, a post, and a forum. Anything could be replied to, and nested, to infinity. But I guess this really doesn’t exist.
Any help would be appreciated.
Thanks
Line 1508:
$defaults = array( ‘id’ => 0, ‘before’ => ” );
really disrupts the layout. Changing to:
$defaults = array( ‘id’ => 0, ‘before’ => NULL, ‘after’ => NULL );
Fixes the nasty template issue.
Can this line of code be modified in the core code for distribution?
Thanks
Topic: Page links
Hello. I want to do in my plugin that page links would be /page/2/ , /page/3/. By default it is /page/2 , /page/3 . I have this code in my plugin:
function my_get_topic_page_links_filter( $_links ) {
$_links = bb_paginate_links(
array(
'format' => bb_get_option('mod_rewrite') ? '/page/%#%/' : '%#%/',
)
);
return $_links;
}
add_filter( 'get_topic_page_links', 'my_get_topic_page_links_filter' );
But it is not work properly. What I’m doing wrong? Please help.
Topic: Changing display name
I want to change my display name from the default “admin” to something else. In the Profile/Edit panel under ‘Display Name As’ there is a little dropdown menu that shows “admin” as the one and only display name and there’s no way of changing it. I can’t figure out how to do this. It’s the only place I can find a way of editing this info.
I’m working on editing the default bbPress theme and have almost got it where i want it, but I’m having one problem. The base font color seems to be black (which you can’t read against my dark gray background) and while I have edited the CSS of enough of the theme to change most of the colors, certain ones just won’t change. Specifically the bullet points, the [ ] that surround certain things, and the names of Discussions. They are all still black, and I can’t find where this is in the stylesheet. If I add something like color:#fff to the body it changes fonts I don’t want changed. It’s only a handful but I think they must all be controlled together somewhere, I just can’t figure out where.