Search Results for '"wordpress'
-
Search Results
-
I’m working on a website that has the eShop and bbPress plugins installed. The eShop plugin alters the WordPress profile to include fields for the user’s address while this doesn’t happen with the bbPress profile. Is it possible to either:
1. Force bbPress to use the WordPress profile which has these fields, or
2. Code it so that the bbPress profile grabs these fields from the WordPress profile
I know a little php but both of these options are beyond my skills so any help would be gratefully appreciated.
Thanks.
Topic: Which stylesheet?
I made a terrible mistake. I allowed Buddypress to install bbPress for me.
Now I can’t find which CSS file handles the colour scheme. I’m using a dark WordPress theme so I need to adapt the background colours to it.
Can anyone point me towards the appropriate CSS file please?
Well I come here 1 more time because I really can not do more and I need a little help please.
I am using a child theme called Arras Classical Gamer. I test many times and try a lot of tutorial but is really impossible fix problem with bbpress.
You can see my website here http://www.site.teamcyanide.eu working perfectly with buddypress and pluging like BuddyPress Template Pack. That was my first hard mission but I do it well and everything work good with some change on CSS.
Now the only problem I have is that forum bbpress dont work good. For example I creat a forum called Starcraft 2 and when I clic on view look what happen:
http://site.teamcyanide.eu/board/forum/starcraft-2
I create a category of Starcraft 2 forum and look:
http://site.teamcyanide.eu/board/forum/starcraft-2/protos
So is simple, dont work but I continue looking here on forum and google then I try use Shortcodes from here http://bbpress.org/forums/topic/bbpress-20-shortcodes, and look what happen:
http://site.teamcyanide.eu/example-forum
You can see ok I can fix the CSS to make it look better, but if you clic on forum or category continue with same problem, just test yourself and can see it.
So guys please, some one can tell me please what can I do for implement my forum of bbpress in my website?
I know on internet I have other forums and scripts, but I really love bbpress and all software make it by wordpress, buddypress, etc.
Someone have mercy on me and help me a little?

Thanks.
I’ve looked at solutions around here and found some that i thought would work but they didn’t.
This is a fresh WordPress, Buddypress, bbPress install. (Installed in that order)
When I installed all of the everything went fine(i think) until i wanted to access the site wide forums from the site.
When i click on the forums link in the menu it i get a red square that says “The forums component has not been set up yet.”
In Settings>Forums>Archive Slugs i get one error.
Forums base: Forums Possible BuddyPress conflict: Forums page
Other then that i’m not able to see the forum index (list of categories and their sub forums) even if i add [bbp-forum-index] to the forums page.
anyone got and idea of what’s wrong (except that i’m a complete beginner at wordpress).
I’ve installed your widget for my Twenty_Ten site, but when someone clicks on the Register feature, they get the WordPress login page with the message: User registration is currently not allowed.
Any suggestions would be very appreciated!
I am working on a wordpress template page.
i am trying to retrieve a list of topic threads and filtering by tag.
I can get topics without tag filtering by using something like this
$forumargs = array( 'post_type' => 'topic', 'numberposts' => 15 );
$mytopics = new WP_Query( $forumargs );
while ( $mytopics->have_posts() ) : $mytopics->the_post();
the_title();
echo '<div class="entry-content">';
the_content();
echo '</div>';
endwhile;but when i try to filter by tag , it returns nothing.
$forumargs = array( 'tag'=>'mytagname', 'post_type' => 'topic', 'numberposts' => 15 );i have seen that there is something called tax_query, but i cannot figure out if i can use that, or how to use it.
how should this work?
I have added a custom field to user profiles in bbPress however I am unsure how to do form validation other than javascript. I would like to do some PHP validation however the few things I have tried didn’t work.
If you fail to enter an email it will say “ERROR: Please enter an e-mail address.” after you have submitted the form. I want something like that.
I have tried:
$myErrors = new WP_Error();
$myErrors->add(‘id_error’, __(‘Test error.’,””));
bbp_add_error( ‘bbp_steamid_invalid’, __( ‘ERROR: The ID you entered is invalid.’, ‘bbpress’ ) );
I am not at all familiar with error handling in both WordPress and bbPress however I feel it is a must.
Any help would be must appreciated.
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.
Hi there,
I’m just moving a site from standalone WordPress over to Multisite (not that I think that’s the issue)
Anyway the page generated by bbPress at my forum base is a bit messed up, see:
http://webay.hostingbydavid.co.uk/forums/
Also the page that you get to when you click on an author name is similarly messed up, see:
http://webay.hostingbydavid.co.uk/forums/users/david/
Any ideas why?
If I create a WordPress page with the shortcode to show the bbPress home, it that page will display nicely, but the bbPress breadcrumb will link to the Forum Base rather than my WordPress page.
Any clues how I can sort this out are greatly appreciated
This is all created and viewed whilst logged in as the Network Super Admin.
Cheers
David