If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Problem with my layout  XML
Forum Index » Support Forum
Author Message
Trazum Beck
Newbie

Joined: 21/09/2007 19:24:10
Messages: 3
Offline

Hi guys, just registered in here. Any help will be apreciated.

I´m creating a fan site for the Weeds TV show here in Brazil. And for a few days the pool was working great for me, but for some folks the layout appears "cutted". If i remove the php code from the pool the site works great for everyone.

Now, today the website appear "cutted" for me too, and for others appears ok.

Can someone give me a help?
The temporary layout is here: www.weeds.com.br/bemvindo.php


The code I used is here:

Before HEAD:

--------------------------------------------------
/* enquetes */
include "./enquetes/poll_cookie.php";
--------------------------------------------------

Inside a TABLE:

--------------------------------------------------
/* path */
$poll_path = dirname(__FILE__);

require_once $poll_path."/enquetes/include/config.inc.php";
require_once $poll_path."/enquetes/include/$POLLDB[class]";
require_once $poll_path."/enquetes/include/class_poll.php";
$CLASS["db"] = new polldb_sql;
$CLASS["db"]->connect();

$php_poll = new poll();

/* the first poll */
echo $php_poll->poll_process(4);
$php_poll->set_template_set("default");
--------------------------------------------------

Thanks,

Trazum
Trazum Beck
Newbie

Joined: 21/09/2007 19:24:10
Messages: 3
Offline

I´ve just figure it that in IE7 i have the problems, but in firefox the site looks ok. Anyone can help me with this?
Trazum Beck
Newbie

Joined: 21/09/2007 19:24:10
Messages: 3
Offline

no help at all?
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum