Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Pulsar

Pages: [1]
1
Coding / Dar X Puntos a Posts en Particular
« on: August 04, 2011, 05:28:33 am »
its a little modification of post.php inside SOURCES folder.

Instructions:

Search For:

$points = $modSettings['shopPointsLimit'];

after that paste:

// Each X is the board id where u want to PAY, whit 1 credit. If the user posts on other boards not listed here, he gets NO points.

                        if ($board == "56785678578"){$points = "1";}
                     
                        elseif ($board == "x"){$points = "1";}
                        elseif ($board == "x"){$points = "1";}
                        elseif ($board == "x"){$points = "1";}
                        elseif ($board == "x"){$points = "1";}
 
                       
                         else {
         
         {$points = "0";}
         
      }

Pages: [1]