-
Posts
95 -
Joined
-
Last visited
-
Days Won
3
Everything posted by tcnet
-
"removed module from database" How did you do that? Just deleted the tables? You will get the same error! You have to uninstall it if you want to install it from the scratch!
-
Seems that ___upgrade($fromVersion, $toVersion) don't get called. You can use the old version. Just rename .ProcessPageViewStat to ProcessPageViewStat
-
If you realy clicked "Upgrade" then ___upgrade($fromVersion, $toVersion) have been fired and you would not have problems. Exists a directory named .ProcessPageViewStat in the module directory? Please note the dot before the module name. If not rename the module to .ProcessPageViewStat then go to the module page, rename it back to ProcessPageViewStat and then click Refresh.
-
This happened because you didn't realy upgrade it. You just replaced the files. In this case function ___upgrade($fromVersion, $toVersion) will be never called! Click on Modules and then on Refresh in the top right corner. This will fire the ___upgrade function.
-
No, I haven't forgotten. The module is still under review. After approval I'll post all links.
-
This module for ProcessWire sends a notification email for each failed login attempt. Similar modules exists already in the module directory of ProcessWire. However, this module is designed to notify, even if specified user doesn't exist. Settings The settings for this module are located in the menu Modules=>Configure=>LoginFailNotifier. Notification email Specifies the email address to which the notification emails should be sent. Email subject Specifies the subject line for the notification email. Post variables Specifies the $_POST variables to be included in the notification email. Each variable must be separated by a comma. For example: login_name,login_pass Server variables Specifies the $_SERVER variables to be included in the notification email. Each variable must be separated by a comma. For example: REMOTE_ADDR,HTTP_USER_AGENT Link to ProcessWire module directory: https://processwire.com/modules/login-fail-notifier/ Link to github.com: https://github.com/techcnet/LoginFailNotifier
-
This module implements the website live chat service from tawk.to. Actually the module doesn't have to do much. It just need to inserted a few lines of JavaScript just before the closing body tag </body> on each side. However, the module offers additional options to display the widget only on certain pages. Create an account Visit https://www.tawk.to and create an account. It's free! At some point you will reach a page where you can copy the required JavaScript-code. Open the module settings and paste the JavaScript-code into the field as shown below. Click "Submit" and that's all. Open the module settings The settings for this module are located int the menu Modules=>Configure=>LiveChatTawkTo.
- 1 reply
-
- 6
-
I've the filemanager.php completely rewritten. Version 1.0.3 is now available. Please make sure that the module is installed correctly.
-
Please have a look: This is not a proper directory name for a module. Please uninstall and reinstall the module by using the "Add Module from Directory" function.
-
I just rewrite filemanager.php. Please, can you wait till tomorrow? Please, would you make a screenshot and tell me which browser you using? I've seen that you uploaded the module by FTP. I guess you didn't uploaded all files. Please, would you might uninstall and reinstall the module by using the "Add Module from Directory" function.
-
Would you please read this: @MilenKo you should report this to the proper module support thread: https://processwire.com/talk/topic/25339-processfilemanager/
-
I'll rewrite the filemanager.php soon. Please be patient.
-
https://github.com/matjazpotocnik/ProcessFileManager/archive/refs/heads/master.zip The administration should decide it.
-
https://processwire.com/talk/topic/18176-processfilemanager/?tab=comments#comment-212359 Yes. It's from you. A beta version from 2017. Where is the problem?
-
File Manager for ProcessWire is a module to manager files and folders from the CMS backend. It supports creating, deleting, renaming, packing, unpacking, uploading, downloading and editing of files and folders. The integrated code editor ACE supports highlighting of all common programming languages. https://github.com/techcnet/ProcessFileManager Warning This module is probably the most powerful module. You might destroy your processwire installation if you don't exactly know what you doing. Be careful and use it at your own risk! ACE code editor This module uses ACE code editor available from: https://github.com/ajaxorg/ace Dragscroll This module uses the JavaScript dragscroll available from: http://github.com/asvd/dragscroll. Dragscroll adds the ability to drag the table horizontally with the mouse pointer. PHP File Manager This module uses a modified version of PHP File Manager available from: https://github.com/alexantr/filemanager
-
Don't be worry. I just created my own ProcessFileManager: https://github.com/techcnet/ProcessFileManager
-
Do you consider to maintain this module?
-
Please, can somebody tell me the reason why this useful module is not available in the module directory?
-
How to add my site profile to the module directory
tcnet replied to tcnet's topic in Module/Plugin Development
Thank you for your quick response. I created ModuleName.info.php and ModuleName.info.json and filled it with title, summary, version and author. But non of them solved the problem. So I created a ModuleName.module which contains a class with the same name as the site-profile and the getModuleInfo() function. Now I was able to submit the GitHub project URL. After, I deleted ModuleName.module again from the GitHub project. -
site-profile Site-Profile: Simple Blog Profile for ProcessWire 3x
tcnet posted a topic in Modules/Plugins
This site-profile for ProcessWire offers a simple and responsive blog which doesn't require any module. It works exclusively with some template files. See: https://processwire.com/modules/site-simple-blog/ Installation This site profile is intended for use with a new installation of ProcessWire. Download ProcessWire, extract all files and folders and upload it into your web server folder. Download the site profile, extract the site-simple-blog folder and upload it into the same folder. Start the installation. When prompted for Site Installation Profile select Simple Blog Profile for ProcessWire 3x and continue with installation. -
How to add my site profile to the module directory
tcnet posted a topic in Module/Plugin Development
I trying to add my site profile to the module directory here: https://processwire.com/modules/add/ I entered the GitHub project URL and press Continue. Then I got: Unable to load module info from GitHub. Please make sure there is a getModuleInfo() function, a ModuleName.info.php file, or a ModuleName.info.json file. It it possible that the module directory accepts only module? If so, where can I add site profiles? -
I solved the problem with the login. Version 1.0.7 now available.
-
Hi, I'm not sure where I can ask. So I try it here. I can't login anymore into "module authors" page: https://processwire.com/modules/login/ Error message: Login failed "Forgot password?" don't send me an email. Please tell me what's wrong?
-
There is a new version of parseuseragentstring available. I just updated the module. But at the moment I cannot access the module edit page. Something must be wrong here. Can an admin look into that?
-
As you can see, it's not an "error". It's an "PHP Notice". Why you get this Notice? Now, you didn't give me any info where you have seen this notice so I cannot help you. By the way, useragent.php is not my work. https://www.toms-world.org/blog/parseuseragentstring/