Forum Replies Created
-
In reply to: Change default text when not logged in
Shame 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?
In reply to: widget of recent topicsgreat – glad you’re fixed !
In reply to: widget of recent topicspresume you’ve tried it ?
If it doesn’t work, then the latest activity widget in my style pack plugin does exactly that
In reply to: Can’t change background color of forumif your theme has a css area, put this in it
#main-content { background-color: #000; }
In reply to: Show last 3 recent topicsthee problem is that the code would take me time to work out, and I just don’t have any time free at the moment.
In reply to: Change site name in breadcrumbsgreat – glad you’re fixed, and yes thanks for posting the solution to help others
In reply to: Show last 3 recent topicsif you are happy with code, download my style pack plugin
if you look in includes/shortcodes
you’ll find a shortcode for bsp_display_topic_index
around line 40 you’ll find the output that you could modify and then style.
In reply to: Changing forum root path ?great – glad you’re fixed !
In reply to: Changing forum root path ?dashboard>settings>forums and change the slug
In reply to: Category forumsdashboard>forums<edit a forum and on the right hand side you’ll see the ability to create as a forum or a category
In reply to: Displaying User Location Below Avatarsorry for delay is response.
I don’t know of anything that will find your location
In reply to: Forum issues. Wishlist protection?Great – glad you are fixed at last !