Forum Replies Created
-
In reply to: Can someone help? Profile link redirection
bbpress user profiles are like this usually , example.com/forums/profile/name
i think you are using BuddyPress hence the default members slug.
you should contact them on figuring out how to change them.
https://buddypress.org/support/
notifications section sounds like BuddyPress too, so follow that link and contact them.
In reply to: Misalignment/Margin Problemtry this
#bbpress-forums #page-container ul li { text-indent: 0; }
In reply to: Display this plugin before the username on repliescontact the plugin author
In reply to: Full width forumyour theme is missing some body classes , or i cant find any.
if you find out the post id of this particular page and try
.postid-(yourpostid) .pure_content { float: none !important; }
In reply to: Topics Not Showing Up In Forums After Importthats great!!
In reply to: Tittleusually its just copy loop-forums.php into your child theme in a folder called bbpress and edit this
<li class="bbp-forum-info"><?php _e( 'Forum', 'bbpress' ); ?></li>
but since you have bbpress in another language maybe edit the .po file??
using something like Poedit might help if that is the case.
and also how to create a new one in this page for different forum topics.
well what exactly are you going for , show recent topics sitewide below that??
In reply to: Topics Not Showing Up In Forums After Importi just was making sure you were using the right tool.
make sure you do the basic troubleshooting steps in this post
then you can try this
since you upgraded to wp 4 , try these plugins and see if they fix the issue.
In reply to: The problem of sub-sectionswhen i said “i do not understand” i mean that i can not understand your broken English very well so that i could know the idea you were talking about.
i suggest maybe rewording what you mean a little better, or post a job at http://jobs.wordpress.net/ and hire someone that knows your native language well.
In reply to: ERROR: Your topic cannot be empty.follow the troubeshooting details listed in this post, it could most likely be a plugin/theme issue.
In reply to: Topics Not Showing Up In Forums After ImportI’m hoping I don’t have to manually tie each topic to it’s proper forum since there’s so many that need to be added
that would be a special type of hell.
what tool did you use to import from your other server?
In reply to: Sorting by freshnessTopics will display the most recent activity
yes
but you can’t click the ‘Freshness’ text/link to have it SORT
bbPress does not have table sorting like this below example
http://codepen.io/jakestuts/details/tGpju
it doesnt even have a tabled layout anymore , its all lists
i bet someone could develop this for you though
go post a job at http://jobs.wordpress.net/
In reply to: Expire Accesslike say you want the topic/reply forms to be closed on weekends or something??
this could be in some support forum plugin for bbPress, if so i will check in a minute.
In reply to: Are you sure you want to do this Errorare the topic/reply forms visible at all or can you not just post a topic/reply.
other things you can do is try to see if theres is a CSS issue somewhere that is hiding the forms.
if you can provide any other information like an image for me that would help to try to find an issue.
In reply to: Weird freshness bugsCategories were changed to forums or subforums and forums were changed to subforums or categories a lot in the past
you lost me here
I guess I have to debug freshness and see where it gets the wrong recent posts and topics …
make sure you followed all the troubleshooting tips here
other than that it would be tricky to find the issue
if you do find anything please report back
In reply to: Hide Topics from users not logged inwhat view topic page are you talking about??
In reply to: ERROR: Your topic cannot be empty.you did write a topic title and content right??
i think this does what you want.
add_filter( 'bbp_get_single_forum_description', 'ja_return_blank' ); add_filter( 'bbp_get_single_topic_description', 'ja_return_blank' ); function ja_return_blank() { return ''; }
In reply to: Request: Votingthese two plugins are both compatible with bbPress and have exactly what you said.
https://wordpress.org/plugins/wp-ulike/
wordpress.org/plugins/rating-widget/for support forums plugin i guess try this plugin instead
In reply to: User role managementi looked more at Robins plugin and it seems it could do what you asked.
so forget my last response.
https://wordpress.org/plugins/bbp-private-groups/
and to create moderators you can create a new user and assign their forum role to moderator, or you can edit an existing users profile and change their forum role to moderator.
to edit a user go to the backend of WordPress
find the menu users , go to all users , search for your user , click the edit link to edit the specific user , then scroll down til you find forum role and click the drop-down and change the users forum role to moderator.
In reply to: Limit user posts in a time periodany way of limiting how many threads/posts a user can make in a given time period?
i dont think there is any , there is a flood control option in settings>forums though just edit the throttle posting settings.
what is the best antispam prevention method?
you can search “stop spam” in the forums search and im sure you will find alot of threads.
really i dont know what is the best antispam prevention.
Akismet + JP Protect/Bruteprotect does me pretty good fighting registration and posting spam.
i also use a bunch of ht-access rules to fight spam too
In reply to: The problem of sub-sectionsYour right i do not understand
i suggest you post a job at http://jobs.wordpress.net/
In reply to: User role managementi dont know about manually managing users to a certain group.
There might be a workaround in paid memberships though, as long as the user roles the users acquire some certain capabilities to each one.
Like for example.
User A buys Bronze membership can only see forum A
User B buys Silver membership can post to forum A
User C buys Gold membership can post to forum A and forum Bthat might work
i would suggest you go to http://jobs.wordpress.net/ and post a job and see if a developer can do this for you.
if there is a person who finds out they can just update this topic for you.
they know that their is an issue
In reply to: Assign moderator to be forum ownerIt is not an error.
2.6’s release date has been pushed back a few times.
It has been pushed back because of some of the active tickets.
In reply to: No option for people to register?go to the WordPress backend in the menu settings > general
and then allow registration