What's new

Welcome to xCrud Community - Data Management and extended PHP CRUD

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

xcrud pro 1.0.3 - adminlte not show icon in menu

pierluisdj

New member
Joined
Nov 9, 2022
Messages
13
Reaction score
0
Points
1
Location
Italy
The table in the example is incorrect!

SOLUTION

fill the table with correct icons code (example: fas fa-circle ... find on google for more code)

this is a short list of icons code... truncate your icons table then execute this query:

INSERT INTO `icons` (`icons_id`, `icon`) VALUES
(14, 'far fa-circle'),
(15, 'fas fa-edit'),
(16, 'fas fa-table'),
(17, 'fas fa-copy'),
(18, 'fas fa-th'),
(19, 'fas fa-tachometer-alt'),
(20, 'far fa-calendar-alt'),
(21, 'fas fa-book'),
(22, 'fas fa-file'),
(23, 'far fa-circle text-danger'),
(24, 'far fa-circle text-info'),
(25, 'far fa-circle text-warning'),
(26, 'fa fa-briefcase'),
(27, 'fa fa-users'),
(28, 'fa fa-user'),
(29, 'fas fa-ellipsis-h'),
(30, 'far fa-envelope'),
(31, 'fas fa-circle');


Then you can go to menu manage page and replace all "icons" one by one.

this is a preview of my menu





Schermata 2022-11-16 alle 18.28.27.png
 
Top Bottom