Forum Replies Created
-
In reply to: Unable to see and create topic : front end
that’s a known with that plugin from looking at the support forum
https://wordpress.org/support/plugin/custom-post-type-page-template
Sorry you’ll need to google to find one
In reply to: Are user can create topic in the front en?yes, just create a wordpress page and put one of the following shortcodes in it
[bbp-topic-form] – Display the ‘New Topic’ form where you can choose from a drop down menu the forum that this topic is to be associated with.
[bbp-topic-form forum_id=$forum_id] – Display the ‘New Topic Form’ for a specific forum ID.In reply to: list of topics displyed across all forumsIt is difficult to understand your question – don’t worry it is unlikely that I would understand your native language !!
Can you send me the example via my website
In reply to: Users Answer not in profileNot quite sure why, but the replies class is not showing
Try adding
.forums.bbp-replies { clear: both !important; }to your style.css
that fixed it in my browser
In reply to: Unable to see and create topic : front endok,
It 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.
Then come back
In reply to: Replies not displaying; theme-relatedok, it’s caused by your themes style sheet
line 5600 says
.no-touch .reply { visibility: hidden; }and this is hiding bbpress reply
you could try adding
#bbpress-forums .no-touch .reply { visibility: visible !important; }to your css file
see
In reply to: Unable to see and create topic : front endIn reply to: Forum, Topics, Replies menu items not appearing?if it’s not a plugin issue viz
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.
the it is likely to be a a theme issue
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
In reply to: Stop users from making topicsok, at least we know you’ve got the right file !
Try the following
delete all the content from wp-content/themes/twentyeleven/bbpress/content-single-forum.php
and then paste the following in
<?php /** * Single Forum Content Part * * @package bbPress * @subpackage Theme */ ?> <div id="bbpress-forums"> <?php bbp_breadcrumb(); ?> <?php bbp_forum_subscription_link(); ?> <?php do_action( 'bbp_template_before_single_forum' ); ?> <?php if ( post_password_required() ) : ?> <?php bbp_get_template_part( 'form', 'protected' ); ?> <?php else : ?> <?php bbp_single_forum_description(); ?> <?php if ( bbp_has_forums() ) : ?> <?php bbp_get_template_part( 'loop', 'forums' ); ?> <?php endif; ?> <?php if ( !bbp_is_forum_category() && bbp_has_topics() ) : ?> <?php bbp_get_template_part( 'pagination', 'topics' ); ?> <?php bbp_get_template_part( 'loop', 'topics' ); ?> <?php bbp_get_template_part( 'pagination', 'topics' ); ?> <?php elseif ( !bbp_is_forum_category() ) : ?> <?php bbp_get_template_part( 'feedback', 'no-topics' ); ?> <?php endif; ?> <?php endif; ?> <?php do_action( 'bbp_template_after_single_forum' ); ?> </div>save and then try it.
In reply to: Participants aren't able to edit their own topicsok, but with default theme twenty fifteen, the user set to participant, and just bbpress the edit will show, so something is affecting this.
In reply to: Stop users from making topicsjust edited the above !
Forgot the theme directory in the first post !
and have just edited earlier post to correct for future 🙂
In reply to: Stop users from making topicsno problem, I remember my first time playing with FTP, which was only two years ago !
Great that you making progress !
the directory should be
wp-content/themes/twentyeleven/bbpress
In reply to: Adding Custom View Shortcodehmm, can’t see an easy way to do this (or any way in fact without spending hours which I don’t have) – suggest you carry on playing or decide that it’s not critical 🙂 🙂
In reply to: Adding Custom View Shortcodesorry just reread your post and you want the latest reply !
I’ll come back !
In reply to: Adding Custom View Shortcodesee
https://codex.wordpress.org/Class_Reference/WP_Query
and look at the heading
Order & Orderby Parameters
my guess would be
‘orderby’ => array( ‘meta_value_num’ => ‘DESC’, ‘date’ => ‘desc’ ),
`
the date is the date of the post ie topic
In reply to: Import ForumsThere are companies who do this for a fee for instance
(I have no connection nor have I used these people !!)
In reply to: Import Forumsok, you probably need to contact your host provider to get the correct database name as it tells you that ‘mydatabasename.wpforum_forums’ doesn’t exist.
In reply to: Need private areas, encryption and some other stuffwordpress and encryption – there are plugins such as discussed here
https://geek.hellyer.kiwi/plugins/end-to-end-encryption/
but either solution will be time consuming – good luck !
In reply to: Import Forumsok, suggest you quit that and do
dashboard>tools>forums>reset forums
and then try the conversion again.
In reply to: CSS PluginHey thanks for responding – I’m a testing team of 1, so knew there would be bits that weren’t right or missing.
yes can you send me screenshots, that would be very kind.
In reply to: Stop users from making topicsok, no problem, I can’t judge how technical people are 🙂
You can do this in your main theme, but you would do better to create a child theme
Don’t be intimidated, the following should explain
when you get to
What is FTP and how do I access it?
To access your files, you’ll need an FTP client. Some host providers do with within their administration area, check with your host provider if in doubt
I’m pretty sure form memory that hostgator has an area that does that called c-panel, but check with them if in doubt
you would do that through forums and sub forums rather than topics
In reply to: Participants aren't able to edit their own topicscan you try disabling that and seeing if the edit comes back
In reply to: BBPressthat is a theme issue, suggest you refer to your theme provider
In reply to: BBPresstry