Quote:
Originally Posted by MrNase
Looks really nice and simple
But it doesn't use templates so I won't use it.... 
I would have to translate it and i don't want to crawl the php-page.
|
It does use templates, but the default ones are contained in the PHP file. You can override them. Simple copy them out of the PHP file and install them as you would any other template. The program will notice that you have installed a template(s).
The only caveat is that you have to replace \' with ' before saving them in AdminCP.
For example, to replace the bit used for the listing rows, copy the template lines between:
$MyDefaultTemplates['attbro_attachbit'] = 'TEMPLATE TEXT
TEMPLATE TEXT
';