Skip to content

Instantly share code, notes, and snippets.

@jools-r
jools-r / multi-site-installation-guide.md
Last active January 19, 2018 14:04
Multi-site installation guide
layout category published title description
document
Installation
true
Multi-site installation guide
Installing Textpattern CMS as a multi-site installation

A multi-site installation allows you to use a single Textpattern installation to run multiple websites. Each site has its own website design and separate admin login, but you have only one copy of Textpattern to maintain and update.

@jools-r
jools-r / sed_pcf_0.3.108
Created August 24, 2016 20:58
Packed-custom-fields for textpattern
# Name: sed_packed_custom_fields v0.3.108
# Rev : 108
# Type: Admin + Client
# Allows packing of multiple values into one custom field.
# Author: Netcarver
# URL: http://txp-plugins.netcarving.com
H4sIAAAAAAAAA+08a2/bOLaf01/BcbNjG3Cc2Jm2qR0bzU3T2Sy66aDNzN6LYmDQEm1rI0ta
kkrq2+1/33MOSb0sJ07aXvQCCWYSmyJ53i8eqnzQOxh8VoOjQUOK60AFcdQYqkH/xaCx+5Yr
fbrg0Vz47+2zAesdHLFdnPLLoBHxpaDZ8FkJf5Jw7wr+eKnS8XIyC0ToK3wOm10L6faGbwfd
@jools-r
jools-r / gist:65d5c36acabf7a404a75
Created March 15, 2016 01:09
Textpattern textile syntax highlighting of body and excerpt textareas using in-built prism js (v4.6) – first pass
<!-- paste this in the "additional js code" window of write_tab_customize or include via theme -->
<style>
#main_content .text .microcode-wrapper {
position: relative;
height:auto;
margin-bottom
}
#main_content .text .microcode-wrapper .code-input,
#main_content .text .microcode-wrapper .code-output {