User contributions for Erdsiger
14 October 2009
- 15:1315:13, 14 October 2009 diff hist +26 J1.5:Developing a MVC Component/Creating an Administrator Interface No edit summary
24 June 2009
- 19:4319:43, 24 June 2009 diff hist −2 Coding style and standards Undo revision 14721 by Cius (Talk)
10 May 2009
- 22:0322:03, 10 May 2009 diff hist 0 Archived:Joomla! 1.6 Development Status No edit summary
- 15:1315:13, 10 May 2009 diff hist 0 Archived:Joomla! 1.6 Development Status No edit summary
- 15:1015:10, 10 May 2009 diff hist +104 Archived talk:Joomla! 1.6 Development Status No edit summary
- 15:0715:07, 10 May 2009 diff hist +73 Archived:Joomla! 1.6 Development Status No edit summary
- 14:5914:59, 10 May 2009 diff hist 0 Archived:Joomla! 1.6 Development Status No edit summary
- 14:2314:23, 10 May 2009 diff hist −2 Archived:Joomla! 1.6 Development Status No edit summary
- 14:0514:05, 10 May 2009 diff hist +4,904 N Archived:Joomla! 1.6 Development Status New page: {| class="wikitable" style="font-size: 85%; padding:2px; width: auto;" !Task !Blocker !Status !Contact person !Description |- !Implement JForm library |Alpha |95% |Rob Schley, Andrew Eddie...
14 March 2009
7 March 2009
- 11:2511:25, 7 March 2009 diff hist +23 Bug and Issue Tracker Priority No edit summary
12 November 2008
- 17:0817:08, 12 November 2008 diff hist +962 Category:Version 1.5.8 FAQ No edit summary
22 August 2008
- 11:1111:11, 22 August 2008 diff hist +1,086 N Removing super administrator rights New page: Note: You need access to the database used by Joomla! and this tutorial uses phpMyAdmin # Using phpMyAdmin or a similar tool, select the Joomla! database. # Browse to the table "jos_users...
- 10:2710:27, 22 August 2008 diff hist +363 N J1.5:How to move User rating New page: Only real solution I found is a hack though, namely in file mambots/content/mosvote.php. Change <source lang="php"> $_MAMBOTS->registerFunction( 'onBeforeDisplayContent', 'botVoting' ); <...
2 August 2008
- 14:0314:03, 2 August 2008 diff hist +1,059 N Get locally hosted Joomla! website e-mail functions to work New page: Most ISPs block port 25 so you cannot send email from your own computer's SMTP server. This is to block spammers. If you don't intend to spam, you can use your ISP's mail server. To get t...
- 13:4313:43, 2 August 2008 diff hist +96 How to find your absolute path Category added
- 13:4213:42, 2 August 2008 diff hist +322 N How to find your absolute path New page: Take notepad or any other text editor and insert: <source lang="php"> <?php $p = getcwd(); echo $p; ?> </source> save as detection.php (or first as txt and rename to detection.php) ...
- 13:4013:40, 2 August 2008 diff hist +2,388 N How to distribute languages for native Joomla! 1.5 extensions New page: When you create a translation for a 3PD extension, usually it is included in the package, but sometimes it is distributed separately. In the 2nd case, it may be difficult to tell the user ...
- 13:3713:37, 2 August 2008 diff hist +3,602 N J1.5:Custom user groups New page: I use custom user groups (user roles) within Joomla 1.5. For example under the registered users group I've added several subgroups: myproject customers customer A admin product ma...
- 13:2613:26, 2 August 2008 diff hist +1,990 N Search uncategorised articles New page: One of the issues with CMS's like Joomla is stopping the site search from finding thank you, registration or stand alone pages in the "uncategorised" or other sections. The file to alter ...
- 12:1112:11, 2 August 2008 diff hist +10 SEF URLs in Joomla! 1.5 No edit summary
- 12:1012:10, 2 August 2008 diff hist +3,106 N SEF URLs in Joomla! 1.5 New page: The primary reason for having search engine friendly URLs is to force keywords to appear in the URL which, from a search engine's point of view, increases the page's relevance for these ke...
- 12:0312:03, 2 August 2008 diff hist +1,017 N Intro page with SEF New page: We have a Joomla SEF enabled site. We want to display an intro flash page when the request is / and let the Joomla continue to work without touching our site. We have an /intro/index.html ...
- 11:3811:38, 2 August 2008 diff hist +1,244 N Multiple layouts with one template New page: I found that it was a bit of a pain to code and keep track of multiple templates so ive been searching for a way to do this in Joomla 1.5. I stumbled upon this solution thru a few differen... current
- 11:2011:20, 2 August 2008 diff hist +15,015 N Absolute Basics of How a Component Functions New page: Some weeks ago I was asked to confirm if a custom php web developement with a high budget was the right path to follow. After having a look at the goals of the project I thought that the c...
1 August 2008
- 18:5418:54, 1 August 2008 diff hist +42 N Latestnews module with date Latestnews module with date moved to Latest News module with date: Title corrected.
- 18:5418:54, 1 August 2008 diff hist 0 m J1.5:Latest News module with date Latestnews module with date moved to Latest News module with date: Title corrected.
- 18:5318:53, 1 August 2008 diff hist +1,140 N J1.5:Latest News module with date New page: You need two files: /modules/mod_latesnews/helper.php and /modules/mod_latesnews/tmpl/default.php In the helper.php, add the <source lang="php"> $lists[$i]->creationdate = JHTML::_('date...
- 18:1818:18, 1 August 2008 diff hist +29 Unzip function in the Media Manager Added to the parent Tips and tricks category
- 18:1718:17, 1 August 2008 diff hist +29 Require Approval For Web Link Added to the parent Tips and tricks category
- 18:1618:16, 1 August 2008 diff hist +17 Menu Items Automatically Pointing to New Articles PHP syntax highlighting added
- 18:1518:15, 1 August 2008 diff hist +30 Menu Items Automatically Pointing to New Articles Added to the parent Tips and tricks category
- 18:1518:15, 1 August 2008 diff hist +29 Display name instead of username in Who is online module Added to the parent Tips and tricks category
- 18:1418:14, 1 August 2008 diff hist +29 J1.5:Changing multi-column article order in section and category blogs Added to the parent Tips and tricks category
- 18:1418:14, 1 August 2008 diff hist +29 Auto redirect guests to login Added to the parent Tips and tricks category
- 18:1318:13, 1 August 2008 diff hist +29 J1.5:Adding access keys Added to the parent Tips and tricks category
- 18:1118:11, 1 August 2008 diff hist +66 J1.5:User Group Access levels explained in simple terms Added to subcategories
- 18:1118:11, 1 August 2008 diff hist +66 Enabling Search Engine Friendly (SEF) URLs on IIS Added to subcategories
- 18:1018:10, 1 August 2008 diff hist +66 J1.5:Image only menu items with rollover effect Added to subcategories
- 18:1018:10, 1 August 2008 diff hist +66 How to check if mod rewrite is enabled on your server Added to subcategories
- 18:0818:08, 1 August 2008 diff hist +66 J1.5:Creating a CSS Drop down Menu Added to subcategories
- 17:3917:39, 1 August 2008 diff hist +1,304 N How to check if mod rewrite is enabled on your server New page: Many problems with SEO arise from the fact that a host has not enabled mod_rewrite (Apache setting) on the servers. They often tell they have (while they don't have) and you can verify if ...
17 July 2008
- 16:0716:07, 17 July 2008 diff hist +3,126 N Enabling Search Engine Friendly (SEF) URLs on IIS New page: First job is to install ISAPI rewriter of your choice http://www.isapirewrite.com/ or http://cheeso.members.winisp.net/IIRF.aspx ISAPI REWrite has a lite version (limited) and IIRF (Ioni...
- 15:5715:57, 17 July 2008 diff hist +22 J1.5:Adding access keys No edit summary
- 15:5615:56, 17 July 2008 diff hist +100 J1.5:Adding access keys No edit summary
- 15:5515:55, 17 July 2008 diff hist +6,685 N J1.5:Adding access keys New page: Heres a quick way to add access keys to joomla 1.5. '''Note, This involves hacking the core code.''' Firstly edit the component.xml parameter definiton file in \administrator\components\c...
- 15:5015:50, 17 July 2008 diff hist +4,304 N Unzip function in the Media Manager New page: I have developed a hack to had the capacity to unzip and untar files in the media manager component of Joomla! 1.5. It work like the delete function, you check the file and you click on th...
14 July 2008
- 13:5613:56, 14 July 2008 diff hist +26 J1.5:Image only menu items with rollover effect No edit summary
- 13:4713:47, 14 July 2008 diff hist +98 Display name instead of username in Who is online module No edit summary
- 13:4513:45, 14 July 2008 diff hist −115 J1.5:Creating a CSS Drop down Menu No edit summary