Forum: Questions and Supports
01-23-2017, 05:31 PM
|
|
Replies: 0
Views: 6,627
More shops in drop down menu
Hey guys. I'm able to add as many shops to the drop down menu as I want, but they all link to the adopt shop. Is there a way, without getting too extensive into the coding, to have multiple pages of...
|
Forum: Questions and Supports
01-21-2017, 09:32 PM
|
|
Replies: 15
Views: 23,632
|
Forum: Questions and Supports
01-21-2017, 05:18 PM
|
|
Replies: 15
Views: 23,632
|
Forum: Questions and Supports
01-21-2017, 04:16 PM
|
|
Replies: 15
Views: 23,632
Welp, I noticed that the shop and pound only...
Welp, I noticed that the shop and pound only takes from the type, not the subtype (Also the owner reward too, from my last post). If I have a Bengal Cat and a Bengal Tiger (Both of which cost...
|
Forum: Questions and Supports
01-21-2017, 03:04 PM
|
|
Replies: 15
Views: 23,632
|
Forum: Questions and Supports
01-21-2017, 02:30 PM
|
|
Replies: 15
Views: 23,632
Say if I have a Bengal type tiger and a Bengal...
Say if I have a Bengal type tiger and a Bengal type cat. It shows there's one. Because they're both Bengal. It disregards the subtype "tiger" and "cat"
I derped, lol. I didn't realize you removed...
|
Forum: Questions and Supports
01-21-2017, 02:22 PM
|
|
Replies: 15
Views: 23,632
|
Forum: Questions and Supports
01-21-2017, 12:13 PM
|
|
Replies: 15
Views: 23,632
Say if I have "american" as the type, and "dog"...
Say if I have "american" as the type, and "dog" as the subtype. Well, if I have an "american" "cat" also lined up where "american" is also the type of the "cat" subtype, then it still only shows one...
|
Forum: Questions and Supports
01-21-2017, 12:04 PM
|
|
Replies: 15
Views: 23,632
|
Forum: Questions and Supports
01-20-2017, 06:17 PM
|
|
Replies: 15
Views: 23,632
I ran into another snag on this one. Do you...
I ran into another snag on this one. Do you happen to know if there's a way I can have it look into two separate arrays? For instance, these don't work, but I think it'll show you what I'm trying to...
|
Forum: Questions and Supports
01-19-2017, 06:20 PM
|
|
Replies: 15
Views: 23,632
|
Forum: Questions and Supports
01-19-2017, 05:25 PM
|
|
Replies: 15
Views: 23,632
Show amounts and totals of adoptables
Hey guys. I almost have it down. I got it showing how many total adopts a player has, but I can't make it show how many different types you own.
$array =...
|
Forum: Questions and Supports
01-18-2017, 04:05 PM
|
|
Replies: 11
Views: 17,299
Woot! You're awesome!
$owner = new...
Woot! You're awesome!
$owner = new Member($this->adopt->getOwner());
$owner->changecash($this->adopt->getCost() * .01);
This right here works exactly the way I want it to.
|
Forum: Questions and Supports
01-18-2017, 03:50 PM
|
|
Replies: 11
Views: 17,299
Fatal error: Cannot access protected property...
Fatal error: Cannot access protected property OwnedAdoptable::$cost in /home/arconlin/public_html/levelup.php on line 56
I looked in class_ownedadoptables and there's nothing resembling a cost in...
|
Forum: Questions and Supports
01-18-2017, 03:24 PM
|
|
Replies: 11
Views: 17,299
|
Forum: Questions and Supports
01-18-2017, 02:41 PM
|
|
Replies: 11
Views: 17,299
|
Forum: Questions and Supports
01-18-2017, 02:08 PM
|
|
Replies: 11
Views: 17,299
|
Forum: Questions and Supports
01-18-2017, 01:02 PM
|
|
Replies: 11
Views: 17,299
Allow owner to get rewarded
Hey guys, first time posting here. I'm not a programmer and I've taken no classes, but so far I've been able to figure out how to set things up the way I like. But I'm at a loss on this one. Seems...
|