#11
|
||||
|
||||
It might be an issue with the code in shopcpview. You can see if changing the following helps:
HTML Code:
<input type='text' class='form-control' placeholder='NPC image url' value='{$shop->npc_url}' style='width:50%; name='image' id='image'> HTML Code:
<input type='text' class='form-control' placeholder='NPC image url' value='{$shop->npc_url}' style='width:50%;' name='image' id='image'>
For the sell code not appearing, I think it's because you placed it inside of the "freeze" function, so you'll only see it on the same page you would freeze the pet. Putting it in "public function manage" will make it show along with everything else, or you could make a new public function.
__________________
|
|
|
What's New? |
What's Hot? |
What's Popular? |