Jump to content

hafa

Members
  • Posts

    50
  • Joined

  • Last visited

Posts posted by hafa

  1. to use their service on non-wordpress sites would be a violation of the wordpress.com terms of service, i'm almost sure

    and even if i could use it, i'm afraid it wouldn't be a solution for my project - a website gallery (similar to siteinspire.com) where users can submit their fav sites too.

  2. The "user" is basically just another Page. So you can add a field to the user template and access it from the API.

    1. Create a field for your name, e.g. fullname. Or use an existing one
    2. Go to Site > Setup > Templates and then click on "Filter". Enable that system-templates are shown
    3. Edit the "user" template and add your fullname field. Save
    4. Go to your users profile and enter your name
    5. On the front end side, access the field as usual with $user->fullname

    EDIT:

    Output the "fullname" field of the user, that last modified the page: $page->modifiedUser->fullname.

    Thank you Philipp =) I hadn't noticed the system-templates.

    What the "modifiedUser" in the code means?

  3. yep all kind of things.

    Best bet, you enable Theme based files, and use this for colors etc.

    (p.s. I don't like it that you remove the logo, be proud to use ProcessWire instead :-))

    That's right, thank you Martjin! :)

    I still have ProcessWire in the footer, don't worry ;) Just trying to keep the admin as clean as possible!

  4. There is probably a cleaner way, but this hack works:

    .content .PageList .PageListID1 .PageListActions{display:none !important}
    .content .PageList .PageListItem:hover .PageListActions{display:inline !important;-webkit-transition-delay:.25s;transition-delay:.25s}

    Awesome, thank you adrian!  :)

    Can we use this module to change other things? 

    I tried enabling "ProcessHome" and adding a ProcessHome.css for changing the admin colors and removing the logo, but it didn't work...

  5. One thing I like about the reno admin theme is being able to see the "edit, view, new, move" links on hovering the pages (without needing to actual click them).

    How can I "import" this functionality to the default theme? 

  6. Hey guys, I was wondering if you could answer a few questions of mine...

    - Does ProcessWire handle high traffic and large content sites?

    - Is PW a suitable choice for building an image-based site? Something like those inspirational Tumblogs we often see, for example: twotimeselliott.tumblr.com and bybuildshop.tumblr.com. If it is, what would be the best practices for building something like that?

    - Is it possible to create custom post types with PW? Like in tumblr we have text, link, quote, image, video...

    - How do we create "categories" and "tags" with PW pages?

    Any guidance will be appreciated!

×
×
  • Create New...