Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Automatic Filter Message in Forum Signature (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:Automatic Filter Message in Forum Signature
#52654
Automatic Filter Message in Forum Signature 2 Months, 1 Week ago  
I noticed that on some member's forum signature there is "Automatic Filter Message:..." <-- how did this came about? Am just asking out of curiosity as this maybe helpful to some other members here wanting to implement this in their own fireboard-powered site.

Also is this a special joomla component/module/mambot or a fireboard-specific plugin..? like a signature checker or of some sort..

Any inputs will be well apprciated. Thanks.
bytebandit01 (User)
Senior Boarder
Posts: 59
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1982-10-16
Logged Logged
 
byte me!
 
The administrator has disabled public write access.  
#52679
Re:Automatic Filter Message in Forum Signature 2 Months, 1 Week ago  
It is a simple check that you can add in message.php around line 311

Code:


<?php
if ($msg_signature) {
  ?>
        <tr><td class = "fb-msgview-right-c" >                  

  <?php
                           

                                echo '<div class="msgsignature" >';
                                if (substr_count($msg_signature, "http")> 2 || substr_count($msg_signature, "img")> 0 ) {
                                    echo '<div class="automsgtips">Automatic  Filter Message : Please follow the <a href="'.sefRelToAbs(JB_LIVEURL. '&amp;func=rules').'" >forum rules </a> for forum signatures...Thanks</div>';
                                }
                                else {
                                    echo $msg_signature;
                                }
                                echo '</div>';

         ?>

       </td>
            <td class = "fb-msgview-left-c">&nbsp;
            </td>

        </tr>
<?php
}
?>

danialt (Admin)
BoJ Team
Simplicity
Moderator
Posts: 937
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1978-05-25
Logged Logged
 
Best Of Joomla Team
FireBoard Project Manager
 
The administrator has disabled public write access.  
Go to top
Powered by FireBoard - Creditsget the latest posts directly to your desktop