What?
So this is an article documenting how to create an on/off toggle switch that hides and displays between 2 div layers in a Zoho Creator Page (so not a form or report but a page).
Why?
This ...
... PageID,
CONVERT(p.page_title USING latin1) AS PageTitle,
CONVERT(t.old_text USING latin1) AS PageContent,
(SELECT GROUP_CONCAT(CONVERT(wikimedia_categorylinks.cl_to USING latin1)) FROM wikimedia_categorylinks ...
... will be based on the SQL query to get just your articles from your MediaWiki CMS:
-- to get articles from MediaWiki CMS: Let's call it STATEMENT1
SELECT
wikimedia_page.page_id AS PageID,
CONVERT(wikimedia_page.page_title ...
... 5 columns:
MediaWiki: number of unique guests, students and staff by month. Also associates a UserID to the wikimedia_user table to identify a user.
SELECT
CONCAT(MONTHNAME(t2.Date), ' ', ...
By adding the following line to your LocalSettings.php file, you will be able to log everything that WikiMedia does:
$wgDebugLogFile = '/home/username/public_html/wikidir/logfile';
IMPORTANT ...
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.