*

Andrey

  • ****
  • 157 posts
There are problems with the media
« on: November 18, 2020, 08:44:42 PM »
There are problems with the media (photo). If earlier at 3.9 I imported 10,000 ads with 6 photos to the site (it took up no more than 10GB of space), now from this source 1000 ads take 7GB on the server.
It also appeared. I haven't imported it for a long time, so I didn't notice it before. In version 3.9, this was not the case, and advertising took up 8-10 times less space on the server.


I also put 6 photos per ad in the ad settings. After saving, there remains 6. But after closing the page and re-entering, 8 photos are installed


And the currency symbol is also missing (on both updated sites) they were previously in on both sites. (on one Beta on another Alpha)


And every night at exactly 1.30 a letter comes that I have been updated, although more than a month has passed.


Now I devote little time to the site, so what I am going to write in one post. thanks


« Last Edit: November 18, 2020, 09:34:36 PM by Andrey »

*

MB Themes

Re: There are problems with the media
« Reply #1 on: November 18, 2020, 09:37:01 PM »
- do not keep original image to save space
- you may reduce size of preview image, if is too big
- limit on photos does not remove existing photos
- problem with currency seems to be in improper symbol or not compatible site encoding
- regarding mail, there was update for that on forums, it seems you not use that. Will be definitely fixed in 4.2
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Andrey

  • ****
  • 157 posts
Re: There are problems with the media
« Reply #2 on: November 19, 2020, 05:02:35 PM »
Ok, I got it, thanks. And by
(Settings> Media)
"There is 22895 images to be processed. It is recommended to increase php maximum execution time and memory to highest values, in case you have thousands of images, as this process is extensive. If you get error after while, simple go back to this page and continue with process, regeneration will start on latest regenerated image. "

What it says and the number of photos is growing
Configured
max_execution_time = 1580
« Last Edit: November 19, 2020, 05:05:52 PM by Andrey »

*

MB Themes

Re: There are problems with the media
« Reply #3 on: November 19, 2020, 05:46:22 PM »
It is in case you want to regenerate them.
Number of images should be growing.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Andrey

  • ****
  • 157 posts
Re: There are problems with the media
« Reply #4 on: November 19, 2020, 07:50:17 PM »
Please add the function to hide phone number in 4.2. Visitors see instead of a phone number (the seller prefers a message). Now this is used on all popular boards and many users use this feature.

*

MB Themes

Re: There are problems with the media
« Reply #5 on: November 19, 2020, 09:15:11 PM »
@Andrey
I think this is available already in 4.1, that user can choose to hide phone number as well as admin can choose to hide phone number for non-logged users.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Andrey

  • ****
  • 157 posts
Re: There are problems with the media
« Reply #6 on: November 19, 2020, 09:34:58 PM »
But I do not find such a function not when registering, not when submitting an advertisement, or in the user's personal account. In version 4.1.1.
There is only a function for the seller to "hide or show email". I don't mean for registered users or not
« Last Edit: November 19, 2020, 09:41:03 PM by Andrey »

*

MB Themes

Re: There are problems with the media
« Reply #7 on: November 19, 2020, 09:56:32 PM »
But I do not find such a function not when registering, not when submitting an advertisement, or in the user's personal account. In version 4.1.1.
There is only a function for the seller to "hide or show email". I don't mean for registered users or not

Check listing settings.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Andrey

  • ****
  • 157 posts
Re: There are problems with the media
« Reply #8 on: November 19, 2020, 10:05:46 PM »
I'm sorry, I just saw.
« Last Edit: November 19, 2020, 10:10:23 PM by Andrey »

*

Andrey

  • ****
  • 157 posts
Re: There are problems with the media
« Reply #9 on: November 19, 2020, 10:10:29 PM »
Function "Enable TinyMCE on add / edit listing form in front / back office" works for text.
"Only allow registered users to see contact phone number"
But the "hide phone number" checkbox does not appear on the publish page
« Last Edit: November 19, 2020, 10:13:04 PM by Andrey »

*

MB Themes

Re: There are problems with the media
« Reply #10 on: November 19, 2020, 10:20:53 PM »
It must be added to theme.
You may check sigma item-post.php
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Andrey

  • ****
  • 157 posts
Re: There are problems with the media
« Reply #11 on: November 19, 2020, 10:45:26 PM »
It must be added to theme.
You may check sigma item-post.php
Tried adding <? Php ItemForm :: show_phone_checkbox (); ?> but doesn't work

*

Andrey

  • ****
  • 157 posts
Re: There are problems with the media
« Reply #12 on: November 19, 2020, 10:56:50 PM »
At the moment I have trouble with time, I beg your pardon. No time to view the associated code <? Php ItemForm :: show_phone_checkbox (); ?>.
If it does not make it difficult, please write. thanks

*

MB Themes

Re: There are problems with the media
« Reply #13 on: November 20, 2020, 08:38:27 AM »
@Andrey
<?php ItemForm::show_phone_checkbox(); ?> will generate checkbox input.

This is full code.
Code: [Select]
              <div class="control-group">
                <div class="controls checkbox">
                  <?php ItemForm::show_phone_checkbox(); ?> <label for="showPhone"><?php _e('Show phone on the listing page''sigma'); ?></label>
                </div>
              </div>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Andrey

  • ****
  • 157 posts
Re: There are problems with the media
« Reply #14 on: November 20, 2020, 04:50:10 PM »
I did so, but does not hide the phone number. With a flag or without, the number is visible
« Last Edit: November 20, 2020, 05:02:13 PM by Andrey »