Search Results for '\"wordpress\"'
-
Search Results
-
Topic: forum url
I have bbpress loaded on my site and have already started creating forums…love it.
however, I created a page for the forum and put the shortcode there, but now my forum url is
http://www.nikkiinstitchescraftacademy.com/forums/forum/month-1-the-background-story/
is there any way to get rid of the double forum in there?
should i have put the shortcode someplace else?
thanks so much for your help!Wordpress version 3.6.1
bbPress version 2.4
http://www.NikkiInStitchesCraftAcademy.comI use a large decorative font for my standard pages and forum titles in WordPress. This is normally ok because I make them intentionally short, however my forum topic titles can be much longer as they are created by users and need to be generally more descriptive. Since I have my breadcrumbs styled large and clearly, it’s unnecessary for the topic title to exist at all on an individual topic page.
Does anyone know which bbpress template file I would need to edit to get the single topic pages to display the forum they belong to instead of the topic title itself?
Or how I might do this using a conditional via my WordPress theme’s page.php file?
I can’t seem to find anything the closest thing I found was New User Approval which only works for WordPress registration. Any ideas?
Hello guys!
I have a specific question about adding forums, threads and replies in Bbpress.
Some times ago i made a script that’s sending data to fill the DB in wordpress – i just send via POST: author, post, title etc via php script, that add it all to DB. It was simple.Now i have to make it in Bbpress, and there is a problem: besides the ‘wp_posts’ data i see many cells in ‘wp_post_meta’ when i create a forum, topic and a reply such as:
_bbp_topic_count _bbp_total_reply_count _bbp_forum_subforum_count _bbp_reply_count _bbp_last_active_time etcThe problem is that I want to do it in the future delayed (this future posts date). And the question is: how do I write this posts and Bbpress helps me and refreshes that data in ‘wp_post_meta’.
I googled my problem and found this functions in functions.php:
function bbp_update_topic_topic_id( $topic_id = 0 ) { $topic_id = bbp_get_topic_id( $topic_id ); update_post_meta( $topic_id, '_bbp_topic_id', (int) $topic_id ); return apply_filters( 'bbp_update_topic_topic_id', (int) $topic_id ); }That’s what I’m looking for? I will be happy if Bbpress has some API or xml-rpc method to add a topics and replies, but there is none 🙁
Thank you and sorry for my bad english.
Topic: Author
Greetings,
I’ve imported my forum from vbulletin, althou he copied everything the users didnt got connected and they are named imported_something. the page /author returns 404 not found.
The avatar on my website was being used by vbulletin now we have no avatars? how to add them? the profile page that comes with wordpress doesnt have an option for that.
Topic: Replies Pagination Issue
Hello, I have a default WordPress install (latest version) with a default bbPress 2.4 install using TwentyTwelve, no files have been modified. The replies pagination does not work, though the pagination for topic listings is.
Does anybody else have this issue? I’m going to take a look at the pagination functions and see if I can come up with a fix
Thanks.
Hi,
I am trying to “fight” with the bbPress installation on top of the existing Genesis / Dynamik installation.
The forum and all other elements look like a bad experiment in html links by a novice.
The site details:http://www.binaryoptionsclasses.com/forums/forum/binary-options-forum/
WordPress version 3.6.1
bbPress version 2.4Thanks,
John.I’ve just installed bbPress on my WordPress site through my admin and when I click activate plugin I get this message
“You do not have sufficient permissions to access this page.”
It does show it’s activated when I look at it in “installed plugins” but if I click “settings” or “about” I get the same message!
I’ve tried deleting bbPress and reinstalling it but still no change!
I’ve also searched the forums for an answer but haven’t able to find anything.
Any Ideas?
Thanks,
MarcTopic: Replies show Mismatch and 0
Vs 2.4 in WordPress 3.6.1
I have installed BBPress and am trying things out, posting topics and forums but looking in the admin Forum section under All Replies, all but the first is marked Mismatch with 0 counts. Why is this and what will it affect? It’s still not listed on our site, but it’s live and working. I would like to work the bugs out before going live.
Anyone have any ideas on what this means?
I am using WordPress 3.6.1 version and bbpress version 2.4. My site is a membership site, if I deactivate bbpress, I will be able to send emails. However, if I reactivate it, I will not be able to send an email.
Can someone help me.