Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Suggestions and Feature Requests

Notices

Reply
 
Thread Tools Display Modes
  #21  
Old 11-14-2011, 02:02 PM
SilverDragonTears's Avatar
SilverDragonTears SilverDragonTears is offline
I am your Nemesis.
 
Join Date: Jun 2011
Posts: 1,113
Gender: Female
Credits: 82,379
SilverDragonTears is on a distinguished road
Default

I just edit my index.php page
__________________

Check out SilvaTales
Reply With Quote
  #22  
Old 11-14-2011, 02:37 PM
Gashu's Avatar
Gashu Gashu is offline
Member
 
Join Date: Nov 2011
Posts: 31
Gender: Female
Credits: 3,621
Gashu is on a distinguished road
Default

Ooooh! Index.php? This right? Maybe I could put it there? :P
PHP Code:
<?php

include("inc/functions.php");
include(
"inc/bbcode.php");

//***************//
//  START SCRIPT //
//***************//

getpage('index');

// Convert the BBCODE to HTML
$article_content bbconvert($article_content);

// Convert line breaks to <br>
$article_content nl2br($article_content);


//***************//
//  OUTPUT PAGE  //
//***************//

echo showpage($article_title$article_content$date);
?>
Reply With Quote
  #23  
Old 11-14-2011, 02:44 PM
SilverDragonTears's Avatar
SilverDragonTears SilverDragonTears is offline
I am your Nemesis.
 
Join Date: Jun 2011
Posts: 1,113
Gender: Female
Credits: 82,379
SilverDragonTears is on a distinguished road
Default

yes but it may not be in the spot you want it to be without the other stuff there.
__________________

Check out SilvaTales
Reply With Quote
  #24  
Old 11-14-2011, 02:49 PM
Gashu's Avatar
Gashu Gashu is offline
Member
 
Join Date: Nov 2011
Posts: 31
Gender: Female
Credits: 3,621
Gashu is on a distinguished road
Default

Ah okay, I'll leave it for now then, I don't want to mess what I have up already :P
Reply With Quote
  #25  
Old 11-15-2011, 06:50 AM
mapleblade mapleblade is offline
Epicness sausage
 
Join Date: May 2009
Posts: 180
Gender: Male
Credits: 19,887
mapleblade
Default

maybe you could try this:
PHP Code:
<?php 

include("inc/functions.php"); 
include(
"inc/bbcode.php"); 

//***************// 
//  START SCRIPT // 
//***************// 

getpage('index'); 

// Convert the BBCODE to HTML 
$article_content bbconvert($article_content); 

// Convert line breaks to <br> 
$article_content nl2br($article_content); 

$query "SELECT * FROM ".$prefix."adoptables ORDER BY id DESC LIMIT 5";
            
$result runquery($query);
            

while(
$row mysql_fetch_array($result)){
$image getcurrentimage($row['id']);
article_content .= '<img src="{$image}" /><br /><b>{$row['type']}</b>';  
}
//***************// 
//  OUTPUT PAGE  // 
//***************// 

echo showpage($article_title$article_content$date); 
?>
__________________
Need coding help? send me a PM! :)
Reply With Quote
  #26  
Old 11-15-2011, 06:59 AM
Gashu's Avatar
Gashu Gashu is offline
Member
 
Join Date: Nov 2011
Posts: 31
Gender: Female
Credits: 3,621
Gashu is on a distinguished road
Default

Oops nope, it made my site disappear with the error:
Parse error: syntax error, unexpected T_CONCAT_EQUAL in /home/gashu/public_html/index.php on line 24

It is supposed to go in the index.php file right? :P (I got the site back, no worries there xD)
Reply With Quote
  #27  
Old 11-15-2011, 07:20 AM
mapleblade mapleblade is offline
Epicness sausage
 
Join Date: May 2009
Posts: 180
Gender: Male
Credits: 19,887
mapleblade
Default

oh oops sec..

PHP Code:

<?php 

include("inc/functions.php"); 
include(
"inc/bbcode.php"); 

//***************// 
//  START SCRIPT // 
//***************// 

getpage('index'); 

// Convert the BBCODE to HTML 
$article_content bbconvert($article_content); 

// Convert line breaks to <br> 
$article_content nl2br($article_content); 

$query "SELECT * FROM {$prefix}adoptables ORDER BY id DESC LIMIT 5";
            
$result runquery($query);
            
while(
$row mysql_fetch_array($result)){

$image getcurrentimage($row['id']);
article_content .= '<img src="{$image}" /><br /><b>{$row['type']}</b>';  
}
//***************// 
//  OUTPUT PAGE  // 
//***************// 

echo showpage($article_title$article_content$date); 
?>
__________________
Need coding help? send me a PM! :)
Reply With Quote
  #28  
Old 11-15-2011, 02:27 PM
Gashu's Avatar
Gashu Gashu is offline
Member
 
Join Date: Nov 2011
Posts: 31
Gender: Female
Credits: 3,621
Gashu is on a distinguished road
Default

Naww, still no luck :( It's okay, I can do it manually if not. I want to see if my Uni does some coding classes because I'd really love to learn PHP and CSS properly :D
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
What did you work on recently? AlexC Other Chat 7 12-16-2013 06:46 PM
Jaliry, recently opened! Rozel Webmasters Area 0 03-29-2012 02:44 PM
Downloaded. Unizped. Uploaded. What now?? Canaille Questions and Supports 4 08-20-2011 02:30 PM
Show who recently leveled up a given adoptable kisazeky Addons/Mods Graveyard 3 04-04-2009 05:56 PM


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

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