Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
21/09/2007 19:33:31
|
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
|
|
21/09/2007 21:10:11
|
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?
|
|
23/09/2007 23:45:20
|
Trazum Beck
Newbie
Joined: 21/09/2007 19:24:10
Messages: 3
Offline
|
no help at all?
|
|
|
|
|
|
Based on the open source JForum
|