Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 04-25-2011, 08:19 AM
blondbananamix blondbananamix is offline
Member
 
Join Date: Jan 2011
Posts: 47
Gender: Female
Credits: 6,158
blondbananamix is on a distinguished road
Default Some Questions? :)

I haven't been on here in a while, and I'm having some problems with the script at the moment. (my site: http://www.mongoliatree.comli.com/Mysidia/)

1. I deleted the adoptable images of two adoptables, but I can't seem to get rid of them off the adopt page. http://www.mongoliatree.comli.com/Mysidia/adopt.php
I how can I delete them completely?

2. what code would I need to change to have a picture banner as the header rather than it just being blank? :3

3. How can I remove the 'Freeze pet' option?

4. How can I hide the breeding section from the navigational links at the top?

All feedback is appreciated, thank you :) <3
Reply With Quote
  #2  
Old 04-25-2011, 10:30 AM
Nemesis's Avatar
Nemesis Nemesis is offline
Member
 
Join Date: Mar 2011
Location: Ohio, United States
Posts: 641
Gender: Male
Credits: 48,998
Nemesis is on a distinguished road
Default

You deleted their image, but from the admin control panel of the script did you delete the entire adoptable?

At this time I couldn't view your site however I'm sure I could change your header banner.

I thought freeze pet was also in admin panel however this question of deleting code may best be left for the devs. Though I'm sure I could break a few things lol.

I could also hide that however people could still find it by adding /breed would you want it completely removed tho again I think that's already in control panel.
Reply With Quote
  #3  
Old 04-25-2011, 10:56 AM
Inf3rnal's Avatar
Inf3rnal Inf3rnal is offline
Member
 
Join Date: Mar 2011
Location: Florida
Posts: 108
Gender: Male
Credits: 19,684
Inf3rnal is on a distinguished road
Default

Hello BlondBananaMix!

To get rid of Adopts complete do the following:

Go to your admin settings > Change Adoptables > Edit Existing Levels or Images > Select adoptable > Click Gear Icon under edit. > Check "I want to delete or freeze this adoptable" > Then check "Hard Deletion (Purge)" > Submit Changes

[After doing this maybe we should steamline this process because currently it is redundant.]

Using a picture banner is easy

Open
\templates\default\template.html

Find:
Code:
<h1>:SITENAME:</h1>
Replace With:
Code:
<img src="[YourBannerURL]" alt=":SITENAME:" />
Make sure you change [YourBannerURL] to the banner's url then save and upload.

Freeze Pet option you will have to go into the Myadopts.php file and remove anything that relates to Freeze.

Hiding the breeding link is easy as well. Go to your mysql manager and go to Adopt_Links and remove the Breeding section.

I haven't tried the last two but they should work If you do it correctly.

Backup anything before doing so.
Reply With Quote
  #4  
Old 04-25-2011, 12:09 PM
blondbananamix blondbananamix is offline
Member
 
Join Date: Jan 2011
Posts: 47
Gender: Female
Credits: 6,158
blondbananamix is on a distinguished road
Default

Thank you :)
When I go to the page where you said I can delete the pet, there is no option to do so, and the page only has these options:


Quote:
Here you can edit this level for this adoptable.

Primary Image for This Level:
[image]


Change Image To:

Alternate Image for This Level:



Change Image To:

Reward the user for reaching this level

Use the following promo code as the reward:



Required Clicks
Change the number of required clicks. It is currently at 0
[submit edits]
halp? :(
Reply With Quote
  #5  
Old 04-25-2011, 12:18 PM
Inf3rnal's Avatar
Inf3rnal Inf3rnal is offline
Member
 
Join Date: Mar 2011
Location: Florida
Posts: 108
Gender: Male
Credits: 19,684
Inf3rnal is on a distinguished road
Default

It is? Weird that's where it is for me.

Maybe its due to me using an older version but I don't remember that part of the admin system being revamped.

Well another way to do that is to delete those adoptables in the mysql database.

I wouldn't recommend it if your not familiar with using it.
Reply With Quote
  #6  
Old 04-25-2011, 12:58 PM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 32,856
fadillzzz is an unknown quantity at this point
Default

Quote:
Originally Posted by blondbananamix View Post
Thank you :)
When I go to the page where you said I can delete the pet, there is no option to do so, and the page only has these options:



halp? :(

That's because you were supposed to edit the level 0 of the adoptable.
Reply With Quote
  #7  
Old 04-25-2011, 01:04 PM
blondbananamix blondbananamix is offline
Member
 
Join Date: Jan 2011
Posts: 47
Gender: Female
Credits: 6,158
blondbananamix is on a distinguished road
Default

There are no other levels to the adoptable, I only had the 'base level' of it :L
Reply With Quote
  #8  
Old 04-25-2011, 01:08 PM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 32,856
fadillzzz is an unknown quantity at this point
Default

Really...?
Then, what does the url look like?
Is it like this?
Code:
http://domain.tld/admin.php?set=adopts&do=edit&more=adoptablesname
Reply With Quote
  #9  
Old 04-25-2011, 01:17 PM
blondbananamix blondbananamix is offline
Member
 
Join Date: Jan 2011
Posts: 47
Gender: Female
Credits: 6,158
blondbananamix is on a distinguished road
Default

on the edit levels bit, where you pick what adoptable to change, it looks like this:
Code:
http://www.mongoliatree.comli.com/Mysidia/admin.php?set=adopts&do=editlevels
and then after selecting an adoptable, editing the base level for it the address is this:
Code:
http://www.mongoliatree.comli.com/Mysidia/admin.php?set=adopts&do=editlevels&more=Yellow%20Colour%20Wolf&evenmore=0
it was called a yellow colour wolf btw
Reply With Quote
  #10  
Old 04-25-2011, 01:21 PM
blondbananamix blondbananamix is offline
Member
 
Join Date: Jan 2011
Posts: 47
Gender: Female
Credits: 6,158
blondbananamix is on a distinguished road
Default

oh i just found it! I took off the extra '&evenmore=0' it's putting at the end of the URL on the yellow colour wolf , and I've finally found it :D
Thank you for putting up your example url!
thanks everyone for the help <3
Reply With Quote
Reply


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
More Questions ^^'' Brookreed Questions and Supports 4 08-08-2013 05:06 PM
I have a questions MaximumRide Questions and Supports 2 05-02-2012 07:56 PM
Just some Questions i have. rickasawr Questions and Supports 3 04-30-2011 11:04 PM
two questions RoconzaArt Questions and Supports 10 02-24-2011 09:15 AM
Some questions PokePets Questions and Supports 7 07-15-2010 03:04 PM


All times are GMT -5. The time now is 07:51 AM.

Currently Active Users: 9736 (0 members and 9736 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