Search Results for 'bbpress'
-
Search Results
-
Topic: post customisation idea
This is a bbpress forum suggestion:
- In ‘options’ add a number of posts visible before archiving. Selecting a number e.g 10 would see a eleventh post moved to page 2.
- Add a ‘more’ tag option if its a lengthy post
- How about tabbed browsing for forums?
Topic: Tattooeddad.com
Hey all,
I have a WP/BBpress integrated site. You can see it at:
and
http://www.tattooeddad.com/bbpress/
Thank you for all your hard work!
I’m thinking about changing my wp installations over to wpmu so I can have more artists projects but I would (probably) like to keep my bbpress as the main page.
There seems to be a bit of difficulty with integrating wpmu with bbpress.
Am I better off waiting until at least bb 1.0?
Topic: Private Forum
I am sorry if this has already been posted, but I seem to not be able to find the exact answer to my question.
Question: I want to make my bbPress forum completely private so that no one can see the post of anything like that UNLESS that register AND I also want it so that I have to approve a user before they can view and use the forum. So that everything displayed on the forum if completely private.
Answer: I have the answer to the first question (http://bbpress.org/plugins/topic/34?replies=1) but I need the answer to the second and I want to make sure that is will work with making the forum complete private (the first question).
Thank you.
OK, so I have a WP/bbP integrated blog/forum that also uses bbPress instead of comments. It works really well, with the only problem being that the “Latest Discussion” is almost always just a list of the last 10 blog posts since we don’t get a whole lot of comments. To fix this, I worked up a plugin that grabs the last “X” topics that have 2 or more posts and displays them in a table just like the Latest Discussion table.
You can see exactly what I am talking about here.
And, no, it doesn’t play nice with my bb-Topic-Views plugin. It sucks, I know. Maybe I’ll figure out how to fix this later…
Would anyone else be interested in a plugin like this? If so, I’ll spend the time writing up the documentation, etc. so it can be released as an official plugin. If I don’t hear from anyone, I will probably not waste any more time on it since it is already working as I want it to on my site.
Anyone? Anyone? Bueller?
Topic: Style change request
In the bbPress forums stylesheet (in the custom theme for bbPress.org, not the default theme), you have this:
.post {
overflow: hidden;
}Can I request that you change the value to
auto, to make it heaps easier to read users’ code postings (as they frequently overflow)?.post {
overflow: auto;
}Topic: Bbpress themes
Where can i get new bbpress templates?
Or share yours bbpress templates
Topic: Formating with wpmu theme
I know its been asked. Yes I have searched. Have everything integrated besides the positioning.
mysoberlife.com/forums/
Problem 1: My forum loads on the left of the screen, below sidebar and above the header.
Tried changing the position of the get_header to the end of the files in bbpress, that only created sidebar problems.
Am I missing something simple? I assume that I need to modify the CSS file for displaying the content to make it reference the correct location. I tried using an absolute tag but that creates problems for people with different screen sizes. Any recommendations on the CSS code to use?
Anyone have an idea of what to do? I’m loading the sidebar at the beginning instead of the end of bbpress php files.
By the way I’m having the config for bbpress call the wp-get-header. Inserted the relevant bbpress styling into my wpmu themes stylesheet.
Problem 2: On IE 7 part of my sidebar loads in the area where I want the forum to go. I believe it thinks that the sidebar is ending, some div work fixed it for the wpmu part of the site.
I have a login form that loads different information (control panel) once a user logs in. the problem only occurs when a user is logged in. If anyone has a clue I’d appreciate it.
Thanks
-Matt