Forum Replies Created
-
In reply to: Linking back to main website.
It is in the template folder. If you’re using the default theme, it’s located at bb-templates/kakumei/header.php. If you’re using a custom template, it should be located at my-templates/yourtemplatename/header.php
It’s a template file, not a core bbPress file.
In reply to: No CategoriesI see categories and forums beneath those. Are you seeing what’s in this screenshot?
http://chrishajer.com/bbpress/Wings-PBeM.png
If you are seeing that, then what is different from what you expected?
In reply to: Subforum not accessiblePlease post a link.
Are you using any plugins? Did anything change recently?
In reply to: problem with users upgrade 1.2Please post a link to your forum. Thanks
In reply to: problem with users upgrade 1.2Are you using a modified template?
In reply to: Editing the RSS feed outputheh, I didn’t think of that either. I didn’t realize this was editing a template file, not a core file. Thanks Jongeren for the solution. Feel free to ignore my previous message.
In reply to: Editing the RSS feed outputJongeren, is there a way to do it without modifying core files, with a plugin or other function?
In reply to: hundreds of spam users…First, you can use the Human Test plugin to prevent or at least minimize spammer logins.
https://bbpress.org/plugins/topic/human-test/
Second, not linking to the forum URL is not really hiding it. Spammers know to look for URLs like /forum, /forums, /bbpress, etc. No surprise there.
If the forums are not active, why not just drop all the tables and reinstall?
If they’re not active but have existing data, then you will need some SQL to drop all the users and all their posts and related meta info, if any. Did the spammers post anything, or just register? Or can you drop the tables and reinstall?
In reply to: my plugin submission keeps getting deletedWhere are you submitting and what is the plugin?
In reply to: https problem?Where did you see that it works on https? I have no doubt that it can, but I am wondering what you saw.
In reply to: Umlaut in member nameThat sounds like an old problem with integration. Can’t find the thread right now though.
In reply to: Lost All Users (Including ME!)Looks like that information is stored in the
bb_meta
table in the bbPress database, with the following values:meta_id: autoincrement
object type: bb_option
object_id: 0 (always zero in my case)
meta_key: these 4
user_bbdb_name
user_bbdb_user
user_bbdb_password
user_bbdb_hostmeta_value: your database name, user, password and host.
Screenshot: http://chrishajer.com/bbpress/cloner-userdatabase.png
HTH
In reply to: All RSS Feeds Broken?I think a patch was posted. Have you tried that? https://trac.bbpress.org/ticket/1209
In reply to: Installation problemI think this is a host configuration problem. A function bbPress needs (open_basedir) is not being allowed on the server.
In reply to: Lost All Users (Including ME!)When installing bbPress you can choose to use a different database for the user table. Here’s a screenshot from step 2:
http://chrishajer.com/bbpress/step-2.png
This is present when installing 1.0.2. I don’t recall when it was added. But you will need to replicate those settings to use a different database and table for your users.
In reply to: bbPress Deep Integration / Installation TutorialI should probably try to install using this procedure before linking it up. I will try to do that today and follow your tutorial.
Wait, is this just an installation procedure or integration procedure? I have not watched it yet.
In reply to: Plugins You Want !!!That ‘subscribe to topic’ functionality is included in the latest trunk version and will be in the next release. It’s active here now.
In reply to: HOw do I remove/change this texts?Line 465 in bb-attachments.php is where the $allowed string is returned. Somewhere before that line you will need to redefine $allowed to just equal your text. There’s a whole bunch of stuff before that where it goes through the allowed extensions and the sizes that you don’t need, but even if you leave that is, just define $allowed as “Size Max = 500kb”, or list your extensions, or whatever.
You are going to have to edit the plugin to change the text.
In reply to: Lost All Users (Including ME!)Make the keys the same, whatever you have to do to make it work. Remove any “special” characters because bbPress did not handle those correctly for a while, while WordPress did. So, I would remove single and double quotes and slashes and make them both identical. The actual key does not matter too much, and changing keys just invalidates existing login cookies. It’s more important to make sure they’re identical.
Can you be more specific please? A screenshot is good if you have one. I’m unclear what you mean.
In reply to: All RSS Feeds Broken?I’ve been wondering about this. I applied the patch and had the same experience. So my question is, how do RSS feeds actually work? Should the feed be shown using the patched rss.php file immediately, or is there some time delay, or do you need to publish some content to update the feed? When you call up a feed URL in the browser, what happens?
My experience was the same when applying the patch, but then I wondered how soon I should have seen the results.
In reply to: WP and bbp integrationIt should be updated. I would do it myself if I ever got around to testing integration and found out which procedure worked best.
In reply to: Write last post of userWhat happens when you use this?
In reply to: Export Topic list from BBpress to WordPressIn reply to: WP and bbp integration