Forum Replies Created
-
In reply to: bbPress alerts
Closing, Dupe https://bbpress.org/forums/topic/bbpress-alerts/
In reply to: Changin bbPress LanguageApologies… I should have clarified that in my last post…
bbPress .po & .mo https://translate.wordpress.org/projects/bbpress/dev/nb/default
WordPress .po & .mo https://translate.wordpress.org/projects/wp/dev/nb/defaultI am also using WordPress 3.6 Beta and bbPress 2.3 RC1
In reply to: Changin bbPress LanguageUsing `define(‘WPLANG’, ‘nb_NO’);` in /wp-config.php
`/wp-content/languages/nb-NO.mo`
`/wp-content/languages/nb_NO.po`
`/wp-content/languages/bbpress/bbpress-nb_NO.mo`
`/wp-content/languages/bbpress/bbpress-nb_NO.po`It looks like ‘most’ of what strings have been translated is working correctly.
In reply to: Changin bbPress LanguageIs there anything here that will help?
In reply to: Changin bbPress LanguageWhat is in your wp-config?
In reply to: Changin bbPress LanguageHmmm…. Looking at https://codex.bbpress.org/bbpress-in-your-language/
Takes me here …https://codex.wordpress.org/WordPress_in_Your_Language#Bokm.C3.A5l_.28nb_NO.29
Now I presume we should be using `nb_NO` thus `bbpress-nb_NO.po` & `bbpress-nb_NO.mo`
Try uploading the files names above to `/wp-content/languages/bbpress/` and ensure as per your example above that the bbpress folder is not spelled with a capital P (i.e. NOT bbPress, just bbpress)
In reply to: Issue with Vbuliten Converionhttps://codex.bbpress.org/import-forums/vBulletin/
What version of vBulletin are you converting from?
What part is it stuck on or is it just not starting?That is the key is to ensure you have the correct values for each of these:
Select Platform – vBulletin
Database Server IP or hostname
Database Port Use default 3306 if unsure
Database Name Name of the database with your old forum data
Database User User for your database connection
Database Password Password to access the database
Table PrefixHave a look in your vBulletin config file which should be in your vb install /includes/config.php
In reply to: Problem importing bbPress standalone v1.2Excellent news… It can all look the same when your in the back end of stuff 🙂
In reply to: importing from local mdb – what settings pleaseYou cannot import directly from a database file is the first thing and the second is that your database must be in MySQL format.
You will need to convert your Access .mdb database to MySQL then upload this database to your webhost/localhost.
In reply to: Help with editor (migrating from ning)In the next release of bbPress version 2.3 users can link to images by default but to actually upload images you will need to install a plugin to support this. I know of one plugin that does this but there maybe more… https://wordpress.org/extend/plugins/
In reply to: Post-import cleanup help neededBefore you cleanup your old bbPress stuff lets clean up your import…
The quickest and easiest way to get around the failed ‘Purge previous import’ without diving into phpMyAdmin custom SQL queries would be to perform a ‘Forum Reset‘ via http://example.com/wp-admin/tools.php?page=bbp-reset
What this will do is remove forums, topics, replies, topic tags etc (almost everything) from your install of bbPress. You will need to manually delete the users though /wp-admin/users.php as at this stage as we haven’t quite got this bit ironed out yet.
Grab bbPress 2.3 RC1 https://bbpress.org/blog/2013/03/bbpress-2-3-release-candidate-1/ and perform your input again.
This should give you a nice clean bbPress and then once you are happy and have backups of your site and database then you can start removing the old bbPress 1.x bits and pieces.
In reply to: Import from 1.1 to 2 – author problemI have not tried an install/migration of a bbPress 1.1 site that use or nor have I used the ‘bbPress Integration Plugin’
With that plugin are the users stored in the WordPress `wp_users` table or bbPress’ `bb_users` table?
In theory if the users are stored in WordPress’ user table you should not need to import the users and if the users are stored in bbPress’ users table you should import the users.
In reply to: How to upload a language packForgot to add ‘Thank You’ for translating bbPress 🙂
In reply to: How to upload a language packYour best option will be to post the same as above on https://make.wordpress.org/polyglots/
They will setup the correct entries for uploading your Persian translations to GlotPress https://translate.wordpress.org/projects/bbpress/dev
Make sure you include the language locale eg. ‘fa’ Persian or ‘fa-af’ Persian (Afghanistan)
In reply to: How do I Generate a Sitemap for My bbPress Forum?I am pretty sure there are a couple of WordPress Sitemap plugins that support bbPress.
In reply to: HTML tags not workingThis has been fixed in the next release of bbPress 2.3
In reply to: Forum Topic "Notify me…" checkbox not appearing.Try switching to the ‘Twenty Eleven’ theme and see what happens.
In reply to: ERROR: Your topic cannot be empty.Glad you found what was causing the problems for you.
In reply to: ERROR: Your topic cannot be empty.Check your plugins as per my previous post…
But alas I am out now for the night and if you have any more queries I’ll take a look tomorrow. 🙂
In reply to: Vbulletin Import don't workIt should work 😛
Though there are vast improvements in bbPress 2.3 for importing vBulletin aso grab bbPress 2.3 RC1 for starters https://bbpress.org/blog/2013/03/bbpress-2-3-release-candidate-1/
Here is the known issues with regard to vBulleting imports
https://codex.bbpress.org/import-forums/vBulletin/
You probably want to double check your vBulletin Username, Password, Database Name and Database Table Prefix if you are getting errors such that you list above as having one of these wrong is typically what causes what you list above.
In reply to: New User Default Role Missing OptionsIs this WordPress MultiSite setup or two separate WordPress installs for each of your domains?
Either way neither is a known issue and should work as you expect it would.
Try switching the problem site to the Twenty Theme and disable any other plugins to see if there is a conflict some, re-enable each plugin one by one and test your site again to see if you can find the conflicting plugin.
In reply to: Forums not in menuChange your menu link to http://networkingcounselors.com/forums/ instead of http://networkingcounselors.com/forum
In reply to: fullwidth bbpress 2.3 rc1Find your themes ‘full width’ template, typically `fullwidth.php` and copy this file as `bbpress.php` to your theme directory.
In reply to: my bbPress homepage not indexed by Google?I cannot think of why this may be the case but you could create a new WordPress page and call it ‘forums’ so the URL would be mysite.com/forums and use whatever shortcodes you want on this WP page and fingers crossed Google will index this new page.