Questions tagged [admin]

admin may refer to both physical persons or software accounts that are dedicated and privileged to change the system they operate. Also used on WordPress to designate backend.

admin may refer to both physical persons or software accounts that are dedicated and privileged to change the system they operate. Also used on WordPress CMS to designate backend processes (see is_admin() conditional function).

4554 questions
1
vote
1 answer

Magento localhost migration index.php and admin issue

On the server, my website uses mod-rewrite to structure urls without index.php but after I downloaded the website to my local machine, none of the links work without index.php. I'm using the same files, the same .htaccess and I'm using the same…
jacr1614
  • 1,250
  • 2
  • 14
  • 23
1
vote
1 answer

Can I filter instances shown in admin changelist?

I have a model Child inheriting from a model Parent. In the Parent admin I've got Parent and Child instances, while I would like to have only Parent instances (Child instances are managed in Child admin). How can I do that? thanks jul
jul
  • 36,404
  • 64
  • 191
  • 318
1
vote
1 answer

How to create AppController in a Admin area in CakePHP 3

I created Admin area by setting prefix "admin" in routes.php file: Router::prefix('admin', function ($routes) { // All routes here will be prefixed with `/admin` // And have the prefix => admin route element added. …
Arvind K.
  • 1,184
  • 2
  • 13
  • 27
1
vote
3 answers

Suddenly lost the System menu option from Magento Admin Panel

I am using Magento CE 1.9.1. Everything was working well a while ago and all of a sudden, the "Systems" menu from the admin panel navigation menu disappeared. I cleared the "var" folder manually but still the problem is the same. When I googled…
Shantaram
  • 11
  • 1
1
vote
1 answer

Django DecimalField "." instead of ","

It seems it's a language problem with thousands separator, I think. If I use en-us in settings.py it works, but if I change it to danish 'da' it's converts it to a comma... Can I use 'da' and force a model to use english? If I paste or type…
user6285978
1
vote
1 answer

Magento 2 - Links in Admin wont work

I try to install a new magento 2. If I login in the admin all the menus and links won't work (also the logout, too). What I do wrong - I read something about that problem and I've try to change the di.xml but that wont change anything. at the…
newbieRB
  • 137
  • 1
  • 14
1
vote
1 answer

laravel 5.2 make dashboard for admin

I am new in laravel 5.2. I want to make dashboard for admin but i do not understand how to make it. I did copy all controller files in admin folder and also copied view folder in admin folder. I did try some code which is mention below:-…
Varinder
  • 202
  • 5
  • 16
1
vote
1 answer

Devise allow admins to delete users

This seems to be a common issue, I have tried a couple solutions and am getting an unexpected issue. The goal is to create a page that admins can edit the permissions on and delete user accounts. routes: devise_for :users, controllers: {…
newtothis
  • 23
  • 4
1
vote
1 answer

Wordpress Front page Display Setting Missing

I have installed Wordpress 4.6/4.5/4.4 and Front page displays option is missing from the settings > Readings section. Any suggestions? Note: no plugins are installed
WalksAway
  • 2,769
  • 2
  • 20
  • 42
1
vote
1 answer

Form submit is not working for dropdown change in wordpress admin

I was working on submitting the form after change in dropdown in wordpress admin. I tried adding javascript to dropdown like , this also didn't work for me. Even i tried using JQuery but didn't…
Nitin
  • 13
  • 2
1
vote
1 answer

How can I replicate WordPress' update notification?

In WordPress I've learned how to use wp_insert_post() to insert a custom JSON link but I'm wanting a way I can conditionalize the status of the JSON pull and if I were to receive an error I can flag the custom post type with the count of errors for…
DᴀʀᴛʜVᴀᴅᴇʀ
  • 7,681
  • 17
  • 73
  • 127
1
vote
0 answers

Magento 2 Admin- Invalid data provided for linked products

Getting an error: "Invalid data provided for linked products" when adding related products to a product from the admin panel and saving Indexer crons, already setup Magento CLI version is : 2.1.1 How can I fix it or use database to add the related…
Hammad Khalid
  • 538
  • 3
  • 7
  • 21
1
vote
3 answers

Import button + File browse field in admin product grid in magento

I want to add an Import button and a file browse button next to the Add Product button in the product grid page in magento admin. When the user choose a file and clicks the Import button I'll upload the file to var/import, open a new tab and run the…
pablo
  • 2,719
  • 11
  • 49
  • 67
1
vote
1 answer

Laravel Backend Admin - Separate Laravel Install or Use only One Laravel Install?

I need structure tips before I create my personal website using Laravel 5.3. Should I use a separate Laravel install for my subdomain backend to be safer or should I only use one Laravel install and do the routes below? Which is the best practice…
marknt15
  • 5,047
  • 14
  • 59
  • 67
1
vote
3 answers

Unable to login as admin in PrestaShop

I have PrestaShop version 1.6.0.6 and have problem with log into admin panel for 2 weeks. I had not update any module or shop. When I enter the correct e-mail and password it redirect me to the controller AdminDashboard, but quickly moved to…
1 2 3
99
100