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

Strict Standards: Non-static method modJumiHelper::getCodeWritten() should not be called statically

I having these errors on my website: Strict Standards: Non-static method modJumiHelper::getCodeWritten() should not be called statically in /home/kmxsiksf/www/modules/mod_jumi/mod_jumi.php on line 17 Strict Standards: Non-static method…
MagTun
  • 5,619
  • 5
  • 63
  • 104
1
vote
0 answers

Joomla: how to store the registered user documents and pdf?

In Joomla which plugin is used to store the particular logged user upload the document and download the document.One logged user cont see and download the other logged user.please help me urgent.I using the Joomla 3.x latest version.
reegan29
  • 920
  • 1
  • 12
  • 30
1
vote
1 answer

Where is my Joomla component menu item?

I am writing my first Joomla component, on Joomla 3.3.0, following the book Learning Joomla! 3 Extension Development, Third Edition. I am following the author's advice and writing code directly under Jommla's folders, such as…
ProfK
  • 49,207
  • 121
  • 399
  • 775
1
vote
1 answer

JoomShaper Simple Image Gallery Module extention not working in joomla3

i need to use good image gallery for joomla 3 site.i got a extention.it's name simple gallery module.i installed it to my system.i need to get images for some article by using this module.i used [gallery]pos[/gallery] code in my article..but…
Harshan
  • 141
  • 1
  • 11
1
vote
2 answers

Joomla (3.x) custom form field type:text with suggestion dropdown

I'm try'n to create a custom form field of type text (or list) where a user can a) type free text and/or b) select from drop-down. Now I found many posts about autocomplete or auto-fill, but that's not what I'm after. I followed the example on how…
Andreas
  • 681
  • 1
  • 8
  • 16
1
vote
2 answers

how to upgrade from joomla 3.0 to 3,1 in ubuntu

I was following this tutorial to create forms in joomla. for this, I had to download sourcerer (which enable you to place php and html right into your content), but when I installed it, I got this error in joomla extension manager : This extension…
mOna
  • 2,341
  • 9
  • 36
  • 60
1
vote
1 answer

Joomla Administrator Plugins?

Is it possible to have Admin Plugins? Or are plugins only for the Site? What I want is to have a notification system (not email) on the Admin side very much like Facebook. The trigger for such notifications is from the Site. I've scanned through…
Rey Libutan
  • 5,226
  • 9
  • 42
  • 73
1
vote
2 answers

Types of Joomla Plugin?

I've been reading about making Joomla Plugins and so far I've stumbled upon numerous "types" of Plugins like Profile Plugin and Content Plugin. Questions: Are there really types of Plugins? Or are these just convenient ways of naming them? If there…
Rey Libutan
  • 5,226
  • 9
  • 42
  • 73
1
vote
1 answer

Joomla 3.2 How to edit Login Module?

Requirement I just starting studying Joomla and what I want to do is to count the number of failed logins and show a div or a captcha after the 5th failed login. What I tried I first tried to find extensions that will fit the requirement (without me…
Rey Libutan
  • 5,226
  • 9
  • 42
  • 73
1
vote
1 answer

Understanding about some tables when doing database migration to joomla upper version

I attempted to upgrade joomla from 2.5.x versions to 3 versions but got various errors like as the one i posted here before here. So i am trying another way by moving database tables from 2.5.11 to 3.2.3 version database.So for this i installed a…
dev-m
  • 440
  • 8
  • 24
1
vote
2 answers

Unit testing Joomla extensions

Has anyone done unit testing with their Joomla extensions? Can you share how to do this? I was wondering if it's good to do unit testing for extensions or if it's an overkill and should only be done for complex components?
user1448031
  • 2,172
  • 11
  • 44
  • 89
1
vote
2 answers

How to render this Joomla module to another position without loosing its connection to the article

This is code from the Dizi-images module (plugin/content/images/images.php) for Joomla. This works, it publishes a image or image gallery at the end of a specific article. But if I want to publish the image/image gallery to another position (by…
Mr Rebel
  • 862
  • 1
  • 6
  • 11
1
vote
1 answer

Is is possible to use joomla 3 modules on joomla 2.5?

Is there any way to use Joomla! 3 extensions on J!2.5 ? I need to use Noo Timeline on Joomla! 2.5 but there is no version for it. http://extensions.joomla.org/extensions/calendars-a-events/time/content-date-a-time/25732 Best regards,
1
vote
2 answers

How to create a Joomla 3.0 component for Library-search

I'm new to Joomla component development and I havent create a component before. My client suddenly asked to create a component for his site (Library-Search...) What it does is searching for books/publications in the library... How can I do this I…
1
vote
2 answers

How would I use the Joomla Framework vs. creating Joomla extensions?

I have experience with Joomla and have modified and wrote some simple Joomla extensions. I don't have experience using one of the popular PHP frameworks (such as CakePHP), but I was thinking about using the Joomla framework because I'm familiar with…
Edward
  • 9,430
  • 19
  • 48
  • 71