TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

January 24, 2025, 02:21:22 AM

Login with username, password and session length

Recent posts

#91
Support / Re: Article Quick-list image u...
Last post by @rjen - July 05, 2024, 06:51:17 PM
Just added the setting in the beta package of version 3.0.1

If you would like to test it I can add you to the beta tester group so you can download it...
#92
Support / Re: Article Quick-list image u...
Last post by GhostRider2110 - July 05, 2024, 06:15:36 PM
Bumped it up to 2MB and worked like a champ on the image I was trying to upload.

Thanks
Mitch
#93
Support / Re: Article Quick-list image u...
Last post by @rjen - July 05, 2024, 06:12:26 PM
Agree.
#94
Support / Re: Article Quick-list image u...
Last post by GhostRider2110 - July 05, 2024, 05:57:05 PM
I agree, should be able to adjust it, at least some.  Also a little better error message might help.  Even if it is a hard limit, something indicating that would be very helpful.

Also, something that indicates that other setting is just for the icon size might be helpful. Yes it is in there with the icon image size, but as I did, could be taken as an overall image size limit. 

Going to make an adjustment to that, I just need it bumped up a bit.

If you need tester for something, just let me know.

Thanks
Mitch
#95
Support / Re: Article Quick-list image u...
Last post by @rjen - July 05, 2024, 02:36:01 PM
Checking the setup a bit further I see the parameter in the article settings page is only defining the maximum upload size for article icon images.
In itself that is okay: article icons are supposedly smaller images then article images, so having their own max size setting makes sense. It does not makes sense that there is no user setting for setting the max upload size for article images.

I am thinking of adding this to the article settings...
#96
Support / Re: Article Quick-list image u...
Last post by @rjen - July 05, 2024, 01:43:47 PM
Yes, it is.

I was not aware of this, but I just noticed that this is a hard-coded limit, set in Upload.php

class Upload
{
private static $_instance = null;
private $allowed_mime_types = [];
private $errors = [];
private $max_file_size = 1024;
private $allowed_chars = 'a-z0-9_.-';
private $mime_types = [
'txt' => 'text/plain',
'htm' => 'text/html',
'html' => 'text/html',

If you increase the limit here, it will work

private $max_file_size = 1024;
#97
Support / Re: Article Quick-list image u...
Last post by GhostRider2110 - July 04, 2024, 09:04:34 PM
Am I right in thinking that is a file size limit??  

Thanks
Mitch
#98
Support / Re: Buttons showing up when vi...
Last post by GhostRider2110 - July 04, 2024, 09:03:32 PM
Of course, the only place I DIDN'T look  :o :2funny: :uglystupid2:

Thanks
Mitch
#99
Support / Re: Problems ?? with Menu Mana...
Last post by GhostRider2110 - July 04, 2024, 09:01:36 PM
Ok thanks, I had gone thru the docs but was not really clear on that. But after playing around with it that's what I thought. 

I'll try that mod and see.. 

Thanks
#100
Support / Re: Problems ?? with Menu Mana...
Last post by @rjen - July 04, 2024, 08:51:43 PM
The internal menu function of TP is quite basic: you can add a few main buttons, but no subs.

If you want to really change the menu a full menu mod is recommended.