diff --git a/README.md b/README.md index f8a2e9b9a..3ff524c6f 100644 --- a/README.md +++ b/README.md @@ -142,4 +142,4 @@ Dia @diashalabi ## Thanks to -Ryan and it's stream platform and pyrocms it makes OpenClassify more powerfull. +Ryan and his stream platform PyroCMS which makes OpenClassify more powerful. diff --git a/addons/default/visiosoft/advs-module/src/Adv/AdvRepository.php b/addons/default/visiosoft/advs-module/src/Adv/AdvRepository.php index 63ddc4d2f..b9cb86190 100644 --- a/addons/default/visiosoft/advs-module/src/Adv/AdvRepository.php +++ b/addons/default/visiosoft/advs-module/src/Adv/AdvRepository.php @@ -74,9 +74,6 @@ class AdvRepository extends EntryRepository implements AdvRepositoryInterface $query = $query->where('city', $city->id); } elseif (isset($param['city']) and !empty(array_filter($param['city']))) { $query = $query->whereIn('city', explode(',', array_first($param['city']))); - } elseif ($selectedCity = request()->cookie('selectedCity')) { - $selectedCity = json_decode($selectedCity); - $query = $query->where('city', $selectedCity->id); } if (isset($param['district']) and !empty(array_filter($param['district']))) { $query = $query->whereIn('district', explode(',', array_first($param['district']))); diff --git a/addons/default/visiosoft/base-theme/resources/lang/en/field.php b/addons/default/visiosoft/base-theme/resources/lang/en/field.php index 09b673026..bde7414f0 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/en/field.php +++ b/addons/default/visiosoft/base-theme/resources/lang/en/field.php @@ -64,6 +64,9 @@ return [ 'instruction_description' => 'Instruction Description', 'instruction_list' => 'Instruction List', + // Posts seeder + 'cover_image' => 'Cover Image', + // Offline 'connection_problem' => 'Connection problem', 'your_internet_connection_is_broken' => 'Your internet connection is broken,', diff --git a/addons/default/visiosoft/base-theme/resources/lang/tr/field.php b/addons/default/visiosoft/base-theme/resources/lang/tr/field.php index aebc5c2d2..3a69925a0 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/tr/field.php +++ b/addons/default/visiosoft/base-theme/resources/lang/tr/field.php @@ -62,6 +62,8 @@ return [ 'list' => 'Liste', 'instruction_description' => 'Talimat Açıklama', 'instruction_list' => 'Talimat Listesi', + // Posts seeder + 'cover_image' => 'Kapak Fotoğrafı', // Offline 'connection_problem' => 'Connection problem', diff --git a/addons/default/visiosoft/base-theme/resources/views/addons/anomaly/posts-module/posts/articles.twig b/addons/default/visiosoft/base-theme/resources/views/addons/anomaly/posts-module/posts/articles.twig index d3bd99fc2..d95b18c24 100644 --- a/addons/default/visiosoft/base-theme/resources/views/addons/anomaly/posts-module/posts/articles.twig +++ b/addons/default/visiosoft/base-theme/resources/views/addons/anomaly/posts-module/posts/articles.twig @@ -14,7 +14,7 @@ class="fs-14 product rounded position-relative bg-white link-dark text-decoration-none border">