PDA

View Full Version : Missing Some Templates


Kayden
03-02-2005, 09:06 PM
Here are the templates I'm missing...

- battle_arena

- modifyrpg

Did I do something wrong somewhere or what? Need some help.

Revan
03-03-2005, 01:49 PM
Reimport the templates.
They are there.

Kayden
03-04-2005, 10:20 PM
Just the templates folder, correct?

Revan
03-05-2005, 08:56 AM
folder?
The templates are in an XML file :P

Cyricx
03-05-2005, 01:44 PM
He didn't forget them, he just moved the modify rpg.

It's no longer a part of the profile.php it's now headquarters.php

So, edit your USERCP_SHELL template and change this

<tr>
<td class="$navclass[profilepic]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=updaterpg">Update RPG info</a></td>
</tr>


To this


<tr>
<td class="$navclass[profilepic]" nowrap="nowrap"><a class="smallfont" href="headquarters.php">Update RPG info</a></td>
</tr>


That'll fix that link.

Revan
03-05-2005, 01:48 PM
Yea, I should have updated the instructions with this too.
Thanks Cyrix :)