How to add a notification next to custom admin menu? - php

I want to show a notification bubble next to a custom menu name on admin dashboard.
It's a custom admin menu, And the notification will be showing a custom value from the Database.
Something like when there is a new WordPress update.
I viewed some question, But they were related to posts and not custom menus.
How to do that?

Related

Custom admin edit page for single custom post type

I have a custom role "department admin", and custom post type "department page". Each department admin linked to a department. I need a custom page in admin to edit linked department page. I also used ACF plugin in department page for some custom field, any solution for this problem?
Finally i made solution, Menu replaced with admin_menu action hook which means all listing menu replaced to edit post menu with associated id and removed add new page menu. Also add a redirection in admin_init action hook. All above action hooks will apply based on user role.

Create Grid in Magento Edit Customer

I would like to create a grid and add/edit form in magento customer edit page.
I have successfully created new tab in customer edit page. On my previous practices, I have created a grid and forms on the top menu but not on the customer page.
QUESTION:
How to create a grid and form in customer edit page? it is similar to billing agreement grid, news letter grid, wishlist grid.
The process should be like this.
The admin will choose a customer and click it.
On the edit page, the admin will navigate to a custom tab that display a grid and button.
The grid display some details like title, short description and others.
the admin can add some list that is only available to that customer.
the newly added list will be added to the grid

Magento widgets: How do I create a new condition for "show attribute?"

Hopefully I can explain this correctly:
In Magento when I go to CMS Widgets > Widget Options, I see "Select condition of product for filtering" - this only contains a few values: Best Seller, Featured Products, etc...
I want to create a widget that I can add to a front page tabbed section that when you click on a specific manufacturer's logo (or name), a few products will show up in the area of the selected tab. Pretty standard CSS/jQuery tab.
I cannot find a way to add a filter widget within Magento that allows me to do this.
I can do it for featured products and other things, but is there a way to filter by an attribute?

How do i display category module on a custom page in opencart?

I am new in php so i don't know what to do!
For opencart I created a custom page for products.I want to add category module which is provided ready by opencart but i don't know how. Any idea how to add category module to my custom page?
You need to assign your custom page to a layout that displays the categories module.
Alternately you can create a new layout just for your custom page, then add the category module to your new layout.
No need to add a custome page for displaying category. If you entered category from the admin side then front side will be display your category...

Joomla custom component need to create menu

I am using Joomla 1.5 . I have developed a custom component that's basically a product catalog but with many custom admin options for the product page and categories. I have also created a custom view. In the component, you can create categories and assign them to the products. After every category I add, I need to go to the Products menu in Joomla admin and add new item and assign the custom view, which is the category view. Basically I need some indications about how can I automate this process, I mean add a new category and on save to auto create the menu item, with the selected view, pass category name. Has anyone done this before ? Maybe some article you know about this...
Thanks.
In joomla , for every action there will be a data entry.
On creating category or creating menu.
Just look what all tables are updated on creating category.
Then you can write a function for automation.
When a category is created , call function and update or insert menu tables for a new menu.
You can do it man.
I saw no answers after 4 hours , thats why am posting something like a pseudo code.

Categories