Report Post ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sownman
    Senior Member
    • Jun 2004
    • 340

    Report Post ?

    Where does the report go ? I've gone over the options several times and see
    no control for it. I reported a bad post as a test thinking it might route
    to all mods Pmail, but seems not, where is it ?

    Thanks

    Steve
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    If the forum which contains the post has a moderator then the report is sent to that moderator. If the forum has no specific moderator then the report is sent to all admins and super mods.

    Comment

    • Jazzee
      Member
      • Sep 2004
      • 31
      • 3.0.3

      #3
      Is there any way to make this go to all admins, even if the forum has a moderator?

      Comment

      • Steve Machol
        Former Customer Support Manager
        • Jul 2000
        • 154488

        #4
        To do this, you have to set this for each forum:

        Admin CP -> Forums & Moderators -> Forum Manager -> Edit Forum -> Warn Administrators -> Yes
        Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
        Change CKEditor Colors to Match Style (for 4.1.4 and above)

        Steve Machol Photography


        Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


        Comment

        • Jazzee
          Member
          • Sep 2004
          • 31
          • 3.0.3

          #5
          Thanks I must have overlooked that when setting up the forums.

          Comment

          • Freeones
            Member
            • Jun 2003
            • 32

            #6
            Is there no option to regulate this per moderator?
            Not all my mods like to receive these messages...

            Comment

            • conqsoft
              Senior Member
              • Jul 2003
              • 3803
              • 3.6.x

              #7
              Originally posted by Freeones
              Is there no option to regulate this per moderator?
              Not all my mods like to receive these messages...
              It's the moderator's job to watch over their forums(s). Why would they not want to receive these? Maybe they shouldn't be a moderator.
              vBulletin v3.8.0's Implementation of Google Adsense Should Be Avoided At All Costs - Do Your Own Adsense Implementation

              Comment

              • Steve Machol
                Former Customer Support Manager
                • Jul 2000
                • 154488

                #8
                Originally posted by Freeones
                Is there no option to regulate this per moderator?
                Not all my mods like to receive these messages...
                No, there is no such built-in option.
                Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
                Change CKEditor Colors to Match Style (for 4.1.4 and above)

                Steve Machol Photography


                Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


                Comment

                • Samthesham
                  New Member
                  • May 2004
                  • 25

                  #9
                  How can I remove the "report post" icon on every post.

                  Comment

                  • Jake Bunce
                    Senior Member
                    • Dec 2000
                    • 46598
                    • 3.6.x

                    #10
                    Edit this template:

                    Admin CP -> Styles & Templates -> Style Manager -> « » -> Postbit Templates -> postbit or postbit_legacy (depending on which layout you are using)

                    For the postbit template, find this code and remove the red code:

                    Code:
                    		<div class="normal" style="float:$stylevar[right]">
                    			&nbsp;
                    			<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new"><strong>$post[postcount]</strong></a> &nbsp;</if>
                    			<if condition="$show['reputationlink']"><a href="#" onclick="return reputation($post[postid])"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a> &nbsp;</if>
                    			[color=red]<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a> &nbsp;</if>[/color]
                    			$post[iplogged]
                    		</div>
                    For the postbit_legacy template, find this code and remove the red code:

                    Code:
                    	<td class="alt2">
                    		$post[onlinestatus]
                    		<if condition="$show['reputationlink']"><a href="#" onclick="return reputation($post[postid])"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a></if>
                    		[color=red]<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>[/color]
                    		$post[iplogged]
                    		&nbsp;
                    	</td>

                    Comment

                    • wfp
                      Member
                      • Nov 2004
                      • 71
                      • 3.0.7

                      #11
                      so, if a forum has 3 moderators it goes to all? By PM or Email?

                      Comment

                      • Jake Bunce
                        Senior Member
                        • Dec 2000
                        • 46598
                        • 3.6.x

                        #12
                        It should go to all of them by email.

                        Comment

                        • dwh
                          Senior Member
                          • Sep 2000
                          • 1224
                          • 3.0.0 Release Candidate 4

                          #13
                          Considering how many different ways vbulletin is used, I'm amazed that there is no option to remove moderators from getting notifications. Sometimes those reported posts can be very sensitive and in certain situations you really want to be able to turn that option off. I'm glad I know php.

                          Comment

                          • She Unlimited
                            Senior Member
                            • Jan 2005
                            • 132
                            • 3.0.3

                            #14
                            I wonder if you can have it set to only go to "Admin" ???

                            Comment

                            • Jake Bunce
                              Senior Member
                              • Dec 2000
                              • 46598
                              • 3.6.x

                              #15
                              Originally posted by She Unlimited
                              I wonder if you can have it set to only go to "Admin" ???

                              You would need to remove all moderators from that forum, both regular and super moderators. Or hack the code like dwh.

                              Comment

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