Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-9571

Preview does not take user-options into account when viewing the signature.

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Invalid
    • 3.0.7-PL1
    • None
    • Posting
    • None

    Description

      If a user who set Display signatures to no in his UCP, is ignored when previewing a post

      Proposed patch :
      File : posting.php
      Find :

      	if ($post_data['enable_sig'] && $config['allow_sig'] && $preview_signature && $auth->acl_get('f_sigs', $forum_id))

      Replace with :

      	if ($post_data['enable_sig'] && $config['allow_sig'] && $preview_signature && $auth->acl_get('f_sigs', $forum_id) && $user->optionget('viewsigs'))

      Attachments

        Activity

          People

            nickvergessen Joas Schilling
            leviatan21 leviatan21 [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: