Quote

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    viewtpc
    Code:
    //////////////////////////////////View Topic
    
    else if($action=="viewtpc")
    {
    
       $tinfo = mysql_fetch_array(mysql_query("SELECT name, text, authorid, crdate, views, fid, pollid from ibwf_topics WHERE id='".$tid."'"));
        $tnm = htmlspecialchars($tinfo[0]);
      addonline(getuid_sid($sid),"xHTML-Viewing Topic-$tnm ","index.php?action=viewtpc&page=$page&tid=$tid");
      $tid = $_GET["tid"];
      $go = $_GET["go"];
      $tfid = mysql_fetch_array(mysql_query("SELECT fid FROM ibwf_topics WHERE id='".$tid."'"));
      if(!canaccess(getuid_sid($sid), $tfid[0]))
        {
        $pstyle = gettheme($sid);
        echo xhtmlhead("$stitle",$pstyle);
          echo "<p align=\"center\">";
          echo "You Don't Have A Permission To View The Contents Of This Forum<br/><br/>";
          echo "<a href=\"index.php?action=main\">Home</a>";
          echo "</p>";
          echo xhtmlfoot();
    
          exit();
        }
    
        $tinfo = mysql_fetch_array(mysql_query("SELECT name, text, authorid, crdate, views, fid, pollid from ibwf_topics WHERE id='".$tid."'"));
        $tnm = htmlspecialchars($tinfo[0]);
        $pstyle = gettheme($sid);
        echo xhtmlhead($tnm,$pstyle);
        echo "<p align=\"center\">";
    include ("pops.php");
        $num_pages = getnumpages($tid);
        if($page==""||$page<1)$page=1;
        if($go!="")$page=getpage_go($go,$tid);
        $posts_per_page = 5;
        if($page>$num_pages)$page=$num_pages;
        $limit_start = $posts_per_page *($page-1);
        echo "<a href=\"index.php?action=post&amp;tid=$tid\">Post reply</a>";
    $tid = $_GET["tid"];
        $tfid = mysql_fetch_array(mysql_query("SELECT fid FROM ibwf_topics WHERE id='".$tid."'"));
        $fid = $tfid[0];
        $qut = $_GET["qut"];
            echo "Fast Reply<br/>";
        echo "<center><form action=\"genproc.php?action=post\" method=\"post\">";
        echo "<input name=\"reptxt\" maxlength=\"500\"/><br/>";
        echo "<input type=\"hidden\" name=\"tid\" value=\"$tid\"/>";
        echo "<input type=\"hidden\" name=\"qut\" value=\"$qut\"/>";
        echo "<input type=\"submit\" value=\"Reply\"/>";
        echo "</form></center>";
        $lastlink = "<a href=\"index.php?action=$action&amp;tid=$tid&amp;go=last\">Last Page</a>";
        $firstlink = "<a href=\"index.php?action=$action&amp;tid=$tid&amp;page=1\">First Page</a> ";
        $golink = "";
        if($page>1)
        {
          $golink = $firstlink;
        }
        if($page<$num_pages)
        {
          $golink .= $lastlink;
        }
        if($golink !="")
        {
          echo "<br/>$golink";
        }
        echo "</p>";
        echo "<p align=\"center\">";
        $vws = $tinfo[4]+1;
        $rpls = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_posts WHERE tid='".$tid."'"));
        echo "<small>Replies: $rpls[0] - Views: $vws</small><br/>";
        echo "</p>";
        echo "<p>";
        ///fm here
        echo "<div class=\"mblock2\">";
        if($page==1)
        {
          $posts_per_page=4;
          mysql_query("UPDATE ibwf_topics SET views='".$vws."' WHERE  id='".$tid."'");
          $ttext = mysql_fetch_array(mysql_query("SELECT authorid, text, crdate, pollid FROM ibwf_topics WHERE id='".$tid."'"));
          $unick = getnick_uid($ttext[0]);
          if(isonline($ttext[0]))
        {
          $iml = "<img src=\"http://coding-talk.com/images/onl.gif\" alt=\"+\"/>";
        }else{
            $iml = "<img src=\"http://coding-talk.com/images/ofl.gif\" alt=\"-\"/>";
        }
        $usl = "<br/><a href=\"index.php?action=viewuser&amp;who=$ttext[0]\">$iml$unick</a>";
        $topt = "<a href=\"index.php?action=tpcopt&amp;tid=$tid\">*</a>";
    
        if($go==$tid)
        {
          $fli = "<img src=\"http://coding-talk.com/images/flag.gif\" alt=\"!\"/>";
        }else{
          $fli ="";
        }
        $pst = parsemsg($ttext[1],$sid);
        $dtot = date("d/m/y - H:i:s",$ttext[2]);
        echo "<small>$usl: $dtot</small><br/>$fli$pst $topt<br/>";
        if($ttext[3]>0)
        {
          echo "<a href=\"index.php?action=viewtpl&amp;who=$tid\">POLL</a><br/>";
        }
      }
      if($page>1)
      {
        $limit_start--;
      }
      $sql = "SELECT id, text, uid, dtpost, quote FROM ibwf_posts WHERE tid='".$tid."' ORDER BY dtpost LIMIT $limit_start, $posts_per_page";
      $posts = mysql_query($sql);
      while($post = mysql_fetch_array($posts))
      {
        $unick = getnick_uid($post[2]);
        if(isonline($post[2]))
        {
          $iml = "<img src=\"http://coding-talk.com/images/onl.gif\" alt=\"+\"/>";
        }else{
            $iml = "<img src=\"http://coding-talk.com/images/ofl.gif\" alt=\"-\"/>";
        }
        $usl = "<br/><a href=\"index.php?action=viewuser&amp;who=$post[2]\">$iml$unick</a>";
        $pst = parsemsg($post[1], $sid);
        //$topt = "<a href=\"index.php?action=pstopt&amp;pid=$post[0]&amp;page=$page&amp;fid=$tinfo[5]\">*</a>";
        $topt = "<a href=\"index.php?action=post&amp;tid=$tid&quid=$post[0]\">quote</a> <a href=\"index.php?action=pstopt&amp;pid=$post[0]&amp;page=$page&amp;fid=$tinfo[5]\">*</a>";
        if($post[4]>0)
        {
            $qtl = "<small><i><a href=\"index.php?action=viewtpc&amp;tid=$tid&amp;pst=\">(quote:p=blaze,d=16-04-2006)</a></i></small>";
        }
        if($go==$post[0])
        {
          $fli = "<img src=\"http://coding-talk.com/images/flag.gif\" alt=\"!\"/>";
        }else{
          $fli ="";
        }
        $dtot = date("d/m/y - H:i:s",$post[3]);
        echo "<small>$usl: $dtot</small><br/>$fli$pst $topt<br/>";
      }
       echo "</div>";
        ///to here
        echo "</p>";
        echo "<p align=\"center\">";
        $tmsg = getpmcount(getuid_sid($sid));
      $umsg = getunreadpm(getuid_sid($sid));
      if($umsg>0)
      {
      echo "<a href=\"inbox.php?action=main\">Inbox($umsg/$tmsg)</a><br/>";
      }
        if($page>1)
        {
          $ppage = $page-1;
          echo "<a href=\"index.php?action=viewtpc&amp;page=$ppage&amp;tid=$tid\">«PREV</a> ";
        }
        if($page<$num_pages)
        {
          $npage = $page+1;
          echo "<a href=\"index.php?action=viewtpc&amp;page=$npage&amp;tid=$tid\">Next»</a>";
        }
        echo "<br/>$page/$num_pages<br/>";
        if($num_pages>2)
        {
    
            $rets = "<form action=\"index.php\" method=\"get\">";
            $rets .= "Jump to page<input name=\"page\" format=\"*N\" size=\"3\"/>";
            $rets .= "<input type=\"submit\" value=\"GO\"/>";
            $rets .= "<input type=\"hidden\" name=\"action\" value=\"$action\"/>";
            $rets .= "<input type=\"hidden\" name=\"tid\" value=\"$tid\"/>";
            $rets .= "<input type=\"hidden\" name=\"sid\" value=\"$sid\"/>";
            $rets .= "</form>";
    
            echo $rets;
    
    
        }
    echo "<br/>";
        echo "<a href=\"index.php?action=post&amp;tid=$tid\">Post reply</a>";
        echo "</p>";
    $tid = $_GET["tid"];
        $tfid = mysql_fetch_array(mysql_query("SELECT fid FROM ibwf_topics WHERE id='".$tid."'"));
        $fid = $tfid[0];
        $qut = $_GET["qut"];
            echo "Fast Reply<br/>";
        echo "<center><form action=\"genproc.php?action=post\" method=\"post\">";
        echo "<input name=\"reptxt\" maxlength=\"500\"/><br/>";
        echo "<input type=\"hidden\" name=\"tid\" value=\"$tid\"/>";
        echo "<input type=\"hidden\" name=\"qut\" value=\"$qut\"/>";
        echo "<input type=\"submit\" value=\"Reply\"/>";
        echo "</form></center>";
        echo "<p><small>";
        $fid = $tinfo[5];
        $fname = getfname($fid);
        $cid = mysql_fetch_array(mysql_query("SELECT cid FROM ibwf_forums WHERE id='".$fid."'"));
        $cinfo = mysql_fetch_array(mysql_query("SELECT name FROM ibwf_fcats WHERE id='".$cid[0]."'"));
        $cname = $cinfo[0];
    
        echo "<a href=\"index.php?action=main\">";
    echo "Home</a>&gt;";
        echo "<a href=\"index.php?action=formmenu\">";
    echo "Forums</a>&gt;";
    
    $cid = mysql_fetch_array(mysql_query("SELECT cid FROM ibwf_forums WHERE id='".$fid."'"));
        if($cid[0]>0)
        {
        $cinfo = mysql_fetch_array(mysql_query("SELECT name FROM ibwf_fcats WHERE id='".$cid[0]."'"));
        $cname = htmlspecialchars($cinfo[0]);
        echo "<a href=\"index.php?action=viewcat&amp;cid=$cid[0]\">";
        echo "$cname</a><br/>";
        }else{
            $cid = mysql_fetch_array(mysql_query("SELECT clubid FROM ibwf_forums WHERE id='".$fid."'"));
            $cinfo = mysql_fetch_array(mysql_query("SELECT name FROM ibwf_clubs WHERE id='".$cid[0]."'"));
            $cname = htmlspecialchars($cinfo[0]);
        echo "<a href=\"index.php?action=gocl&amp;clid=$cid[0]\">";
        echo "$cname Club</a><br/>";
      }
      $fname = htmlspecialchars($fname);
        echo "&gt;<a href=\"index.php?action=viewfrm&amp;fid=$fid\">$fname</a>&gt;$tnm";
      echo "</small></p>";
    
        echo xhtmlfoot();
    exit();
    }
    post
    Code:
    else if($action=="post")
    {
        $tid = $_GET["tid"];
    
        $tfid = mysql_fetch_array(mysql_query("SELECT fid FROM ibwf_topics WHERE id='".$tid."'"));
        $fid = $tfid[0];
    
    		$validated = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_users WHERE id='".$uid."'  AND validated='0'"));
        if(($validated[0]>0)&&(validation()))
        {
    
        $pstyle = gettheme($sid);
      echo xhtmlhead("try again",$pstyle);
          echo "<p align=\"center\">";
    	   $nickk = getnick_sid($sid);
      $whoo = getuid_nick($nickk);
          echo "<img src=\"http://coding-talk.com/images/notok.gif\" alt=\"x\"/><br/>";
    	   echo "<b>Ur Account is Not Validated Yet</b><br/>";
    	  $totaltimeonline = mysql_fetch_array(mysql_query("SELECT tottimeonl FROM ibwf_users WHERE id='".$whoo."'"));
    $num = $totaltimeonline[0]/86400;
    $days = intval($num);
    $num2 = ($num - $days)*24;
    $hours = intval($num2);
    $num3 = ($num2 - $hours)*60;
    $mins = intval($num3);
    $num4 = ($num3 - $mins)*60;
    $secs = intval($num4);
    
    echo "<b>Your online time:</b> ";
    if(($days==0) and ($hours==0) and ($mins==0)){
      echo "$secs seconds<br/>";
    }else
    if(($days==0) and ($hours==0)){
      echo "$mins mins, ";
      echo "$secs seconds<br/>";
    }else
    if(($days==0)){
      echo "$hours hours, ";
      echo "$mins mins, ";
      echo "$secs seconds<br/>";
    }else{
      echo "$days days, ";
      echo "$hours hours, ";
      echo "$mins mins, ";
      echo "$secs seconds<br/>";
    }
        echo "<br/>You have to Spend at least<u> 20 mins online</u> to get validated ur account. Plz be patient try again this option after 20 Minutes online here..Untill then Explorer and Enjoy other features in $stitle.<br/>thank you!<br/><br/>";
    
    	echo "<a href=\"index.php?action=formmenu\">Back To Forums</a><br/>";
    	echo "<a href=\"downloads/xindex.php?action=main\">Back To Downloads</a><br/>";
    	 echo "<a href=\"index.php?action=main\">Back To Home</a><br/><br/>";
    
    	 echo "</p>";
       echo xhtmlfoot();
          exit();
    
    
        }
    
    
    
    
    if(!canaccess(getuid_sid($sid), $fid))
        {
        $pstyle = gettheme($sid);
        echo xhtmlhead("$stitle",$pstyle);
          echo "<p align=\"center\">";
          echo "You Don't Have A Permission To View The Contents Of This Forum<br/><br/>";
          echo "<a href=\"index.php?action=main\">Home</a>";
          echo "</p>";
          echo xhtmlfoot();
    
          exit();
        }
        $tinfo = mysql_fetch_array(mysql_query("SELECT name, text, authorid, crdate, views, fid, pollid from ibwf_topics WHERE id='".$tid."'"));
        $tnm = htmlspecialchars($tinfo[0]);
        addonline(getuid_sid($sid),"xHTML-Posting Reply at $tnm","");
    
        $pstyle = gettheme($sid);
        echo xhtmlhead("Post Reply",$pstyle);
        echo "<onevent type=\"onenterforward\">";
      echo "<refresh>
            <setvar name=\"reptxt\" value=\"\"/>
            <setvar name=\"quid\" value=\"\"/>   ";
      echo "</refresh></onevent>";
      $quid = $_GET["quid"];
    if(!empty($quid))
    {
    $quidsql = mysql_fetch_array(mysql_query("SELECT text FROM ibwf_posts WHERE id='".$quid."'"));
    $quidtxt = "
    Quote:".$quidsql[0]."";
    }
        echo "<p align=\"center\">";
      echo "<form method=\"post\" action=\"genproc.php?action=post\">";
      echo "Text:<input name=\"reptxt\" maxlength=\"500\"/><br/>";
      echo "<input type=\"hidden\" name=\"tid\" value=\"$tid\"/>";
      echo "<input type=\"hidden\" name=\"quid\" value=\"$quid\"/>";
      echo "<input type=\"submit\" name=\"Submit\" value=\"Reply\"/><br/>";
      echo "</form>";
             $fid = getfid($tid);
             $fname = getfname($fid);
             echo "<br/><br/><a href=\"index.php?action=viewtpc&amp;tid=$tid\">";  
     
    echo "Back to topic</a>";
          echo "<br/><a href=\"index.php?action=viewfrm&amp;fid=$fid\">";
    echo "$fname</a><br/>";
        $thid = mysql_fetch_array(mysql_query("SELECT themeid FROM ibwf_users WHERE id='".$uid."'"));
        $themeimageset = mysql_fetch_array(mysql_query("SELECT themedir FROM ibwf_iconset WHERE id='".$thid[0]."'"));
        echo "<a href=\"index.php?action=main\"><img src=\"http://coding-talk.com/images/themes/$themeimageset[0]/home.gif\" alt=\"*\"/>";
    echo "Home</a>";
      echo "</p>";
        echo xhtmlfoot();
    exit();
    }
    pstopt
    Code:
    //////////////////////////////////////////////Post Options
    
    else if($action=="pstopt")
    {
      $pid = $_GET["pid"];
      $page = $_GET["page"];
      $fid = $_GET["fid"];
        addonline(getuid_sid($sid),"Post Options - xHTML","");
        $pinfo= mysql_fetch_array(mysql_query("SELECT uid,tid, text  FROM ibwf_posts WHERE id='".$pid."'"));
        $trid = $pinfo[0];
        $tid = $pinfo[1];
        $ptext = htmlspecialchars($pinfo[2]);
        $pstyle = gettheme($sid);
        echo xhtmlhead("Post Options",$pstyle);
     echo popup($sid);
        echo "<onevent type=\"onenterforward\">";
        echo "<refresh>
            <setvar name=\"ptext\" value=\"$ptext\"/>";
        echo "</refresh></onevent>";
      echo "<p align=\"center\">";
      echo "<b>Post Options</b>";
    
      echo "</p>";
      echo "<p>";
      $trnick = getnick_uid($trid);
      echo ";<a href=\"inbox.php?action=sendpm&amp;who=$trid\">»Send PM to $trnick</a><br/>";
      echo "<a href=\"index.php?action=viewuser&amp;who=$trid\">»View $trnick's Profile</a><br/>";
      //echo "<a href=\"index.php?action=post&amp;tid=$tid&amp;qut=$pid\">»Quote</a><br/>";
      echo "<a href=\"genproc.php?action=rpost&amp;pid=$pid\">»Report</a><br/>";
      echo "<a href=\"index.php?action=viewtpc&amp;tid=$tid&amp;page=$page\">«Back to topic</a><br/><br/>";
    
    
      if(ismod(getuid_sid($sid)))
      {
    
         echo "<form method=\"post\" action=\"mprocpl.php?action=edtpst&amp;pid=$pid\">";
        // echo "Text: <input name=\"ptext\" value=\"$ptext\" maxlength=\"500\"/> ";
        echo "Text:<input name=\"reptxt\" maxlength=\"500\" value=\"$quidtxt\"/><br/>";
         echo "<input type=\"submit\" name=\"Submit\" value=\"Edit\"/><br/>";
         echo "</form>";
    
    echo "<br/><a href=\"mprocpl.php?action=delp&amp;pid=$pid\">»DELETE</a><br/>";
      }
      else if($pinfo[0]==getuid_sid($sid))
      {
      echo "<form method=\"post\" action=\"usertpc.php?action=edtpst&amp;pid=$pid\">";
         echo "Text: <input name=\"ptext\" value=\"$ptext\" maxlength=\"500\"/> ";
         echo "<input type=\"submit\" name=\"Submit\" value=\"Edit\"/><br/>";
         echo "</form>";
    	 }
    
      echo "</p>";
    echo "<p align=\"center\">";
      $thid = mysql_fetch_array(mysql_query("SELECT themeid FROM ibwf_users WHERE id='".$uid."'"));
        $themeimageset = mysql_fetch_array(mysql_query("SELECT themedir FROM ibwf_iconset WHERE id='".$thid[0]."'"));
        $unick = getnick_uid($who);
              echo "<a href=\"index.php?action=main\"><img src=\"http://coding-talk.com/images/themes/$themeimageset[0]/home.gif\" alt=\"*\"/>";
    echo "Home</a>";
      echo "</p>";
        echo xhtmlfoot();
    exit();
    }
    ok ive gotten it right when i click on the quote option it throw the block for the text but it dnt place the quote in there
    when use the ndex.php?action=pstopt&pid option it suppose to give the text to fix but the box is emty in post option
    THANK YOU FOR THE CODE
    Last edited by riderz; 14.09.09, 21:40.

    Comment


      #17
      Tnx wap2k :D

      Comment


        #18
        Where did you install in rider mate ? can i take a look ?

        Comment


          #19
          its at Retrivewap wap2k ur pm are closed so i cant pm u the link

          Comment


            #20
            Originally posted by wap2k View Post
            The code i was like:

            core.php i added to the getbbcode method/function

            Code:
            $text=preg_replace("/\[quotetext\](.*?)\[\/quotetext\]/i","<div class=\"doquote\">\\1</div>", $text);
            Replaced the $topicopt variable for replies in index.php viewtpc

            Code:
            $topt = "<a href=\"index.php?action=post&amp;sid=$sid&amp;tid=$tid&quid=$post[0]\">quote</a> <a href=\"index.php?action=pstopt&amp;sid=$sid&amp;pid=$post[0]&amp;page=$page&amp;fid=$tinfo[5]\">*</a>";
            in index.php "post"

            Code:
            $quid = $_GET["quid"];
            if(!empty($quid)){
            $quidsql = mysql_fetch_array(mysql_query("SELECT text FROM ibwf_posts WHERE id='".$quid."'"));
            $quidtxt = "[quotetext]".$quidsql[0]."[/quotetext]";
            }
            And

            Code:
            echo "Text:<input name=\"reptxt\" maxlength=\"500\" value=\"$quidtxt\"/><br/>";
            Add this to your theme css files
            in this code is a problem that can with only one post some quotes .. namely, if it is already quoted, and if I want to quote again shows the second quote, just one .. I hope you understand what explains ..For example, if someone quoted a post and I want to quote his post in which the quote, does not show everything, but only the first quote that was in the post
            sigpichttp://happy.srecnica.com/web

            Comment


              #21
              if anyone has the correct code?
              sigpichttp://happy.srecnica.com/web

              Comment


                #22
                there would me a much easier way
                when the user clicks qoute transfer the variable thru the url or POST then simply add it to the start off the user input
                Creator of
                Epix.Mobi

                Keep an Eye on us Big things coming soon!!!!
                Need something for your site hit me up here

                http://coding-talk.com/forum/main-fo...r-your-wapsite

                Comment


                  #23
                  Originally posted by LoonyGod View Post
                  there would me a much easier way
                  when the user clicks qoute transfer the variable thru the url or POST then simply add it to the start off the user input
                  how? Give your solution? to think that you did it with the url transfer? write here the code .. please and to try your solution
                  sigpichttp://happy.srecnica.com/web

                  Comment


                    #24
                    like this
                    Code:
                    echo "Message:<br/> <input type=\"text\" id=\"message\" name=\"message\" size=\"500\" value="echo $qoutedmessage"/>";
                    Last edited by Loony; 03.11.09, 11:42.
                    Creator of
                    Epix.Mobi

                    Keep an Eye on us Big things coming soon!!!!
                    Need something for your site hit me up here

                    http://coding-talk.com/forum/main-fo...r-your-wapsite

                    Comment


                      #25
                      $qoutedmessage... is ??? code please
                      sigpichttp://happy.srecnica.com/web

                      Comment


                        #26
                        didnt realise u want me to do it all. well i think this is simple enough u can do it
                        Creator of
                        Epix.Mobi

                        Keep an Eye on us Big things coming soon!!!!
                        Need something for your site hit me up here

                        http://coding-talk.com/forum/main-fo...r-your-wapsite

                        Comment


                          #27
                          Originally posted by LoonyGod View Post
                          didnt realise u want me to do it all. well i think this is simple enough u can do it
                          hehehe .. ok ... but this example that you gave to be done is not good .. nothing changes. but ok .. cope somehow ..
                          sigpichttp://happy.srecnica.com/web

                          Comment


                            #28
                            no think about it u have the quote link which when clicked it post's the message id to the next page on the next page use a query to select the message using the id then echo the result of that query into the value section of the input form where the user types there message
                            Creator of
                            Epix.Mobi

                            Keep an Eye on us Big things coming soon!!!!
                            Need something for your site hit me up here

                            http://coding-talk.com/forum/main-fo...r-your-wapsite

                            Comment


                              #29
                              This code is ok but I need help to show quotes and not just the first quote .. but does not show quotation quoted post ...
                              $qut = $_GET["qut"];
                              $quid = $_GET["quid"];
                              $uid = $_GET["uid"];
                              $post = mysql_fetch_array(mysql_query("SELECT id, text, uid, dtpost, quote FROM ibwf_posts WHERE id='".$quid."'"));
                              $unick = getnick_uid($post[2]);

                              $quidsql = mysql_fetch_array(mysql_query("SELECT text FROM ibwf_posts WHERE id='".$quid."'"));
                              $quidtxt = "[quotetext]Citiran $unick post: ".$quidsql[0]."[/quotetext]";


                              echo "<p align=\"center\">";
                              echo "<form method=\"post\" action=\"genproc.php?action=post&amp;sid=$sid\">";


                              echo "Poruka:<input name=\"reptxt\" maxlength=\"999999999999\" value=\"$quidtxt\"/><br/>";
                              echo "<input type=\"hidden\" name=\"tid\" value=\"$tid\"/>";
                              echo "<input type=\"hidden\" name=\"qut\" value=\"$qut\"/>";
                              echo "<input type=\"hidden\" name=\"quid\" value=\"$quid\"/>";
                              echo "<input type=\"submit\" name=\"Submit\" value=\"Napisi\"/><br/>";
                              echo "</form>";
                              ....Understand? For example, if you quoted a post and I want to quote your post in which this quote, with this code show only that your quote for my quote shows just BB code quotetext .....
                              sigpichttp://happy.srecnica.com/web

                              Comment


                                #30
                                the way im telling you to do it would record all qoutes because it basicly just copying the message your quoting then adding your message at the end after the quote
                                Creator of
                                Epix.Mobi

                                Keep an Eye on us Big things coming soon!!!!
                                Need something for your site hit me up here

                                http://coding-talk.com/forum/main-fo...r-your-wapsite

                                Comment

                                Working...
                                X