Forum Replies Created
-
In reply to: Stop Auto Converting Text Url into Hyperlinked Url
ok, you got me interested enough to look it up.
bbPress now uses its own version of make_clickable, so the two filters are :
add_filter( 'bbp_get_reply_content', 'bbp_make_clickable', 4 ); add_filter( 'bbp_get_topic_content', 'bbp_make_clickable', 4 );
so you need
remove_filter( 'bbp_get_reply_content', 'bbp_make_clickable', 4); remove_filter( 'bbp_get_topic_content', 'bbp_make_clickable', 4);
In reply to: Stop Auto Converting Text Url into Hyperlinked Urltry 10, as it is probably set with the default
In reply to: Wishlist Members Integration TroubleshootingOption 2 would work, ie take the restictions out of wishlist, and let my plugin control access
In reply to: Stop Auto Converting Text Url into Hyperlinked UrlThe remove filter above I mentioned is not working for me, I even tried changing the priority 1 to 255.
The remove must have the same priority – see
https://codex.wordpress.org/Function_Reference/remove_filter
In reply to: Can I use bbpress topic as POST?Not quite sure how this would be achieved.
In essence you either create a post or you create a topic.
A post is displayed using your theme’s layout, a forum topic using bbpress’s templates, so essentially they are incompatible unless you add extensive coding to your theme to recognise and display.
If it is not possible can you tell me how to use default taxonomy (categories) with forum? I want to store some topics in these default WordPress category.
Sorry I don’t understand this question – please explain further
In reply to: Group Forum TabGreat – glad you’re fixed !
I suspect that without extensive time in coding this and your other requests will not be possible.
Hopefully someone else will be happy to spend the time to resolve
In reply to: Group Forum Tabsince you are trying to change a function in buddypress viz ‘bp_setup_nav’ then logically it is buddypress.
Anyway try
//This function changes the text wherever it is quoted function change_translate_text( $translated_text ) { if ( $translated_text == 'Forums' ) { $translated_text = 'Chapters'; } return $translated_text; } add_filter( 'gettext', 'change_translate_text', 20 );
In reply to: Change bbpress root-urlare you talking about a separate subdomain, or just a directory?
tried to create a file, save the file in my pc then upload the file to each of the templates, themes under /themes/optimizePressTheme/ but no luck..
you should only do this once so that you have
wp-content/themes/optimizePressTheme/bbpress.php
In reply to: Edit reply – blank pageHey great – was just about to get into your topic when I noticed that you had replied !
No problem – we all have those moments – increasingly for me !
Do come back if we can help further 🙂
create a directory on your theme called ‘bbpress’
ie wp-content/%your-theme-name%/bbpress
find
wp-content/plugins/bbpress/templates/default/bbpress/loop-single-forum.php
Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
wp-content/%your-theme-name%/bbpress/loop-single-forum.php
bbPress will now use this template instead of the originalThen change line 50 of this file from
<?php bbp_list_forums(); ?>
to
<?php //bbp_list_forums(); ?>
This will, stop it listing sub forums.
Come back if that’s not what you wanted
In reply to: Stop Auto Converting Text Url into Hyperlinked Urlok, you’ll need to specify exactly what you are trying to do – a link to a page means I have to guess which part of that page you are referring to.
Please come back with further details
In reply to: Wishlist Members Integration Troubleshooting@kmal91 – sorry but unless you find someone who has spent time with wishlist, I think you will struggle to get help.
For me to fix I’d need to spend at least 1/2 day installing and understanding wishlist.
But two thoughts
1. As a quick Q – if most/many of your forums are restricted, why do you need a link to the forum archive?
2. If you took bbpress out of wishlist, you could probably achieve the forum restriction using
https://wordpress.org/plugins/bbp-private-groups/
You’d need to set up somne groups to mirror wishlist, but it might be an effective solution.
ok, when I get a moment I’ll take a look
In reply to: Friend/Foe ignore functionsometimes the spam filter gets overkeen !
In reply to: directly land on forum page no indexok,
firstly if you just create a page for your forum and use the shortcode
[bbp-single-forum id=$forum_id] – Display a single forums topics. eg. [bbp-single-forum id=32]
then just that forum will be displayed.
to change the breadcrumb display – see
In reply to: Few words about bbPress from my perspectiveok thanks for that
I’m just a humble bbpress user who’s written some plugins.
I’m working on one now that adds some styling changes (the common ones asked for)
so you don’t want to show sub forums, just the parents and then only show the sub forums when the parent is selected?
Is that right?
In reply to: Few words about bbPress from my perspectiveno problem in your post – and followed it right up until
I am talking about plain old CSS2/CSS3. No database queries, and you “sell” your product/code.
I didn’t understand that part – can you explain further !
In reply to: BBpress, Buddypress and Tapatalktry
https://wordpress.org/plugins/bbp-private-groups/
This should stop bbpress forum entries displaying when they shouldn’t.
In reply to: Separating Forums into GroupsIs there something that I’m missing?
possibly.
but the rest of the codes don’t work.
This again isn’t really helpful. What do you mean by ‘don’t work’ – nothing shows? something shows but it is not what you want? a picture would be useful.
I cannot help unless I get detailed problems 🙂
In reply to: Separating Forums into GroupsYour plugin doesn’t seem to work.
If you want help, please explain further – the above is just not helpful.
In reply to: first postsorry, but I’d need to spend time to fix this.
If you want a paid solution, contact me via my website
In reply to: first postcan only suggest that there is some hidden formatting in that line, try typing it from scratch