Session Street: Sunset

Forum
Last Post
Threads / Messages

Tequila

The Grim One
Staff member
Dev Staff
Joined
Jan 21, 2009
Messages
1,312
Points
0
Location
Souther Tier, New York State
Mysidian Dollar
68,306
Name: Sunset
Images: Yes (background)
Function Edit: Required
Can be modified for free: Yes, you can add in a small site logo above the navigation box, please ask for details if you need help.
Download sunset.zip now.

Click for larger view.
 

Attachments

  • Development Demo.jpg
    Development Demo.jpg
    9.9 KB · Views: 123
Last edited:
Only part of the image shows up here (did you crop it?)...
but if you click the image, it will take you to the full size one

Nice theme! I love it :smile:
 
Well actually I'd like to add Enddayne's new theme to the next release, it looks so nice. ^^ Also it would be a good way to test Arianna's change style script. XD
 
I think I found a error. I installed the theme and add the changes to the functions only to get this in my trade/redeem page.

Trade.php
Fatal error: Call to undefined function getcash() in /home/a8858065/public_html/adoptables/trade.php on line 87

Redeem.php
Fatal error: Call to undefined function getcash() in /home/a8858065/public_html/adoptables/redeem.php on line 79

I didn't do any thing to the script but install the theme and change the functions.php like the install said. In fact after removing your functions edit the trade page returned back to normal.
 
Well it appears that the function getcash() is missing? Add the lines below somewhere in your function.php file:

PHP:
function getcash($loggedinname){

include("config.php");

//First we see if we are logged in or not

$loginstatus = logincheck();
$isloggedin = $loginstatus[loginstatus];
$loggedinname = $loginstatus[username];

$query = "SELECT * FROM ".$prefix."users WHERE username = '$loggedinname'";
$result = @mysql_query($query);
$num = @mysql_numrows($result);

//Loop out code
$i=0;
while ($i < 1) {

$mycash=@mysql_result($result,$i,"dollar");

$i++;
}

return $mycash;

}
 
You are very welcome, guess I should tell Enddayne to use upgraded version of Mysidia Adoptables to develop her themes. XD
 

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,277
Messages
33,119
Members
1,602
Latest member
BerrieMilk
BETA

Latest Threads

Top