Vodhin

Results 7 issues of Vodhin

### What e107 version are you using? v2.3.3 ### Bug description All worked OK prior to the v2.3.3 update. I decided to add the table to my plugin's sql.php file...

type: bug

It seems that the following prevents updating user class selection if no checkboxes are ticked, preventing deselection of all classes `540: if (isset($allData['data']['user_class']))` Adding seems to resolve this issue: `565:...

### What e107 version are you using? v2.3.3 ### Bug description After logging out, I am being redirected to a URL for a random image called by something in my...

type: bug

### Question Is there a way to include an Icon and/or `` elements in a Plugin's Admin Menu? **What is documented:** ``` protected $adminMenu = array( 'estate_agencies/inbox' => array('caption'=> 'Agent...

type: question

### What e107 version are you using? v2.3.3 ### Bug description Looks like admin.php is not returning a proper JSON response for Admin users who are NOT Main Admin and...

type: bug

### Motivation I would like to use html tags in the Caption of table render so I can add icons or other interface elements to front end pages. It seems...

type: enhancement

### What e107 version are you using? v2.3.3 ### Bug description It appears that the Plugin Install function finds and logs any file ending in xxx16.png, xxx32.png, xxx48.png, xxx64.png as...

type: bug