-
Posts
848 -
Joined
-
Last visited
-
Days Won
4
Everything posted by mr-fan
-
Great module...i like it. Tested here with two different Mail Clients and RoundCube online....all works like a charm. Put this in the module directory if you are ready....very good extension. Best regards mr-fan
-
oh and a very comfortable addition of my setup is this module....since the pagefield input's are editable directly: https://processwire.com/talk/topic/9857-module-page-field-edit-links/ i always crack my head around the options PW great core give me as toolbox before a own module is needed... for downloads/documents i often use the single file setup together with a PageTable field so i've a simple and easy UI for my editor to add new documents (I've a template for .pdf, .doc ....) and using tags, descriptions and if required other things, too...
-
oh your right...i've not thought about this since i use a own setup for files to have a one file == one page situation....while i'm counting access, downloads and other stuff...so i could link to my /home/documents/ files as pages very easy with an additional file field that root page is my document root page, too.... It's OT but have a look here: https://processwire.com/talk/topic/4602-flexible-downloads-using-pages/ http://soma.urlich.ch/posts/flexible-downloads-using-pages/ best regards mr-fan
-
i've done exact the same this year - but not with processwire... i've used https://pyd.io/ works great even with really big original images...it's all there with different workspaces and usermanagment and after all collecting create a free directory for visitors (we've printed that on our thank you cards) regards mr-fan
-
If i read the question right this could be solved with core fields and field dependancies...quite easy. setup a options field with values like 1=URL 2=Intern 3=somethingElse and a text inputfield with some HTML5 Pattern that shows up if URL is selected, a pagefield that shows up if Internal is selected.....and so on - put it in a fieldset or tab to have it glued together and the UI thing should work and is at any time easy to extend with additonal text inputs for a link CSS class or a option field for target settings....and so on. And on the frontendside it would be a simple switch depending on the selected optionfield. it would be work work to setup the first time but it works so far. Or are there any benefits of a extra module? regards mr-fan
-
oh overread the amounth.... sorry for shure that is no option. but the exact error would be good. Have you Bootstraped PW or where are you running this code admin.php or template??? regards mr-fan
-
something on this topic to create childpages on a upload image field....in a kind of album->images tree structure: https://processwire.com/talk/topic/8698-creating-page-for-every-image-uploaded/page-2#entry84891 it's a little module from adrian (and some cosmetics and tests from me) to get a simple and fast solution to use a normal image field as a kind of upload + create shildpages function...take a look if the code helps in your case. regards mr-fan
-
Events Fieldtype & Inputfield (How to make a table Fieldtype/Inputfield)
mr-fan replied to ryan's topic in Modules/Plugins
Some kind words on the "pages" topic.... https://processwire.com/talk/topic/2296-confused-by-pages/ https://processwire.com/talk/topic/8374-how-to-approach-this-feat-in-processwire/#entry81113 i've used the event fieldtype for a little eventcal - but i regret this decision since i've thought like in my former cms i need a module to solve such a task....but hey this is Processwire so i better didn't and used system build in concepts to use pages as intended from Rayn for almost everything. some advatages for events: - easy to extend just a little example for eventpages and adding a new feature to events (https://processwire.com/talk/topic/9738-proof-of-concept-a-page-countdown-widget/) - easy to administrate, too - hey it is just a Pagetree about events - if you setup the template and field right editing should stay easy - or use some fieldtype for the editing stuff of the childpages like PageTable or BatchChildEditor to get a better UI for this - easy to use - updateproof ..... as a new easy editing option for your users you could setup pages for events and let users do the editing via Lister Pro module from Ryan since the actual version has inline editing, too - this could be a great alternative on this topic. https://processwire.com/api/modules/lister-pro/ http://processwire.com/blog/posts/inline-ajax-page-editing-comes-to-listerpro-processwire-2.6.6/ i think if you buy Lister Pro and combine this editing features with a good pagesetup you could provide very very good and easy to use editing pages and overviews on events, products, documents, images or something else (for eg i use it for little visitor stats and image overview for my users...) if i should create a eventcal again i would go this path with pages and Lister Pro. But this is just a advice - the better is as always the enemy of the good..... Best regards mr-fan -
additional option could be the matrix module from kongondo: https://processwire.com/talk/topic/8581-module-matrix-fieldtype-inputfield/ and fill it with some kind of excel php lib.... or build a own module from this lib that i think would fit your needs: http://dhtmlx.com/docs/products/dhtmlxSpreadsheet/ (it has a GPL license for GPL projects) regards mr-fan
- 12 replies
-
- Processwire
- handsontable
-
(and 2 more)
Tagged with:
-
Just get that the missing backlink was there for processwire....now on http://browser-update.org/ homepage mission completed
-
lets try to solve id's of admin pages are reserved i think: admin root has id 2 pagetree has 3 modules has 21 setup has 22 login has 23 so how to aply a template to a page: http://cheatsheet.processwire.com/templates/template-methods/template-set-property-value/ example code to try: //the needed id of the admin page $id = 2; //get the page $admin_page = $pages->get($id); //set the template $admin_page->template->set("admin","admin.php"); haven't tried it but should work. just put this on the basic-page.php and call a page. If i'm wrong my someone experienced could help out. best regards mr-fan
-
There is never ever sorry for bad english (this hurt's none since this is no forum about english study) but less information is always a trigger for misunderstanding.... more source for inport/export could be the batchChildEditor module: https://processwire.com/talk/topic/6102-batch-child-editor/ it provides an option for import export childpages as csv data. But like BernhardB mentioned, too - more information == more help. Best regards mr-fan
- 12 replies
-
- Processwire
- handsontable
-
(and 2 more)
Tagged with:
-
39 bugs....come on your kidding me. You're using a free CMS/CMF wanna some important Requirements and don't want to spend little money on it.... like BernhardB wrote code it yourself or bring in some work to contribute and/or as an exchange get help from some experienced coder. I'm not a pro so i'm dependent on help sometimes, too.....but i always do it in the same order search->ask->decide (buy or search for a programmer to give a helping hand)->contribute first (testing, translating, co-working)->get help->search..... This order should not be the only right way (that don't exist) and maybe we misinterpret your post (may some wrong insistence in the !! and the short words). So sort up your requirements and think what this end result of software should do for you/or your client and at least what is this achievement of your UI Interface build with PW worth for you and/or your client....and then decide what is to do. For shure there are other options but none is fitting your requirements like Lister Pro - so i thought to adapt any other free available solution to your needs whould cost more than 39$....but this depends on your hourly rate. best regards mr-fan
- 12 replies
-
- 2
-
- Processwire
- handsontable
-
(and 2 more)
Tagged with:
-
please take a look at lister pro module - this has import/export features build in and for the different views per user it can be adapted with a hook. https://processwire.com/api/modules/lister-pro/ regards mr-fan
- 12 replies
-
- 2
-
- Processwire
- handsontable
-
(and 2 more)
Tagged with:
-
another option is to use the sliderrange field to provide an inputfield for time/period....
-
PW – time banking, login states, subscriptions etc – what is possible?
mr-fan replied to a-ok's topic in General Support
Best listing ever found on this to share for you: http://ma.juii.net/blog/time-banking-software-recommendation regards mr-fan- 4 replies
-
- 1
-
- features
- processwire
-
(and 3 more)
Tagged with:
-
PW – time banking, login states, subscriptions etc – what is possible?
mr-fan replied to a-ok's topic in General Support
Maybe you've found this, too....it's less 90's http://timebanks.org/get-started/community-weaver/ should be possible with pw for shure....since it's only data and display them....- 4 replies
-
- features
- processwire
-
(and 3 more)
Tagged with:
-
Site Profile Dispo, a simple file downloader
mr-fan replied to Mike Rockett's topic in Themes and Profiles
Thank you for this. Is it on Github. Little note: If you underscore and colorize something or some words you force me to click on it until a new window opens...if this behavior dosn't work you stealing my "clicks" ..... Best regards mr-fan -
Field width is expanded to 100% but i don't wont this...?
mr-fan replied to mr-fan's topic in General Support
Ok solved - with a simple hack and the great AdminCustomFiles modules... ProcessPageEdit.css #wrap_Inputfield_text2 {width: 34%!important;} is there a reason why the data-original-width is overwritten with a inline style attribute with "filling" the width to 100%? regards mr-fan -
Simple question on this topic is there a easy chance to get the field width setting be as choosed in the field settings? it seems that it would overwritten if there was empty space in a row? example with tree textfields i use on a columns template for a pagetable field: using actual ProcessWire 2.6.7 dev and three normal textfields without any magic set to 33% | 34% | 33 The user should not be confused by switching width's on different setting of number of columns. some screens added (lang is german but i think it's all clear) First actual state: Second like it should work: Third why it should work as mentioned in sceen 2 Best regards mr-fan
-
Hi Guys, did a small pullrequest on this to get the right labels in the right language... https://github.com/MadeMyDay/PageTableExtended/pull/18 honor goes not to me - clap for wanze instead.... https://processwire.com/talk/topic/3601-field-label-language-problem/#entry35402 best regards mr-fan
-
...on the widget topic i forgot these two interesting concepts of a kind of widget system with PW: https://processwire.com/talk/topic/8635-simple-example-for-widget-management/ and some kind of showcase for widgets with PW: https://processwire.com/talk/topic/10006-maletschek-nautics-boat-center-at-neusiedlersee-in-austria/
-
For me this was a goal, too since my former cms works with pages _and_ blocks on that pages very simple so i've searched for a simple solution with PW on this topic. You could take a look at the Blue VR Site Profile it's a great place to learn how to build variable content und flexible global blocks with repeaters, pages and pagefields... https://processwire.com/talk/topic/6647-blue-vr-processwire-site-profile/ second important "block builder" is PageTableExtended module....with this you could create different templates and let the user choose what kind of content he needs next...and resort them in the backend with the extended version you could render the output in the backend to fit the frontend view better. https://processwire.com/talk/topic/7459-module-pagetableextended/ since it is a little bit hard to setup the first time this post may help a lot: https://processwire.com/talk/topic/7459-module-pagetableextended/#entry71972 third thing to look is this module that let the user choose a template file to render the output...my this could be exented with some kind of previewimage like shown in your post.. https://processwire.com/talk/topic/6377-fieldtypeselectfile-inputfieldselectfile/ options are all there, but nothing out of the box i think. i'm very comfortable with pagetableextended on such things...combined with some optionfields it is quit powerful. regards mr-fan
-
For such things i use URL Segments to have all together....if the urls fitting. This tip from Horst is even great to have additional "layouts" with one template: https://processwire.com/talk/topic/9476-new-project-a-nice-growing-kindergarten/#entry91259 regards mr-fan
-
You don't need a repeater in a repeater....just make some better fieldsetup. example: your repeater f_columns should have all fields needed to get your output: 1. textarea 1 2. textarea 2 3. textarea 3 4. how many columns you need.... and now some kind of magic field 5. a options or pagefield type with the setting for the needed columns name it f_type or something like that - take a look at the options fieldtype for this. now you have a option to get different setups for your repeater field. example: if f_type has the options 1=One Column 2=Two Columns you could setup in your textarea 2 the display settings to only show if f_type=2 and so on... ...and in the template you could switch the layout on the f_type field...some screenshots below. Or you could look at the PageTableExtended (with kind of wysiwyg rendering in backend) field. Some good example for repeater as flexible layout field is there: https://processwire.com/talk/topic/6647-blue-vr-processwire-site-profile/ codedetails: (look at the pageblocktypes1-6) https://github.com/gayanvirajith/BlueVrSiteProfile/tree/master/templates/markup regards mr-fan