Forum Replies Created
-
In reply to: Restrict access to forums
There was a “hidden forums” plugin, but it’s from a while ago:
https://bbpress.org/plugins/topic/hidden-forums/page/6/
There was also “read only forums”:
https://bbpress.org/plugins/topic/read-only-forums/
Maybe one will still work or give you ideas for your own plugin.
In reply to: advice for external authJust redirect the users to register for WordPress instead of bbPress. If integration is done properly, when the user logs in to WordPress, they will be loggged in to bbPress.
https://bbpress.org/forums/topic/wordpress-bbpress-register-plusgtgtgtgt
https://bbpress.org/forums/topic/how-to-redirect-all-registration-to-wordpress#post-19596
There were a couple other topics as well, but basically make all your register and login links point to WordPress, and remove those functions from bbPress files.
In reply to: BBPress Developer NeededJohn, some of it was here (not the URL though):
In reply to: BBPress Developer NeededWendy, please post your email or contact form URL and I will close this thread. That way people can contact you outside the forum.
In reply to: Installation Successful But Not Showing UPThe blank screen is from a 500 Internal Server Error:
[~]$ curl -I conservativecongress.com/forums/
HTTP/1.1 500 Internal Server Error
Date: Mon, 15 Feb 2010 07:51:12 GMT
Content-Type: text/html
Connection: keep-alive
Server: Apache
X-Powered-By: PHP/5.2.12
If you have access to logs you can see what’s going on to cause this. Other possibilities are any plugins you might have active, which would be weird since you just installed, or anything else you’ve modified (template files, .htaccess, plugins, etc.) It doesn’t normally happen on a default installation. If you’ve done nothing but unzip and install the files, then maybe you have a corrupt installation, not all the files were properly uploaded or something.
In reply to: freshnessIn reply to: does the theme load each time a new post is opened?Yes, all the required template files are loaded each time they’re needed to create a page.
In reply to: BBpress plugin not showingbbPress is not a plugin for WordPress. It’s a standalone software package that you need to install, separately from WordPress.
In reply to: Malformed html created by bb_get_forum_dropdown.Good catch. I opened trac ticket https://trac.bbpress.org/ticket/1256
In reply to: adding photosOK, that’s fine. To get buttons, you need something like BB Code Lite or Comment Quicktags to get the button toolbar.
https://bbpress.org/plugins/topic/bbcode-lite/
In reply to: change the login idAs a moderator, I can’t delete you or change your ID. I would suggest you contact the main man, Matt Mullenweg.
In reply to: Anonmyous Posting vs. Login-less PostingIt is in the trunk version now, which means it will be part of core bbPress.
In reply to: just added site, no admin pagesCan’t believe nudity didn’t get flagged by akismet.
And this was started 2 months ago? Installation seems to be fine. I wouldn’t worry about it. Everything appears to be there and works.
In reply to: Best Permission settingsYes. Ignore the leading zero then. 755 for folders and 644 for regular files. Sorry about that. (Linux thing)
In reply to: bbPress 1.02 Dutch translationfile naming convention:
https://codex.wordpress.org/Translating_WordPress#Repository_File_Structure
In reply to: bbPress 1.02 Dutch translationIn your define statement you defined nl.mo to be empty, BTW.
In reply to: bbPress 1.02 Dutch translationThe define statement should look like this:
define( 'BB_LANG', 'nl_NL' );
if your file is named
nl_NL.mo
in the my-languages/ directoryThe format for the name of that file is
language code_underscore_country code.mo so nl_NL.mo and in the config you drop the
.mo
More info about Dutch for bbPress here: https://bbpress.org/forums/topic/dutch-translation#post-56700
In reply to: adding photosWhat widget did you install for allowing images? There are no widgets, as far as I know, for bbPress. If you mean a plugin, please post the link to the plugin you’re using.
In reply to: Best Permission settingsFolders should be 0755, and PHP files and scripts and images can all be 0644. 777 is a bad idea.
Liz, I deleted your post here since you have another in the other thread which I replied to. Tony has long left the building.
In reply to: Forum title in bb_title on topic pageI suggest you add this plugin to the bbPress plugin repository. Seems like it would be useful to some. Thank you.
In reply to: Best practices for adding a sidebar to bbPressYou have to resize the other divs to make it fit. That can all be done in the style.css. You might make the overall layout wider or narrow up some of the columns to allow your sidebar to fit.
In reply to: Nominations for Project Lead?@frooyo, flattered, but not interested or qualified.
In reply to: change the login idI suggest creating a new log in then with a username and display name you’re happy with.