How to visualy edit theme.php How to visualy edit theme.php
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

How to visualy edit theme.php

Started by trt, March 18, 2007, 12:41:29 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

trt

If you need to see what you are actually changing in your theme.php file you can easily do it by copying the code you will be modifying and pasting it into a completely blank page in any html editor such as dreamweaver and viewing it in design mode. This makes modifying the template easier for some people. As an example I was just making changes to the sort order links and below you can see the output from selecting the code for just below

// HTML template for title row of the thumbnail view (album title + sort options)

in theme.php pasting it then changing to design view in dreamweaver. Be sure to paste it while in code view or paste it into a text editor save as .html and open in your html editor.