View Single Post
  #8  
Old 10-10-2009, 05:27 PM
gabeki gabeki is offline
Premium Member
 
Join Date: Oct 2009
Posts: 24
Gender: Female
Credits: 1,585
gabeki
Default RE: HTML instead of BBCodes (Answered)

Ok.. let me ask one more thing '-'

I'm using something like that (in the index.php file)...

PHP Code:
$pagecontent getsitecontent("index");
$article_title $pagecontent[title];
$article_content = include("news/show_news.php"); 
to show a news system.. and that kinda works, but the page is included not where is the :ARTICLECONTENT: on the template...

look http://maplepet.co.cc/index.php

the news are up there, and not where it's supposed to be '-'

do you know how can I solve that?
__________________
My Pets site: MaplePet (Released: No)
Done: Stats system, Adoptables Sex system, Battle and using pokeballs like items to capture pets, stats (luck and dexterity) affecting the chance of capturing, Element system (8 elements), Trading, shopping, inventory system, Pet profile for each pet.
Working: Battle System againsts monsters found in the Map
Reply With Quote