*

MB Themes

Osclass 8.1.2 release
« on: April 24, 2023, 03:55:37 PM »
Tomorrow, new Osclass version will be released.
Here you can see list of updates ;)

  • Backoffice translation "Share" function will only send translation to Osclass team if it contains all required files
        It will also not include irrelevant files to this translation
  • Osclass will now throw warning message on translation page, if "max_input_vars" variable is high enough to complete full translation
  • Translation share button was re-positioned and renamed
  • When core translation is saved, related index.php file of this translation is updated with correct Osclass version and new fields added into array
  • When using language code in URL, changing language will now not redirect user to home page, but will remain on same page in selected locale
  • Premium listings (osc_get_premiums) are now cached for specific user/session separatelly
  • Added folders permission check when saving or updating translations from source code
  • Updated conversion of Greek alphabet to Latin in URLs
  • Updated conversion of Turkish alphabet to Latin in URLs
  • Improvements in auto-upgrade process to avoid extra clicks after upgrade has finished
  • Required custom fields now contains star (*) in label name on publish page
  • Added descriptive details on publish page related to custom field ID, type etc
  • Log file in Tools > Debug/Error log section can now be removed (remove button added)
  • Theme functions has been added into CRON and can be executed by CRON as well (they were not included until now)
  • jQuery UI library used in backoffice reverted to 1.12 because of compatibility issues. Front-end still use latest 1.13 version of jQuery UI
  • Updated sigma_default_direction function to first check RTL setup on language field
  • Added hooks user_pre_login_form & user_pre_register_form into Sigma theme
  • Added PHPMAILER_DEBUG_LEVEL contstant (value 1 - 4) that allows to debug PHP mailer
  • Excluded pages for CSS & JS optimization now consider page Location & Section (ie: item-item_add, item, home, register-register, login-recover, user-profile, ...)
        Default exclusion list will now continue item-item_add, item-item_edit. If you want to minify/optimize on these pages as well, update these settings after Osclass update
  • Improved error reporting when image could not be loaded on publish page
  • Added latitude & longitude fields into backoffice - edit listing form. Created also standardized inputs for latitude and longitude
  • Added "Refresh images" option besides "Regenerate images", that will do the same except images building (will skip images generation and just call hooks)
  • Added {LOCALE_CODE} and {LOCALE_SHORT_CODE} as variable to all email templates
  • Added new setting: Always Generate Canonical URL tag. It is generated on every page (not just search)
  • Added new setting: Generate hreflang tags and add them to header to define alternative site locales
  • Upgrade code for Osclass 2.x was removed. It's not possible to upgrade from older Osclass version than 3.0
  • Fixed major bug when using language code in URL, plugin routes were corrupted
  • Fixed recaptcha verifcation on login page. Now recaptcha is verified against google services on background
  • Fixed PHP deprecated notices (PHP 8+)
  • Fixed and improved minor design issues on Sigma theme
  • Fixes and improvements in hUser helper functions
  • Fixed missing resource_thumbnail_url filter across multiple files in Osclass core and backoffice
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: Osclass 8.1.2 release
« Reply #1 on: April 25, 2023, 01:15:18 PM »
New Osclass version was released, you can read about details here:
https://docs.osclasspoint.com/osclass-8-1-2-release
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ajit Sahane

  • ****
  • 177 posts
  • https://bestclassifiedsusa.com
Re: Osclass 8.1.2 release
« Reply #2 on: April 25, 2023, 05:31:38 PM »
Well done.

Let's see how canonical & few others long waited issues sorted.

soon testing.
« Last Edit: April 26, 2023, 04:58:10 AM by Ajit Sahane »

*

KaloSex

  • ****
  • 139 posts
Re: Osclass 8.1.2 release
« Reply #3 on: April 26, 2023, 11:11:11 PM »
i got the update and i love it for now. My only concern is the canonical on all pages but i will open another thread specifically about this so we can all discuss it

*

MB Themes

Re: Osclass 8.1.2 release
« Reply #4 on: April 27, 2023, 07:16:31 AM »
You can enable or disable it ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Vlad7

  • ****
  • 244 posts
