Forum Replies Created
-
In reply to: link goes to wrong page
if you install my plugin bbp style pack it has options to disable or amend the breadcrumb.
once installed and activated go to
dashboard>settings>bbp style pack>breadcrumbs
In reply to: link goes to wrong pagehave you changed it back, as I see the slug as community-forum
In reply to: link goes to wrong pageno problem, happy to try and help !
In reply to: link goes to wrong pageok, appreciate it is frustrating – I am currently fighting another IT corporate system that is annoying the hell out of me !
It is a theme/bbpress issue, so we need to try stuff to work out what works
so can you set up a page called community forum and have it’s permalink end in ‘communityforum’ and into the content of that page put
[bbp-topic-index]
In reply to: link goes to wrong pageok,so you have a page with a permalink of
communityforum
so your forum root slug should also be
communityforum
I don’t understand what you mean by
“without it, it goes back to the post”
what post?
In reply to: link goes to wrong pageno, go to each page/post and under edit you’ll find just under the heading the permalink – I suspect there is one for ‘communityforum’
In reply to: link goes to wrong pageok, go to both posts and pages and check if you have either with the slug ‘communityforum’ then come back
In reply to: link goes to wrong pageok, the breadcrumb is taking you to
https://nolaportegravel.org/community-forum/
whereas you want to go to
I suspect that in
dashboard>settings>forums>forum root slug you have
community-forum
whereas you should have
communityforum
In reply to: link goes to wrong pagethanks for your post, and no need to apologise !
so I’ll apologise instead – sorry I’m not quite clear on what you are pressing and where it goes to that you would like to go somewhere else.can you come back with
on this page (link) I press this and that happens, and I like this to happen
In reply to: Login widget🙂
In reply to: Change default text when not logged ingreat – glad you are fixed !
In reply to: Change default text when not logged inShame that having berated us for not answering sooner, you haven’t acknowledged an answer after 18 hours.
Hope my effort helped, but will never know I s’pose.
In reply to: Login widgetyes bbpress just uses the wp login, so as ling as logged in then it will work.
In reply to: Change default text when not logged inthat text is in
\templates\default\bbpress\form-topic.php
and you’ll probably also want
\templates\default\bbpress\form-reply.php
for replies
you’ll probably want to put revised versions in your child theme
You can copy all the templates across, but you only need to copy those that you want to change, and it is better just to do this, as then you know which you have altered.
so if you wanted to amend form-topic.php you would do the following
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
find
wp-content/plugins/bbpress/templates/default/bbpress/form-topic.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/themes/%your-theme-name%/bbpress/form-topic.php
bbPress will now use this template instead of the original
and you can amend thisIn reply to: Change default text when not logged insorry 8 hours on a Saturday evening is being a bit hopeful !
In reply to: Moderate topicsas far as I know it still works.
In reply to: Moderate topicsIn reply to: Displaying User Location Below Avatarcontact me via my website
In reply to: Displaying User Location Below Avatarno problem !
In reply to: Sending messages to forum group membersWill posting a message in a forum automatically send that message to all current group members of that forum?
Your answer was very unclear about this.I thought it was quite clear 🙂 No,
members need to subscribe to forums to be informed of new topics
Each member needs to actively go to each forum and subscribe to that forum, presuming you have switched subscription on in dashboard>setting>forums>subscriptions
In reply to: Show last 3 recent topicsthe topic link is to a specific topic, not an array, so should be something as simple as
<?php bbp_topic_freshness_link( $post_id) ; ?>
where $post_id is the topic number
In reply to: Displaying User Location Below Avatarjust before we go down that road, is this in user profile or in bbpress profile? the first you get to from dashboard (and is horrible) – the second you get to by clicking any username
In reply to: Sending messages to forum group membersmembers need to subscribe to forums to be informed of new topics, and to subscribe to topics to be informed of new replies.
That way they can decide what level of email they receive
In reply to: Change background color (after 1st forum page)great – glad you’re fixed
In reply to: Displaying User Location Below Avatarare you also using buddypress?