Jump to content

tcnet

Members
  • Posts

    86
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by tcnet

  1. 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.
  2. Would you please read this: @MilenKo you should report this to the proper module support thread: https://processwire.com/talk/topic/25339-processfilemanager/
  3. I'll rewrite the filemanager.php soon. Please be patient.
  4. https://github.com/matjazpotocnik/ProcessFileManager/archive/refs/heads/master.zip The administration should decide it.
  5. 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?
  6. 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
  7. Don't be worry. I just created my own ProcessFileManager: https://github.com/techcnet/ProcessFileManager
  8. Do you consider to maintain this module?
  9. Please, can somebody tell me the reason why this useful module is not available in the module directory?
  10. 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.
  11. 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.
  12. 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?
  13. I solved the problem with the login. Version 1.0.7 now available.
  14. 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?
  15. 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?
  16. 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/
  17. I just updated to version 1.0.6 which should solve the problem.
  18. Sames to be a bug in PDO in some PHP versions. Please open ProcessPageViewStat.module and change line 771 from: $query->bindValue(':rowlimit', $rowlimit, \PDO::PARAM_INT); to: $query->bindValue(':rowlimit', (int) $rowlimit, \PDO::PARAM_INT);
  19. If someone doesn't want to see the IP addresses, they can hold their hands over them. Over and out!
  20. Nobody except you can see the IP's! Where is the problem? If IP's stored with xxx in the database then it's no more possible to count the visitors and this would make the whole module worthless.
  21. Thank you too! I was assuming that it's the database driver.
  22. No, this are single quotes: '' I guess you uploaded the files in the wrong transfer mode. Otherwise, the stored int variables becoming strings. I don't know why. Or it has to do with PDO.
  23. It seems to be the row LIMIT. But I cannot be reproduce it. Try to change the row limit in the configuration to another value. Please also search the problem in your PHP/MySQL environment. Did you uploaded the files with FTP in the right transfer mode?
  24. Today I've tested VSCode. It's MBS! M stands for Mega. Anyway, project is on GitHub now. But it's probably the last time. For updates and new features check my blog. Thank you!
  25. Version 1.0.1 doesn't have namespace. I couldn't reproduce it without namespace. But I can reproduce it with namespace. I've made changes now.
×
×
  • Create New...