joomla

are we doomed yet?

Hi, so my boss asked me to import a joomla database of about 250 users into a Prestashop database (of users). After some analysis, i've found out that prestashop and joomla use different password salting techniques. So my qestion is: "Are we doomed yet?" ...

Which language/Framework/CMS to use for content-based, easily updatable web application?

Hi All, I am an experienced Java developer and have developed many enterprise applications. Recently I decided to develop a website that has lots of images and videos. The website should also be easily updatable and all type of contents (e.g. images, videos, songs) should be uploaded. I searched a lot on this forum and other pla...

Which CMS as the basis for a custom web application

I'm looking at building a custom web application for a client (a specialized auction site, in this case), and we're evaluating using some existing CMS as the "scaffold" for the application. The justification is the fact that for many custom web application projects, some 70% of the code written goes in to adding CMS features, user manag...

Joomla insert article into coponent

Hi, I would like to insert article inside my component someone has example how to do that? Article would be selected from backend. ...

Joomla template show image thumbnail on frontpage

Using joomla 1.5 how do you add thumbnail images to the list of articles on the frontpage. What I am after is something similar to this http://templates.joomlart.com/ja_quartz/ (scroll down to the list under welcome to the frontpage) As you can see this shows the date, then a thumbnail image and then a snippet of the article with a r...

How to display extra fields in article with K2

Hi there, currently I've got Jreviews installed and I'd like to replace it by K2 to list specialized shops with addresses, phones, maps, opening hours ... With K2 I guess I'll need to define extra custom fields to hold those specific information. No problem. But, how may I configure things to have those fields displayed in the detaile...

Why does Joomla display this error?

I have made a website in Joomla and have i on my local machine. Everything works perfectly, but when i upload the site to my domain i get this error: Parse error: syntax error, unexpected T_STRING in /home/www/fotohandleren.mathiasbak.dk/templates/fotohandleren_dk/index.php on line 1 I have edited the configuration file so it connects ...

Joomla own component settings insert article in popup

Hi, I would like to make a setting to insert article ID in backend. The scenario is: User can click on a button, window with article list will appear, than can choose the article. Article ID will be stored in component config. Than I can populate article in frontpage (this part I know) ...

jimport not working in Joomla 1.5

Hello! I have downloaded some sample code for openId in Joomla 1.5. I am learning as I go with this Joomla thing and re-learning some PHP things. So I'm basically terribly new to this entire Content Manager world. I am trying to make a little plug-in for authentication with openid but it seems to be just wrong. I have successfully debu...

file permissions are changed through joomla

Hi, I have a default installation of joomla under ubuntu 10.04. I have also changed the permissions of index.php of template(apache user with read write permissions), so that I can change the index.php from administrator screen. Everything works fine till here. But now when I change the file from admin screen and save the file, its cha...

How can I change frontpage news layout in Joomla ?

Hi .. I'm working on joomla .. and I want to change the layout of the front page .. I want to make the right column and the left one above one of the articles and the rest articles in the middle between the columns .. like this : http://www2.0zz0.com/2010/10/06/14/100024715.jpg I figured out that there's a component which I should modi...

Advice on Canadian payment gateway for VirtueMart (Joomla!)?

I'm developing a shopping cart system for a client using Joomla! 1.5 and VirtueMart and am in the market for a payment gateway provider. That said, I have a couple of unique requests: Not PayPal -- The client sells tobacco accessories, which is against PayPal ToS. Allows the sale of tobacco accessories/products -- my client primarily s...

paypal payment intergration problem

hi to all, i am using joomla with acl component. when i am subscribe for any plan according to my project and when i am at paypal site for payment (developer.paypal.com) there is error occured "An error occurred during processing. Please try again." i am provideing a active email and password for developer account of paypal any on...

Joomla Form builder download!

Hello, I am searching the joomla component that generate form fields (Form Builder) with database fields. So anybody know the component for installation. Please provide me a link to download component. ...

Templating System and Plugin System

Hi, How to create template/theme system and plugin system for a custom CMS similar to Wordpress or joomla? Edit: I don't want to use any templating engine similar to wordpress; a reason why it is famous for templating. ...

Refresh in Joomla

Hi, i have a Joomla site on a Apache/2.2.9 (Unix) mod_ssl/2.2.9 server and i would like it to refresh the page at 1 miniute past each hour to ensure the latest articles are shown, this is a radio website so listeners often have their browser open on the site for hours at a time. Can this snippet be adapted to refresh at 1 miniute past ea...

virtuemart configuration

I want to configure VirtueMart. I just need to configure three things: Disable email validation when checkout Add 8% shipping cost to all products Add 8.25% taxes to state of Texas how can i do that.(in administrator panel, not coding) ...

Joomla Tooltip in Custom Component

I am creating a custom MVC component in Joomla and want to use tooltip to provide more information for specific field. I found this tutorial on Joomla docs website showing how to use tooltip. I followed the tutorial as close as possible but after page loads my tooltip is not display properly. I see My Title::My Description... blah blah...

joomla url rewrite more friendly?

Hi, I have url structure like index.php?option=mycomponent&id=12 I would like to rewrite id=12 to something like "blue car" where blue car I can place somewhere in mysql. Is it possible? ...

Jqury ajax responce in joomla!

Hello, I am working on joomla. i use the json code i.e. <script language="JavaScript1.2"> jQuery.noConflict(); jQuery(function() { jQuery('.text_area').change(function() { var traID = jQuery(this).val(); jQuery.getJSON('?option=com_propertyform&view=ajaxdata&format=raw', { traid: ...