Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - alissonrodrigo

1
Bugs / OpenLinkAs and plugins
I noticed that when I use plugins like Coloris (https://github.com/mdbassit/Coloris) and the link opening mode (OpenLinkAs) other than "Navigation" the plugin simply stops working, returning only to Navigation mode. how to get around this error.
2
General Discussion / Intercept delete action
I would like that when the user deletes a record, instead of deleting the database, he just updates a field by setting that the record has been deleted. (deleted=yes) is it possible?
3
Bugs / erro upload image
After uploading a 'system' to a cloud server I get this error when uploading. (localhost works)

         Error 500       Server Error                                 
         Exception Traces               
         This will only be displayed in DEVELOPMENT_MODE.                                             
         Error Message               
         Class 'Uploader' not found                                       
         File               /app/controllers/FilehelperController.php On Line 21                                       
         Stack Trace            1 /system/Router.php(196): FilehelperController->uploadfile(Array)2 /system/Router.php(109): Router->run('filehelper/uploadfile/')3 /index.php(106): Router->init()
4
General Discussion / Filter in views
I can't create a filter for view's it works only with the list of data and a table. Does anyone know how to get around this problem?
5
General Discussion / Re: Images webp
Yes, image upload is set to images. If inserting the webp address directly into the database, phprad does not display the image in the preview
6
General Discussion / Re: Images webp
Good morning, but phprad does not even accept image upload. I would like to do all the processing of images with webp and those that are not in this format will be converted. is there any solutionw
7
General Discussion / Images webp
I did some tests on an older version of phprad and it didn't load webp images. We are going to redo the company's system but all the images are in webp. already supported?