Jump to content

mjut

Members
  • Posts

    29
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by mjut

  1. Hello! I am trying to get some extra css-file into my admin templates. I managed to modify my admin.php to this: <?php namespace ProcessWire; require($config->paths->adminTemplates . 'controller.php'); echo "<link rel='stylesheet' type='text/css' href='" . $config->urls->templates . "css/admin.css'>"; By doing so, the css <link> is added to the very end of each parsed admin-html. (right AFTER the closing </body> tag.) That causes some trouble. e.g. the page tree is not displaying any more. Although, other pages are working - like the edit form of a page. My question: is there a correct way of adding my extra css to the admin area? Thanks for you help! Stephan
  2. Ah. I see. That seems pretty easy to put into a template-file. I just add the js/css libraries to the template.php. The tricky part would be to get it working with actual file uploads to processwire, I assume.
  3. Thanks Ivan, Yes, I kind of expected this. I feel stupid for asking that question. (Especially, as there are so many posts regarding front-end forms.) But good to know about this. If there were a simple solution I would have been happy that I posted this question! Thanks again! Steph
  4. Hello Forum, I am relatively new to processwire and have been playing around with some simple websites so far with it. I love the simplicity and the straight forward approach to it. I felt "at home" right away! =D The only thing, I just can not get done is implementing a simple post-form in a template. (front-end) I want to get registered users to create content via a simple form. Yes, there are several tutorials in this forum. BUT: I want the file upload to look like the upload in the back-end: - multiple upload - rearrange order of files Is that hard to build? It should be "there"... or do i need to install a module like https://processwire.com/talk/topic/12050-module-jquery-file-upload/ I would like to build it with core functionality. What do you guys think? Can you point me into the right direction? Cheers Stephan
×
×
  • Create New...