Jump to content

spiderwell

Members
  • Posts

    1,008
  • Joined

  • Last visited

Posts posted by spiderwell

  1. i removed it as i found it and excuse the pun, less of a drag to double click. it also meant i could get the sortable working in the final area without cloning. its something i need to get sussed out properly.

     

    Ok for now I have re added the drag facility. however it  means i had to removed the sortable on the final area which clones, while i work out how to fix that bit

     

    did anyone make any interesting elements yet? I hadded a few domestic compounds, some simpole obvious ones, a few for the street pharmists, and a few radnom ones , like TNT

  2. coded this up over the last couple of days, using a newly developed mvc style design.

    the idea was sprung a while back but finally got down to doing it.

    its a periodic table and the idea is to create compounds from the elements.

    I only have a few compounds hard coded in, plus a few easter eggs for people making words from symbols instead.

     

    www.ethickink.co.uk/elemental

    looking for feedback on the design and also functionality and any ideas of what to add to make it more fun.

    thanks

  3. 1. according to my hosts it does, but shot off a ticket just incase

    2a. i went back to the single redirect on the live server as i know that works fine, it doesnt seem to redirect with this on the live site

    2b. admin.php load up the display html only and nothing else.

     

    i see what the hosts come back with first but im more inclinded to think its my htaccess only because i dont really know how to write it .

     

    im still interesting in getting my original query working local too, with 2 redirects in place. its limiting my advancement, as im using the url to tell the controller script what to do /user/edit/?id=5 kinda thing 

  4. i tried this

    <IfModule mod_rewrite.c>
    RewriteEngine On
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    
    RewriteRule ^(a/.*)$ admin.php?url=$1 [PT,L]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    
    RewriteRule ^(.*)$ index.php?url=$1 [PT,L]
    
    
    </IfModule>
    

    it doesnt seem to to take any notice of it

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.