HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Themers Theme 0.1

Default Vanilla theme with comments inserted to make it easy to find the files to theme

"Themers Theme" is the standard Vanilla 2.1b2 theme, enriched with additional HTML comments to make it easier to find out which files you have to change if you want to make your own theme.

The theme has been created by copying "\applications\conversations\views", "\applications\dashboard\views", "\applications\vanilla\views" and then simply used the following batch (also enclosed) on it:

  
@echo off
for /r "E:\Stick\Z-WAMP\vdrive\web\v21b2\themes\commented" %%F in ("*.php") do (
   echo ^<^?php echo '^<!-- start: %%F --^>'; ^?^> >tempfile
   type %%F>>tempfile
   move tempfile %%F
)
pause

Screenshots

Questions