Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Addons and Modifications > Mys v1.1.x Mods

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 01-25-2011, 02:29 PM
PTGigi's Avatar
PTGigi PTGigi is offline
Crazily Friendly~HoF
 
Join Date: Jul 2009
Location: Somewhere >.>
Posts: 370
Gender: Female
Credits: 37,902
PTGigi
Default

And I hate to bring up another error but it's only a minor one

PHP Code:
else{
$article_content $article_content."<table id=\"searchresults\"><tr><td>ID</td><td>Name</td><td>Type</td><td>Owner</td><td>Level</td><td>Gender</td></tr>";
$i 0;
while(
$i $num){
$name=@mysql_result($result,$i,"name");
$aid=@mysql_result($result,$i,"aid");
$type=@mysql_result($result,$i,"type");
$owner=@mysql_result($result,$i,"owner");
$level=@mysql_result($result,$i,"currentlevel");
$gender=@mysql_result($result,$i,"gender");

$article_content $article_content."<tr><td>".$aid."</td><td><a href='levelup.php?id=".$id."'>".$name."</a></td>
<td>"
.$type."</td><td><a href='profile.php?user=".$owner."'>".$owner."</a></td><td>".$level."</td><td>".$gender."</td></tr>";

$i++;
}
$article_content $article_content."</table>";

Should be:
PHP Code:
else{
$article_content $article_content."<table id=\"searchresults\"><tr><td>ID</td><td>Name</td><td>Type</td><td>Owner</td><td>Level</td><td>Gender</td></tr>";
$i 0;
while(
$i $num){
$name=@mysql_result($result,$i,"name");
$id=@mysql_result($result,$i,"aid");
$type=@mysql_result($result,$i,"type");
$owner=@mysql_result($result,$i,"owner");
$level=@mysql_result($result,$i,"currentlevel");
$gender=@mysql_result($result,$i,"gender");

$article_content $article_content."<tr><td>".$id."</td><td><a href='levelup.php?id=".$id."'>".$name."</a></td>
<td>"
.$type."</td><td><a href='profile.php?user=".$owner."'>".$owner."</a></td><td>".$level."</td><td>".$gender."</td></tr>";

$i++;
}
$article_content $article_content."</table>";

So the ID number link works
__________________


"I see now that the circumstances of one's birth are irrelevant; it is what you do with the gift of life that determines who you are."~Mewtwo
My Adoptables|Nuzlocke Webcomic
Reply With Quote
Reply

Tags
addon, adoptable, code, kae, mod, search

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
Mys v1.3.4 Addon: Frei Chat (Facebook-like Messenger) Kyttias Mys v1.3.x Mods 27 09-24-2016 03:46 PM
Quick Search Bloodrun Addons/Mods Graveyard 43 10-10-2009 05:45 AM
Search mapleblade Suggestions and Feature Requests 14 06-03-2009 04:54 AM
[SEO]Increase your search rankings! eaglelegend Addons/Mods Graveyard 2 03-24-2009 05:57 PM
Remove Search Bar LilPixie Questions and Supports 3 02-12-2009 04:26 PM


All times are GMT -5. The time now is 06:40 AM.

Currently Active Users: 3491 (0 members and 3491 guests)
Threads: 4,081, Posts: 32,032, 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 - 2025, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636