Die einzigen Verweise zu den images stehen hier drin:
Code: Alles auswählen
var CFIG_Version = "DHTML Collapsible Forum Index MOD v1.1.1";
var CFIG = new _CFIG('CFIG',
['./templates/AdInfinitum/images/icon_sign_plus.gif', './templates/AdInfinitum/images/icon_sign_minus.gif'],
['./templates/AdInfinitum/images/icon_down_arrow.gif', './templates/AdInfinitum/images/icon_up_arrow.gif'],
['/', '', (('0' == '0') ? false : true)]);
CFIG.T['cookie'] = 'phpbb2mysql_CFI_cats';
CFIG.T['title'] = ['C.F.I.', 'Collapsible Forum Index Options'];
CFIG.T['close'] = 'Close';
CFIG.T['delete'] = 'Delete Saved State';
CFIG.T['restore'] = 'Restore Saved State';
CFIG.T['save'] = 'Save State';
CFIG.T['expand_all'] = 'Expand All';
CFIG.T['collapse_all'] = 'Collapse All';
CFIG.T['u_index'] = 'index.php';
CFIG.allowed = true;
if( CFIG.IsEnabled() && parseInt(CFIG.getQueryVar('c')) > 0 )
{
window.location.replace('index.php');
}
Leider hab ich mit JS nichts am Hut ...
Scheinbar funktioniert auch die rollin/-out funktion nicht...
muss ich dazu DHTML irgendwie auf dem Server "installieren"?
Danke für die Antwort !