Search Results for '+.+default+.+'
-
Search Results
-
Hi
I’m at the part of my coming website, where i need to fit bbPress layout to my needs.
It’s a dating/friending site where i use Sweet Date theme, which uses Buddypress for members and bbPress for forums.
As per default bbPress posts status’s at the top and bottom of every forum. I have some forums that only serves as main forum for sub-forums, and therefore in these i don’t want/need the notifications, that there no forums/topics in this forum.
How is this done the right way, and if, what files do i need to copy and edit to make it work ?
It would also be nice if members could comment on a post, but not create new topics.
I tried using the page.php template, but it uses different styling, so the text is another font and weight, i need the bbPress layout š
EDIT: Forgot that i need to be able to have right sidebar on the pages as well.
All the best
CarstenTopic: Wierd CSS – please advise
Hi, I am using the following code to hide my menu/navbar and search form from my site.
‘/* Remove nav bar and search form */
.page #nav-bar {
display: none;
}.page #s {
display: none;
}’It seems to work wonders on all pages except BBPress pages.
Now when I set my permalinks to “Default” the navbar and search form are removed on bbpress pages, but when I have them to anything else, the navbar shows up again (but only on bbpress pages).
Does anyone have an explanation for this?
Or can someone point me in the direction of how to remove it without having to have “Default” permalinks set (which I can’t due to buddypress)Hello All !
I need to list the last 8 topics in this widgets, and have a link to the next page of 8 topics, and so on.It would be like a pagination for every 8 topics.
I think the file is widgets.php in lines :
case 'newness' :
default :
$topics_query = array(
'post_type' => bbp_get_topic_post_type(),
'post_parent' => $settings['parent_forum'],
'posts_per_page' => (int) $settings['max_shown'],
'post_status' => array( bbp_get_public_status_id(), bbp_get_closed_status_id() ),
'ignore_sticky_posts' => true,
'no_found_rows' => true,
'order' => 'DESC'
);
I know that ‘posts_per_page’ show the last topics, in my case 8, but i dont know how to access to 8 before.
Any help or idea please?
Topic: Edit leading to 404 page
I created a forum with WP 3.8.1 and bbPress 2.5.3. Here: http://ozziecoin.com/index.php/forums
When I press edit, I get a 404 error. When I press on username, I also get a 404 error.
Topics seem to work ok. Can anyone offer any hints where I should start looking?
I’ve tried modifying .htaccess to include: Options FollowSymlinks and AllowOverride All
Also, tried resetting permalinks to default and back to current setting of /index.php/%postname%
Thanks in advance for your further suggestions.
Turns out to be some kind of permission error. I see this in the Chrome console. Will look into it further.
GET /wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.5.3-5249 403 (Forbidden) localhost/:30
GET /wp-content/plugins/bbpress/templates/default/js/editor.js?ver=2.5.3-5249 403 (Forbidden)Hello,
I’ve installed bbPress 2.5.3 onto WP 3.9.1 but am not seeing any css stylesheets loaded for bbPress. Even when switching to the Twentyfourteen theme the forums are completely unstyled.
Has anyone come across this issue? Looking at resources in the chrome console I can see that bbpress.css is not being loaded.