News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Random Hávamál Verse

Started by vbgamer45, June 07, 2009, 06:46:20 AM

Previous topic - Next topic

vbgamer45

Link to Mod
Compatibility
For SMF 1.1.x and 2.0

Introduction

This mod displays a random verse from the Hávamál.

o Support English

I welcome translations for other languages. Please post the translated language strings in the Support Topic.

Installation

Installation slightly varies depending on SMF version.

SMF 1.1.X
Installing the mod will only fully install the mod on the SMF Default Core Theme.

For all other themes a manual edit is required this can be done by making the following changes,

in the index.template.php

Find:
/* Show sticky and lock status seperate from topic icons? */
Add Before:
/*Random Hávamál Verse*/
    loadLanguage('Havamal');

Find:
// Show the menu here, according to the menu sub template.
   template_menu();

   // The main content should go here.
   echo '

Replace With:
// Show the menu here, according to the menu sub template.
   template_menu();

if (!empty($modSettings['havamal']))
   {
      $num = rand(1,165);
     
      echo '<div class="havamal" align="center">', $txt['hav' . $num], '</div>';
   }
   // The main content should go here.
   echo '


Now in style.css add the following to the end:

//Hávamál Mod by Runic
.havamal
{
  width:50%;
  margin: auto;
   font-size: 10pt;
   background: #ECEDF3;
  text-align: center;
  padding: 1px;
   border: 1px solid #696969;
}

Also add the Havamal.english.php to the themes languages folder.

Thanks goes to metallica48423 and SleePy for helping create this mod.
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Deaks

~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

Deaks

~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

Deaks

re-released and updated for rc3
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

Deaks

This theme has been updated and merged with Witches Law and Wiccan Rede mods, it now makes no template edits and can be found at:

http://bryandeakin.com/index.php?topic=125.0
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

Advertisement: