Forum Replies Created
-
In reply to: bbPress 2.0 – Updates
@Rich Pedley
Try reactivating the plugin.
@Ryan Gannon
Ok, figured that out.
bbp_has_topics()
doesn’t return the query. You’d have to use bbPress functions likebbp_topics()
,bbp_get_topic_title()
etc.In reply to: Resuming Weekly Dev ChatsBump – can we resume the dev chats?
In reply to: bbPress 2.0 – UpdatesDoesn’t
bbp_get_user_topics_started( $bp->displayed_user->id );
work?In reply to: bbPress 2.0 – UpdatesAre you sure it’s
id
and notID
? (in BuddyPress, because I think it should beID
)In reply to: bbPress 2.0 – Updatesbbp_get_displayed_user_id()
echoes the value of$bbp->displayed_user->ID
, so if you’re using the variable, you can use the function.Which page are you on then?
In reply to: bbPress 2.0 – UpdatesYou may want to use
bbp_get_displayed_user_id()
function.In reply to: bbPress 2.0 – Updates@Ryan Gannon
You *can* use
bbp_has_topics()
. Use the same args that you use inWP_Query->query()
.In reply to: bbPress 2.0 – UpdatesMaybe it’s not working for you because of the permalink structure you have. Try having it simply
/%postname%/
.In reply to: bbPress 2.0 – Updates@intimez
I started from scratch and I’m trying to add it to the menu
Ok, here are the steps to test the plugin:
- Upload the plugin folder to the
wp-content/plugins
directory & activate it. - Go to
Appearance -> Themes
& activate the bbPress TwentyTen theme. - If you’re using permalinks, go to
Settings -> Permalinks
and click the save button. - Go to
Pages -> Add new
& selectbbPress - Forum index
in the template selection in the right side, give the page titleForums
or anything and press publish. You can repeat the step to add pages like add new topic, topic index page etc. - Go to
Appearance -> Menu
if you want to add those pages to the menu for easy navigation. - Go to
Forums -> Add new
& write a forum title, description and press publish. - Now go to your blog’s home page or that forum you created or directly here – http://www.example.com/bbtest/forums
- If you go to that
/forums
url, hopefully you’d see the forum listed which you just created and the new topic form. - Browse, test & report bugs
In reply to: bbPress 2.0 – Updates@Willabee @alanchrishughes
Edit: BuddyPress also already has a built in forum.
That “built in forum” is bbPress-standalone only. BuddyPress already has the code to integrate bbPress-standalone into it, but as the bbPress-plugin is an entirely new start from scratch, that code would have to be changed if we want to itegrate bbPress-plugin into BuddyPress. That’s why I said “No BuddyPress integration yet (I don’t know if jjj’s working on that, but I don’t think so).”. jjj = John James Jacoby = lead developer of bbPress and BuddyPress.
Did it clear your confusions?
In reply to: bbPress 2.0 – UpdatesAs I said earlier, “And we’re also done with these or I’ve patches ready for these“. I’m still doing testing etc. & I’ll post the patches once I’m finished.
If you are talking about one reply per page style threads like creativecow.com please do not, that is the most annoying forum to follow in the world.
Nothing like that. Moreover, replies per page would be an option given to the user.
Someone also mentioned the forums/forum/thread problem and I agree, I would like if possible the option to just go http://www.sitename.com/forum/threadname. Not every market or group needs that much organization. And being able to rename “forum” to something else would be nice also, I don’t know if that is already possible or not, I’ve been trying to be patient and just wait until it is done.
Yup, there would be options to edit any slug.
Are you still required to use the Twenty Ten theme? Or was that just something during the development process?
The development process is still going on, though you can port your themes very easily, you just need to add a few files.
Is this the version that is suppose to be compatible with Buddypress?
Nop, we’re focussing on the basic forum features right now. No BuddyPress integration yet (I don’t know if jjj’s working on that, but I don’t think so).
In reply to: bbPress 2.0 – UpdatesOh, you’re talking about the admin-side. I’ll report that or you may, if you want to.
In reply to: bbPress 2.0 – UpdatesIn reply to: bbPress 2.0 – UpdatesRegarding
forums/forum
, that’s gonna be an option. You could remove the root slug (i.e.forums
) from all the slugs, once we just add it.And regarding
[edit, sticky, move]
, I said “And we’re also done with these or I’ve patches ready for these“. If you want to test these, just register up on my demo forums, I’ve set the default role as Forum Moderator, so you’d see those links.In reply to: bbPress 2.0 – UpdatesI’ve opened up tickets for all those things, you can view the todo things here.
In reply to: bbPress 2.0 – UpdatesThe bleeding-edge (trunk) version is very much working. If jjj wants to release an alpha or beta, then we can. We’re already done with these points (mentioned in the first post):
- Topic Counts
- Post Counts (except forum -> reply count, afaik, jjj was working on that)
- Voice Counts (except forum voices – I don’t think we even need those)
- Rough Template
- Admin area clean-up
- User’s Profiles
- User’s Posts
- User’s Favorites
And we’re also done with these or I’ve patches ready for these:
- Front-end topic/reply creation, editing, trashing, deleting
- Closed/sticky/spammed topics
- Closed/private/category forums
- Spammed replies
- Error handling
- Email subscriptions
- Widgets
- Anonymous posting
- Front-end user editing
- Some part of settings page
- Forum moderator
- Merge topics
- View – topics with no replies (not actually a view, but a page)
And today, I’m working on:
- Splitting topics
- PHPDocs/Code cleanup
After that we’d be just left with these to complete (which are present in bbPress standalone):
- Login/Registration/Password reset forms
- Feeds
- Filter the content for HTML tags
- Tag heat map page
- Tag management form (renaming/merging/deleting)
- View – topics with no tags
- Statisitcs
- Change the forums back-end UI to bbPress-standalone like
- Akismet spam checks (plugin)
- XMLRPC!?
- Properly integrated pingbacks
- Complete the settings page
For more details, you can checkup the commit log.
In reply to: What's the difference between User Roles?but, really? Administrator can’t manage themes and plugins?
Yup, really.
In reply to: bbPress 2.0 – UpdatesIn reply to: bbPress 2.0 – UpdatesYup, I think so.
In reply to: bbPress 2.0 – UpdatesOk, you need to actually go to the Permalinks page and press the Save Changes button to flush the rewrite rules.
In reply to: bbPress 2.0 – UpdatesYou just need to go to Permalinks page after activating the plugin to flush the rewrite rules.
In reply to: bbPress 2.0 – UpdatesJust try creating a simple ticket, milestone can be changed later too. – Though that really shouldn’t be happening.
In reply to: bbPress 2.0 – Updates@Rich Pedley
The plugin is in the bleeding-edge state, I’m sure that some kinds of those checks would be added in future.
And about error reports, Trac is the best place as it is easier to manage tickets/issues there. Just open up a ticket with milestone 1.2, current open tickets can be viewed here.
In reply to: bbPress 2.0 – UpdatesThat’s right.
In reply to: bbPress 2.0 – Updateshow do you display the forum itself on the site or has it not got that far yet
First of all, you need to enable the
TwentyTen child theme
from Appearance. Then, you need to create a new page, give it a title and then selectbbPress - Forum Index
inTemplate
Select Box inPage Attributes
section (belowPublish
button).And when you’d visit the page, you would see the list of forums, then you can go to a particular forum to see its topics and then go to a particular topic to see its replies.
- Upload the plugin folder to the