Hi everyone,
I am very new to Joomla (3.0) extension development so I am still learning. I am making my own component which has the purpose to show images with some additional information connected to categories.The component installs correctly and displays everything correctly, the only problem(s) that I have are:
- In my first view the delete button doesn't work like it should. It performs my query but doesn't delete my item(s)
- In my second view where I can add and/ or edit my items none of my buttons work. After weeks of searching and comparing I still can't see what I am doing wrong. It is getting really annoying because I can't figure out what I am doing wrong.I think that both my problems have the same cause but I'm not sure. So my question is that if somebody can help me. I really want to learn how to create my own basic component so every help is welcome. I would really appreciate it if someone would help me! In the link beneath is my .zip file.
I already tried several forums but nobody could seem to help me...
File: https://www.dropbox.com/s/jvcpnwtcuu84xmg/com_blankcomponent.zip
Yours sincerely,
StefanP.S. The name of my component is temporary
Or copy the web links component and adjust it to your needs...
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To view this discussion on the web, visit https://groups.google.com/d/msg/joomla-dev-general/-/k1jhnC1MJ4QJ.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
To unsubscribe from this group, send email to joomla-dev-general+unsub...@googlegroups.com.
Joomla.submitform(task);
but it should be
Joomla.submitform(task, document.getElementById('blankcomomponent-form'));
2. Cannot deletefunction __construct(&$db){
parent::__construct('#__blankcomponent', 'id', $db);
$this->_trackAssets = false;
}