Search Results for '"wordpress"'
-
Search Results
-
Topic: Import Forum and Theme
Hello,
I want to import a phpbb forum to bbpress, i know there is a tool in Tools>>Forums. My question is about the theme. In Phpbb we have a particular theme, can we adapt the theme to Bbpress ? Is the theme imported with the database ? Or we have to re-create the theme for WordPress and bbpress ?
Thanks in advance !
I didn’t know where to post this so I figure I would put it in the troubleshooting forum.
Besides confirming the defect with creating a new group and the forum tab not showing up, but if a moderator can pass along another possible issue within the admin area of a buddypress group, and that’s when making a change to the group name – admin > details where those changes do not get passed along to bbpress and show up in the bbpress forums > all forums section.
In other words, the only way to make bbpress to see any changes to a buddypress group name is to delete the group altogether in buddypress and create a new one, then the changes are passed along to bbpress! As anyone would know, you can’t delete an existing Group without losing all the data, correct? ;(
I may be wrong, it happens lots of time, but I think this may somewhat be tied to the forum tab not showing up since they’re both a buddypress bbpress linkage issue.
If this helps, that’s all that counts.
I ran into this messing around with a fresh install of bbpress installed on WordPress 3.5. Basically if you follow these steps, you can cause a forum’s permalink to get stuck in a redirect loop:
Create a category
Create a forum
Make the category the parent of the forum
Trash the category without removing the forum as a child
Go to the forum edit page and update it with no parent selectedAfter doing this the permalink of the forum becomes an infinite redirect loop and you’ll get an error from your server and browser. When you get the error screen, your browser should show the old permalink that includes the category slug, even though the new permalink shouldn’t have it. The bad part is that even if you untrash the category and make it the parent of the forum again, the redirect loop stays the same. This also makes the slug of said forum unusable.
I did this by accident and then was able to reproduce using the previously mentioned steps. Just wanted to let you guys know. Can’t find a way to fix this but to prevent it from occurring, make sure you unlink forums from a category BEFORE you want to delete said category.
I have the “Members”-plugin installed. After updating bbPress and changing all roles of the users from “(wordpress-)”participants” into “subscribers”, the “participant”-roles of bbPress were empty. Now all subscribers can participate in the private forums. Not what I’ve had in mind…
But in my functions.php I have a script to notify users of their updated capabilities. It starts with:
function user_role_update( $user_id, $new_role ) {
if($new_role == 'bbp_participant') {
But that doesn’t seem to work anymore. Did the name of the bbPress participant role change? Will
function user_role_update( $user_id, $new_role ) {
if($new_role == 'participant') {
work?
Wordpress Version: 3.5
Theme: Optimize Press
Plugins: WishList Member v2.71 and bbPress v2.2.3
=====================================================
Greetings!
I’ve been tackling this problem for so long now that my mind is turning to mush. I really need some direction on this…please?
Task: My site contains static PAGES for subscribers to view/download content. I have also created some PAGES that are to be DISCUSSION pages, where each PAGE deals with just ONE (1) topic only.
Example: On my site you have a PAGE called FORUM DISCUSSIONS. On this page you will find 4 links representing the TOPICS.
TOPIC ONE
TOPIC TWO
TOPIC THREE
TOPIC FOUR
If you click on the link TOPIC ONE, you arrive at the TOPIC ONE PAGE. Here, I would like to allow my members to post their questions, comments, and even embed a picture if they wish.
Each member that posts on this PAGE would see their comment show up at the very top, pushing previous posts down the page. And of course, the member name, date and time of post is important for each post made.
While I know how to create a PAGE where I want a specific TOPIC discussed (and only that TOPIC), I don’t know how to give it the ability I just described above (allow users to post, include picture, have it show up at the top, etc.)
I’m thinking this is not difficult but I can’t seem to find the answers to my specific needs. I do not want my members creating the topics. I don’t want all the other fluff that shows how many members there are, how many are online, or any other additional information. Just a simple editor box to create the post, and for that post to show up at the top of the PAGE.
Can this be done?
Thank you in advance!
🙂