News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

How to remove tcpdf from Components in Joomla admin panel?

Started by abrodski, August 18, 2016, 17:42:44 PM

Previous topic - Next topic

abrodski

Hello!

A while ago in this thread here:

https://forum.virtuemart.net/index.php?topic=126403.0

GJC Web Design described the way to get rid of "Virtuemart aio" empty menu item in Joomla's "Components" menu by doing this in the database:

SELECT * FROM `jos_menu` WHERE `link` LIKE '%allinone%'

Now my question is... what SQL query is necessary to remove "tcpdf" empty entry from Joomla's "Components" menu?

GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

abrodski

Quote from: GJC Web Design on August 18, 2016, 17:58:47 PM
SELECT * FROM `#___menu` WHERE `title` LIKE '%tcp%'

Thank you! Just to be sure...

SELECT * FROM `#___menu` WHERE `title` LIKE '%tcp%'

means this?

SELECT * FROM `jos_menu` WHERE `title` LIKE '%tcp%'

where I just change the "jos" for my own Joomla prefix? Correct?

GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation