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 10-06-2009, 01:11 PM
exdiogene exdiogene is offline
Member
 
Join Date: Oct 2009
Posts: 84
Credits: 8,468
exdiogene
Default is this possible?

is it possible to show the 2nd image level (not egg) on the adopt pet page, otherwise you end up with a page full of eggs :D


Also...

Is it possible to make it in catagories? so they click a link and it takes them to a different page containing a seleciton of pets?
__________________
Exdiogene have taken over the TommyK CreateBB.com multisites. :cool:
MyBBCodes.com having more than 175 plugins available
Reply With Quote
  #2  
Old 10-06-2009, 01:53 PM
Seapyramid Seapyramid is offline
Premium Member
 
Join Date: Feb 2009
Posts: 373
Gender: Female
Credits: 16,047
Seapyramid
Default RE: is this possible?

On the first, just make the 2nd level image the start image if you don't want eggs.

On the 2nd, it is possible but would take some coding to do it.

Sea
Reply With Quote
  #3  
Old 10-06-2009, 02:07 PM
exdiogene exdiogene is offline
Member
 
Join Date: Oct 2009
Posts: 84
Credits: 8,468
exdiogene
Default RE: is this possible?

I want egs though, its just members cant see what the pet actually looks like before adopting.

Can it be changed in the Adopt.php to show the second level not the egg image??

here:
PHP Code:
$eggimage=@mysql_result($result,$i,"eggimage"); 
__________________
Exdiogene have taken over the TommyK CreateBB.com multisites. :cool:
MyBBCodes.com having more than 175 plugins available
Reply With Quote
  #4  
Old 10-07-2009, 11:47 AM
Bloodrun's Avatar
Bloodrun Bloodrun is offline
I am, who I am.
 
Join Date: Apr 2009
Posts: 532
Gender: Male
Credits: 30,141
Bloodrun
Send a message via Yahoo to Bloodrun
Default RE: is this possible?

Quote:
Originally Posted by tommyk1210
I want egs though, its just members cant see what the pet actually looks like before adopting.

Can it be changed in the Adopt.php to show the second level not the egg image??

here:
PHP Code:
$eggimage=@mysql_result($result,$i,"eggimage"); 
Isn't that the whole point.. them not being able to see what it is?...

And yes it is possible, but it would require that you completely change your MyAdopts Page.
Reply With Quote
  #5  
Old 10-07-2009, 11:53 AM
exdiogene exdiogene is offline
Member
 
Join Date: Oct 2009
Posts: 84
Credits: 8,468
exdiogene
Default RE: is this possible?

lol not really, people arent adopting because they dont know what the pet will look like before adopting, and it looks kinda strange having a page full of eggs :)
__________________
Exdiogene have taken over the TommyK CreateBB.com multisites. :cool:
MyBBCodes.com having more than 175 plugins available
Reply With Quote
  #6  
Old 10-07-2009, 11:57 AM
Bloodrun's Avatar
Bloodrun Bloodrun is offline
I am, who I am.
 
Join Date: Apr 2009
Posts: 532
Gender: Male
Credits: 30,141
Bloodrun
Send a message via Yahoo to Bloodrun
Default RE: is this possible?

Quote:
Originally Posted by tommyk1210
lol not really, people arent adopting because they dont know what the pet will look like before adopting, and it looks kinda strange having a page full of eggs :)
I understand this, but look it via a alternative perspective.

You go out and find a egg in a birds nest. You take it home and put it in a inccubater. Now, can you by any means determine what will come out of that egg?

It is possible yes, through deductive reasoning, but otherwise no.

Now, like I said, it is possible to do what you ask, but you would have to rewrite your MyAdopts page in order to do it.

The reason behind the whole analogy, is that if you don't want your members to have "suspense" on what they will get. You can either change the starting image, or just tell them what it will be in the description..
Reply With Quote
  #7  
Old 10-07-2009, 12:00 PM
exdiogene exdiogene is offline
Member
 
Join Date: Oct 2009
Posts: 84
Credits: 8,468
exdiogene
Default RE: is this possible?

I see what you mean bloodrun, but this is what the people i have asked are looking for, they are members of one of my sites. I asked them what they thought of the new site and 1 was this and the other thing was wanting the pets to be siplayed in a table instead of down the page :)
__________________
Exdiogene have taken over the TommyK CreateBB.com multisites. :cool:
MyBBCodes.com having more than 175 plugins available
Reply With Quote
  #8  
Old 10-07-2009, 12:03 PM
Bloodrun's Avatar
Bloodrun Bloodrun is offline
I am, who I am.
 
Join Date: Apr 2009
Posts: 532
Gender: Male
Credits: 30,141
Bloodrun
Send a message via Yahoo to Bloodrun
Default RE: is this possible?

Quote:
Originally Posted by tommyk1210
I see what you mean bloodrun, but this is what the people i have asked are looking for, they are members of one of my sites. I asked them what they thought of the new site and 1 was this and the other thing was wanting the pets to be siplayed in a table instead of down the page :)
Well we have already told you how to solve the first problem.

The second problem, im afraid I can't help you with. Because I have been searching for an answer to that problem for quite some time now, and still haven't found it.
Reply With Quote
  #9  
Old 10-07-2009, 12:10 PM
exdiogene exdiogene is offline
Member
 
Join Date: Oct 2009
Posts: 84
Credits: 8,468
exdiogene
Default RE: is this possible?

Can the egg image string not just be replaced with a MySQL query taking the level "This is level 1"

For example

PHP Code:
SELECT FROM `adopts_levels` `adoptienameWHERE `thisislevel` = 
(I know the syntax isnt right :) )
__________________
Exdiogene have taken over the TommyK CreateBB.com multisites. :cool:
MyBBCodes.com having more than 175 plugins available
Reply With Quote
  #10  
Old 10-07-2009, 12:12 PM
Bloodrun's Avatar
Bloodrun Bloodrun is offline
I am, who I am.
 
Join Date: Apr 2009
Posts: 532
Gender: Male
Credits: 30,141
Bloodrun
Send a message via Yahoo to Bloodrun
Default RE: is this possible?

Quote:
Originally Posted by tommyk1210
Can the egg image string not just be replaced with a MySQL query taking the level "This is level 1"

For example

PHP Code:
SELECT FROM `adopts_levels` `adoptienameWHERE `thisislevel` = 
(I know the syntax isnt right :) )
Trail and Error.

Test it out, if it doesn't work, then you have answered your own question.
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


All times are GMT -5. The time now is 11:53 PM.

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