Search Results for 'bbpress'
-
AuthorSearch Results
-
August 26, 2011 at 7:01 am #108300
In reply to: Help with bbPress V1.0 vs v2.0 choice
mjpg
ParticipantThanks for both replies.
So the bbPress beta 3 would be OK for a production site?
But just now it does not do file auploads/attachments?
And there is not yet a file upload / attachment plugin for it?
Anyone know about how resource hungry it is in a WP3.2.1 system with a few other plugins?
Thanks
August 26, 2011 at 5:02 am #108234John James Jacoby
Keymaster@vladoa – It sounds like the theme you’re using is conflicting with the way that bbPress is trying to prevent the comments form from appearing. Curious what theme you’ve got?
August 26, 2011 at 4:59 am #108278In reply to: bbPress.org – Opportunity to help out
John James Jacoby
KeymasterAlways more useful to test the trac version than the releases. The trac version is the most up-to-date code available.
No timeline, but the sooner the better.
August 26, 2011 at 4:58 am #107283In reply to: Post toolbar plugin for bbpress 2
master5o1
ParticipantProbably.
August 26, 2011 at 4:44 am #107282In reply to: Post toolbar plugin for bbpress 2
Mike1233
Memberi think the new version is too muhch… nobody need a other font.
August 26, 2011 at 12:34 am #107990In reply to: Skeleton – A Responsive WP/bbPress Theme
sparker3669
MemberOk thanks that got it. I was able to get an image in there and it looks real good
Let me know how it looks
August 25, 2011 at 11:49 pm #39678Topic: bbPress Plugin – Forum and Topics not showing
in forum Troubleshootingjessicaamen
MemberI just installed the bbPress plugin and I’m able to add forums and topics, but on the front end when I try and view them, I’m getting the following: This is somewhat embarrassing, isn’t it?
What am I doing wrong? I tried deleting the plugin and reinstalling and no luck.
Any suggestions?
The site I’m working on is located here: http://all-naturalkids.com/dev/
Thanks!
August 25, 2011 at 11:48 pm #39677Topic: Bounty: Inline Editing Plugin
in forum PluginsDan Milward
MemberAnybody want to make a Plugin that lets a moderator or administrator edit posts inline – I guess its possible that Scribu’s inline editor already supports bbPress CPT’s but if not… then I’m open to commissioning this project.
FOR THE LOVE OF WORDPRESS!!!
August 25, 2011 at 11:24 pm #107989In reply to: Skeleton – A Responsive WP/bbPress Theme
simplethemes.com
ParticipantI see, then your best bet is to just leave the text header as-is and add a background image attribute to the #header selector.
change:
#header {
clear: both;
margin-top: 16px;
}to:
#header {
clear: both;
margin-top: 16px;
background: url(http://www.url.com/path/to/image.png) no-repeat right center;
}…obviously replacing the URL to the image with one of your own.
August 25, 2011 at 11:19 pm #107988In reply to: Skeleton – A Responsive WP/bbPress Theme
sparker3669
MemberActually I want to keep the text there as well. Sorry I am really being unclear today. Must because I am tired.
Been reading wordpress stuff and messing with my site since 5am. I know there is not much content there but want to get it visually and feature wise laid out before putting up more content.
August 25, 2011 at 11:16 pm #107987In reply to: Skeleton – A Responsive WP/bbPress Theme
simplethemes.com
ParticipantIf you go to “Theme Options” and select “Display a custom image/logo image in place of title header” you can upload an image or paste the URL to one from your media library.
Below that, you can set your logo width and logo height. You should resize the image prior to uploading so it doesn’t look choppy. The size is up to you – depending on the orientation of your logo graphic.
To align it to the right, you’ll need to edit the style.css.
Find:
#header .inner {
padding-top: 15px;
padding-bottom: 20px;
}and change to:
#header .inner {
padding-top: 15px;
padding-bottom: 20px;
float:right;
}Glad you like the theme
August 25, 2011 at 11:06 pm #107986In reply to: Skeleton – A Responsive WP/bbPress Theme
sparker3669
MemberNext Question. I am in the process of creating a small graphical logo. I would like to know what would be the best size to make and also how to get it right aligned in the header.
BTW did I mention I really like this theme. Clean and all.
August 25, 2011 at 11:01 pm #107985In reply to: Skeleton – A Responsive WP/bbPress Theme
sparker3669
MemberI understand it gets registered and it does show up. I added a text widget to that area. It doesn’t show up on the forum sidebar
Sorry if I was unclear.
I will try what you have posted and see if that fixes it.
I just did what you said and its working fine.
August 25, 2011 at 10:50 pm #108194In reply to: New: Support Forums Plugin
master5o1
ParticipantI’m interested… I tend to underestimate my abilities and sell my self short. But my post toolbar has been a big confidence boost.
August 25, 2011 at 10:49 pm #107984In reply to: Skeleton – A Responsive WP/bbPress Theme
simplethemes.com
ParticipantYou should be able to add any widget to the ‘Forum Sidebar’ location.
If bbPress is installed, this widget location gets registered:
http://screencast.com/t/axXP7yykY
If it isn’t showing up, make sure it isn’t commented out in the forum templates you want it to show in. I only enabled it in the templates I felt were necessary (like the member pages).
On some of my forum pages I wanted a wide page, but you can certainly change it.
For example, to change the forum home page template, open archive-forum.php in the theme editor and just uncomment this line:
// get_sidebar('bbpress');Then, in functions.php find this line:
// force wide on bbPress pages
if (is_bbpress()) {
$columns = 'sixteen';
}and change ‘sixteen’ to ‘eleven’ to accommodate the sidebar.
August 25, 2011 at 10:42 pm #108295In reply to: Bbpress 2.0 Beta3, tinyMCE
master5o1
ParticipantI made a post toolbar, but its not wysiwyg or tinyMCE. Just buttons to add html and shortcode tags.
August 25, 2011 at 10:35 pm #107983In reply to: Skeleton – A Responsive WP/bbPress Theme
sparker3669
MemberI installed this theme and its pretty nice. One question I have is I wanted to added a widget to the forum sidebar but it doesn’t show up. Any idea what I need to do to get it to show up?
August 25, 2011 at 9:45 pm #108274In reply to: bbpress 2.0 and BuddyPress 1.5 Integration
pimarts
ParticipantAugust 25, 2011 at 9:42 pm #108054In reply to: Customize Home Page
Anointed
Participant1. Yes it is possible. Depending upon what you want to display, I would start by looking at the widget code for bbpress to see how they are pulling out the most recent topics and apply that to your theme home page.
2. Not by default but there will be changes on that in the future.
August 25, 2011 at 9:36 pm #108299In reply to: Help with bbPress V1.0 vs v2.0 choice
Anointed
ParticipantDefinitely use the v2 plugin. It is very stable, and while there are not a lot of plugins available for it at the moment, there will be.
August 25, 2011 at 9:24 pm #108273In reply to: bbpress 2.0 and BuddyPress 1.5 Integration
WebEndev
Memberpimarts –
Which redirection plugin are you using?
Thanks
August 25, 2011 at 9:13 pm #108294In reply to: Bbpress 2.0 Beta3, tinyMCE
pimarts
ParticipantI can’t help you with your first question but you can’t use the 1.x plugins for 2.x, they work differently. Just search the WordPress plugin repository for bbpress to find the latest/newest plugins that work with bbpress 2.x
August 25, 2011 at 9:12 pm #108298In reply to: Help with bbPress V1.0 vs v2.0 choice
pimarts
Participantv2 file uploads > No.
v1 to v2 > Probably.
extra system requirements > I have no idea.
August 25, 2011 at 9:10 pm #108272In reply to: bbpress 2.0 and BuddyPress 1.5 Integration
pimarts
ParticipantI don’t know, but what I’m doing now (as a workaround) is using the redirection plugin for WordPress to re-direct the bbpress profiles to the BuddyPress profiles. So I’m only using the BuddyPress profiles at the moment. Works great.
August 25, 2011 at 9:07 pm #108277In reply to: bbPress.org – Opportunity to help out
pimarts
ParticipantI really don’t have the time at the moment, otherwise I might have given it a go. I’ll try to keep responding to the questions that hit these forums though.
Did see a lot of updates in trac the other day, nice one. Is it useful if I test the latest version in trac on the beta version of my site, or should I just wait for the final version to drop?
What’s the timetable on this documentation thing by the way? Others might want to know too. When do you want to start it and when do you need it ready?
-
AuthorSearch Results