Search Results for 'bbpress'
-
Search Results
-
Topic: No bbp-themes folder
Hi,
I am following these instructions (https://codex.bbpress.org/themes/theme-compatibility/step-by-step-guide-to-creating-a-custom-bbpress-theme/) and have got Cyberduck connected but in the wwwroot > wp-content > plugins > bbpress folder there is no ‘bbp-themes’ folder as the directions state.No idea what to do next, whether I should be using a different folder as the instructions are out of date for my version or what??
Think Im on wordpress 4.8 and bbpress 2.5.14
Thanks
LisaHello, I would like to have the profile fields of the Profile Builder plugin displayed in the bbpress profile. Is there a plugin here? Thanks for your help
Hi all, I have been playing on and off with WordPress, BBPress and Buddypress, mostly to build my own company website.
I have almost completed my quest to make BBpress as functional and user friendly as any other major, paid for, forum software offers, and I think I have even improved to my own preference and proven that BBpress is capable to be better then any commercial package.
Please review my website, I have a demo account as you need to be logged in for all the plugins and hacks to be visible.
I have added quite a few plugins and function snippets, I do not know how to code php or javascript, just basic html and css for the rest I cut and paste until it works, although I do understand what I am looking at with php after 4 years of cut-and-paste…lol
username: demo
passowrd: demo2017Just to let you know, I breed hybrid strains of medicinal Cannabis so you will find this content on my website!!
I’m using bbPress with wishlist to create a members only forum on my blog and I’m wondering if there’s a way to show the forum and thread titles to people without them being a member but if they click on the thread to read it they’d have to signup.
I think it would be a great way to entice people to signup to my membership if they can see all the thread titles but can’t open them to read what people are saying inside the threads.
Thanks!
I am trying to create the Forum like it is here on bbpress; however I am not having success. I have copied out the themes and css and pasted them inot the “wp-content/themes/memberhsip/bbrpress/themes” and “wp-content/themes/memberhsip/css” directories. Now how do I get it to look like bbpress’s forfum with color and the like …
Topic: Help with Email Replies
Hello,
So I have a bbpress forum. A customer made a post and I responded to it. He then responded to my reply and yet an email came in to our ticket system with his reply rather than going to the forum.
My guess is he had the notify me of replies checked and he replied to that email and instead of going to the forum and making the post, it came in to our ticket system.
Any ideas on how to resolve this?
Thanks
I am having issues with my bbPress forum to perform the following things :
1. Send emails to the Forum Admin when a new user “Subscribes” to the forum
2. Send email to the user who just “Subscribed” to a forum
3. Send email to the all the admins/moderators when a new forum is created.Versions:
WordPress 4.8.3, bbPress 2.5.14
Link : http://www.gettheslice.comPlease advice if is this is an out of the box functionality of bbPress or if I am missing something in settings?
If this is not a default behavior, can you let me know what other plugin I can use to get this working on my forum. I appreciate all the help and suggestion.
Thanks,
Usha PatilHi,
After a day of using the example.php to create a custom import form I finally tried to run it and all I get is Staring Conversion with the little spinner next to it and nothing else happens.
I have stopped it and then chosen another converter just to see what it does and it does run past there telling me No fourms to convert etc …
For curiousity I ran a different conversion and used the wrong username and it did tell me it couldn’t connect. I also did that again using the wrong database and it said it couldn’t connect tot he database. So I am guessing that this starting conversion, spinner, nothing (even after leaving it for 1/2 hour and I do not have a large forum to convert) must be an error after there is a database connection and before the main code runs.
Here is basically what I have done
Renamed example.php to Originalforum.php
Changed Line 4 to * Originalforum converter base impoprter template for bbPress
Changed line 9 to class Originalforum extends BBP_Converter_Base {
Went through line by line and changed as needed, making sure that the case in the tables was the same in the file.
Used example.php, mingle.php and vanilla.php to check each line. For example I used the vanilla.php dates code as the one I am doing has the same format as needed and the mingle.php to add in the bottom the public function callback_topic_status code.
If anyone can point me in the right direction to get past the starting conversion – spinner – nothing else that would be most appreciated. I know once I am past that if there are sql / code errors I will be able to fix those – I just need to be able to get to that stage!
Thank you for your time.
Hi,
I am importing 3 forums into bbPress and in all of the databases the forum names are the same and some of the user names are the same.
I was just wondeirng, before I run the converter scripts, if I should change the names of the 2 old forums – maybe by putting a version 1 and version 2 or something similar after the names and do the same for the users?
I think I can make these old forums ones read only and the current forum still active?
Of couse if you have any better ideas or ways to do this, feel free to let me know – any advise is very much appreciated 🙂
Thank you for your time.
Hi,
I am moving an old site to WP and bbPress and need to convert my old forums. I understand I need to use the example.php in the converter folder and write a converter for each old forum – there are 3 I am gong to convert.
And wouldn’t you know it, the 3 different forums use 3 different date formats!
Here they are
1415922411
2004-09-13 19:25:59
20080407181855From looking around in all of the converter files I see that forum dates are done 2 ways
In example converter – I am guessing that I would use this format to convert the date like 20080407181855 ?
// Forum dates.
$this->field_map[] = array(
'to_type' => 'forum',
'to_fieldname' => 'post_date',
'default' => date('Y-m-d H:i:s')
);
In vanilla converter – I am guessing I would use this format to convert the date like 2004-09-13 19:25:59 ?
// Forum dates.
$this->field_map[] = array(
'from_tablename' => 'Category',
'from_fieldname' => 'DateInserted',
'to_type' => 'forum',
'to_fieldname' => 'post_date',
);
Anyone know how I can convert a date such as 1415922411 to the correct date format – which I am guessing is Y-m-d H:i:s?
Thank you for your time.