This manual is for Aardvark Topsites PHP 5.2.x. Manuals for other versions:
5.2.x | 5.1.x | 5.0.x | 4.2.x | 4.1.x | 4.0.x | 3.2.x
MenuInstallFeaturesSkinsSupport |
Upgrade SkinsThe biggest hassle in upgrading the script is that, inevitably, some things will change in the skins. So here I will try to tell you the easiest way to take skins from older versions of the script and make them run on the latest version. 5.1.x SkinsBetween version 5.1 and 5.2, many skin files changed. I will attempt to go through them all here and describe what changes were made.
5.0.x SkinsTo upgrade a skin from version 5.0, you'll need to do all the stuff mentioned above along with all the stuff in this section. The following skin files are typically not modified when people make new skins, so you should just upload these new files:
If you want to take advantage of the RSS feed, put this code below the title tag in wrapper.html: <link rel="alternate" href="{$list_url}/{$feed}" type="application/rss+xml" title="{$list_name}" /> Add this code below the title tag in wrapper.html and gateway.html: <meta http-equiv="Content-Type" content="text/html;charset={$lng->charset}" /> In screen.css (or whatever css file you use), some code similar to this should be added: .join_edit_error { background-color: #f0f0f0; border: 1px solid #f00; padding: 2px; } a.help { color: #f00; font-weight: bold; text-decoration: none; } a.help:hover { color: #333; } |