Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Kaip pridėti ikoną prie nick'o

Parašė Narysx· 2010 Rugp. 14 10:08:35
#15

if (isset($_POST['post_shout'])) {
      $flood = false;
      if (iMEMBER) {
         $shout_name = $userdata['user_id'];
      if (i3) {
         $shout_name = "<img src='img.png'> $userdata['user_id']";
      if (i4) {
         $shout_name = "<img src='img.png'> $userdata['user_id']";
      if (i5) {
         $shout_name = "<img src='img.png'> $userdata['user_id']";

      } elseif ($settings['guestposts'] == "1") {
         $shout_name = trim(stripinput($_POST['shout_name']));
         $shout_name = preg_replace("(^[0-9]*)", "", $shout_name);
         if (isnum($shout_name)) { $shout_name = ""; }