by Elethil » Tue Jul 18, 2006 1:02 am
Well I'd like to edit (7 Click browse and select your *.lua files to upload) to include the path of the .lua file. But here in the code..
// Updating Instructions
$index_text_uniloader = "(You can download the program from the WoWRoster website, look for the UniUploader Installer for the latest version)";
$wordings['enUS']['update_instruct']='
<strong>Recommended automatic updaters:</strong>
<ul>
<li>Use <a href="'.$roster_conf['uploadapp'].'" target="_new">UniUploader</a> '.$index_text_uniloader.'</li>
</ul>
<strong>Updating instructions:</strong>
<ol>
<li>Download <a href="'.$roster_conf['profiler'].'" target="_new">Character Profiler</a></li>
<li>Extract zip into its own dir in C:\Program Files\World of Warcraft\Interface\Addons\ (CharacterProfiler\) directory</li>
<li>Start WoW</li>
<li>Open your bank, quests, and the profession windows which contain recipes</li>
<li>Log out/Exit WoW (See above if you want to use the UniUploader to upload the data automatically for you.)</li>
<li>Go to <a href="'.$roster_conf['roster_dir'].'/admin/update.php">the update page</a></li>
<li>'.$wordings['enUS']['lualocation'].'</li>
</ol>';
it seems to drop off before that place in the page comes up ( if you see what im saying.)
So I did the following above that section in the code.
//Instructions how to upload, as seen on the mainpage
$wordings['enUS']['update_link']='Click here for Updating Instructions';
$wordings['enUS']['lualocation']='Click browse and select your *.lua file to upload (WoWDirectory\WTF\Account *Your account name*\SavedVAriables\CharacterProfiler.lua)';
But that didn't change anything on the actaul site.