Re: Osclass 8.1.2 release
« Reply #5 on: April 27, 2023, 04:32:33 PM »
Why is there a problem with transferring categories?

*

KaloSex

  • ****
  • 139 posts
Re: Osclass 8.1.2 release
« Reply #6 on: May 01, 2023, 01:23:14 PM »
You can enable or disable it ;)

Yes ofc i know it. Normally canonical tags is what google wants. Just don't know which is the best decision currently, since some pages are accessible from more than one url, and they get both the canonical tag. I have two language enabled, and the pages from blog, forums etc are accessible with and without the language code, instead of redirecting users, as the core osclass does now. So, that is what concerns me. If all the plugins were working as the osclass core, and users were redirected to the url which includes language codes, then the canonical feature would be GREAT.

So at this point i am not sure what is best to use..

*

Ajit Sahane

  • ****
  • 177 posts
  • https://bestclassifiedsusa.com
Re: Osclass 8.1.2 release
« Reply #7 on: May 16, 2023, 02:52:23 PM »
canonical still need improve.  Osclass V 8.1.2 latest

Home page - no canonical link

Search page - work fine

item page -  no canonical link

static page - no canonical link

faq / companies -  main + sub - no canonical link

keyword search pages - no canonical link

-----------------------------------------------------------------------  But I am fixed my way, still need improvement.

Check my code, you can test & use.

Code: [Select]
<?php if(Params::getParam('iPage') == || osc_get_canonical() != '') { ?>
<link rel="canonical" href="<?php echo osc_get_canonical(); ?>"/>
<link rel="alternate" href="<?php echo "https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"?>" hreflang="en-in" />
<?php } else { ?>
<link rel="canonical" href="<?php echo "https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"?>" />
<link rel="alternate" href="<?php echo "https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"?>" hreflang="en-in" />
<?php ?>




You can follow this https://free-classifieds-usa.com/  website structure.  perfect canonical working.
How this person achieve ...?  want same solution.

Team, kindly check & fix this IMP problem.
« Last Edit: May 16, 2023, 02:59:34 PM by Ajit Sahane »

*

VS

  • **
  • 29 posts
Re: Osclass 8.1.2 release
« Reply #8 on: June 01, 2023, 09:39:23 AM »
I feel bad that I even started working on this platform. Some nonsensical changes that I did not initiate keep happening. I have a feeling you're screwing us.
I didn't want to change version 8.1.1 to 8.1.2, but today my version 8.1.1 works like a meaningless 8.1.2 without knowing what initiated that change. This is really getting all ruthless.
Someone please explain to me why my veryia osclass 8.1.1 behaves like 8.1.2 ?!

*

KaloSex

  • ****
  • 139 posts
Re: Osclass 8.1.2 release
« Reply #9 on: June 01, 2023, 09:45:16 AM »
Go to Settings ---> General ---> Go to bottom page on "Software updates" and disable the automatic updates..

*

VS

  • **
  • 29 posts
Re: Osclass 8.1.2 release
« Reply #10 on: June 01, 2023, 09:51:36 AM »
It disabled.
What else can be?

*

VS

  • **
  • 29 posts
Re: Osclass 8.1.2 release
« Reply #11 on: June 01, 2023, 10:50:42 AM »
I just change admin login.php, nothing else. And after that my admin panel not work like 8.1.1. its have all elements like 8.1.2.
I dont understand what happend.

*

VS

  • **
  • 29 posts
Re: Osclass 8.1.2 release
« Reply #12 on: June 01, 2023, 01:04:06 PM »

Where is the support to tell me why the backup files are not restoring my admin panel? Why does my panel keep running as the latest version even after restoring files from backup?

*

MB Themes

Re: Osclass 8.1.2 release
« Reply #13 on: June 01, 2023, 02:21:32 PM »
Where is the support to tell me why the backup files are not restoring my admin panel? Why does my panel keep running as the latest version even after restoring files from backup?

Use correct thread (and backup functionality).
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots