Loading...
 
Skip to main content

Campaign to Win

About

Here's a list of things that should be propagated by everyone in trunk. It needs a lot of time ...

Uploaded file size

Copy to clipboard
if (is_uploaded_file($_FILES['userfile1']['name'])) { ... do your stuff } else { $smarty->assign('msg', $tikilib->uploaded_file_error($_FILES['userfile1']['error'])); $smarty->display("error.tpl"); die; }

Buttons

  • Put a div with a class navbar around the navigation buttons instead of <br />s (merge with pagebar)...
  • Delete tables surrounding button bars
  • For some infos, check Templates Best Practices

Deploy new icons (see Icons)

Perms

Message in the confirm delete

Copy to clipboard
key_get($area, tra('Remove file gallery: ').' '.$info['name']);
Show PHP error messages