xyz.qtc63355 Approved

Member since: 2021-02-01

Recent posts by xyz.qtc63355
Post When

I read that, so it is done automatically right? Perfect!

Posted in Upload/Preview/Delete multiple images

Use this plugin: https://octobercms.com/plugin/responsiv-uploader

Posted in Frontend File upload [resolved]

I have a problem with this plugin. The images are being saved in my upload folder, which is fine if ...

Posted in Upload/Preview/Delete multiple images

Ok, this one was really easy.

  1. Install https://octobercms.com/plugin/responsiv-uploader
  2. There are t...

Posted in Upload/Preview/Delete multiple images

I followed up a tutorial for uploading and previewing a single image, and it's pretty cool. But it's...

Posted in Upload/Preview/Delete multiple images

use Auth;
if (!Auth::check()) { return null; } $user = Auth::getUser();

Posted in Getting the current user

I'm building a classified ads system and what I need is to specify different attributes for some of ...

Posted in Database schema for different types of products

Empty your table, delete all the entries, and recreate them.

Posted in Nested Tree Error

I want to create an AJAX handler function for updating only the user password "onUpdatePassword". Wh...

Posted in Extending Rainlab Users plugin Component with custom AJAX handler functions

Yes, this is how you can extend your user, basically you can do anything https://www.youtube.com/wat...

Posted in Can I create my own fields for user?