Forum Replies Created
-
In reply to: Hide text from users
see if its a plugin issue
Deactivate all but bbpress and the plugin and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
it might be a minify plugin if you have one, other than that i dont know wheat else could cause the issue.
In reply to: BBPress is very slow on my 750k post siteim not a developer of bbPress so i cant give you some technical details, all i can say is maybe its some damn good hosting that focus on speed.
In reply to: Reply Form within popupwhen i said the reply form shortcode because i placed it into my sidebar and inputted a reply next to a topic and it worked fine.
you might need to find a lightbox/popup plugin to enable popup on a class of a link and just place the link above the topic.
when user hits link , popup opens shows reply shortcode then its added to the topic.
but like i said this is some custom development.
In reply to: Edit the bbPress login widgetsorry i almost forgot about this topic
i dont know why it would have issues with firefox/ie its some basic CSS that should work on all platforms.
maybe your theme doesnt have normalizer CSS?? thats all i can think of.
In reply to: Please add forum to WP mobile appi suggest you talk to the developers of the wp mobile app at their forums.
i dont know what you could possibly add though to it though.
In reply to: Can’t add additional tags to postwhy couldn’t you create a new admin account (with new username) for yourself then transfer your information to that user, then delete the old account.
In reply to: Reply cannot be emptyIt could be a theme or 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.
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: No Search box?you do have settings>forums Allow forum wide search enabled and no CSS hiding the search form
maybe using a customized wordpress theme could remove the search bar too.
In reply to: sidebar widget "forum List" not showing upcan you see the forum list widget on any page if you deactivate bbPress WP Tweaks??
glad you solved your own issue.
In reply to: Limit tags to a pre-defined list?it probably wouldnt work now since that was for the standalone version of bbpress
In reply to: installation langaugei just tested it out and it seems to work fine.
you can find the files to install for wp-content/languages/bbPress here
http://danieljuhl.dk/wordpress/oversaettelse/
more information specifically for your language
https://codex.bbpress.org/bbpress-in-your-language/danish-dansk-da_dk/
i suggest going to http://jobs.wordpress.net/ post a job , and then a developer can custom develop this for you.
In reply to: bbPress and searchi suggest you go to http://jobs.wordpress.net/ poast a job and let a developer create this for you.
In reply to: Recent Topics Parent ID with child forumsi suggest going to http://jobs.wordpress.net/ and post a job and see if a developer can do this for you
In reply to: Custom CSS – new answer-topicyou can see if any of the unread posts plugin add a body class to the replies to use.
other than that i suggest maybe https://wordpress.org/plugins/bbpress-new-topics/
In reply to: Error when user post in a Forumi dont know any plugin that can handle notifications very well , all i know is the default bbpress notifications and they seem to be having issues for users lately.
as for changing the default email address see if this works
use this for custom email address
add_filter( 'wp_mail_from', function( $email ) { return 'webmaster@mydomainname.com'; });
use this for custom from name
add_filter( 'wp_mail_from_name', function( $name ) { return 'WordPress Email System'; });
this is the forum archive that you were trying to link to in the menu right??
http://sirenspaddlingclub.org/wp/sirens-bb/
or were you trying to link to a specific forum
In reply to: bbpress login widget with captcha – adjust layoutyou should of added the changes to a child theme.
follow this so the next update you wont lose anything
In reply to: How to modify css in BBPress in generalmake sure you are NOT just placing the new CSS at the bottom of the file , because the media queries will make it show for certain browser widths.
place any custom CSS before this note in the bbpress.css file
/*-------------------------------------------------------------- Media Queries --------------------------------------------------------------*/ /* =Standard Mobile Landscape -------------------------------------------------------------- */
and any media querie specific size you want to have custom CSS please put custom CSS to the ones in the file.
^^i know it has to be that for sure.
what importer did you use , the one listed in tools>forums Import??
because i see the bbPress one doesnt have much information in the codex and it is still in beta testing.
this could work or not , im only guessing to try to help
what you could try is go to tools>forums Repair forums and check
Remap existing users to default forum roles
and see if that fixes it.
there is also a ticket on the importer for SMF
In reply to: Better WYSIWYG text editor?did some research and this is normal
i suggest pasting any content from another website that might contain html formatting into the html area, or retype everything.
and dont copy/paste from sites into the visual editor.
In reply to: Keep users from /wp-adminwell thanks for finding the code , im sure this will help alot of users who run into the same issue.
In reply to: bbpress login widget with captcha – adjust layoutthis will help put less of a margin after the captcha, if it doesnt work add !important at the end of the 0
.cptch_block { direction: ltr; margin-bottom: 0; }
this is for space above the register link
a.bbp-register-link { margin-top:15px; }
and im not sure how this is going to do with the checkbox but try it.
.bbp-login-form label[for=rememberme] { width: auto; display: inline-block; }
In reply to: List latest post for every forum on forum index pagedownload and place this file in a folder called bbpress in your child theme
https://github.com/robkk/bbPress-Hierarchical-Forum-and-Category-Layout
you can also download https://wordpress.org/plugins/bbp-style-pack/ and use his file too.