Jump to content


totoff

Member Since 05 Aug 2012
Offline Last Active Today, 03:46 PM
-----

Topics I've Started

praenatalmedizin-koeln.de

17 June 2013 - 02:27 PM

hi all,

 

online since today, a new site for a big doctor's practice specialized in prenatal diagnosis: praenatalmedizin-koeln.de

 

the site replaces an old outdated site and i put special effort to maintain the very good serp ranking of the old site. that's why there is an exhaustive faq page, an additional glossary page, and the tagline on top of each page.

 

the calendar of recommended examinations (see bottom of page /untersuchungen) was done with the page field type. the editor may allocate any page from the /untersuchungen section to the calendar with the help of page field type. once allocated, the page qualifies for the calendar if there is an entry in the respective field SSW (saying for which week the examination is recommended). if this field is filled, the information is automatically added to the calendar and sorted. if no "ssw" is given, the page doesn't show up in the table.

 

your comments are welcome. please let me know if you find any bugs.

 

modules: redirects, email obfuscator, after save actions


Title attribute for anchors in TinyMCE

15 June 2013 - 04:11 PM

hi all,

 

just realized that links created with tinymce doesn't have a title attribute. any known workaround how to get it?

 

thanks


Release: Unsemantic Site Profile

13 June 2013 - 10:50 AM

Hi all,

 

I've just pushed a new fully responsive site profile to Github: Unsemantic Site Profile for Processwire 2.3

 

After having tried seven zillion responsive grid systems, boilerplates, frameworks etc. I finally opted for Unsemantic Grid System. Mainly because it supports IE7, is lightweight and includes Compass/SASS.

 

I've designed the profile as a starting point for development according to my needs. This includes almost no styling, an easy-to-use solution for placeholder images and three teaser boxes on the front page. In addition, I converted the .sass files that come with Unsemantic to .scss because I like the syntax better.

 

Glad if you give it a try and find it an improvement for your workflow. You can see a preview here.

 

Download from Github: https://github.com/c...nticSiteProfile


Open Dynamo Webspace Backup Tool

13 March 2013 - 09:05 AM

hi all,

 

i just came across Open Dynamo, a website backup solution from the same people who made the brilliant Redo Backup. Does anyone know the tool and can recommend it?


Trouble setting access rights properly

10 March 2013 - 07:48 AM

Hello Forum,

 

I have some trouble with setting up user rights properly. I have defined a role "editor" with the following permissions:

  • view pages
  • edit pages
  • sort child pages
  • update profile

And I have the following page structure:

 

/section/subsection/detail/

 

/subsection/ uses a no-file template "subsection" with this settings:

  • editor => view, add children (there is nothing to edit here, subsections just provide grouping for the detail pages)
  • may have children? => yes
  • may be used for new pages? => no
  • allowed templates for children => detail
  • children are sorted by => none

 

/detail/ uses a no-file template "detail" with this settings:

  • editor => view, edit, create
  • may have children? => no
  • may be used for new pages? => yes
  • allowed templates for parents => subsection

All data entered on /detail/ is pulled into /section/ and displayed there. Section therefore uses a template "section" with a file associated.

 

Problem: If I log in with an editor account everything is fine except that I can't change the order of the detail pages (no "move" button, only "edit").

 

What do I oversee? Your help is much appreciated.