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

set manually id for row of table by JTable in joomla

i have table with field user_id (unique). i want set manually set it.but when i set it,JTable not insert data. my $data array is: $data['user_id']=500; $data['name']='test'; $data['lastname']='test'; and my code in model is: $table =…
MJH
  • 31
  • 2
2
votes
1 answer

Joomla backend component file upload for custom component

I am new in Joomla! I am creating custom joomla(3.4.1) component, and i am making a good progress. I used almost all fields for one of the form for add/edit all works fine EXCEPT FILE UPLOAD. Actually it saves value in field of my table, But i…
Hardik Raval
  • 3,406
  • 1
  • 26
  • 28
2
votes
1 answer

How to edit user activation mail body in Joomla 2.5?

i am using Joomla 2.5 user registration form .After successful registration user will get Activation link throw their registered mail id . I want to Add some content to email body(Footer). i have tried a lot but not succeeded. Code :…
Nayana
  • 747
  • 8
  • 27
2
votes
1 answer

How to get Joomla K2 item as object on category page?

I need to get all the items of specific K2 category as object in templates/mytemplate/html/com_k2/default/category.php. Something like: foreach($this->category->items as $item) { echo $item->image; } but I dont' know API of K2 component. To get…
user3892905
  • 376
  • 1
  • 4
  • 14
2
votes
0 answers

How to disable joomla k2 word limit for introtext

The website I'm working on uses component K2 for Joomla 2.5. I need to display images from introtexts on category page with list of its articles but images don't appear because of word limit filter. How can I disable this only for K2 introtext? [not…
user3892905
  • 376
  • 1
  • 4
  • 14
2
votes
1 answer

Joomla 3 replace text plugin using preg replace not working

I am following a tutorial about joomla 3 extension development. I am using Joomla 3.2.4 I have a plugin name clicktocall, which to make all phone number text displayed as a link. Phone number format is XXXX-XXXX or XXXX XXXX, X is digit. and I want…
Andiana
  • 1,912
  • 5
  • 37
  • 73
2
votes
2 answers

Website information update system?

I have developed a student portal website for my college using Joomla 2.5 and now I want some mechanism to regularly update information on it. My problem is that there are many societies in my college that organize events frequently and it is next…
CapeAndCowl
  • 370
  • 2
  • 14
2
votes
2 answers

Joomla plugin to add new functionality by infiltrating existing module or component

Is it possible - and is so what is the right way - to create a Joomla 3 plugin that ads new functionality to an existing module or component. I have made some minor but useful UI functionality changes to a popular component and module that I would…
Yatko
  • 8,715
  • 9
  • 40
  • 46
2
votes
1 answer

Confused between Joomla Alternative Layout and Templating with K2

I am really confused about these 2 concepts. I am basically wanting to change the appearance of the Joomla category page that lists the sub-categories in it. I dont like the default "Alternative Layout" options of Blog and List type. I want to show…
Neel
  • 9,352
  • 23
  • 87
  • 128
2
votes
2 answers

save form field in component params joomla

I am using joomla 2.5, I am working on custom component of joomla . I have created the form in backend admin page. what i need is , i want to save the post data of form in params row of that component in database of #_extensions. Here is my…
NeiL
  • 791
  • 8
  • 35
2
votes
1 answer

JS Jobs Extension in Joomla 2.5

I am New to Joomla, I have Installed JS Jobs Extension in my site http://dotcomsourcing.com/lercorefinery/ extension successfully installed, but when clicked to open it,shows following error Fatal error: Class 'JControllerLegacy' not found in…
Engr Saddam Zardari
  • 1,057
  • 1
  • 14
  • 27
2
votes
1 answer

Make Virtuemart use User Groups instead of Shopper Groups

By default, Virtuemart uses its internal shopper groups for doing things like assigning prices and restricting access to certain products. The problem with this is that ONLY Virtuemart uses its own shopper groups, so if you have other extensions…
AgmLauncher
  • 7,070
  • 8
  • 41
  • 67
2
votes
1 answer

How to update joomla modules from repository?

i created module and put it into joomla repository. I created the update for that module, and put into repository too. Into my xml file i write some line to be install tags: I…
Brotheryura
  • 1,158
  • 13
  • 21
2
votes
1 answer

joomla backend search feature that searches all contents (articles, links, posts..)

this question has been asked in 2010 (Does joomla have search for content?), but without success. Any update since? I'm trying to find a search feature that searches all contents, including articles, links, posts, etc. in Joomla. Where is it…
Lisa
  • 187
  • 1
  • 6
2
votes
1 answer

Joomla 2.5 Package installation with language strings

I am in the process of creating a Joomla 2.5 Component which should be installed together with an associated Plugin. Therefore i'm using the concept of "Package" as described here: http://docs.joomla.org/Package My Questions is: how do i implement a…
nullpeter
  • 53
  • 1
  • 5