Search Results for '+.+default+.+'
-
Search Results
-
Hi Guys,
This is the first time I’ve used BBPress. I’m looking at using the original twenty ten theme http://cl.ly/1Q1Z3q1i3T091N272u0K on my custom wordpress theme http://cl.ly/1F3f382h3v1X0k0N1s2n
Does anyone have any ideas?
Regards,
Peter Avey
I have spent hours looking through new and older posts on related topic and tried different approaches, including using the “Members” and “User Role Editor” plugins. This is related to the WordPress bbPress plugin.
I understand that changing the forum visibility forth and back is risky, so I have avoided that. I have only a limited amount of other plugins installed.
I am not going to list all the issues I have had, but instead hope that someone (if any) who has this up and running can reveal the secret.
Here is what I try to acheive:
Some forums should only be available to some users. My plan is to have two users, “Forum Participant” and “Forum Customer”. “Forum Participant” is default, and some users will manually be upgraded to “Forum Customers”. Some forums should only be visible to “Forum Customers”.
Any comments would be highly appreciated.
I have installed BuddyPress on a new WordPress site because I want to replace my current forum site with something like this one. I installed bbpress from the BuddyPress>Components page and installed the site wide forums plugin. It tells me the most current version is installed anyways. When I go to the “forums” page, I simply have an edit link to create it. I can preview a forum I created, but when I try to move up in the hierarchy to the Home>Forums page, again I am just given an edit button link. I believe the “Forums” page is supposed to automatically created from what I have read on here already. I also tried to reset my permalinks, and that didn’t make a difference. I tried resetting my theme to twentyeleven, the default buddypress theme, and a third theme. I’m guessing I’m just missing a simply step because obviously this plugin works for most everyone else.
I am having some problems generating a forum index page.
Once I created my forums I thought that by adding the url http://cyclistzone.com/vozcycling/forums/ to the menu I would be in business. Going to the url shows a featured article and the bbPress sidebar, not a forum index.
Since I did not get a forum index I created a new page and named it Forums. I then pasted the shortcode [bbp-forum-index] into the body of the page and nothing changed. The same results were displayed as if I did not have a page. Almost seems like bbPress ignored my page.
Here is the link to the page…
http://cyclistzone.com/vozcycling/forums/
The next thing I did was to create another page and name it “Test Forum.” I inserted the shortcode and this page displayed a forum index for me.
http://cyclistzone.com/vozcycling/test-forum/
The problem I am having now is that the slug “test-forum” only relates to this page and not to any of the forum pages because the slug “test-forum” does not exist in the bbPress settings. Those settings use the slug “forums/forum”. If I change the “forums” slug to “test-forum” I end up back to my original problem.
I would like to leave my slugs defaulted to their original values. I just want a forum index page using the bbPress slugs and have a bbPress sidebar.
This is probably simple, but I have not figured it out yet, so I hope someone can shed some light on what I am doing wrong.
Thanks,
Rhek
I’m using “bbPress (Twenty Eleven) 1.0 by Stephen Carroll, WordPress and bbPress teams.” I get the error:
“Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.”
And the page templates don’t show up, so I can’t create a forum index. Have I installed this theme incorrectly?
thanks!
Topic: Safari and Chrome CSS
I have an intergrated version of buddypress on my wordpress site using the default theme at http://www.soundhampton.com . I’ve been editing it for weeks but for some reason in Safari and Chrome the CSS shifts the content and the user name to the right about 80px or there is no CSS being read whatsoever. Does anyone have any clue whats going on here? Any help would be greatly appreciated. I think it maybe an HTML5 issue but definitely a CSS issue
Here is a good exaple of whats going on:
http://www.soundhampton.com/?topic=apples-siri-not-as-smart-as-she-looks-lawsuit-charges
open in firefox or ie, then open in safari or chrome the difference is clear.
When a new user registers, they get an email with their username, password, and a link to log in. By default, this link is /wp-login.php
I have a login form in my sidebar and I want the registration email to link to the forum homepage instead of wp-login.php. How do I do this? I noticed that bbpress.org does this as well.
In WordPress, there is an opportunity to select the template for each page (dropdown on Edit Page and Edit Post pages).
bbPress forum root, forums, topics and replies are custom post types.
It would be good to see in bbPress the ability to set the default layout (wrapper) for each of these.
Dropdown (like the one on Edit Page page), wherein the admin can select the layouts from among the active theme’s layouts shall be ideal.
(I understand that if after this the admin decides to change the theme, (s)he will need to select the default layouts for bbPress custom posts again – just like (s)he needs to do so for normal pages and posts)
So, for instance, while the rest of my site may use 3-column (2-sidebar) layout, for forums, I may decide to go with a single-column layout.
<div id="sub_header">
<?php
/***
* This conditional determines where exactly what page you are one.!
**/
if(is_home()){
/* Blog Page */
echo '<h1 class="page_title">';
echo 'Welcome to my Blog';
echo '</h1>';
echo '<h2 class="page_blurb">';
echo ' just another wordpress site';
echo '</h2>';
}else if(is_front_page()){
/* Landing Page */
echo get_post_meta($post->ID, "Landing Header", true);
}else{
echo '<h1 class="page_title">';
echo get_post_meta($post->ID, "page title", true);
echo '</h1>';
echo '<h2 class="page_blurb">';
echo get_post_meta($post->ID, "page blurb", true);
echo '</h2>';
}
?>
</div>This the default site of my bbpress forums:
http://localhost/mysite/forums/
And I try to make page for forum using the short code [bbp-topic-index] :
this is the link:
http://localhost/mysite/forum/
and I try to edit this code above:
}else if(is_page('forum')){
/* Forum Page */
echo '<h1 class="page_title">';
echo 'Forum Support';
echo '</h1>';
echo '<h2 class="page_blurb">';
echo 'Press community';
echo '</h2>';and it works fine only in page (forum) http://localhost/mysite/forum/
but when I click all the the content in the forums my Title and Blurb has gone.
WHat I want to do is my sub header page title and page blurb will appear in any page in forums.
ANYONE knows how to fix this or how to add code?
I’m just a beginners in wordpress
your reply is much appreciated,
Thank’s