Download Free Logo Template
Featured Logo Templates
Logo Templates
Download Free Flash Intro Template
Featured Flash Intro Templates
Flash Intro Templates
This MOD was created for IntegraMOD 1.4.0.
On some pages that are called by the message_die() function call, the IntegraMod headers (left column) does not display. This will allow the headers to be displayed on all pages.
OPEN: includes/functions.php
FIND:
//+MOD: Fix message_die for multiple errors MOD
static $msg_history;
if( !isset($msg_history) )
{
[...]
This is a fix for No Thread Stretch to fill the entire message cell in all browsers.
This applies to IntegraMOD 1.4.0 and the FISubice Theme.
OPEN: templates\\no_thread_stretch.js
FIND:
//document.write(’<link rel=”stylesheet” type=”text/css” href=”templates/overflow’ + cssname + ‘.css”>’);
AFTER ADD:
var width;
if (window.innerWidth) //if browser supports window.innerWidth
{
width [...]
This MOD was created for IntegraMOD 1.4.0.
By default, logging into IntegraMOD takes the user to the portal page. There are times, though, that a user may be reading a thread, and instead of logging in and navigating back to the appropriate thread, the user is taken directly back to the thread they were viewing so [...]
This MOD was created for IntegraMOD 1.4.0 and works only for that version.
This MOD replaces and updates the existing bbcode_box included with IntegraMOD 1.4.0. It updates the existing features, adds new features, and creates a cleaner layout based on Office 2003. It is based on the Advanced BBCode Box by Disturbed One (which was updated [...]