Forum Replies Created
-
In reply to: Disabling the option number of votes in the forum
Most people do not want to use it, why impose it.
not sure on what basis you form that opinion, and you can always amend the templates, which is what they are there for
In reply to: Login page table error after plugin updateI’ve released 4.3.3 which amends the options for 2.6 users.
In reply to: 2.6 doesn’t recognise existing WP forum rolesgreat – glad you are fixed !!
In reply to: 2.6 doesn’t recognise existing WP forum rolesyes putting it after that should be fine.
Just keep a version of the file before the change just in case it errors then you can quickly revert back and report back here !!
In reply to: Login page table error after plugin updateok, I think I’ve got it – yes it is my style pack plugin that adds the table – some code I wrote quite a while ago. It works fine on 2.5.14 as that does the display differently.
I’ll need to re-write a part for 2.6.
In the meantime if you uncheck the registration and logins for
dashboard>settings>bbp style pack>Topic/Rely Styling
and
dashboard>settings>bbp style pack>Topic/Reply Displaythen apart from registration, these should now be ok.
I’ll come back when I have fixed that part
In reply to: Target per-forum moderatorsgreat – glad you are fixed !!
In reply to: Login page table error after plugin updateahh, so you have items 21 and 22 activated – yes ?
In reply to: Target per-forum moderatorsthere is a function
bbp_is_user_forum_moderator
so a stament like
if (bbp_is_user_forum_moderator()) { //do something }
or if you need to pass user_id or forum_id
if (bbp_is_user_forum_moderator( $user_id, $forum_id)) { //do something }
In reply to: Can not type into Reply box for some usersok, thanks for letting us know. It may have been a browser not refreshing correctly, but then again it is a computer, so could have been anything 🙂
@cassel – on your site I can see forums, topic lists and topics – you night need to refresh your browser.
If you still think there is an issue, please come back
In reply to: 2.6 doesn’t recognise existing WP forum rolesyes, that looks like it, and yes it should not be in that part as it gets overwritten. Good that you had a copy !
so from
function add_new_roles( $bbp_roles )
to the end and put this in the functions file of your child theme
In reply to: Can not type into Reply box for some userssuggest you create a test ‘user’ and see if you can reply.
If not, then let us know exactly what ‘not able to post replies to posts in the forums’ means
eg can you create topics? – can you access the reply form? – can you press submit ? do you get an error? etc.
ok, is your forums page using the shortcode ?
In reply to: Login page table error after plugin updatethe bit you have altered is in my style pack plugin :
dashboard>settings>bbp style pack>topic/reply display>item 20.
However as bbpress now wraps this part in a
<ul>
you can’t use a<table>
in that part.However the new template gives you the login part below it which the old did not, so it gets you most of the way there.
Alternatively you could amend the template which is
templates/default/bbpress/form-topic.php if you know how to FTP files
In reply to: Login page table error after plugin updateok, I’ve taken a look
2.5 just has this section in a
<div>
; , 2.6 puts it into a<ul>
and you can’t have a table within a<ul>
, hence why it is no longer working.I’ll look at where this is coded
In reply to: How to hide the forum and its posts from visitorsgreat
In reply to: Login page table error after plugin update@thefightingperfectionist – the default message is just ‘you must be logged in to reply to this topic.’ can you say how you have extended this message to include your site details
In reply to: Login page table error after plugin update@johnjamesjacoby keep smiling – great that 2.6 is out, and was always going to throw up some issues.
In reply to: Login page table error after plugin updateyes I saw that – it is a link to the actual site so that I can examine what is being sent to the browser
In reply to: Login page table error after plugin updateneed a link to a live example to be able to look further
In reply to: Call to undefined function bbp_get_version()great – thanks for letting us know
ok, there is an issue with threads in some cases, and 2.6.1 is due to be released today – I suspect that may fix you
I suspect update of bbpress to 2.6 may be the issue – have you updated bbpress as well ?
In reply to: Installing a forum wp 5.3