Forum Replies Created
-
In reply to: Is Dropbox forums on bbPress?
it used to be, doesn’t look like it now !
In reply to: shortcodeno idea what your question had to do with twentysixteen, so split it into a new subject
In reply to: Odd user errorhave you tried logging in as him to see if you get the problem? That would eliminate lots of bits
In reply to: Registration Copy and Attachmentssince that one is in the buddypress plugin, try there support forum 🙂
In reply to: Make people want to join my forum!@arutam
thanks for posting that -looks like a good solution ! 🙂In reply to: Make people want to join my forum!I know of nothing that will do this at present.
bbpress has many ways in, but if you are not trying to hide content if the user is a bit savvy, then you could amend loop-single-reply.php to take out the content if not logged in
But to make it robust would be quite difficult
great – glad you are fixed
In reply to: Registration Copy and Attachmentsnot sure you are asking in the right place.
I suspect you are using an additional plugin to allow uploads of documents/images – possibly GD bbPress Attachments
bbpress does not allow this on its own
In reply to: Sorting Forumsforums are ordered by setting their order in
dashboard>forums>all forums>select the forum and on the right hand side you’ll find ‘forum attributes’ and in their ‘order’
In reply to: Duplicate forums and subforumsok, thanks, I’ll ignore this one, and see if I can help further on the other one
ok, so just clarify, are you now fixed, or is the root still going to the wrong place?
In reply to: Duplicate forums and subforumsThank you for apologising. Bbpress like all free open source software is written for free by people who like coding. People who like coding don’t always tend to be those who like doing support, so like much free software, they rely on community people to help in supporting. I hope that you will also feel that if you are helped in a support forum, you look to help someone else, as that is the only way that a ‘community’ can exist. If you simply just ask a question, get a response and then go away, it is hardly surprising that there is no-one helping.
Your question would require lots of time to understand and code, so I suspect that it will not get answered. You quickest may well be to duplicate using that code and then delete those not wanted.
In reply to: Duplicate forums and subforumsthe community and the help that bbpress provides s**ks completely
well then you’d better sort it on your own – helpers here do this for free, and we’re not here to be insulted. Good luck
In reply to: My Topics arent working!looks like something is erroring
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 twentyfifteen, and see if this fixes.
Then come back
In reply to: Mobile views single topichmm, not suer why your bbpress.css file is in wp-content/plugins/templates rather than wp-content/plugins/bbpress/templates – have you altered this?
In essence you want to set
.bbp-reply-author width :100% ;
.bbp-reply-content margin : 0px;This will force the content to the next line, and move it to the start of that line.
I’d also add
#bbpress-forums div.bbp-reply-author img.avatar {
position: relative;
}so you’d end up with (untested)
@media only screen and (max-width: 480px) { .bbp-reply-author { width :100% ; } .bbp-reply-content { margin : 0px; } #bbpress-forums div.bbp-reply-author img.avatar { position: relative; } }
In reply to: No bbp-themes folderthe instructions are quite dated.
the recent version is here
bbpress no longer has theme’s – it uses your wordpress theme
In reply to: Removing date stampso are you fixed ?
Start with
1. You should be aware that many spam filters strip messages that do not come from the correct address. So if your site is mysite.com and your email address in wordpress settings/general is
fred@gmail.com
then it is likely that messages will be dumped in transit. You need to set up email to come from your site egfred@mysite.com
, your hosting provider can help if needed.
2. Just bbpress?
Then you need to see if this is wordpress wide or just bbpress.
Try https://wordpress.org/plugins/check-email/
3. Some people have fixed it with this plugin https://wordpress.org/plugins/asyncronous-bbpress-subscriptions/In reply to: Help with Email Repliesemails should come from noreply@etc. so if your users are replying to this, then not a lot you can do about it, apart from getting better users 🙂
In reply to: trying to create bbpress themeIn reply to: Error importing Vanilla forum databasegreat – glad you are fixed !!
In reply to: Error importing Vanilla forum databaseso table prefix needs to be set to ‘GDN_’ – what have you got it set to?
In reply to: Importing: Date Format and mapping helpok, bbpress expects the format yyyy-mm-dd hh:mm:ss
When I did a custom conversion, I found it much easier to convert the source to the correct format and then import, rather than try and do it on the fly.
so if you create a new field in your original tables, then you can put the required format in there.
In reply to: Pagination Broken Links 404brilliant – thanks so much for posting the solution, and yes it looks like if you partner with a page and have multiple shortcodes then you may need to choose what the forum root should show.
In reply to: Mobile views single topiccan you post a link to this site and above example