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
2 answers

Joomla! 3.2 - Add a Global Parameter to "New Menu Item"

I am busy trying to customize Joomla's Menu Parameters so that in the administrator area when you create a new menu item, You have an additional option of "1 Column" or "2 Column", And this has to be both accessible by the index file of the template…
user1278673
2
votes
1 answer

Selecting multiple ACLs for a menu item

Joomla 2.5 You can select only one ACL for a menu item. Let's say I have groups: group1 group2 group3 group4 group5 And ACLs ACL1 (contains group1) ACL2 (contains group2) ACL3 (contains group3) ACL4 (contains group4) ACL5 (contains group5) Now I…
ihtus
  • 2,673
  • 13
  • 40
  • 58
2
votes
3 answers

get Joomla sitename in different language

my Joomla have 3 language and I submit sitename for each language in language manager. I used this to get sitename $app = JFactory::getApplication(); $sitename = $app->getCfg('sitename'); but this code only give me sitename submitted on General…
MJH
  • 653
  • 2
  • 14
  • 36
2
votes
1 answer

Display Joomla plugin fields data in template | first K2 extension

I have a problem and I'm new to Joomla and K2, so any help will be highly appreciated. I'm developing a simple joomla plugin based on Example K2 Plugin (http://getk2.org/extend/extensions/90-example-k2-plugin-for-developers). What i'm trying to…
Adriana
  • 1,002
  • 9
  • 17
2
votes
1 answer

PHP code inside Joomla Protostar template can somebody explain this section

I am learning Joomla template development by studying and reverse engineering the default Joomla Protostar template. I understand about 80% of what is going on and through learning the basics of php I have been able to replicate it. However, I do…
user2317093
  • 746
  • 4
  • 8
  • 25
2
votes
1 answer

Update sql not being executed for my component Joomla 2.5

I am trying to add a few new columns to certain tables in Joomla, since i need to migrate these fixes from dev to production i am trying to do this the clean way, updates trough the filesystem. I have followed a few tutorials concerning this and did…
Toon Van Dooren
  • 613
  • 1
  • 12
  • 27
2
votes
1 answer

Joomla Retrieve current route in module

This is something I feel should be easy, but after an hour so far scouring the web it just does not seem to be jumping out. What I want is to have a module trigger a task in a component, then redirect to the last page. To do this I want to get the…
Jordan Ramstad
  • 169
  • 3
  • 8
  • 37
2
votes
2 answers

How to get login history from beginning of time in Joomla?

I'm using Joomla 2.5 at this time, and would like to see users log-in activities from the beginning of time. The data I would need will be user name and log-in time. How may I get the log-in activity log in Joomla? Are there any extensions…
Ben10
  • 3,221
  • 2
  • 34
  • 61
2
votes
3 answers

Joomla Kunena Fourm Remote path issue

I have been trying to fix this without success. Lately, I am trying to build up a forum using Kunena forum with joomla. I build it all in my local server. When I uploaded the files to the remote server, I got the problem when I access the backend…
user2042721
  • 429
  • 1
  • 4
  • 11
2
votes
2 answers

Using Twitter Bootstrap for Joomla template

I am aware of Joomla recently released new version with Twitter Bootstrap built in to support device responsiveness. Having said that, now I have an option to use the latest version of Joomla so I don't need to worry about implementing Bootstrap…
Seong Lee
  • 10,314
  • 25
  • 68
  • 106
2
votes
2 answers

Overwriting JControllerForm save() Method to Trim POST Data Has No Effect

I have a component that has a controller called MyproductControllerGeneralsetting which extends JControllerForm. Inside MyproductControllerGeneralsetting I am overwriting the save method from the parent class in order to modify $_POST data and then…
Dzhuneyt
  • 8,437
  • 14
  • 64
  • 118
2
votes
1 answer

joomla URL rewrite

I am Using Joomla 2.5, I am using extension Enmass for site, I have make SEO URL from Admin but URL will show like this http://abc.com/index.php/component/enmasse/deal/view/8/evo_in_line_foldable_scooter_black I need to rewrite this URL…
Nikunj K.
  • 8,779
  • 4
  • 43
  • 53
2
votes
1 answer

Joomla 3 Articles Category module override with category image and description

I've recently bumped into a problem when wanting to display a certain category (or subcategories) with its children articles, while including the category description and image. The module normally used for this is Articles Category. What I'm trying…
xaddict
  • 1,302
  • 3
  • 19
  • 38
2
votes
1 answer

MobileESP for Joomla

I can't seem to find a good answer to this anywhere. When using the "none / custom" mobile app service in the configuration for MobileESP in Joomla! it seems like you are required to enter the "device detection functions used". Instead of entering…
Andreas
  • 705
  • 10
  • 22
2
votes
1 answer

How to Remove main category from URL in K2 in Joomla 2.5

What I have: Joomla 2.58 , K2 , sh404sef Problem : I want to put K2 main category on my Homepage, so it shows a few folders of Sub-categories... But I don't want the main category to be seen in URL. But all other categories should be seen. How to do…