writefooter - Posted (1982 Views)
Junior Member
phoenixtaz13
Posts: 129
129
good day to all.... :)

how do i distinguish wether to put the writefooter before or after
</td></tr></table> tag?.... or theres something i should add at bottom code?....
im working on this mod, and the writefooter is playing tricks on me.. :( its not displaying properly.... :(

i've installed site integration mod, and activated top and right banner... and whenever i put the writefooter in or out the </td></tr></table> tag, the right banner either displays to the right or bottom of the footer or far right, and if it works on the page im in, but when i go to a different page, right banner change its position to the bottom of the footer...
im going bannas with this already.....
any help would be very much appreciated..... :)



<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Advanced Member
Carefree
Posts: 4224
4224
WriteFooter should be outside the closing (final) table.<
Posted
Junior Member
phoenixtaz13
Posts: 129
129
thanks for ur time.... :)

yup, i did that, and what happen is, the footer is where it should be, but for the right banners, it end up at the bottom left side of the footer.... :(

im currently playing with it right now.... :( still trying to figure out where to put it... <
Posted
Forum Moderator
AnonJr
Posts: 5768
5768
Then that may not be where the problem is... double-check your other code changes.<
Posted
Junior Member
phoenixtaz13
Posts: 129
129
hi AnonJr,

i've done alot of trial and error, i've added tables, deleted tables... still no luck... :(

can i email to u the file?... so far its working properly on other snitz tables, but for this file it wont display properly.... :(

not displaying properly:
http://anything21street.sytes.net/forum/inc_blog.asp?log_id=129

displaying properly:
http://anything21street.sytes.net/forum/inc_blog.asp?log_id=130


<
Posted
Forum Moderator
AnonJr
Posts: 5768
5768
I've got a crazy work schedule this weekend (don't usually work weekends...) so I don't know if I'll be able to look at it or not. I'm on a break at the moment, but we'll see when I finish class today.
I do not work on anything via e-mail as that obscures information that could be of use to anyone else following what's going on. wink<
Posted
Junior Member
phoenixtaz13
Posts: 129
129
no prob.... its okay i understand.... :)

thanks for taking ur time....
heres the link in txt format incase ur free:
http://cid-712c33ce341411d8.skydrive.live.com/embedgrid.aspx/.Public/inc%7C_blog.txt

again, many, many, thanks..... :)

god bless... <
Posted
Advanced Member
Carefree
Posts: 4224
4224
Post a link to your "inc_footer.asp" in .txt format and I will be done with it in just a few minutes. Here's your file. Notice the comment on the first line!<
Posted
Advanced Member
Carefree
Posts: 4224
4224
i've installed site integration mod, and activated top and right banner... and whenever i put the writefooter in or out the </td></tr></table> tag, the right banner either displays to the right or bottom of the footer or far right, and if it works on the page im in, but when i go to a different page, right banner change its position to the bottom of the footer...

To fix this issue, on the pages where the right banner displays at the bottom of the footer, search for the "WriteFooter" line. Immediately before it, insert the following code:
Code:
	if strSiteIntegEnabled = "1" then
Response.Write "<table><tr valign=""top""><td valign=""top"">"
end if
<
Posted
Junior Member
phoenixtaz13
Posts: 129
129
hi carefree, thanks for the help.... :)

heres the link for my inc_footer.asp in txt format:
http://cid-712c33ce341411d8.skydrive.live.com/embedgrid.aspx/.Public/inc%7C_footer.txt

sorry for the late reply... i got really stress out from trying to figure out to fix the banner and register error....
thanks again for ur time.... :)
<
Posted
Junior Member
phoenixtaz13
Posts: 129
129
i've installed site integration mod, and activated top and right banner... and whenever i put the writefooter in or out the </td></tr></table> tag, the right banner either displays to the right or bottom of the footer or far right, and if it works on the page im in, but when i go to a different page, right banner change its position to the bottom of the footer...

To fix this issue, on the pages where the right banner displays at the bottom of the footer, search for the "WriteFooter" line. Immediately before it, insert the following code:
Code:
	if strSiteIntegEnabled = "1" then
Response.Write "<table><tr valign=""top""><td valign=""top"">"
end if

Hi carefree,

thanks for the time.... i tried the one above and the changes u made with my file.... so far viewing blog topic and viewing blog topic with reply works great, but in viewing the blogers list topic, banner is positioned to the right, but the list topics becomes centered and not at the top area....
did i miss something?....
thanks for ur time.... :)
<
You Must enter a message