Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Suggestions and Feature Requests

Notices

Reply
 
Thread Tools Display Modes
  #11  
Old 03-16-2012, 04:41 PM
mapleblade mapleblade is offline
Epicness sausage
 
Join Date: May 2009
Posts: 180
Gender: Male
Credits: 19,499
mapleblade
Default

changing every adoptable image fetch to getcurrentimage();
__________________
Need coding help? send me a PM! :)
Reply With Quote
  #12  
Old 03-16-2012, 11:11 PM
AlexC's Avatar
AlexC AlexC is offline
Moderator
 
Join Date: Dec 2009
Location: Canada
Posts: 753
Gender: Unknown/Other
Credits: 66,350
AlexC is an unknown quantity at this point
Default

Both suggestions added - though mapleblade, I would say it may be a good idea to put that one in the admin overhaul thread.
Reply With Quote
  #13  
Old 03-18-2012, 02:58 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,582
Hall of Famer is on a distinguished road
Default

Quote:
Originally Posted by mapleblade View Post
changing every adoptable image fetch to getcurrentimage();
Thats a good suggestion Mapleblade. The reason why we havent done this is that we will be rebuilding the adoptables system by creating a class called adoptables, it will be highly object-oriented. This way the function getcurrentimage() may be changed significantly, or even cease to exist.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #14  
Old 03-18-2012, 03:29 PM
mapleblade mapleblade is offline
Epicness sausage
 
Join Date: May 2009
Posts: 180
Gender: Male
Credits: 19,499
mapleblade
Default

crap, i use it for my gd images mod and gd sticker mods (in progress)
__________________
Need coding help? send me a PM! :)
Reply With Quote
  #15  
Old 03-18-2012, 06:40 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,582
Hall of Famer is on a distinguished road
Default

Well it is not set in stone yet, even after we create the adoptables class/object the getcurrentimage() function may as well exist. This is what I call uncertainty, and the reason why I havented used any existing functions in our function files massively.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #16  
Old 03-20-2012, 04:53 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,582
Hall of Famer is on a distinguished road
Default

Update:
The following features for Mys v1.3.1 have been proposed and scheduled:


-- Adaptation of Database Class:
I already made this transition easier by using PDO in the security release of Mys v1.3.0, but this is just the first step towards object-oriented database usage. I hope to fully incorporate database class in Mys v1.3.1.
-- Item System Improvement:
This is suggested by Gloometh. Id like to add the 'chance to succeed/fail', 'amount limit' and 'promo code' features for v1.3.1, more item functions will be incorporated too. The item and shop classes will be implemented too, so more OOP!
-- Pound System Improvement:
Admins can decide how much it costs to pound or adopt a pounded pet, also an adoptable's previous owner will be defined and stored in database.
-- Minor Glitch Fixes:
The css issues for profile tabs and pagination will need to be fixed, the banner of main theme, and any other glitches members point out.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #17  
Old 03-21-2012, 02:23 PM
Kesstryl's Avatar
Kesstryl Kesstryl is offline
Member
 
Join Date: Feb 2012
Posts: 125
Gender: Female
Credits: 17,019
Kesstryl is on a distinguished road
Default

All these things sound awesome, will the changes require another re-install, or just an upload of changed files and some db entries? Wondering if I should wait before adding pets and starting alpha testing with a few friends.
Reply With Quote
  #18  
Old 03-21-2012, 03:02 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,582
Hall of Famer is on a distinguished road
Default

Well an upgrader from Mys v1.3.0 to Mys v1.3.1 will be readily available then. The mega-upgrader from Mys v1.2.4 to Mys v1.3.x however, will be released together with Mys v1.3.2.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #19  
Old 03-21-2012, 07:09 PM
Bibarel's Avatar
Bibarel Bibarel is offline
*Nom Nom Nom*
 
Join Date: Jan 2012
Posts: 96
Gender: Female
Credits: 6,981
Bibarel is on a distinguished road
Default

Item suggestion:

Items that can only be eaten by certain adopts

Ex: Meat could only be eaten by tigers and bears, while grass could only be eaten by cows and sheep.
__________________
My DA!
Reply With Quote
  #20  
Old 03-21-2012, 08:06 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,582
Hall of Famer is on a distinguished road
Default

Well this feature is already available in Mys v1.3.0. You can set the 'target' for each each item, this defines which adoptables can use this item. The default value is 'all', which means item can be used by all adoptables. Otherwise, enter the id of the adoptables that can use this item. Here are a few examples:

PHP Code:
all => All adoptables can use
=> Only adoptables with the id 1 can use
1=> Both adoptables with id 1 and 3 can use
13=> Adoptables with id 1and 4 can use
no => No adoptables can use 
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
The Official Mysidia site directories list Hall of Famer Mysidia Adoptables Official Announcement 22 02-22-2016 08:35 PM
Simple Feature Abronsyth Suggestions and Feature Requests 3 03-31-2013 08:48 AM
Breeding Feature Question ChocolateFate Questions and Supports 7 04-08-2012 12:54 AM
Will there be a trading feature? [answered] Arianna Questions and Supports 4 09-26-2009 05:24 AM


All times are GMT -5. The time now is 06:03 PM.

Currently Active Users: 452 (0 members and 452 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636