Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 07-29-2007, 07:54 AM   #1
IllTestYourGirls
Ah My Balls
 
IllTestYourGirls's Avatar
 
Industry Role:
Join Date: Feb 2007
Location: Under the gold leaf ICQ 388-454-421
Posts: 14,311
Help---My Footer Is Not Showing Up in IE

I cant figure out why my footer is not showing up in IE but does in Firefox. Any thoughts? YourCuteTeens

Thanks
__________________
IllTestYourGirls is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2007, 08:07 AM   #2
Kevsh
Confirmed User
 
Join Date: Dec 2004
Location: TO
Posts: 8,619
If you can, post the actual footer code here from the WP template, that might help diagnosis it.
Kevsh is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2007, 08:21 AM   #3
bobby666
boots are my religion
 
bobby666's Avatar
 
Join Date: Nov 2005
Location: Heart of europe
Posts: 21,765
that's why i use no microsoft products
__________________
bobby666 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2007, 08:25 AM   #4
teg0
Confirmed User
 
teg0's Avatar
 
Join Date: Jan 2006
Location: Gringo in Puerto Rico
Posts: 4,204
Doesn't xLabor support their themes?
teg0 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2007, 09:26 AM   #5
Steve Awesome
Confirmed User
 
Steve Awesome's Avatar
 
Industry Role:
Join Date: Jan 2007
Location: Mid-West!
Posts: 1,575
In IE something keeps hanging. Look in the bottom left corner: (1 item remaining) Waiting for http://yourcuteteens.com/...
Steve Awesome is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2007, 09:27 AM   #6
Sen
Confirmed User
 
Join Date: May 2004
Location: Breda
Posts: 347
I realy can't say please post your code
__________________
ICQ: 48518296
Sen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2007, 10:00 AM   #7
IllTestYourGirls
Ah My Balls
 
IllTestYourGirls's Avatar
 
Industry Role:
Join Date: Feb 2007
Location: Under the gold leaf ICQ 388-454-421
Posts: 14,311
Quote:
Originally Posted by teg0 View Post
Doesn't xLabor support their themes?
I dont think its the theme that is messed up I am using the same theme on another site and the footer is working fine. So it must have been something I did.

Thanks for the help guys.
here is the code:

<?php
function get_recent_posts($no_posts = 15, $before = '', $after = '<br/>', $show_pass_post = false, $skip_posts = 0) {
global $wpdb, $tableposts;
$request = "SELECT ID, post_title FROM $tableposts WHERE post_status = 'publish' ";
if(!$show_pass_post) { $request .= "AND post_password ='' "; }
$request .= "ORDER BY post_date DESC LIMIT $skip_posts, $no_posts";
$posts = $wpdb->get_results($request);
$output = '';
foreach ($posts as $post) {
$post_title = stripslashes($post->post_title);
$permalink = get_permalink($post->ID);
$output .= $before . '<a href="' . $permalink . '" rel="bookmark" title="Permanent Link: ' . $post_title . '">' . $post_title . '</a>' . $after;
}
echo $output;
}
?>

<div id="footer">

<center>All Contents &copy; YourCuteTeens 2007. All Rights Reserved. Powered by <a href="http://www.wordpress.org" target="_blank">WP</a>. Built by <a href="http://www.xlabor.com" target="_blank">xL</a>. <br>
<?php include( "/home/.mogg/cuteanna/yourcuteteens.com/linkex/data/output/1001" ); ?><a href=http://yourcuteteens.com/linkex>Add Your Link</a><br><br>
<div id="eXTReMe"><a href="http://extremetracking.com/open?login=soloteen">
<img src="http://t1.extreme-dm.com/i.gif" style="border: 0;"
height="38" width="41" id="EXim" alt="eXTReMe Tracker" /></a>
<script type="text/javascript"><!--
var EXlogin='soloteen' // Login
var EXvsrv='s9' // VServer
EXs=screen;EXw=EXs.width;navigator.appName!="Netsc ape"?
EXb=EXs.colorDepth:EXb=EXs.pixelDepth;
navigator.javaEnabled()==1?EXjv="y":EXjv="n";
EXd=document;EXw?"":EXw="na";EXb?"":EXb="na";
EXd.write("<img src=http://e0.extreme-dm.com",
"/"+EXvsrv+".g?login="+EXlogin+"&amp;",
"jv="+EXjv+"&amp;j=y&amp;srw="+EXw+"&amp;srb="+EXb +"&amp;",
"l="+escape(EXd.referrer)+" height=1 width=1>");//-->
</script><noscript><div id="neXTReMe"><img height="1" width="1" alt=""
src="http://e0.extreme-dm.com/s9.g?login=soloteen&amp;j=n&amp;jv=n" />
</div></noscript></div></center>

<center><a href="http://yourcuteteens.com/2257">2257 Statement</a></center>



<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-2028968-1";
urchinTracker();
</script>
<!-- ddsitemapgen -->


</div>
</div> <!-- pageWrapper -->
</body>
</html>
__________________
IllTestYourGirls is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2007, 10:10 AM   #8
1off
Confirmed User
 
1off's Avatar
 
Join Date: Jul 2007
Location: Rare Design Lab
Posts: 674
check this line.

home/.mogg/cuteanna/yourcuteteens.com/linkex/data/output/1001
1off is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.