Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8715893
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T05:57:20+00:00 2026-06-13T05:57:20+00:00

I developing some component for Joomla 2.5. I follow official tutorial: http://docs.joomla.org/Developing_a_Model-View-Controller_Component/2.5/Adding_categories Now, I

  • 0

I developing some component for Joomla 2.5. I follow official tutorial:
http://docs.joomla.org/Developing_a_Model-View-Controller_Component/2.5/Adding_categories

Now, I added categories functionality for my component, but when I open categories menu in administrative panel I don’t see add, delete, edit buttons…
This is code of helper:

abstract class youtubeHelper
{
        public static function addSubmenu($submenu) 
        {
                JSubMenuHelper::addEntry(JText::_('COM_YOUTUBE_SUBMENU_ITEMS'),
                                         'index.php?option=com_youtube', $submenu == 'items');
                JSubMenuHelper::addEntry(JText::_('COM_YOUTUBE_SUBMENU_CATEGORIES'),
                                         'index.php?option=com_categories&view=categories&extension=com_youtube',
                                         $submenu == 'categories');

                // set some global property
                $document = JFactory::getDocument();
                $document->addStyleDeclaration('.icon-48-youtube ' .
                                               '{background-image: url(../media/com_youtube/images/tux-48x48.png);}');

                if ($submenu == 'categories') 
                {
                        $document->setTitle(JText::_('COM_YOUTUBE_ADMINISTRATION_CATEGORIES'));
                }
        }
}

What I need do for add the buttons?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T05:57:21+00:00Added an answer on June 13, 2026 at 5:57 am

    You don’t need to add any thing in code, you need to add access.xml file in your component.

    If you look at the com_content folder you will see this file.

    Copy this file to your component folder and edit it for your component.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have gone through the tutorial for component development at http://docs.joomla.org/Developing_a_Model-View-Controller_(MVC)_Component_for_Joomla!1.7_-_Part_06 . While the
I'm developing a XPCOM C++ component that have to use some RegExps functions Does
I'm currently developing some computer-vision application for blind people. Now we decided to move
I'm developing a asp.net application and I use some components. I have a component
my software-house is developing a component for advertisement in some of ours portals. The
I am developing a component package and want to display a icon and some
I am developing a Joomla component for Joomla 2.5. Since it's supposed to output
I am developing some application in Linux .This Linux is a virtual machine running
I am developing some SWIG-generated Java bindings for a C library. The library contains
I am developing some REST API's which are returning data in json format. ASP.net

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.