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
1
vote
0 answers

How to make file permissions and file ownership stick?

I'm trying to figure out how I would go about setting permissions (and ownership) that will just stick for a directory and its recursive contents, when creating new files or folders. I'm using the XAMPP bundle under Ubuntu, which provides me with…
Wieger
  • 663
  • 1
  • 9
  • 24
1
vote
1 answer

Output Joomla subform

OK, I have tried the info from another suggestion on stackexchange, but I seem to be missing something. I have a subform in an admin view for a component I am working on (they were previously repeatable fields). Admin works perfect, but I am having…
1
vote
1 answer

How can I manually remove a joomla 2.5 extension?

I accidentally installed a more recent component of J2XML designed for Joomla 3 into my J2.5 site... and now I have no idea how to remove it. The only Admin page that works is the main Admin page... all the other admin pages are blank... I'm…
Armstrongest
  • 15,181
  • 13
  • 67
  • 106
1
vote
1 answer

Joomla: onContentAfterSave not triggered for articles

I'm developing a Joomla plugin with onContentAfterSave event to send an email after saving a new articles. the event are triggered when i save a new menu item or a new category. but not for new article. Joomla! 3.7.5 public function…
emwww
  • 93
  • 11
1
vote
0 answers

get last record ID after insert Joomla 3 component

I am writing a Joomla 3 component and new to the Joomla framework. I need to insert data into two tables. the logic follows insert form data into table after submit retrieve data for next insert ( i can do this and i have the data array ) insert…
user1899802
  • 125
  • 1
  • 4
  • 12
1
vote
1 answer

Joomla: List with custom fields

I am trying to create a list of open bids similar to the one on this site run by the city of Worcester, Massachusetts: http://www.worcesterma.gov/e-services/bids/open-bids How would I create this type of list in Joomla?
Rick
  • 2,288
  • 18
  • 66
  • 98
1
vote
1 answer

SQL-Update File for each Version and what is the Content

when deploy my Joomla Component I put in an Update File for the Database. Even if there are no changes for the Database. Is this neccessary? AND: What are the contents? Do I have to put only these SQL-Statements for the Changes from Version 3 to…
DreiBaer
  • 61
  • 1
  • 8
1
vote
5 answers

How to add backgroud music in my website done in Joomla?

I want to add music which runs in the background of a website being developed for a client. The site is generated in Joomla. Does anyone knows about any component (or any way) through which I can add music which runs in the background of the…
Nishant Shrivastava
  • 2,113
  • 3
  • 26
  • 43
1
vote
0 answers

Joomla! 3.5.1 joomsocial custom preferences

I am using Joomla! 3.5.1 and joomsocial custom preferences. My code for viewing the preferences $currentUser = CFactory::getUser(); print "
"; 
print_r( $currentUser );

output
CUser Object
(
[_userid] => 1071
[_status] => 
[_cparams] =>…
Peter
  • 777
  • 2
  • 13
  • 34
1
vote
1 answer

JTable class and multiple tables

is it possible to use JTable class for more than one table ? For example I have three tables: language (id,lang_name, published) translators (id, name,surname, phone, email, published) trans_lang_rel(language and translator relation. one translator…
Bounce
  • 2,066
  • 6
  • 34
  • 65
1
vote
2 answers

Joomla extensions often require modifying the core?

People often say the extensibility of Drupal is better than Joomla. Is this true that most Joomla extensions require modifying/hacking the core?
bobo
  • 8,439
  • 11
  • 57
  • 81
1
vote
1 answer

Joomla 3.xx - how to uninstall and install component or package programmatically

Normally when you want to uninstall or install a component, package, plugin or module, you normally do this manually from within the Joomla admin interface. In this case I´m looking for a way to programmatically uninstall and install a component or…
GeniusDesign
  • 499
  • 7
  • 25
1
vote
1 answer

Sobipro component respond with a blank page

I update Joomla to the most recent version (3.7.1). Also update the Joomla component SobriPro to the most recent version (1.3.7). Before the updates all works fine, after the updates the SobriPro component always responds with an empty page.…
miguelbgouveia
  • 2,963
  • 6
  • 29
  • 48
1
vote
3 answers

Is it worth paying for Joomla security extensions?

I'm finishing my first website in Joomla, it has maybe 5 or 6 forms (register, login, search, newletter, ...) and we also have comments on articles, a questions/answers section, tests section and a form to send sms. I'd like to know according to…
Shaz
  • 2,647
  • 2
  • 35
  • 45
1
vote
1 answer

Joomla PHP API get error messages for logging

I am accessing the Joomla PHP API with my own scripts, and I've written this simple registration function, that is called from a mobile application. /* Required Files */ require_once ( JPATH_BASE .DS.'includes'.DS.'defines.php' ); require_once (…
Laureant
  • 979
  • 3
  • 18
  • 47