Search results

  1. kacete

    Help with a custom module for phpnuke

    Yes, at the end of the file: switch($op) { case "EditSpecial": EditSpecial($sid); break; case "SaveEditSpecial": SaveEditSpecial($sid, $stitle, $simg, $sband, $stxt); break; } And again in the...
  2. kacete

    Please review my "green" experiment site

    It's very simple, which is always a good think (think google). You should try to center it, as previously said. Another thing is the red "dare", I don't think it fits the rest of the template. maybe a darker red... Good job though! :biggrin:
  3. kacete

    Change X10 Sub-Domain to Your Owned Domain

    For those using Free DNS, you have to create 2 times the same subdomain with NS settings, in the first using NS1.X10HOSTING.COM and in the second NS2.X10HOSTING.COM !
  4. kacete

    Help with a custom module for phpnuke

    Hello guys, I could use another eyes on this code, i'm trying to make an admin for a custom module. The module and everything works except the admin part to edit an already existing article. It does get the values from the database and displays them on the boxes, but after modifying and clicking...
Top