Staff Directory: Page Not Found

Home Forums GovIntranetters Staff Directory: Page Not Found

Viewing 2 reply threads
  • Author
    Posts
    • #1905
      Ericoid
      Participant

      Hi !

      Think I found why : with bbpress, user profil link is like url/forums/staff/name_of_the_personne, but links you have are made like this url/staff/name_of_the_personne. That’s why you can’t succeed in your access.
      I began change page-staff-directory-masonry.php, line 175 and 239, but there’re other files to change..

      • #1906
        kbeaulieu
        Participant

        Ahh! Thanks Ericoid. I typed in /forums/staff/name_of_person and their member profile came up.

    • #1907
      Ericoid
      Participant

      I made changes in those files to go every where in good user profil
      page-staff-directory-masonry.php, line 175 and 239
      page-aggregator/part-team-listing.php, lines 19, 33, 82, 96
      single-team.php lines 109, 124, 150, 211, 227, 253
      user-profile.php lines 125, 153, 158

    • #1912
      kbeaulieu
      Participant

      Thanks! Another alternative I figured was just adding some rewrite’s to the htaccess file (of course, this isn’t the preferable method, but it was easier just doing this):

      RewriteRule ^staff/(.*)$ /forums/staff/$1 [R=301,NC,L]

Viewing 2 reply threads
  • You must be logged in to reply to this topic.