How to activate /v5/core/activity.php ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sergiomc
    Senior Member
    • Jan 2013
    • 251

    How to activate /v5/core/activity.php ?

    How to activate /v5/core/activity.php ?

    Error:
    Invalid Page URL. If this is an error and the page should exist, please contact the system administrator and tell them how you got this message.

    Look: http://take.ms/OFeJF
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73976

    #2
    That file is deprecated. You should use the Activity Stream Module in SiteBuilder to replace its functionality. Most pages that are appropriate include the activity stream already.

    As a general rule, you shouldn't call any file in the /core/ directory directly.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • Mark.B
      vBulletin Support
      • Feb 2004
      • 24286
      • 6.0.X

      #3
      I got round this by creating a custom page called "activity" and adding JUST a Latest Activity module. (Actually I did put an online users module on the right to give it some balance but that's optional).

      The end result has both a "clean" URL and a clean appearance:
      MARK.B
      vBulletin Support
      ------------
      My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
      My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

      Comment

      • sergiomc
        Senior Member
        • Jan 2013
        • 251

        #4
        Ok, thank you both, but I have a problem when I enter to http://www.gamezgroups.com get redirected to http://www.gamezgroups.com/v5/core/activity.php

        i try redirect http://www.gamezgroups.com/v5/core/activity.php to http://www.gamezgroups.com/v5/ from cpanel but no work

        Comment

        • Mark.B
          vBulletin Support
          • Feb 2004
          • 24286
          • 6.0.X

          #5
          You have some sort of redirect, redirecting your root domain to the old vB4 activity stream. Check your htaccess file, if this redirect does not show in cpanel.
          MARK.B
          vBulletin Support
          ------------
          My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
          My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

          Comment

          • sergiomc
            Senior Member
            • Jan 2013
            • 251

            #6
            No, i no have none redirect in cpanel or htaccess, i no understand

            I need to solve this problem, my boss wants to return the forum to the previous version and I do not want to do that, i want to use vbulletin 5

            Maybe this can be deactivated from the admin panel forum?

            In htacces i put this to end and no work:
            RewriteCond %{HTTP_HOST} ^gamezgroups.com$ [OR]
            RewriteCond %{HTTP_HOST} ^www.gamezgroups.com$
            RewriteRule (.*)$ http://www.gamezgroups.com/v5/$1 [R=301,L]

            Get this problem> This webpage has a redirect loop
            Last edited by sergiomc; Sat 1 Jun '13, 1:35pm.

            Comment

            • sergiomc
              Senior Member
              • Jan 2013
              • 251

              #7
              Solved

              I create a file name activity.php in v5/core and then put this code in file:

              <?php
              header("Location: http://www.gamezgroups.com/v5");
              exit();
              ?>

              Thank to both

              Comment

              Related Topics

              Collapse

              Working...