This took me a whole afternoon and involved a lot of hope as I browsed the Internet and no one seemed to have done this before. Fortunately, MediaWiki extensions are easier to write than Joomla CMS ones ...
... will be the name of the file including its extension)
Document (the file upload field)
Downloaded (a picklist with the options "Downloaded" and "Pending Upload")
Here's the code for the parent ...
... check your security and privacy and ensure that you have permission to install the above, then re-install.
Install the Zoho Extension Toolkit (ZET) via command line interface (CLI)
In the terminal, ...
... ; get name of file without its extension
v_ThisFileName := A_LoopFileName
v_ThisFileName := StrReplace( A_LoopFileName, "." A_LoopFileExt, "")
a_ThisFileName := StrSplit( ...
... or Setup)
Under "Extensions", click on "Connections"
Click on "Add Connection"
Click on "Zoho Oauth"
Give the connection an easy name (will be lowercased) but descriptive. For this test I will call ...
... extension that does this for you or spend time tweaking your .htaccess file. Or you can take advantage of a Joomla update and do this without any coding...
Pre-amble
To allow the Joomla CMS to ...
What?
During a site upgrade, the commenting extension for Joomla called JComments would return errors when using PHP version 7. This is a quick article to document what needed doing to fix the errors. ...
What?
This is an article explaining the code needed to write a PHP script which generates an access token for a service account which in turn is used to list files in a team's Google Drive.
This is ...
What?
This is a quick article to remind me how to move a Joomla administration section and to lock it down to a specific IP address. The below does not involve installing any third-party extensions ...
... = @v25_admin_id
WHERE `id` = @v34_admin_id;
These are the Joomla! core ones that need modifying. If you have 3rd-party extensions (eg. K2) then you should run the respective commands to update the ...
... with 3rd-party apps.
- Restructured extension into an MVC model (fixes H3 and Module Class Suffix issues)
- Removed Joomla! Admin Option: Content Database Length- Date Uploaded: Mon, 13th Jun 2011 ...
What?
So I'm getting an error like this:
The requested page can't be found.
An error has occurred while processing your request.
You may not be able to visit this page because of:
- an out-of-date ...
What?
This article serves as documentation for a module extension I made for the Joomla Content Management System versions 2.5 or later.
Why?
Could have probably used someone else's. I think there' ...
What?
This article serves as documentation for a Joomla extension I have released which is a copy of the built-in Joomla Search module but with the parameters embedded (set in the administration section). ...
... in complex type definitions
choice Allows only one of the elements contained in the declaration to be present within the containing element
complexContent Defines extensions or restrictions ...
... going to use a short batch process (*.bat). The reason the instructions below use the command prompt are because the default setting for computers running MS Windows are set up to hide filename extensions ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.