Forum Replies Created
-
In reply to: WP & BB Integration failedIn reply to: Changed URL, and now I can't access my admin page.
You change the setting in bbPress: did you also change the name of the folder where it’s installed? They need to be the same (the folder name part anyway.)
Wait, you deleted everything? So where is it now? What URL or folder?
Also, to reinstall completely, you need to drop the database tables and then reinstall. The database is what lets the installer know if you’re already installed or not. So, drop the bbPress tables and try the installation again (assuming there’s no important data in the database yet.)
In reply to: bbPress as a WordPress Plugin – Thoughtsanyone can find me at chrishajer [at]/ gmail [dot]/ com
In reply to: Problem upgrading from 0.904 to 1.0How did you fix the problem, so that others may benefit from your experience?
> Can I reinstall a broken installation in the same directory with the same database (Version 0.94)?
Yes. You can just use the old program files in the directory, with your old database.
> Or can I install version 1.0 in the same directory using the old database?
If you are going to do this, you are basically upgrading your old installation (old database, installing new files.)
It might be better to try and figure out what went wrong than burn the house down and start over from scratch.
In reply to: Problem upgrading from 0.904 to 1.0What happens if you use English instead of Spanish for the language (just remove the es_ES from the BB_LANG setting)? The config file appears to have the proper syntax and that’s the only thing I can see that might be causing a problem.
OH, also, the languages moved from 0.9 to 1.o.
0.9: bb-includes/languages/
1.0 : my-languages/
I would make sure the language files are in the correct location for 1.0, or just try disabling the language for a minute to see if it works then.
In reply to: bbPress as a WordPress Plugin – Thoughts“Don’t download me yet. I’m in the beginning stages of development.”
Also, interesting to see this tag: core plugin
In reply to: including new themes in the bb-templatesIt is correct to put them in a folder called my-templates, at the same level as bb-templates, and be sure the directory has 755 permissions.
In reply to: Install on same database as WP?You can certainly use another database for bbPress, but there’s no need for it, it makes integration more difficult, and creating a new database is not going to help with the original problem, which is just incorrect database connection details.
In reply to: Install on same database as WP?You can use the same database, just use a different table prefix from where WordPress is installed (it looks like you are using forum1_ which is good.)
If you are using that database for WordPress now, then you have one of the details wrong. It’s pretty simple, but it either works or it doesn’t. If you have a detail wrong somewhere, it won’t connect.
In reply to: Anonymous posting and e-mail notifications 1.1?There is no packaged release yet.
In reply to: Install on same database as WP?does this help at all:
https://bbpress.org/forums/topic/bbpress-deep-integration-installation-tutorial
In reply to: Remove "Allowed markup" text on post pageYou just want the text removed so it doesn’t show, even if people can still use it? If so, just edit your template files post-form.php and edit-form.php and remove the line that says:
<p><?php _e(‘Allowed markup:’); ?>
<?php allowed_markup(); ?>
.
<?php _e(‘Put code in betweenbackticks
.’); ?></p>If you actually want to change that or prevent the use of those tags, then you need to add a filter.
In reply to: Javascript menuPlease post a link to your forum.
In reply to: StickyPlease explain how you want to display them then? I don’t understand. Thanks.
In reply to: StickyYou could modify the front-page.php template file to just skip the sticky posts altogether. Looks like you would remove lines 24 through 32 of front-page.php in your template files. Just remove the whole block dealing with stickies in the front-page.php file. You could change the conditional on line 11 as well, but so long as you have topics, it will be fine even if you leave it.
In reply to: UsernameOne problem per topic please. Otherwise it gets too confusing.
So, for your first problem, you want to see their username or their display name?
In reply to: how to move?I think I posted that recently as well:
In reply to: licence agreementThis plugin worked on the 0.9 series, maybe it still works with 1.0:
In reply to: Problem upgrading from 0.904 to 1.0Can you paste the bb-config.php here? Just change the password details within the quotes. It’s a pretty simple error usually, and not that one of the connection details is incorrect, just that there is a problem with the file.
Why does it appear to be installing rather than upgrading?
In reply to: Problem upgrading from 0.904 to 1.0What do you mean “and nothing”? Something happened at that point right?
In reply to: Toggle ForumsRight. The code can be improved. Please feel free to do so on your site. The owner of this site is not worried about it right now. There’s always room for improvement. Sometimes you need to just call it good and move forward.
In reply to: Toggle ForumsRight.
In reply to: Toggle ForumsIn that forum I linked to, it appears for all top level categories AND forums. It probably should not apply to top level forums. There’s really no reason for the icon there.
It doesn’t appear on any of the other forums though. Is it for you?
In reply to: Email maskedI think if you didn’t use pretty or name based permalinks you wouldn’t have to worry about the email in the profile either. And if you were using prettyy permalinks, the email would be cleaned up to the point that maybe it doesn’t really look like an email?
I am going to create a new account here and see what happens to the email address as my username.