Problem with PM reply and forward

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • texasasl
    Member
    • Mar 2005
    • 42
    • 3.6.x

    Problem with PM reply and forward

    After upgrading to 3.6.3 the following errors discovered in the PM section:

    1) The user details dissapeared (that means name-avatar e.t.c are not displayed)

    2) There is no ability for reply in the message and additionally the forward ability has dissapeared. That means neither the icons of reply and forward are displayed nor anywhere else is there this ability.

    3) Even the thanks post appears to be active is not displayed.

    All previous settings in the admin panel concerning the relative Vbulletin are intact as were previously (I mean in 3.5.4 where they upgraded from).
    It seems that post_bit and post_bit_legacy templates behavior is quite strange.
    I will be appreciated if somebody can give me some guidelines how to resolve this problem.
    Thank you.
    Last edited by texasasl; Tue 14 Nov '06, 8:10am.
  • Marco van Herwaarden
    Senior Member
    • Nov 2004
    • 6999
    • 3.8.x

    #2
    To troubleshoot this, please create a new Style with no Parent set. Now browse the forum using this new style, do you still have the same problems?
    Want to take your board beyond the standard vBulletin features?
    Visit the official Member to Member support site for vBulletin Modifications: www.vbulletin.org

    Comment

    • texasasl
      Member
      • Mar 2005
      • 42
      • 3.6.x

      #3
      Indeed I have the same problem with any style with no Parent set.
      I am attaching a typical PM where is clearly indicated that the features of
      a) reply
      b) forward
      c) Delete old messages
      d) Handle messages
      Have been dissapeared.
      I just remind that everything was working prior the yesterdays' upgrade.
      Attached Files

      Comment

      • feldon23
        Senior Member
        • Nov 2001
        • 11291
        • 3.7.x

        #4
        n/m

        Comment

        • texasasl
          Member
          • Mar 2005
          • 42
          • 3.6.x

          #5
          Can anybody Help please or give me some guideline??? Thanks

          I wish also to update this post with the fact that even I also followed the suggestions as they are in http://www.vbulletin.com/forum/showthread.php?t=201659 unfortunately it seems that they are not aply in my case.
          That means I changed the global.php with an earlier one from 3.5.4 but again I have the same result the reply and forward buttons are not displayed.
          Last edited by texasasl; Fri 10 Nov '06, 1:08am.

          Comment

          • texasasl
            Member
            • Mar 2005
            • 42
            • 3.6.x

            #6
            Problem restored:
            I would like to describe the method I have followed to restore this malfunction:

            ////
            Vbshout-Thanks Hacks removed - Templates reverted - Global.php 3.5.3 removed - Global.php 3.6.3 modified as follows was transfered and replaced the Global.php 3.5.3:
            =============================
            Where:
            // identify where we are
            define('VB_AREA', 'Forum');
            define('CWD', (($getcwd = getcwd()) ? $getcwd : '.'));

            Replaced with:
            // identify where we are
            define('VB_AREA', 'Forum');
            if (defined('VBA_PORTAL'))
            {
            require_once('./includes/vba_cmps_include_template.php');
            }
            define('CWD', (($getcwd = getcwd()) ? $getcwd : '.'));
            ==============================

            postbit/postbit_legacy/memberinfo/navbar >>> templates reverted
            ==============================
            Thanks hack 5.3 re-installed
            Vbshout 1.5 re-installed
            ==============================
            navbar addition of portal/fora/tracker re-entered
            ==============================
            PM problem restored.......................................................
            ///////

            For everybody who will face the same problem.

            Comment

            widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
            Working...