Forum Replies Created
-
In reply to: smiley emoticons
make sure you check out the plugin page to see that you have it set up correctly.
In reply to: bbPress 2.5.5tell me what your issue is , and also link to your site.
In reply to: Change the default Forums pageYou also modify the main template that bbPress uses but this would also require FTP data.
You should contact your host to find the FTP data you have.
In reply to: Plugin v. built-inRead this , This is a frequently asked question so I added it on to here.
In reply to: Visible indicator of new postssearch for unread/read posts plugins for bbPress.
They are listed in here too.
There might be a way. I think there are a couple of hooks to change the users forum role??
But if phpBB added/removed forum participation capabilities then you might need to hire a develop to create this for you.
If it was just a rank then you can use this. I am not sure if its the points system that changes the rank or posts made.
https://wordpress.org/plugins/mycred/
There might be another plugin that ranks by just post count though.
In reply to: Can’t access Forum Pagethis might be coming from some other plugin you are using.
Try the plugin troubleshooting steps here
you can also try theme too if you have some really advanced theme or something.
In reply to: Parent page > Child pageThe solution to the issue should be in a link in this reply I made.
Viewing Forum Pages makes Blog Menu Item the current_page_parent
In reply to: Style bbpress content pages, remove paddingIs this what you are looking for??
#bbpress-forums .entry { margin-bottom: 40px; padding: 50px 0px; }
i have to create a new widget for own customization work and where i have to place that file
If you know what you are doing , you can place it in a child themes functions.php , or just place it in a new file like says widgets.php to better organize your content then include the file using something like this in your functions.php
require get_template_directory() . '/inc/widgets.php';
You can also place the code in a custom plugin too.
You shouldnt place any customizations in the bbPress plugins folder, because you will lose the changes next update.
And You dont need to place the customized widget funcitons in the bbpress folder in your child theme either.
In reply to: News SEO & BBPress ConflictI will contact the plugin devs to see if this is a bug in bbPress.
If there is , I will most likely create a trac ticket on it.
In reply to: Searching for a report pluginIn the frontend it should show a reply or topic red with a little message in the reply or topic.
And maybe above the topic to say this topic has been reported.
In the backend it highlights the reported posts red.
In reply to: Change the default Forums pageTwenty Fifteen had something similar to that issue.
The resolution to the issue in Twenty Fifteen was to follow to copy all the bbPress templates from the plugin to your child theme in a folder called bbpress.
In reply to: moderators not recieving notifications?Very strange that feature would not be part of the core plugin as there is little point for a moderator if they are not being notified of topics and replies and so on.
I think you can just tell the moderators to subscribe to certain forums too.
And no problem.
In reply to: moderators not recieving notifications?So I guess my question is how do the moderators only get notifications of new topics posted?
Use this.
https://wordpress.org/plugins/bbpress-notify-nospam/
Also is there a way to assign a moderator specifically to a single forum and not the entire bbpress forum set so to speak?
Not Yet. It has gained more attention in the last two years.
In reply to: Description under title forumI think this is what you were looking for , both are not in bbPress and may need customization to achieve.
Forum Description above a single forum page that might be what you are looking for and bbp style pack does provide a solution to add this to bbPress.
Topic Description how you may have wanted?? This looks dumb though.
In reply to: Description under title forumHere maybe I got confused or something but here it is.
Default Forum Description I was talking about that should work unless you have some custom theme that removed it.
Topic Description I was talking about that would have to be manually added.
In reply to: Searching for a report pluginThis is a good one
In reply to: Topics isn’t ordering by freshnesstry these troubleshooting steps.
In reply to: Change the default Forums pagepost an image of the line of gibberish.
In reply to: Topics accessible to certain users onlyThis sounds like custom functionality , you may need to hire a developer to create this for you.
In reply to: Forum does not send registration mailI see you are using something different from the default bbPress registration shortcode.
Did your own issue??
In reply to: Edit Page is showing no interactionIn some themes this may be just tossing the bbPress templates in a folder called bbpress in a child theme to fix this.
https://codex.bbpress.org/theme-compatibility/
You might also have to modify the main bbPress template .
In reply to: Integrate PM by defaultThere is BuddyPress that adds this to bbPress right now though.
In reply to: Remove Notify me of follow-up replies…Go to settings > forums
Now disable the Subscriptions feature