We’ve been running wordpress for a few months now, and decided to install bbPress. To integrate, we’ve tried to use different databases, as well as the same database. On our 5th attempt at installing bbPress and trying to integrate, our main blog was affected. Every page on our wordpress site are bringing 404 errors, except for our home page. We’ve also been locked out of our admin dashboard with this message: “You do not have sufficient permissions to access this page.”
I don’t remember exactly all of the ‘variables’ that I tried during this attempt, but I do remember adjusting the prefixes. The only thing on the web that I could find, is this (But it doesn’t go into how they fixed the issue). http://bbshowcase.org/forums/topic/404-pages-after-integration-w-wordpress/page/2#post-2039
Does anyone have a clue, as to what’s going on, or how we can change our prefixes? We’d like to get our wordpress site working again. Thanks in advance.
Thanks Erlend…
But I know how to make wordpress networked and my networked wordpress is sub domained and it have not a good like if my blog is http://blog.7i7griffin.info but my forum be 7i7griffin.info/forum
Am I say something wrong?
Thanks Erlend…
But I know how to make wordpress networked and my networked wordpress is sub domained and it have not a good like if my blog is http://blog.7i7griffin.info but my forum be 7i7griffin.info/forum
Am I say something wrong?
I would love to have a search that searches bbpress (plugin) forums ..
ok
For those interested,
My URLs were correct …
I just forgot to tic the box at the end of the source URL text line
THanks pimarts
This is a great “temporary” solution !
hum
I tried :
/blog/forums-audio-mao/membres/(.*)
to
/blog/members/$1/profile
I also tried without the /blog
Not working for me,
I’m not good with this kind of stuff !
If you don’t mind, how would you “phrase the rule” with my URLS (previous post)
Thanks in advance
Yes the plugin can handle that.
I have this for example:
Source URL:
/forums/users/(.*)/
Target URL:
domain/members/$1/
Works great for me.
I have an interesting plugin that may be a solution that puts the control of blocking troublemakers and annoying people at the level of users.
I’ve made a plugin that allows people to block any post or topic from any user from being visible to them.
https://wordpress.org/extend/plugins/bbpress-ignore-user/
It allows a user, Alice, to maintain a list of ignored users. So when Alice decides to ignore any other user, Bob, then she will no longer be shown any of Bob’s topics or posts.
Of course, sometimes Alice might want to view a post made by Bob, so it is possible to view ignored posts or topics by clicking a “Show Topics” or “Show Posts” link.
Alice can remove Bob from her ignore list by going to her profile where her ignore list is displayed privately.
* Moderators cannot be ignored by anyone.
* A user cannot ignore themselves.
* A user’s ignore list is private and viewable only to that user or an administrator (or rather, some user who can edit that user’s profile).
* A user (e.g.) Admin who can edit that user’s (Alice’s) profile can also remove ignored users (Bob) from the user’s (Alice’s) profile.
Sound good? I call it self-censorship and self-moderation. I’m going to build a few more plugins based on self-censorship and self-moderation.
I have bbpress plugin + buddypress installed.
If I use the “Mark as Spammer” function in buddypress, because it is not linked with bbpress plugin, this Member is still allowed to post in the Forums !!
This is a big issue for me as I have 10k members on my website, and hopefully most of them will join my forums soon … and unfortunately, some of them are real troublemakers that we need to control in some ways …
I hope that bbpress plugin will get more advanced moderation tools very soon !
Any plans about this ?
Thank you
PS. I understand that bbpress plugins users are the same as my WordPress subscribers … I wonder if I could use a regular wordpress plugin for this ? Any help appreciated !
@pimarts
Regarding redirection plugin ;
the URL, of course, is different for each user …
Can the plugin handle this ?
Ex. My URL for bbpress Member is :
http://www.mjtutoriels.com/blog/forums-audio-mao/membres/USERNAME
and same user in buddypress :
http://www.mjtutoriels.com/blog/members/USERNAME
or
http://www.mjtutoriels.com/blog/members/USERNAME/profile
I noticed a different (but linked problem) in managing Members
If I use the Mark as Spammer function in buddypress, as it is not linked with bbpress plugin, this Member is still allowed to post in the Forums !!
This is a big issue for me as I have 10k members on my website, and hopefully most of them will join my forums soon … and unfortunately, some of them are real troublemakers that we need to control in some ways …
I hope that bbpress plugin will get more advanced moderation tools very soon ! Any plans about this ?
Thank you
Ok, I’ve updated it to 0.3.0, you can get it here: https://wordpress.org/extend/plugins/bbpress-post-toolbar/ when that updates.
I’m not sure. But it’s really just a collection of images, and a PHP array that binds a particular smiley code (e.g. ‘
‘) to a specific image file, (e.g. ‘smile.png’).
So it’s really quite easy to piece together your own smiley package. I might be interested in hosting some on my website as a central and related place for distribution.
The array is practically an overwrite of the array that handles the WordPress’ default smilies.
PS. I’m about to update the plugin to allow this fallback to plugin’s smiley dir, among a few other things that I’ve thought of over the last hour.
Oh
I was not aware of this redirection plugin …
I’ll give it a try …
Excellent,
Are there any place on the web to download compatible Smiley packages ?
Ok, so I’ve got it detecting the smilies in either the /wp-content/plugins/bbpress-post-toolbar/smilies/ folder or the /wp-content/smilies/ folder.
I recommend that people copy of move the folder from the bbpress-post-toolbar directory so that any custom smilies are not overwritten on an upgrade to the plugin.
Hi. In the plugin directory I have included a folder named smilies. Copy this directory and its contents into the ./wp-content/ directory.
Essentially:
mv ./wp-content/plugins/bbpress-post-toolbar/smilies ./wp-content/ -r
If you want to change the smilies, take a look at the package-config.php file inside the smilies directory mentioned above and you can probably work out how to switch the files, or add more to the set.
—-
I think I’ll update my plugin so that instead of defaulting to WordPress’ smilies, it’ll defaults to the smilies folder in the plugin dir.
ie: Order of preference will become:
if option allows custom smilies:
./wp-content/smilies/
./wp-content/plugins/bbpress-post-toolbar/smilies/
else:
WordPress’ default set.
hi
Your plugin is excellent !
Big up !
Could you explain how to use customised Smileys ?
For now I made a redirection (with the redirection plugin) to send people visiting the bbpress profile to the buddypress profile.
I hope to see some sort of integration in the future too (maybe through plugins?).
HI
I guess More an more people will use buddypress + bbpress plugin (rather than installing the bbpress included with buddypress) …
What is the plan for integration in the near future ?
My problem is, when you clic on a name FROM the Forums, you get the Profile page of this user related to his activity inside the forums … right (his favorites, his last posts, his subscriptions, etc ..)
But when you clic on this same user name from another page of my blog, it goes to this user’s Profile related to buddypress ; showing his activity, his friends, and all buddypress custom fields that I created …
This is confusing for users … don’t you think ? They expect to see the buddypress profile when they clic a name in the Forums …
If I have to choose, I’d prefer showing the buddypress profile all the time.
Hope it makes sense ?
Try this:
.bbPress .hentry table td, .bbPress .hentry table th, .bbp-forum-info {
text-align: left;
}
Hi
I have bbpress plugin installed.
I have several people to help me moderate the Forums.
But I am the only one, as an administrator, who can MODIFY inside the posts.
Is there a way to give this ability to the people which I assign as FORUM MODERATORS ?
PS. Also, in the Future, I’d appreciate the possibility to have one moderator assigned to a specific Forum … With their name listed near the Forum title, and a different color, or Icon, so people can clearly see who is a Moderator …
Try this:
.bbPress .hentry table td, .bbPress .hentry table th {
text-align: left;
}
Maybe you’ll need an !important there, but try that first.
Hi Pimarts,
I have tried:
.bbPress #content {text-align:left;}
and
.bbPress #content {text-align:left!important;}
without any luck.
My forum is at:
http://benidorm-selections.com/forum/
Any other ideas gratefully appreciated!
Many thanks,
Glyn