templates

Templates

Displayed here is all information regarding optimizing the Attachmax Templates.
Attachmax comes with its own Theme Developer, which allows you to view the css and html code behind each page. Alternatively users can use Firefox's excellent firebug tool which allows you to inspect the html and css code while hovering over each element.

These guides aim to fill in the gap to modify each and every part of the Attachmax Template System.

Please provide us with as much feedback on the template system or how we can improve the documentation.

If you're interested in doing some custom work to help us to improve the templates, or writing a few template guides, please contact us via email at - jonnikola@optusnet.com.au

Changing Flash Player Text

Attachmax v2.0.2

To change Text on Flash Player
1)Navigate to frontend/dl/player_notwmv.tpl Find attachmax.com
value="flvTitle=AttachMax.com
Replace with any value

i.e value="flvTitle=yourdomain.com

Full structure to look like

Attachmax v2.1.0

To change player pop up text, you can edit configPlayers.php file, find line with
'flvTitle' => 'AttachMax.com'
and change 'AttachMax.com' to your title.