Forum Replies Created
-
In reply to: Is there a ban users system plugin out there?
Thank you very much Robkk for your help and time. I’ll try to figure it out, first I need to read all this information 🙂
In reply to: Is there a ban users system plugin out there?Thank you Robkk, where can I find a tutorial or howto create a plugin for bbpress? I found the bbpress files that I need to edit and I can put my code in, but I think this is not the clean way to do it.
In reply to: Is there a ban users system plugin out there?Thank you again for your response! yes, that’s exactly what I want. But I can’t believe there is not a plugin to do this kind of moderation on bbpress.
I want to make sure that there is not an existing alternative before start writing code (I’m not very familiar at writing code for bbpress).
In reply to: Is there a ban users system plugin out there?Thank you very much Robkk, so then I must assume there is no plugin with these kind of functionalities? I have set moderator privileges to all my forum moderators with certain capabilities (like edit forums, delete forums, etc…) and do not want them to enter the wordpress admin area to ban unwanted users. That’s why I’m searching for a bbpress plugin in order to add these ban capabilities to my moderators only on the bbpress side.
Cheers.
In reply to: Update user roles with mysql query.Can’t figure it out, here’s te portion of code that It’s not working:
$_POST[‘bbp-forums-role’] = “keymaster”;
bbp_profile_update_role();For example, I only want to update actual bbpress logged in user role with “keymaster” role.
Maybe I’m not using bbp_profile_update_role() in the right way. 🙁
In reply to: Update user roles with mysql query.Thank you tharsheblows, so if I want to update the actual logged in user role I must use bbp_profile_update_role() function?
Thank you again Stephen, It’s a solution but I’m sure I’ll have many forums. 🙂
In reply to: Is there a plugin to add new forum roles to bbpress?Thanks again Robin!! This is exactly what I was looking for!
Hahaha It’s better easy, but the hard doesn’t scares me! Yeah it would be great to know your idea, because I’m completely lost.
You’re right about forum categories, I didn’t realise.I’ve tried with a code from this site who shows the last topics of all forums in a different table, but not the last (4?,5?,6?… variable who control the number ) topics in the same table. And not each topic under his Forum. 🙂
I’m sure too blankstage, cuz in the step by step guide the image shows what I’m trying to do.
Thanks a lot for your response 🙂
I have seen in “Step by step guide to setting up a bbPress forum – Part 1”
The way I want my forum looks like. Is this screenshot from previous versions and now there isn’t an easy way to do this ? I just want the topics (better last 4 topics of each forum) under the name of the forum wich they belong. The only solution is hardcoding? I don’t know where to start. Which file should I edit to change the forum structure? :S
Thanks a lot for all.
In reply to: Style problem with shortcodes.Thank you for your response and support. I think it was a problem between my theme and bbpress css, a pair of “!important;” in the css and everything’s solved! 🙂
In reply to: html links not working :(Thank you very much Stephen to consider that.
In reply to: html links not working :(Searching my problem I found this thread. If I click in the “link” button and write an URL from the popup box/form, when click on submit button the link disappears.
Is this normal? look at my previous post. It’s a blank post!! where’s the link?¿
Thank you.
In reply to: html links not working :(<a href="http://www.google.es"></a>
This plugin (fork of Simple Local Avatars) do the job! :))
Thank you very much Stephen, I’m trying to do a new custom password/confirm password because I suspected the same as you. Hope I can solve it 🙂