Search Results for '"wordpress"'
-
Search Results
-
Topic: page can’t be found
I need a forum. Two days ago, I installed wordpress 4.9.10, ok. Then installed bbPress, ok. Then installed GD bbPress Attachments, ok. Everything went so easy.
Today I installed 5.1.1, ok. But bbPress not working. I created a “category”, a “forum”, a “topic”, all returns “Oops! That page can’t be found.”
1 Install wordpress: database name, username, password…
2 admin / Plubins / Add New: (1)find bbPress, (2)install it, (3)activate
Nothing else has beed done.Why 4.9.10 works, but 5.1.1 not?
Topic: Subdomains to share bbPress?
WordPress 5.1.1 running Twenty Seventeen theme.
BuddyPress Version 4.2.0
https://discovered.club – The Main Club
f1-club.discovered.club – Just the F1 Club
social-club.discovered.club – Just the Social ClubHi all. I’m getting adventurous here!
I have three WP sites running on a domain and two sub-domains. Instead of running three separate bbPress installations, I want to use an installation with Membership 2 running on it for the main site but have two groups set up, one for F1 and one for Social Club.I want however, to display the widget in the side-bar with Groups and Members on all three sites running from the main site? Possible?
Ps. I had a multisite installation before but scrapped it as it was a disaster! Don’t want to go back there if I can help it…
Thanks in advance
GerardHi all,
I hope this is the right place to put this but I need some help. A quick backstory I’m working for a startup and before I joined someone made the site for them on WordPress. He left however and I’ve taken over the general running of the site, I have a decent understanding of WordPress because I have messed around with it before but this is the biggest project I’ve been apart of.
On to the problem they want to add a news section with news from the industry (blockchain). So I’m trying to research how to get that done and most of the plugins I’ve found keep talking about entering a snippet of code into your site to do X or Y. The problem is that the person before me built the site using some plugin I have never seen before.
Any help would be greatly appreciated.
Hello,
I have my WordPress site set to my timezone, but the times shown in the Dashboard Box “Latest Forum Topics and Replies” shows posts with times from a different timezone.
ie I just posted something and looked at the dashboard box and it says “posted 9 hours ago”… (btw my timezone is UTC+9, so it seems the dashboard box is assuming UTC…
By the way, on the forum itself it shows the correct time of posting. So, it only seems to be the dashboard box.
Wordpress version:5.1.1
bbPress version: 2.5.14Question #1:
Here’s the page I’m looking at: http://www.toledonaturalist.org/forums/
I cannot figure out how to center the forum information on the page. I created this “forums” page and simply pasted in this shortcode: [bbp-forum-index]
At first I thought there was an invisible sidebar. Nope, it does not appear that there are any active sidebars. Perhaps I could fiddle around with the template? Nope, doesn’t seem to impact anything. I could try centering the shortcode with CSS? Nope, this didn’t work either, although I don’t know much about CSS, so I easily could have just typed it in wrong.
The weird thing is that all of the children pages are centered. It’s just this page that is having issues.
Question #2)
Here is the page I am looking at:
http://www.toledonaturalist.org/login/?redirect_to=http%3A%2F%2Fwww.toledonaturalist.org%2FThis is so bizarre! The login works great, but I don’t even have a login page on my list of “pages.” I want to change the header image and the redirection after login, but I have no idea where bbpress is getting this page. Without knowing where it is, I cannot reset the redirection after login (I want it to go to the very first link in this post) or change the header image.
Let me know what you think!
I’m having a weird “bug” or just unwanted result from something that usually works perfectly.
(0,0) removed via usual method:
function remove_counts() { $args['show_topic_count'] = false; $args['show_reply_count'] = false; $args['count_sep'] = ''; return $args; } add_filter('bbp_before_list_forums_parse_args', 'remove_counts' );
Unfortunately this time it is leaving me with the commas still intact despite the separator being target to be removed (I’m not comfortable with coding like most of you guys but years in WordPress you have to pick up a few things).
Probably easier if you take a look at this point it’s : MCR Biker Community Forum
I am using a plugin called Youzer to style the forum if that has any effect. Switching themes doesn’t fix.
Any suggestions?
Hi everybody,
I’m actually developing a Forum for a WordPress site.
My Home is composed by 3 sections. Each section is a Forum who list child forum (I’m ok with that it’s already ok). But the last section need to be a Forum who list topics of this Forum.
But when I try to use <?php echo do_shortcode( ‘[bbp-single-forum id=123]‘ ); ?> it’s a mess.
my content-archive-forum.php looks like:
<div id="bbpress-forums"> <div class="bbpress-header"> <div class="bbpress-header__image"> <img src="image.png" alt="Illustration sabre - Forum"> </div> <div class="bbpress-header__headline"><h1>Welcome</h1></div> <div class="bbpress-header__lead-paragraphe"> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. <span>Donec vel auctor diam.</span> Nulla odio diam, maximus ut libero ut, <span>pharetra ullamcorper</span> orci. Sed magna nisl, pellentesque at ligula nec, condimentum viverra. Petit texte d’intro sur le forum (juste une idée)? </p> </div> </div> <?php bbp_get_template_part('user', 'bar'); ?> <?php bbp_breadcrumb(); ?> <?php bbp_forum_subscription_link(); ?> <?php do_action( 'bbp_template_before_forums_index' ); ?> <?php if ( bbp_has_forums() ) : ?> <?php bbp_get_template_part( 'loop','forums'); ?> <?php else : ?> <?php bbp_get_template_part( 'feedback', 'no-forums' ); ?> <?php endif; ?> <?php do_action( 'bbp_template_after_forums_index' ); ?> </div>
How I can just add a section who display juste the list of the topic for a specific forum ?
Best regards ! 🙂