Support Forums - Classified Ads Script Osclass
General osclass questions => General discussion => Topic started by: Andrey 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.
(https://do-mos.ru/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA.PNG)
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
(https://do-mos.ru/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA1.PNG)
And the currency symbol is also missing (on both updated sites) they were previously in on both sites. (on one Beta on another Alpha)
(https://do-mos.ru/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA7.PNG)
And every night at exactly 1.30 a letter comes that I have been updated, although more than a month has passed.
(https://do-mos.ru/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA5.PNG)
Now I devote little time to the site, so what I am going to write in one post. thanks
-
- 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
-
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
-
It is in case you want to regenerate them.
Number of images should be growing.
-
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.
-
@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.
-
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
-
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.
-
I'm sorry, I just saw.
-
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
-
It must be added to theme.
You may check sigma item-post.php
-
It must be added to theme.
You may check sigma item-post.php
Tried adding <? Php ItemForm :: show_phone_checkbox (); ?> but doesn't work
-
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
-
@Andrey
<?php ItemForm::show_phone_checkbox(); ?> will generate checkbox input.
This is full code.
<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>
-
I did so, but does not hide the phone number. With a flag or without, the number is visible
(https://do-mos.ru/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA11.PNG)
-
Update your theme or check in sigma for integration, you must apply new condition in item.php
-
Hello dear support.
The "hide number" function works great. But the user begins to search the entire page for a phone number.
How to do when the phone number is hidden, instead of an inscription appeared (The seller prefers to correspond)
thanks
-
@Andrey
You can use functions those hide phone.
if hidden, then some text....