#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.
__________________
|
#12
|
||||
|
||||
Still no luck on either issue. x.x
I've attached both files. If there's another file you need, I'm here for a while. If you have Discord, might make it easier? NobodysHero#3709
__________________
Venture Into The Mist |
#13
|
|||
|
|||
(Sorry for my very bad english, i'm from germany)
I have the problem, that i also don't see the sell-options in the pet-manage-profil =/ |
#14
|
||||
|
||||
Can you show what your code looks like for that page?
__________________
|
#15
|
|||
|
|||
yes. i think, its a very simple mistake but i'm a little blind at the moment.
thank you Last edited by Nairi; 09-20-2018 at 08:24 AM. |
#16
|
||||
|
||||
I think I found it, you pasted the shop code at the end of the manage function, when it should go towards the beginning.
It should work now.
__________________
|
#17
|
|||
|
|||
Oh, thank you =)
|
#18
|
||||
|
||||
is there a way anyone knows to resize the pet image shown when you go to buy the Pet?
Any help would be great :) My images are so big they cover the whole deal :/ |
#19
|
||||
|
||||
Yeah, where it displays the pet I modify my width like this:
Code:
<a href='/levelup/publicprofile/{$aid}'><img src='{$image}' style='max-width:100%;'></a></br> <b>{$adopt->name}</b> <p>$ {$price}</p>
__________________
My Mods Site (1.3.4, 2020 Mods) |
#20
|
||||
|
||||
Thank you!! I appreciate the help, I love the Mod but it helps to be able to see the particulars lol.
This works yay! |
|
|
What's New? |
What's Hot? |
What's Popular? |