diff --git a/README.md b/README.md index bee3c842e..f3e6b8fda 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ OpenClassify is the extensible and most advanced open source classified app buil {{ addBlock('ad-list/partials/ads',{'featured_advs':featured_advs})|raw }} +- profile-module/profile/partials/navigation + + {{ addBlock('profile/navigation')|raw }} ## Server Requirements diff --git a/addons/default/visiosoft/profile-module/src/Http/Controller/MyProfileController.php b/addons/default/visiosoft/profile-module/src/Http/Controller/MyProfileController.php index d870346d4..3c8d45254 100644 --- a/addons/default/visiosoft/profile-module/src/Http/Controller/MyProfileController.php +++ b/addons/default/visiosoft/profile-module/src/Http/Controller/MyProfileController.php @@ -73,19 +73,6 @@ class MyProfileController extends PublicController $isActivePackages = $isActive->is_enabled('packages'); - if ($isBalanceActive) { - $balanceController = app(\Visiosoft\BalancesModule\Http\Controller\BalancesFrontController::class); - $balanceModel = new \Visiosoft\BalancesModule\Package\PackageModel(); - $balancespackage = $balanceModel->listPackage(); - $userbalance = $balanceController->index(auth()->user()->id); - $menu_balance = array(); - $menu_balance['href'] = "balance"; - $menu_balance['aria-controls'] = "balance"; - $menu_balance['title'] = trans('visiosoft.module.balances::field.menu_balance.name'); - $menu_fields[] = $menu_balance; - } else { - $userbalance = ''; - } if ($isActiveMessages) { $myMessages = new MessageModel(); diff --git a/addons/default/visiosoft/sahibinden-theme b/addons/default/visiosoft/sahibinden-theme deleted file mode 160000 index 1b1197523..000000000 --- a/addons/default/visiosoft/sahibinden-theme +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1b1197523e313f419ee8a1238fa0553e1213add0 diff --git a/composer.json b/composer.json index c821e686e..509c5675a 100644 --- a/composer.json +++ b/composer.json @@ -87,10 +87,6 @@ { "type": "composer", "url": "https://community.pyrocms.com" - }, - { - "type": "composer", - "url": "https://repo.openclassify.com/satis" } ], "autoload": {