Questions tagged [joomla-extensions]

Extensions for Joomla! an open source content management system for web sites, which can be heavily extended. Joomla questions about programming and administration are best asked on https://joomla.stackexchange.com

Joomla! is an open source content management system for web sites which can be heavily extended.

Currently about 6238 extensions are registered in the Joomla! Extension Directory.

Related tags:

1080 questions
2
votes
1 answer

Joomla | New developer | Write option in database

I am a new Joomla Developer and I try to create a module for the Joomla and I like to write some options in the Database for that module. In WordPress I have a function "add_option()" that allowing me to write some options to the Global WordPress…
KodeFor.Me
  • 13,069
  • 27
  • 98
  • 166
2
votes
1 answer

just show last result in FOR loop of Joomla module

This is my code in tmpl/defult.php of my Joomla 2.5 module: $result = count($payed); for($i=0;$i<$result;$i++) { $pay=F.$payed[$i]; echo "".JText::_("$pay").""; echo "".number_format($item->$pay).""; …
Metalife
  • 41
  • 4
2
votes
3 answers

Problems uninstalling SEO Boss extension in Joomla 2.5

I have created a website named www.connectedipvoice.com and installed SEO Boss extension. Somehow it was not working so I tried to remove it using my administrator mode from my website but it shows a message: JFolder: :delete: Path is not a…
Hardy
  • 21
  • 1
  • 2
2
votes
1 answer

Joomla 2.5 custom authentication plugin to authenticate via an external jsp website

I have a Joomla website and also a Java/jsp website. I am trying to create a custom authentication plugin for Joomla to get authentication detail from my jsp application. So as the first try, I edited my the onUserAuthenticate() function in default…
Tharaka Deshan
  • 1,349
  • 3
  • 15
  • 30
2
votes
1 answer

Adding a custom field type on K2 component joomla 2.5

I'm trying to search on google for days already but I couldn't find some useful articles or resources that may able to help me with my concern. I would like to know if how I would be able to create a plugin for K2 component to add a new field type…
2
votes
1 answer

Programming Joomla usertype at registration

I am building a component which has its own registration form. Most of its properties work well but I couldn't set the usertype or usergroup of the user in J1.6 or J2.5. I am not fully knowledgeable about platforms, I am trying something first for…
freezer
  • 531
  • 1
  • 11
  • 28
2
votes
1 answer

Component Pagination for Joomla 2.5

I am writing a new component for Joomla 2.5 and I am having problems wrapping my head around paginiation on the frontend(user site). I have looked at the core component (com_content) to see how they do it and I am still unable to replicate the same.…
2
votes
2 answers

Joomla RSS mod_feed pubdate

Is there a way to have the PubDate of RSSfeed displayed using mod_feed? If there isn't a way to do this, are there any extensions that can?
RomeNYRR
  • 877
  • 4
  • 19
  • 34
2
votes
1 answer

Template parameter menu Joomla 2.5

I try to make a template with options available in the backend, I took the doc about options and I could see that there is a setting that lists the available menu and choose the one you wishes to appear at a specific position (off position statement…
Tomaw
  • 165
  • 3
  • 5
  • 17
1
vote
1 answer

Joomla module not showing

Am I missing something, the module below is published/enabled yet it still does not show on the page.
acctman
  • 4,229
  • 30
  • 98
  • 142
1
vote
1 answer

How to Get Global Article Parameters in Joomla?

I'm programming a module in Joomla! 2.5. The module displays an article at a given position. I need article attributes (i.e. show_title, link_title ecc.) With this code I get article's specific attributes: $db =& JFactory::getDBO(); $query = 'SELECT…
mneri
  • 2,127
  • 2
  • 23
  • 34
1
vote
1 answer

Joomla search modules for different categories of content

I need at my site two different search modules. The first module searches by categories such as 1 and 2, and the second searches by categories 3 and 4. Can this be done using the standard search module with some modifications?
1
vote
4 answers

Custom php code in joomla component , pages

How can we use php code in joomla.Like any available component , plugin , module.
yogeshK
  • 195
  • 4
  • 19
1
vote
1 answer

Joomla 1.5 - Creating SQL tables in components

Joomla 1.5 has JTable, which can be extended to act as an Active Record system (Create/Read/Update/Delete). However, I can not find any way for this interface to create the table represented by my JTable sub-class. Every example I have found has…
bcoughlan
  • 25,987
  • 18
  • 90
  • 141
1
vote
1 answer

how to install module when component install in joomla 1.5

I built a component and a module that uses this component. Now I'm trying to create an installation-script that will install the component and right after it's installed - will create the module. Any advice ?
Mayur
  • 31
  • 5