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

joomla invitex menu

Just wondering, anyone can guest the problem. I have joomla + invitex installed, so when i tried to create a menu for invitex in main menu, everthing looks fine. But then the problem is, when i clicked on the invite menu, result in page not found.…
hudarsono
  • 389
  • 4
  • 19
1
vote
1 answer

Strange String ">>>>" turning up in the top of the site

On my Joomla site (www.schoolofthaimassage.com) is see a strange string >>>>> turning up above the top bar. In firebug I see it shows in body tag
1
vote
0 answers

Connect two joomla websites user base

I have 2 Joomla websites, and I want to achieve the following functionality: Whenever somebody registers on Website#1, I want the same user to be created automatically on Website#2. I know, I could do this by sharing the users table, but this would…
Laureant
  • 979
  • 3
  • 18
  • 47
1
vote
1 answer

Breezingforms - Forms not working properly when displayed inside module/article

I have installed Breezingforms on my joomla site yesterday and very strange thing happened. Forms are working perfectly when I display them in module in a module position. But when I try to put them in an article or other module with {loadposition…
krzsz
  • 37
  • 5
1
vote
1 answer

Joomla! 3.xx *onUserLogout* event not working

I have successfully implemented the onUserAuthenticate event to implement my custom authentication API inside the Joomla! site that I am working on. Now I want to also have some custom code run on the onUserLogout event. I have added the following…
Mohd Abdul Mujib
  • 13,071
  • 8
  • 64
  • 88
1
vote
1 answer

How to get last inserted record id in joomla Breezingforms extension

I have inserted record in joomla users table using this extension and I want to assign group to last inserted user. So ho can I do that. Is it possible to fetch last inserted id and insert record in #__user_groupmap for assign usergroup to user. How…
Ankur
  • 102
  • 6
1
vote
2 answers

Joomla 3 Lis users in usergroup module

Anyone know of such a module? Basically I want to dynamically load the users in certain usergroups inside an article with the loadmodule option.
Mind gem
  • 134
  • 1
  • 10
1
vote
3 answers

How we can speed up Joomla webpage

Using Joomla System - Page Cache, my webpage is now around 4-5 sec. But i have few pages which will be shown only to registered users. I just checked its taking around 10-15 sec. When i inspected using chrome, i can see few things, i have livechat,…
My Project
  • 37
  • 3
1
vote
1 answer

Joomla query apparently running more than once

I have a reporting component in the administrator of a Joomla site. The user can choose from a dropdown list of available report types, which then calls a function to run the query and output a CSV file. For the most part this works. However, for…
EmmyS
  • 11,892
  • 48
  • 101
  • 156
1
vote
1 answer

Jooma - Sharing page with no homepage shows no picture

i have a web site [http://www.nihangunes.com], where there is no homepage at all. it only shows a imageshow in main screen from GavickPro [https://www.gavick.com/image-show-gk4] the issue is, as there is no home page, when i try to share my web in…
GurhanCagin
  • 185
  • 2
  • 13
1
vote
0 answers

how to add dynamic fields into joomla module

I would like to add dynamic pair of fields into a Joomla module for configuration as follows: field1(checkbox)-field2(menuitem) field3(checkbox)-field4(menuitem) . . . As many as rows my DB table has. Is there…
1
vote
1 answer

Joomla Content builder short codes appearing on webpage

My website has recently been attached by malware and i am trying to reinstate the website by doing a fresh install. I have set up a localhost to ensure the installation is working well before migrating to my host server. I have done all the…
Selase
  • 175
  • 5
  • 24
1
vote
2 answers

Joomla k2 items additional meta tags

I use joomla with k2 and i need to add Opeh Graph meta tags to my items. I alreday have meta description and others which i don't need. I need to add meta og:image ,og:image:height and og:image:width. I try to do this with JS, but than facebook…
1
vote
1 answer

Weblinks module from Joomla 1.5 for Joomla 3?

We are upgrading a client's old Joomla 1.5 website to Joomla 3. They heavily used the Weblinks component (Web Link Manager) that came with Joomla 1.5 for managing links. Is there the equivalent for Joomla 3? Or another method that's used currently…
Edward Coast
  • 374
  • 4
  • 17
1
vote
1 answer

How to Get Params Value in Joomla

I Need to Get Dob Params in Joomla Params in DB {"dob":{"label":"Date of Birth","value":"27-11-1987"},"email":{"label":"Email","value":"asktokaje007@gmail.com"}} My code : $params = new…
Karthik mathesh
  • 203
  • 1
  • 4
  • 12