Forum Replies Created
-
In reply to: Style pack doesn’t work
great – glad you are fixed
In reply to: Generate Password Issue WP 5.6maybe you need to clear your browsercache?
In reply to: Generate Password Issue WP 5.6just tried it – generate, show, hide and cancel all work as expected
In reply to: Generate Password Issue WP 5.6ok, i registered, but now how do I get to the forums and my profile?
In reply to: Generate Password Issue WP 5.6so when is this shown, do you have a link to an example
In reply to: Generate Password Issue WP 5.6link to an example on your site please
In reply to: Stop re-direct after failed logingreat – glad you are fixed
In reply to: Stop re-direct after failed loginIn reply to: Style pack doesn’t worklooking at the site, the style sheet is being loaded, but for instance the browser says it cannot load the image
#bbpress-forums ul.even {
background-image: url(“/wp-content/uploads/2020/12/Hintergrund.jpg”);
}It nay be that you need to enter the full url, as you have a /site/ additional directory in there
it is by re-writing the plugin 🙂 The plugin decides where to store stuff.
where stuff is stored is plugin specific – the plugin author decides – so you need to raise a ticket in the upload for bbpress support forum
In reply to: Style pack doesn’t worklink to your site please
bbpress doesn’t have ‘BB-users images’ it uses the standard avatars – are you using another plugin to achieve this ?
In reply to: change forum post authorok, without admin access, I cannot see that link.
In reply to: Change layout🙂
In reply to: change forum post authordashboard>topics or dashboard>replies
and edit the topic or reply you want to change
right hand side > Author Information and ‘to amend author – type ID,or start to type username or email’
In reply to: Order, sequencein your picture
ubergeord and Reihenfolg and the right hand side
great – glad you are fixed 🙂
This is the bit which displays topics and replies in loop_single_reply
<?php do_action( 'bbp_theme_before_reply_content' ); ?> <?php bbp_reply_content(); ?> <?php do_action( 'bbp_theme_after_reply_content' ); ?>
you can hook to either of the action hooks here, or a filter in bbp_get_reply content which is called by bbp_reply_content which is in \includes\replies\template.php line 576 and ends with a filter
return apply_filters( 'bbp_get_reply_content', $content, $reply_id );
In reply to: Change layoutDepending on what your question means
In reply to: Order, sequencedashboard>forums>all forums>edit forum>forum attributes on right hand side, and set forum parent and forum order
In reply to: Development bbpressbbpress is designed to be light weight – indeed the authors say
We’re keeping things as small and light as possible while still allowing for great add-on features through WordPress’s extensive plugin system.
That is their choice
you can through additional plugins do all the above
In reply to: No change data on archive page after topic movegreat – glad you are fixed
In reply to: apply js file only to the bbp forumis_bbpress()
In reply to: links are all broken to forumsok,suggest you talk to your host provider next to see if they can help