Assuming joomla is required, the following 15 results were found.
-
What follows is an outline I compiled while building an Ubuntu server for running the Joomla CMS on the Nginx web server. NOTE: Ubuntu 14.04 LTS was used for this. Ubuntu Server * choose SSH server during the install * setup static IP address Install...
- Type: Article
- Author: Mondaiji
- Category: IT
-
The following is a task outline for building an Ubuntu-based web-server to run Joomla and JomSocial. I created this for my own notes, so apologies if it's a bit cryptic. Ubuntu server minimum install choose LAMP & SSH server during install static IP...
- Type: Article
- Author: Mondaiji
- Category: IT
-
For some reason Joomla 2.5 lost the ability to show nice horizontal menus in the footer; instead the items appear vertically. I personally used this in Joomla 1.5 to show the privacy policy, terms of use, etc. links at the very bottom of every page....
- Type: Article
- Author: Mondaiji
- Category: IT
-
I propose blocking all access to Joomla's administrator login page and front-end user login (if you don't use it) because I constantly see a-hole bots in my logs trying to hack my site. Add these lines to the Nginx site configuration. # DENY ACCESS TO...
- Type: Article
- Author: Japanatron
- Category: IT
-
The Joomla extension Stalker is awesome, but oddly enough it doesn't have iTunes as one of the default available networks. If you're using the component, you can add it manually, but Stalker will change the iTunes-specific "iTunes" to "http." If you're...
- Type: Article
- Author: Mondaiji
- Category: IT
-
* Rsync files to the new location * Change Apache root folder settings * Redo web directory protection entries * Update Joomla core configuration (global settings) * Update Akeeba backup configuration * Rename old folder to ensure nothing is still using...
- Type: Article
- Author: Mondaiji
- Category: IT
-
PROBLEM After updating my Joomla Gavick template to the latest version, the embedded YouTube videos appeared massively large on desktop browsers. Mobile browsers looked OK. SOLUTION The problem is caused by the fitvids library introduced in later...
- Type: Article
- Author: Mondaiji
- Category: IT
-
RSSocial is an awesome free Joomla extension I use to display social media icons on my site. Since it uses the Fontello Zocial font kit, I figured out how to modify it to display other social media icons. * Navigate to /media/mod_rssocial/css and look...
- Type: Article
- Author: Japanatron
- Category: IT
-
security on a Nginx web server. NOTE 1: Ubuntu 14.04 LTS was used for this. NOTE 2: This is a continuation of this article: Joomla Running on Nginx and Ubuntu Server - Setting Up Turn Off Server Tokens Why disclose the Nginx version? Open nginx.conf and...
- Type: Article
- Author: Mondaiji
- Category: IT
-
way to replace all instances of with . Here's what worked for me. Go into PHPMyAdmin and execute these 2 queries: update joomla_content set `introtext` = replace(`introtext`, ' ', ' ') update joomla_content set `fulltext` = replace(`fulltext`, ' ', ' ')...
- Type: Article
- Author: Mondaiji
- Category: IT
-
Joomlahttps://japanatron.com/component/tags/tag/joomla
- Type: Tag
- Author: Japanatron
-
sites memory_limit = 128 default / uploadsize+1MB for video-driven sites III. Language Options output_buffering = Off (Joomla wants this) PHP PM.MAX_CHILDREN Open this config file: /etc/php/8.3/fpm/pool.d/www.conf Find pm.max_children and raise it to...
- Type: Article
- Author: Japanatron
- Category: IT
-
followed suit. Here's how to disable JomSocial's cover photo feature altogether. Backup Your Site Just in case. The Joomla extension Akeeba Backup does a great job. Modify the Following JomSocial Template Files Frontpage cover photo -...
- Type: Article
- Author: Mondaiji
- Category: IT
-
The open source stuff that JomSocial uses to convert and render video uploads (ffmpeg) also supports audio files. I thought it would be cool to modify JomSocial to allow audio files to be used in its videos section. It actually wasn't as hard to figure...
- Type: Article
- Author: Mondaiji
- Category: IT
-
sites memory_limit = 128 default / uploadsize+1MB for video-driven sites III. Language Options output_buffering = Off (Joomla wants this) INSTALL / SETUP PHPMYADMIN apt install phpmyadmin NGINX I. Setup Self-Signed SSL Certs openssl req -x509 -nodes...
- Type: Article
- Author: Japanatron
- Category: IT