joomla1.7

Tutorial code is not working any more in Joomla 2.5

淺唱寂寞╮ 提交于 2020-01-23 03:32:25
问题 I followed a tutorial from the Joomla developer wiki (http://docs.joomla.org/Developers#Developing_a_Model-View-Controller_.28MVC.29_Component_2) to create a Joomla component. It all worked fine in Joomla 1.7, but when I upgraded to Joomla 2.5 the checkboxes in the backend are not working any more. I checked the code from http://docs.joomla.org/Developing_a_Model-View-Controller_(MVC)_Component_for_Joomla!1.7_-_Part_09#Adding_a_toolbar in Joomla 2.5 extensions and the boxchecked hidden field

How to configure Joomla 1.7 SMTP email with a google apps email address

南楼画角 提交于 2020-01-04 06:27:49
问题 I have a fresh Joomla 1.7 install. I have a valid, confirmed, working google apps email that I can log into via the web client. I have pop and imap enabled. Configuration within Joomla Global Configuration Tab in the Mail Settings section is as follows: Mailer: SMTP From Email: [-me-]@decherney.com From Name: Test Site Email Sendmail Path: /usr/sbin/sendmail SMTP Authentication: Yes SMTP Security: SSL SMTP Port: 465 SMTP Username: [-me-]@dechereny.com SMTP Password: [-password-] SMTP Host:

How to create a hierarchical Joomla! menu structure

心已入冬 提交于 2019-12-25 01:37:15
问题 I need an advice ... I'm using joomla 1.7.2. I want to plan a site, the site should be very hierarchical. Actually it will contain categories and sub categories and sub categories and ... And finally all relevant articles that will be under the sub-sub ... Category that was selected. My ambition from Joomla is to create a main categories menu that looks something like that (never mind the graphics at the moment): menu example here Clicking a category will lead to the same look a like menu

Joomla PHP: Checkbox won't uncheck

有些话、适合烂在心里 提交于 2019-12-23 19:33:27
问题 Making a simple component. If I save a new record with the box checked, it saves fine. If I go back and uncheck a previously checked item it reverts back to checked. I thought it had something to do with a hidden field, played with putting one of those in manually but that didn't fix it either so took it out. Here's where I'm at: An xml snippet: <fieldset name="checks"> <field name="checkbox1" type="checkbox" label="First Checkbox" value="1" filter="intval" /> <field name="checkbox2" type=

Database script for Joomla upgrade from 1.7 to 2.5?

此生再无相见时 提交于 2019-12-20 06:36:53
问题 I am looking for the script that does the database changes and upgrades the Joomla installation from Joomla 1.7 to Joomla 2.5. Thus I am not looking for changes in the code as I can check those from SVN. Having access to this script can allow me to just run these scripts on the server where I cannot run the automatic upgrade from Joomla admin. Update: As @Elin indicated. Snapshot of the sql folder under com_admin. Which sql queries are executed from here? Thanks. 回答1: Look in the sql folder

Logging in Joomla platform 11 JLog

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-18 16:57:47
问题 I'm playing with the new Joomla 1.7 system built on the Joomla platform 11-- and all my logging code from earlier versions of Joomla no longer work (they appear to be writing log entries but with improper syntax, so the messages are blank). Does anyone know the proper syntax for the new version of JLog? Here's my existing code-- $log = &JLog::getInstance('test.log.php'); $log->addEntry(array('COMMENT' => 'A test Logging message')); This creates the log file, but the actual log entry looks

Code Conversion Joomla 1.5 to Joomla 1.7/2.5 [closed]

雨燕双飞 提交于 2019-12-14 00:09:47
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . am trying to convert this plugin to Joomla 1.7, as I don have extensive understanding of PHP I am not getting anywhere. Any kind of help is appreciated. URL of the plugin: http://extensions.joomla.org/extensions

create a new installable zip from a ( already installed ) Joomla 1.7 component

陌路散爱 提交于 2019-12-13 20:36:34
问题 I've Joomla 1.7 and lots of component in it. I'd like to make a "reverse-engineering" of the install of a component. I've edited most part of it and i'd like to repack this to install in a new fresh Joomla installation. Any idea? thanks! 回答1: It's fairly straight forward - you download all the related files then zip them up with a new XML manifest. Of course you have to make sure that you get all of the files because they can be located in a couple different places. Luckily, the Joomla

joomla how to call filter text

余生长醉 提交于 2019-12-12 03:06:09
问题 I am developing a Joomla plugin and I would like to call the filter text settings To illustrate exactly what I am trying to access: From back end > article manager > options > filter text tab > here we set the filtering text for the editors. The settings are assign to group of users, and these can be White List, Black list, No html, No filter... I am looking for something like jSomething::something Anybody? Thank you RESPONDING TO POSTING IMAGE 回答1: I think you're looking for JFilterInput API

Joomla htaccess not working

一笑奈何 提交于 2019-12-12 02:48:49
问题 I am using Joomla 1.7 and using joomla's built in htaccess & it was working totally fine, but don't know why it's not working,.. please help me in this... i can't figure out the solution and issue.. Below is my htaccess code... ## # @version $Id: htaccess.txt 21101 2011-04-07 15:47:33Z dextercowley $ # @package Joomla # @copyright Copyright (C) 2005 - 2011 Open Source Matters. All rights reserved. # @license GNU General Public License version 2 or later; see LICENSE.txt ## ## # READ THIS