1
Support / Re: Search results items per page?
« on: April 18, 2025, 04:12:23 pm »
Could probably be changed in a future update to use that setting I believe it is hardcoded at 10 right now.
|
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 1
Support / Re: Search results items per page?« on: April 18, 2025, 04:12:23 pm »
Could probably be changed in a future update to use that setting I believe it is hardcoded at 10 right now.
2
Bugs / Re: Trying to access array offset on null« on: April 09, 2025, 07:39:10 am »
Try this file copy to your sources folder
3
Support / Re: Suggestions and request« on: April 02, 2025, 10:06:21 pm »
Good ideas for improvements for future versions
4
Support / Re: How does a member add a Classified Listing?« on: March 28, 2025, 08:05:50 pm »
Admin needs to create a listing category first.
5
Support / Re: Thumbnail creation settings« on: March 28, 2025, 12:42:51 pm »
There is a cropping addon.
https://www.smfhacks.com/index.php/topic,10068.0.html 6
Support / Re: Auto converting to webp or AVIF« on: March 28, 2025, 12:42:14 pm »
Could be a possible feature always has a risk of loosing quality going by one format to another.
7
Support / Re: Thumbnail creation settings« on: March 27, 2025, 09:37:27 am »
The cloest setting we have is
Max thumbnail width: Max thumbnail height: That will limit to max 72x72 But it will not make all thumbnails 72x72 exactly if smaller or larger as it depends on aspect ratio since images could appear distorted if made the exact size. 9
Support / Re: Bulk Upload Frozen« on: March 26, 2025, 07:58:13 am »
The easiest change would be to change the database column size if you can via phpmyadmin
Code: [Select] alter table smf_down_file change title title varchar(500);
10
Presales for Products / Re: Community suite buying question« on: March 25, 2025, 11:26:20 am »
Thanks for your support! Many years of work and updates have gone into these products I used them myself on various forum sites I manage.
11
Support / Re: Downloading with Zero Credits?« on: March 23, 2025, 01:40:50 pm »
1. Admins i belive can get anything for free
2. 6.2.3.1 !Think finally fixed all of ST Shop integration 12
Support / Re: Uploading Bulk files to a Category?« on: March 21, 2025, 08:26:01 pm »
Fixed these latest update
6.2.3 !Fixed even more functions for ST Shop integration affects SMF 2.1.x !Updated list of spiders for search engines/bots !Added checkall/uncheckall on FTP page SMF 2.1.x !Fixed some manage category display issues SMF 2.1.x 13
Feature Requests / Re: Some minor Layout modifications« on: March 21, 2025, 08:02:57 pm »
Added the checkbox to uncheck/checkall.
Sorting is tricky since it is by files on the disk. 14
Feature Requests / Re: Some minor Layout modifications« on: March 21, 2025, 07:46:16 pm »
2nd. That should be pagination there. Looks like missing "Pages" text in front of it.
Fourth in this current update. 15
Support / Re: Mod for compare gallery.text with board.text« on: March 21, 2025, 05:52:46 pm »
Not sure of a good way to do this... You can comment out the code in the gallery when a gallery item is edited not to update the original post.
|
|