• Resolved William

    (@englishanywhere)


    I have two websites with BuddyPress and BuddyPress Groups installed on both.
    One installation works as expected with the Forum menu appearing before “Group Activities” on the page: https://english-anywhere.com/groups/getting-started/

    The page source is :
    <nav class=”main-navs no-ajax bp-navs single-screen-navs horizontal groups-nav” id=”object-nav” role=”navigation” aria-label=”Group menu”>

      <li id=”home-groups-li” class=”bp-groups-tab current selected”>

      Home

      <li id=”nav-forum-groups-li” class=”bp-groups-tab”>

      Forum

      <li id=”nav-docs-groups-li” class=”bp-groups-tab”>

      Docs

      <li id=”members-groups-li” class=”bp-groups-tab”>

      Members
      <span class=”count”>3</span>

    </nav>

    The website which does not show the forum menu is https://english-alps.com/groups/whats-new-group/

    The settings in Groups and Forums is the same for both websites.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter William

    (@englishanywhere)

    This was fixed by pressing Save Changes under Settings->Permalinks.
    The Forum menu appears again.

    There is another issue of Page not found which appears on this website https://english-alps.com/groups/whats-new-group/ for the Groups and Forums which does not appear on the other websites.

    It only appears on the Group and Forum pages. The page source shows:

    <!DOCTYPE html>
    <html class="html" lang="en-US">
    <head>
    <title>Page not found | English-Alps.com</title>

    Any suggestions?

    Since it only happens for the Groups and Forum pages, it should not be the nginx conf files should it ?
    Here are the location entries for /etc/nginx/sites-available/english-alps.com.conf

    location / {
                    try_files $uri $uri/ /index.php?$args;
    		#include /etc/nginx/naxsi.rules;
    		#include /etc/nginx/wordpress.rules;
            }
    	location ~ \.php$ {
    		try_files $uri =404;
    		fastcgi_pass unix:/var/php-nginx/155737877520275.sock/socket;
    	}
        
        location /roundcube{
            try_files $uri $uri/ /index.php?q=$uri&$args;
        }
    Thread Starter William

    (@englishanywhere)

    This issue was caused by an seo plugin which was optimizing the Titles. It was fixed by selecting SEO Metas and turning off Optimize the Titles.

    Plugin Author Nahid Ferdous Mohit

    (@nfmohit)

    Hi @englishanywhere !
    I hope you are having a great day!

    Thank you for your query.

    I’m glad that you were able to solve the problem and I appreciate you sharing the solution with us here.

    I’ll look further into this problem during the next update and see if there is a way to address this conflict from our end.

    Please let me know if you need any further assistance regarding this. Thank you.

    Kind regards,
    Nahid

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘missing forum menu in buddypress’ is closed to new replies.