joomla

joomla virtuemart site loading issue

I have a Joomla site, integrated with virtuemart in it. have almost 9,000 products. it is not loading the site when i select a manufacturer from a module, which must list all products. Same problem is in the case of categories(have 2 categories). error is FastCGI Error Number: 258 (0x80070102) when I have only 250 products, it was fas...

Modify style for last module in a particular area in Joomla!

I am making a custom Joomla! template which should allow for multiple modules in the right column. Everything is working fine, and I am using "modules.php" to create a custom HTML wrapper for each module in the column. Only problem is - I need to remove the bottom border from the last module that appears in that column, whichever one it ...

feasibility of Joomla or Drupal

Hi, I would like to know how feasible is Joomla or Drupal towards a website development which has around 80 web pages? I'm a part time website designer who does a bit of server end development as well using PHP and Python/Django. However, i have never attempted developing a website of this scale. There is a lot of static content on this...

Joomla of ASP.NET

Hi all, If i look into PHP they have Joomla, although it was initially build for CMS only but currently it is doing much more then that, like it have Shopping Card module, blogging, forums and many more. In short for PHP guy they have Joomla as opensource, which just need a little customization and the side is ready within 3days. Now w...

Is it possible to make a single login of two joomla project?

I am new to joomla. I have two joomla project now my work is too make this two joomla project access in a single login location or either any of the project. If a logged in a single project i am going to access another project without login. Whether it is possible? If possible please guide me how can it will do? ...

Joomla, Drupal, DotNetNuke or something else for a sport club?

I am setting up a web site for a football club and I am wondering which CMS to use. I am a developer but I am doing this as a favour to a friend and would rather grab something with modules in it (registration, events, calendar, etc.) already. I need to be able to customise it but I had a look around and Wordpress looks like a blogging ...

How can I get the full query string of a page

Hi, I'm using joomla and acesef as a plugin and I need to get the full querystring as is. The problem is when I use $_SERVEr['QUERY_STRING'] it contains the joomla QS isntead of my custom parameters. A javascript or PHP solution would do. thanks Edit: Sample URL www.test.com/sc/my-account.html?action=payment-method I want to get ac...

Creating sublines on Joomla menu items

In my toplevel menu items, I would like to make a subline for each item. I don't think it's possible to do by default, byt YooTheme has done it in many of their templates. The menu output look like this <div class="moduletable_menu"> <ul id="mainmenu" class="menu"> <li class="active item1" id="current"> <a href="URL_HIDDEN"...

Need one login for two or more different sites in joomla

I am tasked to create a web site using joomla. It will be a 'sister' site to an existing joomla site. Both are in the same domain. However, the owners want the users to be able to log into one and still be logged into the other one. How can this be accomplished? If it is possible Thanks in advance! :) ...

Comparisons of DotNetNuke with other CMS's/Web Application Frameworks such as WordPress or CodeIgnitor

I have never used DotNetNuke before. I'm thinking about giving it a try to help me build websites, and i'd like to hear from other developers who are in a position to compare DotNetNuke with other CMS's/Web Application Frameworks. ...

purpose of 3rd party mvc ?

ive seen many third party mvcs or frameworks such as codeignitor , cakephp, and so on. what i want to know is what are their purposes? ive created my own framework call it an mvc or framework (in my opinion their all the same). in my framework i have all the classes in one folder called classes and all functions in another. its all organ...

SEF URL Problem in Joomla1.5

My joomla site url is: http://www.cessnatrader.com. I am using SEF URL for this site. The SEF URL is not working in the main menu(in top). But it is working fine for other places(other links, footer menu). I don't know what the problem is. I did all the things for enabling SEF URL in joomla. But it is not working in one place(main menu)....

using domian alias for multilanguage

Hi, I am using domain alias for different languages; webname.es webname.co.uk; It is working perfectly as the language is managed depending on the host. Working on joomla, joomfish and artio are working perfectly. You have perfectly pages and friendly URL's translated for example webname.es/hola.html and webname.co.uk/hello.html Using a...

Accessing Joomla session information from Silverlight

Hi, Would anyone have any experience to share and/or sample code that shows accessing the session state information for a user logged into a Joomla web site? Simply showing the logged in user's name or something similar in Silverlight would be very interesting to me. Thanks ...

Two Collumn Article content Joomla

Hello, How to make some of article when i click readmore the paragraph not show to the bottom but to the right side... here's the illustration picture http://www.oymo.com/upload/uploads/collumn-artikel.jpg thanks ...

Virtuemart bulk upload module

I'm looking for a Virtuemart bulk upload module. I have surfed for ages now, but can't find anything, does anyone know a sollution for this? ...

error Template not found Looking for template in joomla

Why its giving a error after changing a DNS, what will be wrong in my setting . I am doing in joomla1.0 version. ...

Download manager for joomla

hi there everyone i have a question on joomla, i have made a site using joomla and in my site on the left navigation part there is my items and packages and on that left nav under that i want a download manager where the visitors can download all the case studys,wallpapers,questionnaires,showreels etc.. which iam having on my site and al...

How can I run a joomla project?

Hi guys, I get a joomla template, but I can't run it. I copy it to htdocs folder in Apache(XAMPP) and when I want to run it, return this : "Restricted access" defined('_JEXEC') or die('Restricted access'); // no direct access require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'functions.php'; please kindly advise me, Cheers, ...

Is it possible to disable user sessions for guest in Joomla 1.5

Hi; Is it possible to disable session handling in Joomla 1.5 for guests. I donot use user system in the frontend, i assumed that it's not needed to run queries like below: Site will use APC or Memcache as caching system under heavy load, so it's important for me tHanks for your comments DELETE FROM jos_session WHERE ( time < '127470...