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
4
votes
1 answer

Joomla 3: How to uninstall module from a package?

In my package, I have a module and a plugin. When I uninstall a package from the Extension Manager, the plugin gets uninstalled but the module remains there. Also the package entry gets removed from the Extension Manager. Then I have to manually…
user1448031
  • 2,172
  • 11
  • 44
  • 89
4
votes
3 answers

How to redirect user after authentication

I have successfully created a custom registration page in joomla 2.5 and based on the user type i want to redirect the users to different views after log in. How can i achieve this? Do i need to create an Authentication plugin or a custom log in…
Ololade enifeni
  • 111
  • 3
  • 7
  • 15
4
votes
2 answers

Joomla 2.5 - Generate URL based on article id

I am trying to generate an URL for an article basead on Article ID. After runing this query SELECT a.sectionid, CASE WHEN CHAR_LENGTH( a.alias ) THEN CONCAT_WS( ":", a.id, a.alias ) ELSE a.id END AS slug, CASE WHEN CHAR_LENGTH( cc.alias ) THEN…
Rafael
  • 1,655
  • 3
  • 17
  • 25
4
votes
1 answer

jomsocial groups and events integration

I am trying to integrate jomsocial events with jomsocial groups. What i am trying to achieve is to automatically create a group when the event is being created. Would anyone have some hints regarding such functionality? The approach i have in mind…
iki
  • 73
  • 6
3
votes
1 answer

Joomla 1.5 - JTable queries always doing UPDATE instead of INSERT

The following code is straight from the docs and should insert a row into the "test" table. $row = &JTable::getInstance('test', 'Table'); if (!$row->bind( array('user_id'=>123, 'customer_id'=>1234) )) { return JError::raiseWarning( 500,…
bcoughlan
  • 25,987
  • 18
  • 90
  • 141
3
votes
3 answers

How to write single component XML to install it on all versions of Joomla?

I've written 4 different component xmls for 4 Joomla versions i.e v1.5, v1.6, v1.7 and v2.5. All the 4 xmls are exactly same except only one line which specifies joomla version number. For v1.5 : For…
Vinay Jeurkar
  • 3,054
  • 9
  • 37
  • 56
3
votes
3 answers

How can i automate the install / uninstall process of a joomla component

Currently i develop a joomla 1.7 component. Each time i want to test the component, make a zip from my component source folder and install it into my joomla system. After testing i uninstall the component, code some stuff and redo the process. Is…
Grrbrr404
  • 1,809
  • 15
  • 17
3
votes
3 answers

Smartformer Component on joomla 1.5 intermittent error

I'm currently using smartformer component for joomla 1.5 and have been facing a weird situation from this component. Here is the scenario: I have created a survey form using the component as the user logs in to the site they would see the welcome…
Christopher Pelayo
  • 792
  • 11
  • 30
3
votes
5 answers

How to insert HTML/javascript/css code in joomla article

I am using Joomla 1.5. and I am writing a blog in joomla and want to highlight some HTML and javascript code but when I save that article after inserting the HTML code as it is, it gets exicuted itself. I also tried it with codecitation plugin but…
RoyalEnfy
  • 127
  • 1
  • 11
3
votes
1 answer

How to get Joomla's breadcrumb to display correct path to K2 item?

I'm almost done with developing a quite complex Joomla website and I have a very irritating bug with the breadcrumb. I'll try to explain it the simplest way possible. I mix Joomla Articles and K2 items in order for my website to work as it should. I…
Jibou
  • 449
  • 5
  • 12
3
votes
1 answer

Joomla 1.5 com_user and importing user plugins like Joomla 1.6 and above

When accessing com_users component in Joomla 1.6 and 1.7 on front-end the application automatically imports all plugins from 'user' group. Obviously it is very useful if one doesn't want to create a component to simply pass some variables to a…
WooDzu
  • 4,771
  • 6
  • 31
  • 61
3
votes
8 answers

How to add javascript to joomla module?

Hi I have problem with adding javascript into a joomla module..I've found some solution, but it's not working.. $document = &JFactory::getDocument(); $document->addScript("/career.js"); These two lines I have in my module, but the script isn't…
simekadam
  • 7,334
  • 11
  • 56
  • 79
3
votes
1 answer

Auditing Joomla! 1.5 for system health and security?

I have a Joomla! 1.5 client asking to do an audit of their install's health, SEO and security. Joomla! Tool Suite / HISA doesn't exist anymore; are there any comparable extensions I could use? If not, what are the main issues one must generally…
aendra
  • 5,286
  • 3
  • 38
  • 57
3
votes
1 answer

Moved Joomla with Akeeba and Kickstart - Pages are returning 404's

I took an akeeba backup and moved it to a new server - the site as it exists has an 'enter page' that's plain html and then joomla is installed to a folder called 'site' so its mydomain.com/site is the Joomla root. The new server does not have a…
maehue
  • 505
  • 10
  • 26
3
votes
1 answer

Building an Amazon Affiliate product link with an 'linkId'?

I want to build a plug-in for Joomla where the webmaster simply specifies the ASIN number, and it builds the entire product link as is done at the Amazon Affiliate website. With creating so many links, it is time consuming to build them one at a…
Edward Coast
  • 374
  • 4
  • 17
1 2
3
71 72