ASP.NET version of Joomla
Does anyone ever found/used an ASP.NET application similar to Joomla? I need to set up a quick and dirty CMS on a Windows Server and our client doesn't want us to use something else than ASP.NET. Thanks!...
Does anyone ever found/used an ASP.NET application similar to Joomla? I need to set up a quick and dirty CMS on a Windows Server and our client doesn't want us to use something else than ASP.NET. Thanks!...
I talked to a few friends that say Drupal is amazing and that it is way better than Joomla. What are the major differences/advantages. ...
I'm looking for a wordpress-like blog interface to put inside a Joomla hosted site. The admin interface of Joomla is quirky enough and hard enough to use that daily updates are infeasible. What I am looking for is an easy-to-use posting interface that supports multiple users with different accounts/names, a tagging scheme, and easy f...
More specifically I am trying to make the mailto component show within my template; the same way as an article does. By default the mailto component opens in a new window. So far I changed the code so it opens on the same window, but that way the whole template is gone. Any suggestions? ...
I am developing a Joomla component and one of the views needs to render itself as PDF. In the view, I have tried setting the content-type with the following line, but when I see the response, it is text/html anyways. header('Content-type: application/pdf'); If I do this in a regular php page, everything works as expected. It seems tha...
I'm part of a group that's considering a PHP-based system to serve a community for communications purposes, including collaboration, event calendars, and a photo gallery. We're also loking into social networking integration (particularly Facebook) and maybe payment processing for community events. The two main CMSs we're considering ar...
Hello, Does anyone know where I can find a very quick tutorial about writing Joomla 1.0 components/modules? I've been playing with it for hours yesterday and I still don't know what the difference is. My current (and urgent) task is to modify an application written for Joomla 1.0 (I still don't know if it's an application or what it is b...
Title says most of it. I have inherited a Joomla site and the client wants part of the main template (a feature-type box) to be editable via the Joomla backend. I guess really it is a content item that never gets displayed as its own page, but as a part of all pages. Is that possible? Thanks. EDIT: By editable, I mean as a piece of...
I am writing my own Joomla component (MVC), its based heavily on the newsflash module, because I want to display the latest 5 content items in a sliding tabbed interface, all the hard work is done, but I am having real difficult getting content out of the for loop. Here is the code I have so far default.php <ul id="handles" class="tabs...
I am the tech intern for an online independent newspaper, and the writers on the staff are not tech-savvy. They don't quite understand how web pages work, and often they upload and include images straight from their digital cameras, or scanned from original media. These images become a burden when there are 10 images on the front page ...
In Joomla 1.0, the current User object was stored in a global variable called $my. This doesn't exist in Joomla 1.5 any more - how do I get that object? Also, how can you tell if the user hasn't logged in? ...
Hi, I would like to change the default behavior of Joomla's password reminding mechanism. I would like to be provided with checking of the strength of a password and (optionally) with captcha capabilities. I was wondering if there's a free component for Joomla which I could install and use out-of-the-box. ...
Hi. I moved an ex-site based on joomla to wordpress. Import worked fine but the problem is that the old links don't work anymore. Because there is only 50 or so articles, i thought will be a good idea to put a rule for each post (in .htaccess). Well... Not always things are like you want, so redirects dont work at all :( Old joomla lin...
This is my first time using joomla. I don't know if I'm using the concept of a Contact in the wrong way, but I have a Contact Us menu that i've created and I've added the contact details in. I'm looking to add a sentence oe two of text above the contact details & the e-mail contact form. There doesn't seem to be a way of doing this v...
The bugzilla (perl-based) system has a feature to login automatically by using a http server environment variable. If you fill in the right ID or username, you are automatically logged in. My server runs Joomla (PHP-based) and has all the information about who is logged in. It runs bugzilla within a sub-frame. So, how can I set this en...
I am running two different sites on two different servers with two different domains. One site is running Joomla, the other Moodle. I have configured the Moodle server to base its authentication on the users table on the Joomla site, so we have an authoritative source of user information. What I'd like to do is this: after someone signs...
I'm writing a component and would like to insert images from the template folder. How do you get the correct path to the template folder? ...
I'm trying to edit the output joomla main_menu module so I can make a custom dropdown menu. At the moment it currently outputs html like this: <ul class="menu"> <li class="active item1" id="current"><a href="#"><span>First Level Item </span</a></li> <li class="parent item63"><a href="#"><span>First Level Item Parent</span></a> <ul> ...
Hi all, Happy New Year! :D In Joomla: $mainframe->getCfg('lang'); will return "english" (i think this is a default value), anyone can tell me where defined it? can i change it? Thanks ...
Hi, I am building a website, one section of which will display public notices from a different website. (The notices are public, no copyright violation) What I need to do is to automatically update my site whenever there is a new notice on the target site. I am using Joomla as my CMS. Any ideas? Update - Unfortunately no RSS feed :( ...