Facebookov profil osebe Stanko Milosev

Home » Joomla

Joomla (21)

Joomla, Extensions, MVC

RSS Feed

Results 1 - 10 of 21

1.4/5 (10 votes)
Joomla/Joomla
Author:Stanko Milošev
If you have problem with links in your custom created module, like instead of http://www.milosev.com it shows you http://www.milosev.com/http://www.milosev.com then try to disable System - SEF plugin.
Wednesday, 06 August 2008 | 491 hits | Print | PDF | Report | Read more
1.8/5 (8 votes)
Joomla/Extensions
Author:Stanko Milošev
In this category I will try to write about creating extensions in Joomla! First, I will start with creating components. This example, I took from Professional Joomla!, which I simplified, this is not MVC, as much as I think, but it is good as a...
Tuesday, 12 August 2008 | 1165 hits | Print | PDF | Report | Read more
1.8/5 (9 votes)
Joomla/Joomla
Author:Stanko Milošev
You should switch to html view and enter, for example:
  
Don't forget to turn on GeSHi plugin in the plugin manager! Taken from here. 
Wednesday, 13 August 2008 | 574 hits | Print | PDF | Report | Read more
2.1/5 (8 votes)
Joomla/Extensions
Author:Stanko Milošev
After reading few books, digging Internet, finally I found way to use mootools Ajax in Joomla! Point is in format=raw. If you have any component, if you add format=raw in link, for example index.php?option=com_ajax&Itemid=60&format=raw you will see...
Tuesday, 19 August 2008 | 629 hits | Print | PDF | Report | Read more
0.0/5 (0 vote)
Joomla/Extensions
Author:Stanko Milošev
When creating component, in manifest file, xml, name of the component must be name of file which are you using. This example will work: ...
Tuesday, 19 August 2008 | 268 hits | Print | PDF | Report | Read more
1.0/5 (1 vote)
Joomla/Extensions
Author:Stanko Milošev
If you want instead of adding event to button in custom form to add ajax to some link (javascript function) here is how you can do it:Â function show(options) }); ajaxRequest.request(options); ...
Wednesday, 20 August 2008 | 240 hits | Print | PDF | Report | Read more
5.0/5 (1 vote)
Joomla/Extensions
Author:Stanko Milošev
If you want to add your javascript to Joomla! header from your component, you can do it like this: JHTML::_('behavior.mootools'); $doc =& JFactory::getDocument(); $js = " function show(options) }); ajaxRequest.request(options); } ...
Wednesday, 20 August 2008 | 258 hits | Print | PDF | Report | Read more
3.0/5 (1 vote)
Joomla/Extensions
Author:Stanko Milošev
CRUD (Create Read Update Delete) is the name given to the four common data manipulation tasks. The first thing we need to do in our class is to define the public properties. The public properties relate directly to the fields and must have exactly...
Friday, 22 August 2008 | 659 hits | Print | PDF | Report | Read more
0.0/5 (0 vote)
Joomla/Joomla
Author:Stanko Milošev
To download file you can use php script as it is described here, but in Joomla! you must add this line of code:  while( @ob_end_clean() ); Taken from here.
Friday, 05 September 2008 | 231 hits | Print | PDF | Report | Read more
10. Root link
0.0/5 (0 vote)
Joomla/Joomla
Author:Stanko Milošev
How do you get root link of your Joomla! instalation? Like this: JURI::root() Taken from here.
Wednesday, 10 September 2008 | 242 hits | Print | PDF | Report | Read more

<< Start < Prev 1 2 3 Next > End >>

Page 1 of 3


Powered by AlphaContent 4.0.16 © 2005-2010 - All rights reserved