Updating Instructions on main Site?!

Here you can find plenty of help with your general coding needs and projects
If it is about a specific program, use the corresponding forum
DO NOT ask basic questions such as "How do I print a variable", use Google for that

Updating Instructions on main Site?!

Postby shise » Wed Dec 13, 2006 2:34 pm

Hello,

I have just gotten wow roster, and i like it alot better than RPGO...
Anywyas not here to ridicuel...

When you scroll to the bottom of roster you see the Updating Instructions.

Recommended automatic updaters:

* Use UniUploader
(You can download the program from the WoWRoster website, look for the UniUploader Installer for the latest version)

Updating instructions:

1. Download Character Profiler
2. Extract zip into its own directory in C:\Program Files\World of Warcraft\Interface\Addons\
3. Start WoW
4. Open your bank, quests, and the profession windows which contain recipes
5. Log out/Exit WoW (See above if you want to use the UniUploader to upload the data automatically for you.)
6. Go to the update page
7. Click browse and select your *.lua files to upload

Optional PvP Stats:

1. Download the PvPLog
2. Extract the PvPLog dir into your Addon dir.
3. Duel or PvP
4. Upload PvPLog.lua


I want that but with the simpleborder images on my main site, i have made a link for Guild Roster Toon Setup Help... But someone says its in the enUS.php file... It is but when i interigrate that code to the page nothing happens... is there a html code or just php code?

Anything will help me, i know what im doing but stuck...
shise
WR.net Apprentice
WR.net Apprentice
 
Posts: 9
Joined: Wed Dec 13, 2006 12:28 am
Location: Florida

Updating Instructions on main Site?!

Postby zanix » Wed Dec 13, 2006 6:19 pm

The file that contains this text is in localization folder, each locale file has this text

The code that outputs this on the roster page is in memberslist.php
Code: Select all
    echo border('sgray','start',$wordings[$roster_conf['roster_lang']]['update_instructions']);
    echo 
'<div align="left" style="font-size:10px;">'.$wordings[$roster_conf['roster_lang']]['update_instruct'];

    if (
$roster_conf['pvp_log_allow'] == 1)
    {
        echo 
$wordings[$roster_conf['roster_lang']]['update_instructpvp'];
    }
    echo 
'</div>'.border('sgray','end'); 

If you insert this code into any other page not in Roster, you will need to include roster's settings.php file as well
Code: Select all
include('settings.php'); 

(Change the path to where Roster is located in relation to your page)
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Updating Instructions on main Site?!

Postby shise » Thu Dec 14, 2006 7:20 am

Would this be correct?

Because the borders dont show up. http://www.thedeadlyalliance.org/guide.php

Code: Select all
<?php
include('gnew/settings.php');
?>
<?php
echo border('sgray','start',$wordings[$roster_conf['roster_lang']]['update_instructions']);
    echo 
'<div align="left" style="font-size:10px;">'.$wordings[$roster_conf['roster_lang']]['update_instruct'];

    if (
$roster_conf['pvp_log_allow'] == 1)
    {
        echo 
$wordings[$roster_conf['roster_lang']]['update_instructpvp'];
    }
    echo 
'</div>'.border('sgray','end');
    
?>
Last edited by shise on Thu Dec 14, 2006 7:25 am, edited 1 time in total.
shise
WR.net Apprentice
WR.net Apprentice
 
Posts: 9
Joined: Wed Dec 13, 2006 12:28 am
Location: Florida

Updating Instructions on main Site?!

Postby zanix » Thu Dec 14, 2006 7:34 am

The borders are part of the css file
css/styles.css

You would have to copy that into your existing css style as well
Starting here
Code: Select all
.simplebordertopleft {
   padding:0;
   margin:0;
   border:0;
   background-repeat:no-repeat;
   height:5px;
   width:5px;
   overflow:hidden;
}

Ending here
Code: Select all
.sgrayborderbotright {
   background-image:url(../img/borders/sgrayborder-bot-right.gif);
}


Copy all between those
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Updating Instructions on main Site?!

Postby PleegWat » Thu Dec 14, 2006 9:03 am

And make sure to correct the URLs for the background images if you're using them from a different directory
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm


Return to General Code Help

Who is online

Users browsing this forum: No registered users and 0 guests

cron