Ir para conteúdo

Pedido - Tutorial Nicaw ACC


yagoshira004

Posts Recomendados

Na sua pasta principal onde está o website, abra o navigation.xml e edite da maneira que quiser.

 

Exemplo de um navigation.xml padrão:

 

 

<?xml version="1.0" encoding="utf-8"?>
<navigation>
<category name="Server">
<item href="news.php">News</item>
<item href="account.php">Account</item>
<item href="register.php">Sign Up</item>
<item href="bans.php">Bans</item>
</category>
<category name="Community">
<item href="characters.php">Characters</item>
<item href="online-list.php">Who Is Online?</item>
<item href="ranks.php?sort=level">Highscores</item>
<item href="houses.php">Houses</item>
<item href="guilds.php">Guilds</item>
</category>
<!--
<category name="Other">
<item href="spells.php">Spells</item>
<item href="info.php">Server Info</item>
<item href="voting.php">Voting</item>
<item href="admin.php">Admin Panel</item>
</category>
-->

</navigation>

 

 

Link para o comentário
Compartilhar em outros sites

Na sua pasta principal onde está o website, abra o navigation.xml e edite da maneira que quiser.

 

Exemplo de um navigation.xml padrão:

 

 

<?xml version="1.0" encoding="utf-8"?>
<navigation>
<category name="Server">
<item href="news.php">News</item>
<item href="account.php">Account</item>
<item href="register.php">Sign Up</item>
<item href="bans.php">Bans</item>
</category>
<category name="Community">
<item href="characters.php">Characters</item>
<item href="online-list.php">Who Is Online?</item>
<item href="ranks.php?sort=level">Highscores</item>
<item href="houses.php">Houses</item>
<item href="guilds.php">Guilds</item>
</category>
<!--
<category name="Other">
<item href="spells.php">Spells</item>
<item href="info.php">Server Info</item>
<item href="voting.php">Voting</item>
<item href="admin.php">Admin Panel</item>
</category>
-->

</navigation>

 

 

 

Sim exatamente porem teria de possuir os script em php :p por isso recomendei a ele que estude 1 pouco de php para criar a suas paginas :D

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...