Search Results for '"wordpress'
-
Search Results
-
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.
After changing My forums from private to public They disappeared. They can still be found on my latest posts page but they appear as closed. when I open them, it says they do not exsist.
Im uisng latest versions of bb press, buddypress and wordpress
wordpress = 3.6.1
bbpress = 2.4
theme = twenty ten with bbpress child (css heavily modified)so when a new user registers, i have a plugin that allows me to accept or deny the new user registration. PLUGIN = New User Approve(1.5.2)
the new user gets email being sent during the approval and acceptance process:
“You have been approved to access MySite Community
Username: testdan1
http://www.mysite.com/community/wp-login.php”That is all that the users gets when i approve them? where is the password? If i deny the user, they get:
“You have been denied access to MySite Community”
Topic: where do i begin?
hello. sometimes i feel like a senior citizen using a computer for the first time when it comes to WordPress…
i’m working on a site http://www.evangelicalassociation.org/EAWordpress and i’m hoping to create a forum that requires a log-in and can receive email notifications when a new topic is posted. i’ve downloaded the latest version of bbpress as well as bbpress email notifications today.where do i start? how do i add the forum to my page? when someone clicks on the ‘forum’ menu option in the navigation, will it prompt to create a log-in?
i’m very new to wordpress and i know very little about coding and things like that, so please be gentle 🙂
thank you for your help!!!