joomla

PHP Paypal Checkout for 3 Pages

I just want to do this 3 pages: Page 1: User pick in radio button 2 prices Page 2: Fill out credit card form Page 3: Confirm and send to Paypal info Is there a module somewhere that is free to use with Paypal Website Payment Pro? Because I need it to process credit card information. I don't mind whether it is Joomla, Drupal or Wordpr...

How to connect the Db and get the data from table in Joomla php

I want to connect the Joomla DB and i have created table in PHPmyAdmin. And want to get the row and values from the field. ...

how to put xml file in website?

hi I would like to add content to my Joomla! site by using an .xml feed that is offered by a company that I am an affiliate of. The company has an .xml feed available so that affiliates can have the updates done automatically. I thought that I might be able to use the built in newsreader, but the tech support from the company has quick...

How to modify Joomla default search module?

I want to remove the label "Search" in Joomla search module (default search module). I have modified the default_form.php from the directory /joomla15/components/com_search/views/search/tmpl/ and even removed the following code but it makes no difference on the site: <label for="search_searchword"> <?php echo JText::_( 'Search K...

How does this mess work?

My Joomla! website has been repeatedly hacked into. Someone, somehow, managed to inject the following rubbish into the key php scripts, but I mean not to talk about configuring Joomla. The site is not visited much (at times I fear I might be the only visitor to that site...) and I don't care much to have the site back up and running. I'l...

Jquery ui, joomla and safari problem

I have a jquery ui slider in place which scrolls the content of a div when moved, here's the code: var paraHeight = $("#descPara").height(); var maxScroll = paraHeight - 250; var activeScroll; if (maxScroll <= 0){ //do nothing } else { $("#slider2").slider({ orientation: "vertical"...

Joomla development environment, toolchain and workflow

I have the tas to setup, design (devlop a Template), configure (menus, users, plugins etc.), provide the acutal content and administer/maintain a Joomla based website. What tools, IDEs etc. do you use in your development environment. Of course I would like to do as much of the development work as possible offline without the web fronten...

how to enable 2 module in joomla php

Hello, I have created 2 module for joomla. When I enable any one its working fine with joomla in left and right. But when I enable both the website is not working...its not display any website content. Please help me how I can enable more then 2 module. Thanks, Manoj Singhal ...

Joomla Chronoforms Dynamic To

I have successfully created a basic Chronoforms form with the standard 'To' field sending the form data in an email to one recipient. However, I would like the 'To' field to become a 'Dynamic To' that will send the form to different users based off of the value of one of the dropdown fields I have in the form. I couldn't find any good ...

Opening pop up in Joomla

I am trying to have people be able to open HTML widgets by clicking on a button in my Joomla page. All the widgets are different sizes. The code is entered as HTML in Jumi. Currently I have the action set to: "On click open in new window without browser navigation." The problem is this this always opens in a full screen size with the w...

What's stopping my page's JavaScript being invoked?

Hello y'all! Now I'm still learning, so forgive me if this is simple to some of you. But my Joomla-powered community site is having a bit of difficulty since updating JomSocial, a Joomla component, to 1.6 today. I think something is stopping other JavaScript being loaded on the homepage and other pages too. If you look at the site: h...

Joomla License and Templates / Modules

How does the GPL apply to external modules or templates installed into Joomla? I'm a bit confused whether a module, written in PHP using the joomla API's and works only with Joomla can be commercial, or whether it must be licensed as GPL. Also is the reason that it should not be GPL because the module was installed after Joomla and not...

JavaScript not being loaded. Tried everything I can think of...

Hi. Swimwire.com is no longer loading JavaScript properly since I installed an update to its Social module, JomSocial. It's something to do with JomSocial, I'm certain, since on the homepage no JavaScript properly works (there's a blue bar along the top that should be clickable and contain the words 'Open Control Panel', but it doesn't ...

Mixing Custom/Drop Down attributes in VirtueMart for Joomla

I am trying to add a product that requires form fields...however, by creating the attributes that dropdown, then custom attributes, it displays that way, Drop down first, Custom Second. Is there a way to create a mix of custom, then drop down, then custom? See current site: www.MSLawMart.com Select Legal Forms -> No Fault Divorce...y...

Using ExpressionEngine or Joomla templates inside a pre-existing page?

Hey SO, So I'm new to both Joomla and Expression Engine, and want to know if I can use it like I'd like. I've already made a full site, and would like to integrate blogging into the site. The site is on CodeIgniter. Is there a way that I could create a form template for submitting a post which would then save to my Joomla/CodeIgnit...

Error Message: The page contains too many server redirects

I have a website that I want my android visitors to see. It is created in Joomla 1.5. The problem is that sometimes I get the message "The page contains too many server redirects" on my G1. Does anyone know what this means or how I can fix the problem? ...

Creating Joomla Accounts outside of a web interface.

Is it possible to create a Joomla account outside the web interface. I want to create one from my Java application. If so can you give me an idea about the best way to do this? These are my thoughts so far: 1. Create a php page that inserts the data directly into the database (but is there more to an account than simply the users tab...

Customization of joomla main menu

hi to all , i have a problem with mod_main menu. i want to customize main menu on left side according to given html <li style=" background-color:#73B2DD;">Partnership and Grant Management</li> <li style=" background-color:#90C3E4;">Research, plicy and strategy analysis</li> <li style=" background-color:#73B2DD;">Program design, de...

Custom directories/listings in Joomla

I'm trying to create a directory in Joomla, which means, the user will have a form to add an entry (with custom fields) and the entry will show up in a page listing all added entries. For now, I'm going with SOBI which is a Joomla component handling all this. Question: I was wondering if there are any good alternatives, what I'm lookin...

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&amp;fileid=8&amp;Itemid=34 the top and left part is my site, and the stuff that is the main content in the middle is a different site. i may not be doing it correctly since it is not displaying it at size t...