Questions tagged [joomla]

Joomla! is a free and open source Content Management System (CMS) for publishing content on the World Wide Web and intranets and a model–view–controller (MVC) Web application framework that can also be used independently. Joomla questions can also be asked on https://joomla.stackexchange.com/

Joomla specific questions can be asked at Joomla Stack Exchange

Joomla! is a free and open source Content Management System () for publishing content on the World Wide Web and intranets and a model-view-controller () CLI and Web application framework that can also be used independently.

External Links

Joomla Tutorials

15106 questions
2
votes
1 answer

Jommla 3.x - own component - custom seo url

i have a problem with my joomla component seo url building. i have links like: $link = JRoute::_( 'index.php?option=com_expose$view=expose&id='.$result->id ); $link2 = JRoute::_( 'index.php?option=com_expose$view=search' ); The seo url looks like:…
Mafi
  • 31
  • 3
2
votes
1 answer

meta robots tag on joomla 2.5, global settings

I'm having this issue with joomla 2.5 and the Meta robots tag. Basically joomla has this black hole in it that doesn't matter what the URL is as long as you have a article id that is valid it will generate a page. example:…
dan k
  • 139
  • 2
  • 11
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
2 answers

How to disable cache in Joomla module custom

I have created a custom module in joomla. My website has the cache turned on. The problem is my module executes some functions but when cache is turned on, it doesn't work. How can I exclude my module from joomla chache? The module is a form and its…
Brian
  • 349
  • 1
  • 5
  • 16
2
votes
2 answers

display article ID + page itemid on frontend Joomla 2.5:

Since I switched to SEF URL I don't have any more access to the ID + itemid number (previously showed in the URL). I'm looking for a way to get these info from the front-end. Joomla 2.5 has no real front-end settings. A basic module that would…
MagTun
  • 5,619
  • 5
  • 63
  • 104
2
votes
2 answers

What is the Performance difference between Joomla 1.5, 2.5 and 3.0?

We have website developed in Joomla 1.5, 4 years ago. We are changing the theme of the website now. As we dont need any new components or plugins, I just want to know is there any advantage of upgrading from 1.5 to 2.5 or 3.0. Is there any…
2
votes
2 answers

Joomla Newsletter component

Is there a joomla newsletter component to create and send letters to some joomla group members (group should be selectable)? Please keep in mind that users do not signed up for newsletter subscription. Instead, they agree our general terms which…
2
votes
1 answer

.htaccess redirecting based on User agent

I am not great at writing regex's for .htaccess redirection but I managed to write this for redirecting basedon useragent.. My useragent String will contain a custom string at the end.. Let's just call this ABC. RewriteCond %{HTTP_USER_AGENT} …
J-D
  • 737
  • 1
  • 12
  • 27
2
votes
2 answers

Google Google App Engine for static files in Joomla

I want to use Google App Engine for the static data for my Joomla website. I want to host all the CSS and JS files on App Engine.
webkul
  • 2,836
  • 10
  • 47
  • 61
2
votes
1 answer

How to invoke a function in helper file of a custom module using ajax in joomla 2.5?

i created a custom module with a custom form , i have a 2 dependent drop downs. i want to populate te drop down of second one based on first . But i am stuck with the url that must be specied to call the function when making ajax…
Sabz
  • 35
  • 3
2
votes
5 answers

Convert simple Javascript script to PHP

I have a simple javascript function to validate a form (RSform!Pro in Joomla) on submit. Problem is bots are able to submit the form without the validate script running when they have javascript disabled. The only option I can think of to prevent…
stewsha
  • 1,829
  • 2
  • 13
  • 16
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
0 answers

Redirect fails for .cfm aliases in htaccess in joomla

One of our old sites used .cfm files we attempted to redirect the specific pages of the old site to the new site in the redirect manager . For resolving this issue we changed htaccess into following. RewriteCond %{REQUEST_URI}…
2
votes
5 answers

External login verification in Joomla

Using code from simular questions here I am trying to login users from a game into Joomla. My problem is that i'm not getting a positive pasword verification. Since I was having great difficult converting my original script what worked prior joomla…
Bluestrike
  • 37
  • 1
  • 5
2
votes
3 answers

opening a webpage within a webpage

i am trying to display a webpage within a webpage as you can see over here http://www.yoursdproperty.com/index.php?option=com_jumi&fileid=8&Itemid=34 the top and left part is my site, and the stuff that is the main content in the middle is a…
Alex Gordon
  • 57,446
  • 287
  • 670
  • 1,062
1 2 3
99
100