Forum Replies Created
-
In reply to: Admin role unable to view topic post
create a bbpress.php from your page.php file or single.php and remove any useless information like comments code.
reply back if you need more help or it doesnt work.
use/look at Robins plugin
In reply to: Starting with bbpressno problem , i forgot to mention that there is also bbPress related tools for repairing in tools>forums too.
if you need any more help finding something or any other question go ahead and ask.
if its finding something reply back here, something else create a new topic.
In reply to: Forum topics not showing up.most likely it could be only the bbPress related plugins, go ahead and deactivate the bbPress plugins first then come back and give me your results.
In reply to: Trying to make my plugin compatiblei did find this topic that might help
Simple Rating plugin for wordpress – get it working for bbpress?
here is an old versions list of filters (its 2.0)
http://etivite.com/api-hooks/bbpress/triggers/apply_filters/
here is a gist that might be helpful (2011)
gist.github.com/farinspace/1372637
you can manually find topic/replies/forums filters in
by going to through the plugin files in
bbpress>includes>
then choose replies/forums/topics
then go into the template file to find all the filters used
In reply to: A Login/Logout link in another menutry using this plugin, use the logout link from this plugin and use a custom login link for the bbPress login shortcode if you want.
In reply to: Can't create topics on frontend sidebbPress uses the WordPress post tables.
but to reset forum go to tools>forums>reset forums
you should see these sub-menu items under tools
Tools
available tools
import
export
forumsIn reply to: Group forumSorry sometimes topics can be lost from our attention sometimes.
the other guy is SPAM
if you want you can create me a dummy account and send the details to my email listed here.
if i cant figure it out , maybe going to the BuddyPress forums would help out to
In reply to: php actions; Authors and Topicsim not sure maybe you could use if bbp_reply_position = 1
using <?php bbp_reply_position ?>
then echo the content out for the topic author only
In reply to: Email notifications not working; looking for helpIt could be a plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
you can also see if your theme is causing the issue but its probably more of a plugin issue..
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
In reply to: New Topic Formthis seems like custom development please post a job at http://jobs.wordpress.net/
In reply to: Remove forum navigation button – Highwind Themecreate a bbpress.php file and put it in your child theme , the default file bbPress is using has some extra code for post navigation that should be for blog posts.
you can also use CSS
#bbpress-forums .navigation-post { display:none; }
In reply to: Participant role can't edit own posts after updateswitch to a default theme like twentytwelve, twentyfifteen had some minor issues before
2012 is so simple thats why we recommend switching to it for troubleshooting.
other than that have you edited the role permissions somehow before??
In reply to: Forum topics not showing up.It could be a plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
you can also see if your theme is causing the issue but its probably more of a plugin issue..
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
if not come back
In reply to: Hover Text Pluginthere probably isnt a plugin like this for bbPress
if the plugin works for custom post types it might work??
you can contact the plugin developer to try to make it work on custom post types like the ones bbPress uses.
other than that i suggest you post a job at http://jobs.wordpress.net/ and see if a developer can custom develop this for you.
In reply to: Enable participants to delete their own posts?this is a pretty common request here
there might be issues where you cant add the permissions to work on only the participants created topics only though.
i suggest searching the forums try finding topics only in the past 1-2 years past that will probably be unusable code.
other than that go to http://jobs.wordpress.net/
In reply to: Submitting post gives error pagethats great that you resolved your issue.
In reply to: Specific Moderator per forum?its slated for a 2.7 release now.
In reply to: less distance – left margin between threaded repliesI think there is a need for a small tutorial on editors, root folders and ftp access for starters, I remember being very intimidated by my root folders at first.
there are so many editors that you can use , basic editing are very close to normal text editors so it shouldnt be a problem.
Root folders WordPress explains here …kind of. going behidn that should be host files that you should never touch unless you are very advanced, and know what you are doing.
codex.wordpress.org/Determining_Plugin_and_Content_Directories
Explaining FTP , idk there are usually tutorials on using FTP on the host providers website, and also searching in google how to set it up and learning is not that hard to do.
https://codex.wordpress.org/FTP_Clients
https://codex.wordpress.org/Using_FileZillaIn reply to: Rev Slider/Image in Forum Headerare you using shortcodes in templates or pages??
In reply to: Hide the profile of a certain membermaybe using conditionals in the user profile templates (copy these to a child theme) would do it.
it might is_single_user() then array the guest accounts user ID to hide the user profile information
In reply to: Display last topic poster namethis is what the freshness column is using
<?php bbp_author_link( array( 'post_id' => bbp_get_topic_last_active_id() ) ); ?>
In reply to: Private forums are not shown to subscribersglad you resolved your issue
In reply to: Page Not Found error after upgrade to 2.5.5glad you found the issue
In reply to: Version: 2.5.5 not working more after the updatesIt could be a plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
you can also see if your theme is causing the issue but its probably more of a plugin issue..
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.