Search Results for '+.+default+.+'
-
Search Results
-
Using WordPress 4.0
BBPress 2.5.4I am new to BBPress to start with. We moved our site from one host to a new host. We mapped all the users with the posts/forums/replies. Then all of a sudden all Forums/Topics/Replies are all showing as the Default Keymaster (we have 2 one as support and one for our client).
So Forum public show as Admin but the Creator of the forum in the back end shows the correct person. I have tried repairing the various areas of the forum.
Is there away to change the Author in bulk say to the default Keymaster to another Keymaster.
HELP!
Topic: Custom files
Ok I have been playing with this for a while. When you read the bbpress information when it comes to customizing templates php ect it says to create a bbpress folder within your child theme. Well bbpress isnt looking for custom folder with in my theme so it ignores anything i place in that folder. How ever if anyone is having this problem just place your custom files in your child themes directory. bbpress finds them with no problem then. for example I just redid the content-statistics.php I did not want the the list to take up so much page so I changed the formatting of the file so it would display not with a default <dl> block style but in a <table> format. you can see this here. Only the file wouldn’t read in the bbpress folder.
Topic: Import Hung?
I was importing from my Vbulletin 4 and it went through converting topics, then it started converting tags and hung about 12,900. Is this a known bug? What’s the best way to do this over without losing the imported content and without taking risks of missing content not being imported initially on the hang up? Any ideas why it would hang up like that? It took a pretty long time just to do the topics. It didn’t start the users yet either. You’d think it would import users first?
Side note, I don’t see any area to set up bbcodes? Is bbcode not a default feature?
Topic: back up settings
Topic: Language files are ignored
Hello,
It has been 2 years since I couldn’t resolve this issue.
I have a bbpress forum installed on my wordpress site. http://www.outdoorhaber.com/forumThe site is in Turkish.
Some information for you to eliminate errors
I added define(‘WPLANG’, ‘tr_TR’); to wp-config
I exported https://translate.wordpress.org/projects/bbpress/2.5.x/tr/default po and mo files
I renamed the exported files to bbpress-tr_TR.po and bbpress-tr_TR.mo
I put those 2 files both in wp-content/plugins/bbpress/languages and wp-content/languages/bbpress (I tried to put files only in 1 of the folders and vice versa, but did no good)I am about to have a complete brain meltdown, just because of bbpress language issue.
The weird thing is; I download bbpress turkish files from various sources. 1st the official project page (by exporting), then some people translated the files.. I want to translate “Last comment” but there is no match (nothing to translate) in po file. (The one exported from here https://translate.wordpress.org/projects/bbpress/2.5.x/tr/default)
Come one please export a po file from the link above, and ctrl+f “Last comment” in poedit. You will see, there is nothing to translate..Here is a screenshot for what I mean

Here are my po and mo files
http://www.outdoorhaber.com/wp-content/languages/bbpress/bbpress-tr_TR.po
http://www.outdoorhaber.com/wp-content/languages/bbpress/bbpress-tr_TR.moThe reason why I gave so much detail is to eliminate unnecessary “did you do this, that” replies.
Please someone help me.
More specifically, does anybody have working group forums that are not using the WordPress default permalink settings?
I have BuddyPress group forums on my site, but the topics will only show the first page. In other words, the topic pagination does not function properly, and my guess is because I am using “post name” for my permalink settings.
I just was wondering if ANYBODY has functioning group forums because I can’t find any examples.
Topic: Changing Editor buttons
In the editor I need to, at the very least remove the code button.
Is there any way to use the default WordPress Editor where users can see the visual results of their editing instead of the html markup text.
Users of the forum I’m creating are not HTML coders and the way this works will totally confuse them. Also switching it off in settings makes matters worse as then they are presented with an instruction box showing the HTML tags.
I have used the code in the documentation to turn on the visual editor and it is working fine.
However, when you start or reply to a topic neither editor is selected by default. Is it possible to enable the Visual Editor by default? If not is there any way to remove the text editor so that visual is the only option and hopefully that will select by default?