Skip to main content

All Questions

1 vote
0 answers
122 views

Joomla Component - site model view with different layouts

Hello and happy new year :) I have a question about the development of a component and in this case now for the site. In the backend I have everything ready. I have a Component->Model->view (...
Lukas's user avatar
  • 47
1 vote
1 answer
1k views

How to export a Joomla 3 component to another Joomla site?

I have lost the installation zip file of one of the component that I installed in one site. How do i export it and repackage it so i can install it in another site?
user3108698's user avatar
2 votes
1 answer
406 views

How to update Joomla custom component?

I'm trying update my custom component which I had created. The version number when I installed was 0.0.1. Later on I had to do some changes in the table (had to add a column). So I changed the ...
Manoj Kumar's user avatar
1 vote
2 answers
43 views

How to keep Folder/Files of extension in the uninstall process

I want to keep the all the file structure of extension when we uninstall any extension from the site. In the uninstall process I want to remove DB tables only and want to keep all Files/Folders. Can ...
Lokesh Joshi's user avatar
-1 votes
1 answer
380 views

Strict Standards: Non-static method Error in Joomla

I developed one Joomla Component. In Administrator Part I display Dynamic Category using helper/select.php file. But I got this error: Strict Standards: Non-static method TrueMatrimonyHelperSelect::...
Karthik mathesh's user avatar
1 vote
0 answers
32 views

How to use gantry custom color

I'm creating a component and actually I'm using Rocket Them Gantry 5 Template actually i wanna add some block like Section Style that include some block for change color of sections, and admin ...
dude's user avatar
  • 71
0 votes
1 answer
41 views

Show form when install component in joomla

I want to show a small form with JavaScript when I install component like when we install our component then after installation I just want to show a form. I have created a file that is script....
Pritesh Mahajan's user avatar
2 votes
1 answer
450 views

set manually id for row of table by JTable in joomla

i have table with field user_id (unique). i want set manually set it.but when i set it,JTable not insert data. my $data array is: $data['user_id']=500; $data['name']='test'; $data['lastname']='test'; ...
MJH's user avatar
  • 31
0 votes
1 answer
289 views

Can't access Mosets Tree on Joomla 3.4

I upgraded Joomla from 2.5 to 3.4 yesterday, after backing our website up. After the upgrading was done the whole website was down from about 10 minutes and then up and running again, but not ...
The Arc of King County's user avatar
1 vote
1 answer
1k views

How to change Register message in Joomla 2.5

I am using Joomla 2.5 inbuilt registration form . Now i need change the display Message After successful register .(Your account has been created and an activation link has been sent to the email ...
ensignpixels llp's user avatar
1 vote
2 answers
7k views

Joomla - 500 View not found [name, type, prefix]

I am developing a joomla component in my localhost, every thing is ok on the localhost but when i create installation package and install the component on the online host i get 500 view not found ...
Morteza Soleimani's user avatar
0 votes
0 answers
134 views

Joomla Comonent update data

I'm working on a Joomla 3 component. Currently I'm programming the backend. I'm having a form to add new data and it is working quite well. But when I want to update the data the component creates a ...
HW90's user avatar
  • 1,983
0 votes
2 answers
56 views

How can I install my extension with the status disabled?

This is my XML file for the extension: <?xml version="1.0" encoding="UTF-8" ?> <extension method="upgrade" type="component" version="2.5"> <name>CS_KIALAPLUGIN</name> <...
Victor York's user avatar
  • 1,671
0 votes
1 answer
525 views

Issue with router.php and send parameters via URL in joomla3 component

I designed a joomla3 component... I want to send some parameters to component via URL. I linked a menu for this component..So I access to this component by this address: http://examle.com/tag I ...
user3307827's user avatar
1 vote
1 answer
2k views

How to create custom User Group programmatically in Joomla 3.x?

I am writing a custom Component in Joomla 3.x. At a certain point of the component I need to create a Custom User Group under 'Registered' group in Joomla. After searching the web a lot, I found no ...
Tareq's user avatar
  • 2,008

15 30 50 per page