-
Posts
1,360 -
Joined
-
Last visited
-
Days Won
49
Everything posted by flydev
-
A screencast for the bug concerning the "Search" on the navbar already reported by @adrian Also, see the `overflow`.
-
Finally tried Forklift and I like it, just brought a license - thanks for the suggestion @adrian I kept a copy of the russian software just in case ?
-
files get added with 600 permissions and dont know why
flydev replied to benbyf's topic in General Support
Ok, to give you the idea, I suspect that you have an issue with suPHP in your setup overriding permission or with FastCGI (through the use of suEXEC). You should take a brief look at this direction and report things here. For example, if you confirm that suPHP is present, them check the value of umask in /etc/suphp.conf ps: check your PM -
Ok that's an idea, I will take a look. About the PR, I didn't had the time the other day, will try to re sent it today. Thanks again for this great module.
-
files get added with 600 permissions and dont know why
flydev replied to benbyf's topic in General Support
Strange, it look like a sftp/ftp issue, how do you upload your files ? via FTP ? If yes yes, which server type ? Forgive, I misread the post.. What's the server type ? Dedicated ? shared host ? ProcessWire and PHP version ? -
To implement that is quite simple, check this small starting point, it should give you the idea :
-
maybe still a little early to think properly but in this case, instead writing the logic on the __install() method itself, you could present a ProcessModule where in the first instance, the user choose what's needed then he click on the button "Proceed to install". Or another way could be to present a standard template/page with a Hook which install the module on Page::save. I think you get what I mean.
-
Nope jQuery (the third party JavaScript library) isn't added by the module. Try to add this piece of code just after the footer then refresh your page : <script src="https://code.jquery.com/jquery-3.3.1.js" crossorigin="anonymous"></script>
-
Ok, I tried before speaking, but dude, installed and removed twenty seconds later. So old, no tags, no sync, bad fonts, no preview, no panel, no mojave support... twenty seconds I can't saw more and didn't want. `ls -a` in a terminal is more useful And yes as Adrian pointed out : Thanks for the suggestion anyway, it look like it do the job, but I am looking for a productive tool. Not a terminal shortcut. @Jonathan Lahijani thanks you, it was not the goal, but you made me brought a license for my Windows laptop ?
-
On a fresh PW 3.0.123 setup with a new Tracy v4.16.12 install, it look like `ApiExplorerIncludeInheritedMethods` is not defined in the array of the getDefaultData() method and this notice popup :
-
-
Hi mac users ? As the title say, which window manager are you using as an alternative to Finder ? I was used to do everything with Path Finder since version 6, but the version 8 is too bugged to feel good giving a buck on their app again ? I tried today Commander One, but it lack too much productive functionalities, stuck to two panels, no sync.. Thanks.
-
I tested this module sometime ago before the release of DataSet and I had to fix the hardcoded admin url. I will sent you the new pull-request this afternoon concerning the following fix/change, feel free to merge it or not. install / uninstall written: fields and template created on installation / removed on uninstall fix: corrected admin page link in module and js file process module link moved under setup (can be moved later by the user without messing the admin url) about, tips markup improvements @mtwebit do you have an idea from where I could start to begin to port this module under Windows as the PCNTL extension isn't supported by this last OS ? I have already in mind implementing pthread to consume a Messaging Queueing System or something like that. And for people who wonder how it works with DataSet, there are a small screencast (shortened) importing a CSV DataSet :
-
Nice work ! What a refresh ! ? As two-cents frontend dev, I think that the Download and Demo buttons on the start page could deserve a "better" ghost-button. Additionally, on the "Demo" button, I would see a 'bolt' icon more than a 'map-marker' (the 'rocket' icon should be perfect but not integrated in the UIKit framework I think). This ! Those last years, despite every module being a gift for the community, Tracy has become THE tool to build those gifts. It is also THE tool for peoples who like to offer support for free to the community. And without speaking about support or modules dev. but globally, the experienced or newbies developers, once they get their hand on Tracy, they speed up their development workflow. Just to say that @adrian made a crazy job with Tracy and it give to ProcessWire more strength (than it already have), so yes, definitively yes ☝️
-
Hi, yes and it's very easy to implement (less than a minute really without styling) : https://modules.processwire.com/modules/ajax-search/ Others results : https://www.google.com/search?q=site:processwire.com/talk/ ajax search
-
You can mod everything from your taste using LESS or SASS. You can also make a complete new theme (I am for example building one based on the Bulma Framework). Another screen of an actual AdminTheme based on UiKit and Boss : Check this theme/thread and readme : https://github.com/ryancramerdesign/AdminThemeUikit edit: beaten by @bernhard ? ping @Pixrael ?
-
After upgrade to 3.0.123 Pages aren't displayed correctly
flydev replied to joe72joe's topic in General Support
Maybe not in the right way and it might be related to this issue (fixed) about API method next() and prev(). https://github.com/processwire/processwire-issues/issues/716 https://github.com/processwire/processwire/commit/8e22bee1b561045fde4d2f7a11479ac5f24c18e2 I think that in order to get the things working back, you must install TracyDebugger, set `$config->debug` to true, load the culprit page and past here the full Exception Stack Trace. Edit: Look like your errors are here : The two method expect a SELECTOR string, not a PAGE Object. https://processwire.com/api/ref/page/next -
Look like you are using the Bootstrap framework v4. Use card and card-group : https://getbootstrap.com/docs/4.0/components/card/#card-groups Play with Flex alignement variations : https://getbootstrap.com/docs/4.0/utilities/flex/#align-content
-
@microcipcip I am porting this profile to work with GraphQL. I mixed vue, vuex, apollo-boost and graphql and actually, everything is fine. I can query the endpoint, update components, etc. Working now on implementing JWT authentication. As I am quite new in the Vue ecosystem, I was wondering why you suggested vue-supply ?
- 36 replies
-
- 2
-
- vue-router
- vuex
-
(and 2 more)
Tagged with:
-
Progress report for development of my GroupMailer module
flydev replied to Gadgetto's topic in Module/Plugin Development
I would see something like you show us in the screenshot in a Process Module. I remember a lot people discussed about NewsLetter module here in the forum where you can grab insights from them. Also there are already some modules which could be taken as idea / or connected to this module. Like sending Page via mail, members registration etc. You will find all those modules and discussion with the link below : https://www.google.com/search?q=site:processwire.com/talk/ newsletter and For this task, I would see Tasker implemented (the only one drawback, and a good one, it work only under Unix based system, Windows do not support the PCNTL extension) https://github.com/mtwebit/Tasker/wiki I am watching closely now your thread as I will need a gud NewsLetter module in the next months ? -
For the faq reference : Mathjax plugin : CKEditor and pasting
-
Hi, Choose / install a newer PHP version in cPanel. Your current version look too old (below 5.4) and do not support short array syntax..
-
To use it locally it's simple. Download and install Mathjax lib Download Mathjax from Github and extract the following file and folders from the downloaded archive into the CKEditor Mathjax plugin dir : Left panel = CKEditor mathjax plugin dir / Right panel = Mathjax downloaded folder Modify your config.js (or config-body.js) before : config.mathJaxLib = '//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS_HTML'; after : config.mathJaxLib = ProcessWire.config.urls.root + 'site/modules/InputfieldCKEditor/plugins/mathjax/MathJax.js?config=TeX-AMS_CHTML'; Note : on the config line, the config get value (?config=TeX-AMS_CHTML) need to be the name of one config file existing under the mathjax/config dir. Refresh your page and voila.
-
Then download it from the cdn server and load the file locally. Nah, you had a typo in your url ?
-
Hi and welcome, You likely have an issue with document encoding (while pasting the url in the config.js file), you can check it in the Network tab of your browser developer tool, 404 error happen for sure, try recopying from here or write the url by hand : config.mathJaxLib = '//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS_HTML'; Error diff from your previous "pasted" line : Result: