Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Search Forums

Notices

Showing results 1 to 25 of 39
Search took 0.00 seconds.
Search: Posts Made By: !Alive
Forum: Questions and Supports 03-24-2012, 10:20 PM
Replies: 47
Views: 30,679
Posted By !Alive
:P You're welcome. I'm glad that I was able to be...

:P You're welcome. I'm glad that I was able to be of service. X3

*thinking about asking you how to link a forum to my site like you have it.*
Forum: Questions and Supports 03-24-2012, 09:25 PM
Replies: 47
Views: 30,679
Posted By !Alive
XD Glad to. Lets see to start I suppose I'l go...

XD Glad to.
Lets see to start I suppose I'l go over how the rarity thing actually works.
First you'll see
$uncommon = rand(1,50);
$rare = rand(1,100);
$ultrarare = rand(1,200); ...
Forum: Questions and Supports 03-24-2012, 06:51 PM
Replies: 47
Views: 30,679
Posted By !Alive
Try this: <?php ...

Try this:
<?php

include("functions/functions.php");
include("functions/functions_users.php");
include("functions/functions_adopts.php");
include("inc/lang.php");

//***************// ...
Forum: Questions and Supports 03-24-2012, 04:00 PM
Replies: 47
Views: 30,679
Posted By !Alive
Hmm... It just seems like an odd coincidence for...

Hmm... It just seems like an odd coincidence for multiple rare and uncommon to appear with the chances of them appearing....
I have only seen three kinds of egg in the lair. The shiny black and...
Forum: Questions and Supports 03-24-2012, 03:47 PM
Replies: 47
Views: 30,679
Posted By !Alive
Have you assigned each adoptable with a rarity...

Have you assigned each adoptable with a rarity number?
Forum: Questions and Supports 03-24-2012, 03:33 PM
Replies: 47
Views: 30,679
Posted By !Alive
Nevermind I figured out what was wrong. XP ...

Nevermind I figured out what was wrong. XP

Try this
function canclick()
{
if ($clicked = 0)
{
$clicked = 1;
}
else {
Forum: Questions and Supports 03-24-2012, 03:08 PM
Replies: 47
Views: 30,679
Posted By !Alive
Okay, since my adopting is set up different than...

Okay, since my adopting is set up different than yours I don't really have the ability to easily test this. The idea behind this code it to set a variable when the page is loaded and when one of the...
Forum: Questions and Supports 03-24-2012, 03:01 PM
Replies: 21
Views: 15,596
Posted By !Alive
Oh! That's good. ^_^

Oh! That's good. ^_^
Forum: Questions and Supports 03-24-2012, 02:14 PM
Replies: 21
Views: 15,596
Posted By !Alive
Yeah it is. :usedusedused: *sent you the...

Yeah it is.
:usedusedused:
*sent you the link to my site*

Do you need columns on the profile? It already shows them in lines. Though you should be able to add the column formatting to them...
Forum: Questions and Supports 03-24-2012, 02:01 AM
Replies: 21
Views: 15,596
Posted By !Alive
Yeah I know. Which is why I had them switch...

Yeah I know. Which is why I had them switch places. Though once submitted(and page has been refreshed) the adoptables will snap into the proper places. *actually had to get someone else to help me...
Forum: Questions and Supports 03-24-2012, 01:48 AM
Replies: 21
Views: 15,596
Posted By !Alive
XD In the HTML javascript, Change this ...

XD

In the HTML javascript,
Change this
$('.sortable_adoptables')
.css('background-color', '#FFFF66')
.animate({ backgroundColor: realBg }, 'slow' )
...
Forum: Questions and Supports 03-24-2012, 01:29 AM
Replies: 47
Views: 30,679
Posted By !Alive
You have your adopt page set up to work...

You have your adopt page set up to work differently than I have mine. I may be able figure out a solution if I see your code.
I have a few vague ideas of how this might be achieved.
Forum: Questions and Supports 03-24-2012, 01:06 AM
Replies: 21
Views: 15,596
Posted By !Alive
Try changing the while to a if. this: ...

Try changing the while to a if.

this:
while($row = $stmt->fetchObject())

to this:
if($row = $stmt->fetchObject())
Forum: Questions and Supports 03-23-2012, 04:41 PM
Replies: 21
Views: 15,596
Posted By !Alive
I made the chages to your php and the javascript....

I made the chages to your php and the javascript. This should work. You might also want to change or remove the table that has the text for name, type, ect.
Let me know how it goes. ;3

<?php
...
Forum: Questions and Supports 03-23-2012, 03:16 PM
Replies: 21
Views: 15,596
Posted By !Alive
Alright then. Your going to need to change both...

Alright then. Your going to need to change both the javascript in the HTML and the formatting in the myadopts.php. Do you mind showing me your code. It will make it easier for me to tell you what...
Forum: Questions and Supports 03-23-2012, 03:05 PM
Replies: 21
Views: 15,596
Posted By !Alive
In that case I should be able to help you, since...

In that case I should be able to help you, since I just reccently added columns adoptables to my site. Though you'll have to convert it to fit the new 1.3 version cause I haven't touched that yet.
...
Forum: Questions and Supports 03-23-2012, 02:33 PM
Replies: 21
Views: 15,596
Posted By !Alive
So your wanting columns of adoptables so that you...

So your wanting columns of adoptables so that you have more than one on each row?
Forum: Questions and Supports 03-23-2012, 02:29 PM
Replies: 47
Views: 30,679
Posted By !Alive
I played with it for a while and finally figured...

I played with it for a while and finally figured out a way to make it work. X3

$current_time = date('Gi');
if ($current_time >= 500 && $current_time < 530){
show adopts here
}else{...
Forum: Questions and Supports 03-22-2012, 11:15 PM
Replies: 47
Views: 30,679
Posted By !Alive
Yeah, something like that should work. With the...

Yeah, something like that should work. With the times changed to when you want dragons to be available.
Forum: Questions and Supports 03-22-2012, 11:04 PM
Replies: 47
Views: 30,679
Posted By !Alive
So you want the adoptables to only show/be...

So you want the adoptables to only show/be available for a certain period of time? I'd have to see if I can come up with any simple ways. But in theory(in my head) it doesn't seem so hard. Though i...
Forum: Questions and Supports 03-22-2012, 10:58 PM
Replies: 47
Views: 30,679
Posted By !Alive
I'm happy I was able to help. :smile::jay:

I'm happy I was able to help. :smile::jay:
Forum: Questions and Supports 03-22-2012, 10:42 PM
Replies: 47
Views: 30,679
Posted By !Alive
Alright, if I think of anything I'll let you...

Alright, if I think of anything I'll let you know. X3

As for your question I get what you mean, but I am not sure how I would be able to accomplish that.
Forum: Questions and Supports 03-22-2012, 10:29 PM
Replies: 47
Views: 30,679
Posted By !Alive
^-^ I'm glad that it works for you. *blushes*...

^-^ I'm glad that it works for you. *blushes* Thanks, I'm happy that I was able to help even with my limited knowledge. X3
You don't owe me anything, seriously. I don't even know what I would ask...
Forum: Questions and Supports 03-22-2012, 10:25 PM
Replies: 47
Views: 30,679
Posted By !Alive
That looks like it should work with the new 1.3...

That looks like it should work with the new 1.3 version. Though I have not messed with it at all as of yet. XP But it looks like you make the changes so it should work in the 1.3 version. XD
Forum: Questions and Supports 03-22-2012, 09:57 PM
Replies: 47
Views: 30,679
Posted By !Alive
Okay. XD I don't need anything. For the...

Okay. XD I don't need anything.

For the code below you will need to create a new column in the (prefix)_adoptables table with the name of rarity and type int(11).
Rarity values(assign to the...
Showing results 1 to 25 of 39

 
Forum Jump

All times are GMT -5. The time now is 09:24 AM.

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