Forum Replies Created
-
In reply to: Downgrading forum?
not having been through all the changes in 2.6.x wouldn’t like to say on backward compatibility with 2.5.x, I do know the way it hadles subscriptions is different.
However 2.6 is quite stable, and now going through final release procedure, so I would be tempted to migrate and then stay with that – I suspect any final tweaks are just that.
Many have been using 2.6 for months now, and I’ve seen no adverse reports
In reply to: Roles and limitsunfortunately I’m fully tied up at the moment
In reply to: Forum Freshnesssorry, I’m buried in paid work at the moment – I’d love to find some time to work on this, but none available!
In reply to: Remove InfosGreat – glad you’re fixed
In reply to: Remove Infosdashboard>settings>bbp style pack>topic/reply styling>12
dashboard>settings>bbp style pack>topic/reply form>7&8
In reply to: Need Help Reinstallingif you reset the forums, then this should remove all the data, so at a loss to explain why you still have some !
In reply to: User to User mail possible?private messaging system. users ‘mailing’ each other.
In reply to: reply to forum from emailno plugin that I know of – sorry
In reply to: User to User mail possible?buddypress allows a pm system between users
In reply to: whitelist a forummembertry
In Settings > Discussion
Uncheck An administrator must always approve the comment
Check Comment author must have a previously approved comment
This way comments from people (identified by combination of name, email and site) who have previously approved comments will not require moderation. Rest of comments will.
In reply to: Remove Website and Mail for guest postingyou don’t seem to grasp the concept of open software – this is software written for free and supported for free by people who get nothing from this.
You must accept that that not every question will get an answer.
hmm….lots in there, I presume the post here is related to need private group forums.
my private groups plugin could help with that, but you may need some bespoke integration for learndash.
anyway have a look at the plugin and come back if needed.
In reply to: New topics not appearing – solvedthink you just got lucky, this should not affect, but thanks for sharing
In reply to: Registered Users anonymous posting abilityif you succeed (or get close) let me know. I haven’t the time to start from scratch, but if you need some odd bits, come back
In reply to: Confused – Am I missing something?great – glad you are fixed
In reply to: Need Help Reinstallingtry
dashboard>tools>repair forums
In reply to: Registered Users anonymous posting abilitysuggest you set up a user called say ‘anon’ and let users know the password. That way they can log onto the site with that name and be anon
In reply to: Need Help Reinstallingdashboard>tools>forums>reset forums
In reply to: Small ticks all overgreat – glad you are fixed
In reply to: Small ticks all overok you have css that does
.inner-page-content article.article-content ul li::before { content: "\f046"; font-family: FontAwesome; color: #b6d91a; position: absolute; left: 0; }
so if your theme has a custom css area, suggest you add the following
.inner-page-content article.article-content ul li::before { content: none !important; }
In reply to: Small ticks all overI’d need a link to a live site, but doesn’t look like native bbpress.
In reply to: Confused – Am I missing something?if you are savvy at working puzzles, then building a version of my template using your theme authors css classes should be quite doable.
If you care to send me the loop-forums.php from the theme I might be able to give you some clues, but I don’t have time to work a solution out in free time.
In reply to: Confused – Am I missing something?As far as I can see your theme author has rewritten some (maybe all) of the theme templates, renaming all the bbpress css codes, to harmonise in with the theme, which effectively neuters my plugin.
It would take considerable effort to change all that to make the two work.
I think that is as far as I can help.
In reply to: Confused – Am I missing something?sorry, Sunday evening and trying to finish the weekend – yes you want to rename loop-forums.php
then my alternate template should kick in
In reply to: Confused – Am I missing something?looks like all of them !!
since the theme then renames all the style classes, then pretty much all the styling in my plugin won’t work, although the functionality changes still should.
But as a starter rename
content-archive-forum.php to
old-content-archive-forum.php
and hopefullt my alternate template will work, and then you can style that one