Forum Replies Created
-
In reply to: not possible to login anymoreIn reply to: Avatars disappeared
bbPress does not have an area to upload avatars it mostly relies on Gravatar by default. You are probably using BuddyPress , if you are contact BuddyPress support.
In reply to: Double Slugsit is like this for structure and for some other reason I cant remember
http://(sitename)/(forum root)/(what is it)/(name of post)
You can edit the slugs for the forums in settings > forums
you can also remove the forum root slug too.In reply to: Searching for a report pluginCheck out the screen shots to see what I was talking about
https://wordpress.org/plugins/bbpress-report-content/screenshots/
In reply to: Not able to add a Topic in front end…#bbpress-forums input#bbp_topic_title { float: none; padding: 0; } #bbpress-forums .bbp-form p { float: none; margin: 0; }
sorry made a little mistake haha writing it here.
In reply to: Not able to add a Topic in front end…Its the themes CSS causing an issue with the input box for the topic title.
This custom CSS should do it.
#bbpress-forums input#bbp_topic_title { float: none; padding: none; } #bbpress-forums .bbp-form p { float: none; margin: 0; }
Tell your themes support this too.
If you feel like donating you can do so here
In reply to: Demoted from Keymaster, how to get back to it.tell the other guy to
go to users > all users
enable the checkbox by your user
at the top it says change forum role
it should show a dropdown
choose keymaster
click the change button by the forum role changer dropdown.
Page refreshes , your a keymaster , everybody happyIn reply to: Not able to add a Topic in front end…is there anyone else you could direct me to that could look into this for me? paid support or maybe any documentation in regards to it being a javascript issue?
I will look into it, if I can’t find anything you can hire a developer. We have documentation for troubleshooting you and your themes support have basically done it all though and Identified it is in the theme.
What does anyone know about the tab-key script being a conflict?
I will check this out.
I will come up with results later if I could find anything.
In reply to: Replies Created Tab Showing Full Postsoh okay , well you still might need to contact BuddyPress support for this ??
Maybe a BuddyPress profile subnav visibility control plugin would be need if it exists??
I would’ve maybe pulled out some CSS for you, but your theme doesnt have a logged-out body class.
In reply to: HUGE URGENT PROBLEM: repeated nicknamesTHere is some solutions that might work but not a 100% , you might need to test this out in a test site first.
https://wordpress.org/support/topic/how-to-make-displayname-nicknames-unique
http://wordpress.stackexchange.com/questions/82239/make-display-name-uniqueIn reply to: Filter topic list based on user selected forumsFor now this is custom development and you might need to hire a developer to do this for you.
In reply to: Replies Created Tab Showing Full PostsAre you sure you just want the titles , it is just going to say Reply To: Topic Title.
Plus if it was a private community I wouldn’t even let them see the titles on your profile , or even the profile for that matter.
In reply to: Center and Space Between ParagraphsThe center should be a tinymce button either by default or by installing tinymce advanced.
THe double space thing
read this
http://www.wpbeginner.com/beginners-guide/how-to-add-single-double-line-spacing-in-wordpress/
In reply to: Replies Created Tab Showing Full PostsI think the private groups plugin only hides the actual forums on their page , and not what could be on the users profile in BuddyPress.
You can contact Robin on his plugins page support forums to verify though, he might even tell you the same that I said above.
In reply to: bbpress comments toolbar for blog comments?It is just the quicktags api from WordPress. You see the same button when entering the html mode when creating a blog post.
See if this post helps, it says tinymce but there is also quicktags code in there.
Add TinyMCE and Quicktags visual editors to WordPress comments form
you can also use the basic comment quicktags plugin
In reply to: Replies Created Tab Showing Full PostsHmmm since you have a private community you might need to make your BuddyPress member profile pages private, or at least the replies created part (which there might be a plugin for this)
suggest you contact BuddyPress support and see what they can tell you.
In reply to: Not able to add a Topic in front end…It might be a javascript issue , I just had to mess with a popular theme framework for a user to fix a bug in bbPress.
And it was some javascript file from the theme conflicting with bbPress.
So contact them to see if they can test that out.
In reply to: Remove avatar and navigation from user pagesCould anyone tell me, how to improve the coding part to avoid the repetition
using PHP variables might help
In reply to: Issues Importing from phpBBRead this persons answer to another similar topic.
In reply to: Make topic appear on top alwaysMake the topic sticky or even super sticky (stick to front)
In reply to: bbPress causes Category pages to show full postscreate a new topic
In reply to: Divide topic replies to several partsIt is probably possible , it might best to hire a developer to do this for you.
In reply to: Activation E-mail will not send.You have BuddyPress installed and this sends an activation email.
So maybe contact BuddyPress about that.
In reply to: BackupBuddy QuestionAll of bbPress’s default plugin files are in the bbPress plugin folder.
In reply to: ‘Blocked’ on blank page on loginThis could be from some security/spam plugin.
Go through these troubleshooting steps