joomla

Joomla - nooku framework - what is dispatch ?

Someone work with nooku framework ? with entry point defined('_JEXEC') or die('Restricted access'); if(!defined('KOOWA')){ JError::raiseWarning(0, JText::_("Koowa wasn't found. Please install the Koowa plugin and enable it.")); return; } $view = KRequest::get('get.view', 'cmd', 'hellos'); echo "<pre>"; var_dump(KFactory::get('...

In Joomla, where should I put my classes that calculate?

I'm working on a joomla component that includes building a schedule. On any given day it needs to look at a set of rules (day of the week, date of the year, type of event) and return all of the possible start times. It would make sense to have a class that calculates these things, but I'm not sure it fits in the model or controller (and ...

Joomla TPlancer component adding new field and displaying

I have the TPLancer component for Joomla installed on my site and I am trying to add some more information to the profile page of both the Freelancer and the Buyer. I am no genius with PHP or mySQL but can kind of bluff my way thru usually. The information currently displayed on the profile pages is just data pulled from the database. I...

Use jQuery to update database through Joomla MVC component

Hi I am developing a new version of my Joomla component TTVideo. I'm trying setup a rating system using the jQuery stars plugin. I have the jQuery noconflict issue resolved, however I'm a bit confused as to how to send the vote securely to a helper class that updates the database with the value of the vote. Usually this is done throug...

Joomla extension to extract/rip content from another site

I want to extract some information from a web site and display it on my site, since this web site does not support RSS or any other means to do it. The information I'm interested in is in a div that has a specific class. I'm looking for a joomla extension that will either use an xslt or xpath provided by me in order to extract this infor...

How to logically evaluate best method for storing small data in a Joomla module?

I'm working on a new Joomla! module where I need to store a read-only data of about 40 key/value pairs with a keyword and corresponding URL link. There are several options but I'm not sure which one would be convenient for the programmer and fast-loading for the user. Or maybe because the data amount is so small it doesn't really matter ...

java cms similar to joomla

Hi everyone, does anybody know of a cms that is similar and simple like joomla but is written in java? Thanks ...

joomla rss url from the syndicate module is invalid

i am using lyftten blogie for my blog in my joomla site. i want to have rss for my blog and enabled the joomla syndication module for the blog menu. when the feed is clicked, it is working okay. but when i want to use the rss link from this blog in my facebook rss application, it says that it is invalid rss. what is the problem? the lin...

Joomla search module

Hello friend I want to search module like this site. http://www.carsales.com.au/all-cars/results.aspx?N=1216+1246+1247+1252+1282&amp;keywords=&amp;tsrc=allcarhome&amp;Nne=15 Im want to know that how i develope this type of component? or if any body know direct componet so plz tell me its urgent ...

How can I install joomla modules automatically

Is there a CLI script I could run on the server (probably from cron) to install the new .zip file? I'm working on a joomla project and I would like a way to automatically have the new version installed on my remote test server when I commit. Currently I build the package and then have to log into the test server, select the file, upload...

Best approach for RDF output CMS

Hi, Can anyone recommend a good CMS which will output PURE RDF documents (I don't just want HTML pages with RDF properties). I basically want to have a database containing some data and have the CMS format that into pure XML RDF documents. I know Drupal has limited support but this seems to just add RDF attributes to HTML elements. An...

XMLHTTP json code - how to choose which container gets updated? JOOMLA

Displayed below are some functions I have (written by a previous developer no longer with the company) that queries a database and sends back json code which updates a specific div's inner HTML. I've now been given the requirement to set up a typeahead search in another div, using json code that we have on another page. The problem I'm h...

A simple PHP question.

I have a Joomla module that basically displays a list of categories. Next to the category name, the number of items in that particular category is displayed using the line below <em>(<?php echo $row->counter ;?>) </em> The items in the categories are set to either ‘open’, ‘close’ or ‘frozen’ and I am trying to make it so that it o...

Joomla one install file that installs component, modules and plugins

Hi, I'm looking for a way to setup the XML install file for my component and for it to also install the plugins and modules that go along with it all in a single installation. Has anyone done this before, how can this be achieved? Many thanks ...

POST data to another Joomla page on the same site

I have a Joomla controller that iterates a number of times over some Google Checkout XML code. What I want is during this iteration, POST data to another page - in the same site. so com_mycomponent/controllers/checkout_iterator.php //breaks up the xml into small parts and posts then to the executor, one at a time com_mycomponent/cont...

Wrong Breadcrumb displayed

Hi, I am having some problems with breadcrumbs. The page when a user goes from "home->design->product1" shows "home->login" What is possibly wrong ? I am new to joomla. Thanks in advance ...

Taking over a Joomla created site

So i have a client, who has a disc of an entire site. Root server files, all the way to /httphome/ files... However, it looks like it was created using Joomla. Now, i know my HTMl and CSS but have never used a CMS like Joomla. To get this site up and running, am i going to have to install Joomla on my clients server, and then upload...

How can I display Joomla modules within a component?

I have a component with several categories of games and I want to display a different banner depending on the category. I need the banner (and link) to be customizable so it's not simply a case of showing categoryX.jpg or whatever. I saw this Joomla help page on another question, but it only seems to display a module type, not one speci...

How can give the menu permission to perticular user in Joomla?

I create some backend menu in joomla administrator like (Manager, admin, Super admin, agent). First three are inbuilt and agent is custom. I want to give some particular menu permission to agent. so please tell me in database which tables having menu permission to particular user. so i can set the permission. Provide me tables name in Jo...

My Joomla site hacked

someone hacked into our servers. Not sure when. They have created this folder "/public_html/modules/com_gcalendar" and some files in it. any one of had the same attack? any findings? ...