e107 Playground
CtrlK
  • Intro
  • Introduction
  • e107 Integration I.
    • class2.php
    • Registration/login
    • plugin.xml
    • User vs Author
    • Author fields replacement
    • Author prefs I. part
  • e107 integration II.
    • URLs
    • HEADERF
    • FOOTERF
    • SITEKEY ✅
    • Database ✅
    • Constants
    • Site Settings
      • Settings overview
  • Functionality
    • Blocks
      • Blocks vs menus
    • Captcha
    • Emails
  • Addons
    • e_url.php
    • e_module.php
    • e_header.php
    • e_shortcode.php
    • e_menu.php
  • Classes
  • efiction_blocks
  • efiction_pagelinks
  • OUTDATED
    • Members vs authors
      • Author's account
    • efiction_authors
      • efiction_settings
    • Core Functions
    • Pagelinks vs sitelinks
    • Admin area
      • Admin panels
    • DB functions
    • e107::url()
  • Template Power
    • TemplatePower
Powered by GitBook
On this page
  1. e107 integration II.

SITEKEY ✅

Add SITEKEY constant to e107_config.php file

Example:

define('SITEKEY', "eaa2241bff");

in e_module.php

if (!defined('SITEKEY'))  define('SITEKEY', $e107->site_path);

With e107 Multisite you need something like this:

LogoHow to force e107 to use pre-defined hash for folders? · Issue #2756 · e107inc/e107GitHub

PreviousFOOTERFNextDatabase ✅

Last updated 2 years ago