Kemito Posted May 1, 2010 Report Share Posted May 1, 2010 (edited) Sveiki man te ir kodiņš kurš ir nepareizs, zinu 100% bet neprotu īsti izprast to sintaksi kur jālieko iekš echo ir tie / utml. lietas varbūt kāds var palabot mazliet? Reāli tur kur ir SATURS ir ievietots links ar visiem DIV utml. lai atvērtos Lightbox !! Kods: http://paste.php.lv/500faa4f0058272b72b64280396d0fcf?lang=php Edit: Paldies chizijs recku labojums, ja kādam vaig: http://paste.php.lv/a010a1186071ca9d61290930427b19bc?lang=php Edited May 1, 2010 by Kemito Quote Link to comment Share on other sites More sharing options...
m8t Posted May 1, 2010 Report Share Posted May 1, 2010 echo'<tr> <td align="center">'.$data['jokeID'].'</td> <td align="center">'.$data['nosaukums'].'</td> <td align="center"> <div id="grayBG" class="grayBox" style="display:none;"></div> <div id="LightBox1" class="box_content" style="display:none;"> <table cellpadding="3" cellspacing="0" border="0"> <tr align="left"> <td colspan="2" bgcolor="#FFFFFF" style="padding:10px;"><div onclick="displayHideBox(\'1\'); return false;" style="cursor:pointer;" align="right">X</div><p><!-- Box content -->Text of the box!!!</p></td> </tr> </table> </div> <a href="#" onclick="displayHideBox(\'1\'); return false;">Open Box</a> </td> <td align="center">'.$data['pievienoja'].'</td> <td align="center">'.$data['laiks'].'</td> <td align="center">'.$data['ip'].'</td> <td align="center">'.$data['bskaits'].'</td> <td align="center"><a href="?lapa=admin&ok='.$data['jokeID'].'"><span style="color:green;">V</span></a></td> <td align="center"><a href="?lapa=admin&del='.$data['jokeID'].'"><span style="color:red;">X</span></a></td> </tr> '; Quote Link to comment Share on other sites More sharing options...
Kemito Posted May 1, 2010 Author Report Share Posted May 1, 2010 m8t paldies tev arī katrā ziņā sapratu to fīču :) Jautājums vēlviens! Kā redzat kods $data['saturs'] es izvadu iekš tā box, bet man viņš paņem tikai pēdējo ierakstu, vai ir kautkā iespējams iemīcīt viņam, lai ņem attiecīgo ierakstu? :/ Quote Link to comment Share on other sites More sharing options...
m8t Posted May 1, 2010 Report Share Posted May 1, 2010 SELECT * FROM joki WHERE ok='0'... pašlaik tev viņš izvelk rakstu, kur ok ir vienāds ar 0.. pamaini nullīti uz citiem ID un viņš izvilks citu rakstu Quote Link to comment Share on other sites More sharing options...
Kemito Posted May 1, 2010 Author Report Share Posted May 1, 2010 OK nozīme ir domāta, kā izvadot tas ir redzams vai nav :) Reāli ja apstiprina šo lietu tad attiecīgi 1 ja nē MOD izdzēš vai arī atstāj ar 0 ! Vienkārši, parasti izvelkot $data['saturs'] uzrādas bet kad iebāžu box izvadas pēdējais tikai! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.