Search Results for ' . default . '
-
Search Results
-
Wordpress version: 3.6
bbPress 2.3.2
Site url: http://www.rubycore-ng.com/blog/forum/I wanted to create a custom bbPress theme, i followed the instructions here:’ Step-by-Step Guide to Creating a Custom bbPress Theme’. Having copied the following assets from the bbpress>template>default folder to my child theme:
1-bbpress folder
2-extras folder
3-js folder
4-bbpress-functions.phpI am still unable to override the styles in the default bbpress.css file.
I would appreciate clues on how to approach this.
Regards.
By default, the subforums look like this:
subforum1, subforum2, subforum3, subforum4, etc.
I want for it to look like this:
subforum1
subforum2
subforum3
subforum4
etc.How can I accomplish this?
Hello, I’m building a website with forums at . However, I’m having trouble understanding why it looks the way it does? I thought it would look like you know, an actual forum with the various forums and sub-forums in a “tree-like” format etc. I’m confused as to how to make it look an operate that way instead of the way it is currently with this weird “archive” format. Any help would be greatly appreciated!
Btw, I just created the page with the default “forums” slug and I’ve tried the shortcode too with same results – I just have no idea why it looks the way it does.
Hey guys –
On my site (itinerantangler.com) I have a longstanding Real Names Policy. As a result almost all of my users have their actual first and last names displayed as their Display Names.
If I go into an individual user’s profile I can edit the ‘Display Name’ by hitting a drop down box. This gives a bunch of options; lower case, last-name-first, etc. The one I would like for everyone to use is the regular old ‘First Last’ setting with capitals for their first and last names.
Unfortunately the board software defaulted to lower case ‘first last’ when I transferred in from some other software.
Is there a way to bulk change all my users’ drop-down boxes to the ‘First Last’ setting as a default?
Thanks,
ZachHello,
I have buddypress and mingle running. Normally I could asign a specific sidebar to each buddypress page. Now all of a sudden I can’t. Does anyone know how to fix this?
Topic: Default Roles not Applied
When users register to my BuddyPress + bbPress site they are not being assigned the default role I have selected for them in the forums settings. It simply does not assign them any role.
I have to go in and manually assign them the role or use the “Remap existing users to default forum roles” tool.Any idea what could be causing that? I have all other plugins disabled with the exception of: Custom Login 2.0 which just themes the existing wordpress login and registration pages.
Topic: pagination issue on /forums
When I go to the root of my forums (new install with only 6 forums) the pagination at the bottom of the screen shows 4 pages… there is no page beyond the first page and if you click on the link to page 2, it goes to forums/page 2 but displays the same page. It does the same with any of the other links 3-4.
This has me stumped? I tried changing the topics shown to a larger and that just increases the pagination links (I went from 2 to 4). I set both the blog post and topic post back to default and the links stayed the same.
I’m really impatient and I will most likely try to reset the forums and start over since they are new and there are only 6 with only a couple posts I made in them. So, I’ll let you know if that fixed it.
Thanks for any help!
So right now the entire forum is using the standard page template (Default Template). Here is an example of the template.
But I would like bbpress to use the Full-Width Template as used here.
Is there a way to change the page-template used by bbpress?
Kind regards,
LucTopic: Missing Admin Bar and Footer
Hi guys, I’m having trouble showing the shortcode for recent posts on my home page after I entered in code to get my recent blog posts to show up on my home page.
Here is the code I used for recent posts:
$args = array( 'numberposts' => 3 ); $lastposts = get_posts( $args ); foreach($lastposts as $post) : setup_postdata($post); ?> <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> <?php the_content(); ?> <?php endforeach; ?>
I saw in another topic how to get 10 recent topics on your home page with shortcode, but it didn’t work after the above code. Could someone please help me with the code to get 10 recent topics to appear on my home page?
Using the current versions of wordpress, bbpress and buddypress. Working with a buddypress default child theme. I’m also newer to php, so go easy please 🙂
I know this not necessarily is a bbPress-bug but it is closely tied to bbPress so I’ll post it here first, hoping that you have got an idea on how to debug / fix it.
>> WHAT IS HAPPENING?
My users get locked out of single topics after they access the link to their subscribed topic (“Notify me of follow-up replies via email”). I use a plugin called “bbPress Custom Reply Notifications” in order to easily modify the email’s output and thought of this one to cause the issue but I had to rule it out…
But from the start:
>> SYSTEM SPECS / INFO
Base_
// WP 3.5.2
// bbPress 2.3.2The site in question is a membership-site which uses a membership-plugin in order to make our content accessable only after payment. We incorporated bbPress there and things are going OK (although the usage it is not offically supported by the membership-plugin’s authors – but that doesn’t say much). I use a plugin named “Theme My Login” in order to style the account-pages. We us OptimizePress as template.
Membership_
// WishList Member 2.7.1
// Theme My Login 6.2.3
// Optimize Press 1.5a (German version)Although I am listing “Theme My Login” f.ex., I think this most likely has to do with the membership-plugin & bbPress.
>> THE BUG
The issue only happens with singular users & singular topics (= the other topics and forums are functioning as intended). We have had numerous complaints so this ain’t due to a certain system-environment. How it happens:
– User A creates topic X, sets subscription via mail to “on”
– User B replies
– User A gets an email saying “User B replied to your post, go see it here: “http://mysite.info/thema/neuer-post-ohne/#post-5812”
– User A (state: not logged-in (!) // works when already logged-in…) clicks on link
– link “http://mysite.info/thema/neuer-post-ohne/#post-5812” shows “you are not allowed to view this” (because User isn’t logged in yet)
– User A clicks on “login”, enters credentials, gets redirected to our default start-page (weak Usability, I know…)
– User A then navigates to the forum where he/she got the reply— ERROR —
“you are not allowed to view this” (but user is logged in!)>> WHAT I HAVE DONE SO FAR
– emptied the cache(s) (W3 Total Cache in use)
– deleted all the site’s cookies (problem persists!)
– (double-)checked the permission-settings fot the topic with the membership-plugin>> HOW YOU CAN HELP
Maybe you have got an idea on how to fix / debug this – any help is greatly appreciated. I can provide to test-accounts within our development-system so you can check it out for yourself.
Again – thanks a lot & I am hoping for some insights on how to tackle this.
Regards!Hi,
I have just installed bbpress moderation plug-in, but my question is not about the moderation plug-in, it is about putting a default text into the reply field, so that the users can read before posting. This is because currently bbpress moderation plug-in does not notify the user that the reply/post is held for moderation. So the user posts something in the forum, but nothing happens, there is no message saying that user’s message is awaiting moderation. The plug in author was asked about this 8 months ago, and he replied that it would be difficult to do something about this, and apparently the color of the reply is yellow, hinting that the reply is held for moderation. But there is no way of knowing this. So I decided to put the default text into the reply field so that the user can read before posting. I don’t know how to do this, I am quite new to bbpress.
I see the Group Extension in BBPress checks to see if the BBP_Forums_Group_Extension class is already defined, but I cannot figure out which action I need to hook into so that my custom BBP_Forums_Group_Extension is used instead of the default BBPress Group Extension.
Please help!