Questions tagged [joomla3.0]

Joomla! 3.0 is the first in a series of short-term support (STS) releases of the Joomla! platform. Many new features have been included, the main one being the bootstrap interface. Please note that version 3.0 is no longer a supported release of the Joomla! series and it's highly recommended to upgrade to the latest version. Joomla! questions about programming and administration are best asked on https://joomla.stackexchange.com

Joomla! 3.0

Joomla! is an open-source CMS written in PHP and powered by an MVC-oriented framework. Thousands of extensions are available and can be installed through the admin interface.

Joomla! 3.0 was released on 27 September 2012. Joomla!'s release cycle includes several versions which are considered Short-term Support (STS) and are not recommended for live sites.

Feature highlights

  • Integration of Twitter Bootstrap. Joomla! has now a responsive design, both on frontend (Protostar) & on backend (Isis)
  • PostgreSQL & PHP Memcached driver
  • Support for this STS series ended on 24th April 2013, please upgrade to the latest version

Resources

2173 questions
0
votes
1 answer

populate second dropdown on onchange event

I have 3 dropdowns in my php/html page (I am using jooomla 3x and jumi to get the script files into my article) form is getting populated from MySQL database table. Action property in form is sending the form to second page with thank you message…
Jag
  • 123
  • 3
  • 14
0
votes
2 answers

inserting date with joomla JFactory::getDBO();

i have a small problem with my script i can't add dates into database , when i remove it i can add records to db but if i add date it dosn't work here is my code : $db = JFactory::getDBO(); $query=$db->getQuery(true); …
0
votes
1 answer

Joomla - create custom rewrite rules

I developed a Joomla website which is like a directory. People have their profile in the site and I created a component called com_profile to display their profile when passing the id. So for the following URL it is displaying the profile…
Sudharshan R
  • 106
  • 1
  • 4
0
votes
1 answer

how to convert a joomla 2.5 plugin to 3

I have a plugin for joomla 2.5 I want install it in joomla 3 but after installing I see this error : Fatal error: Call to undefined method JController::getInstance() in /home/xxx/public_html/administrator/components/xxx/xxx.php on line 21 Line…
Danial Hosseini
  • 33
  • 1
  • 2
  • 9
0
votes
1 answer

How to use location.path with angularjs rather than $http.get

Hi I am working on a angularjs app. This is actually embedded in to joomla. The URL that caters the json responses keeps changing based on the menu item clicked. For…
Jai
  • 97
  • 2
  • 14
0
votes
1 answer

Joomla - href to component controller in admin

I am having below href , unable to call test function in scholarship(component) controller http://192.168.1.9/joomla2/administrator/index.php?option=com_scholarships&task=scholarships/test
vignesh.D
  • 766
  • 4
  • 18
0
votes
1 answer

Create Readmore Link for joomla Module

I've created a very simple slideshow module. I have a helper.php that gives me all articles of a given category. My problem is that i don't know how to create the readmore link. That's what i have: public static function getSildes() { // return…
DaFunkyAlex
  • 1,859
  • 2
  • 24
  • 36
0
votes
1 answer

Module in Joomla 3 appearing where it sohuldn't

I've created a custom HTML module and it appears on some random pages, even though it is assigned only to the homepage. Does anybody have an idea why and how I can fix it?
0
votes
1 answer

How to configure Windows Live Writer 2011 to work with Joomla 3.3

I am currently trying to configure Joomla 3.3 to work with Live Writer 2011. I used to work with Joomla and Live Writer in the earlier versions of Joomla (1.5) and at that time there were a couple of alternatives to configure Joomla for Live…
MiniMe
  • 1,057
  • 4
  • 22
  • 47
0
votes
1 answer

Translate joomla K2 template sentence

I have a joomla website with 5 subtemplate K2. The website is multilingual and I want to translate some sentences in subtemplate. Where I can put this translation ? I think it's in de-DE.com_k2.ini but in the next K2's update, sentence will be…
0
votes
1 answer

Send copy of the order to email in virtuemart

I tried this for a hours, i need to send the copy of order to some other users in save in admin panel with comma split. is this possible.i don't want to touch the core file. please help me. thx in adv
Raj Mohan
  • 543
  • 9
  • 25
0
votes
0 answers

How to style Joomla 3.x module backend view?

I have my module up and running and now I'd like to make module administering a bit more eye-friendly, as there's a huge textbox by default which takes up too much room on the screen. How can I achieve this? Thanks in advance!
kelk
  • 36
  • 3
0
votes
1 answer

How many entries can Sobipro handle?

How many entries can sobipro handle. I'd like to use this so my clients real estate clients can post up their business. Currently we have a little over 10,000 business with one image each and contact info.
0
votes
1 answer

Joomla restful web services for user actions

Can you please suggest me best way to implement restful web services for user actions, I was looking into Joomla format=json things. I want core Joomla way :)
Saran Pal
  • 533
  • 5
  • 9
0
votes
1 answer

url rewriting in joomla with htaccess

my joomla url is : http://sitename.com/index.php/search/door?slug=101-jessica-alba-202 and make it to url like : http://10-jessica-alba-194.sitename.com/ so what is the .htaccess rule for this. ?? i tried RewriteCond %{HTTP_HOST}…
Dhaval
  • 11
  • 1
1 2 3
99
100