Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 writefooter

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
phoenixtaz13 Posted - 19 February 2009 : 12:57:28
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..... :)



<
15   L A T E S T    R E P L I E S    (Newest First)
Carefree Posted - 23 February 2009 : 08:08:35
I don't use either, no. Someone here does, though.<
phoenixtaz13 Posted - 23 February 2009 : 02:28:28
thanks... i'll look into it....

do u have it in ur site?.... so i can look at it how it goes or a site that has it....

thanks again.... :)
<
Carefree Posted - 23 February 2009 : 01:52:41
Yes, there are mods which have that capability (and more). There's the photo album and the photo gallery. There may be others, but those will give you something to look at.<
phoenixtaz13 Posted - 23 February 2009 : 00:50:09
carefree,

thank you, thank you very much!..... mucho gracias!.... :D

finally its fix!..... yepeee!..... :)

your totally awesome!.... ur the man!.... :D

thank you very much for ur time!..... :D

btw, is there a mod that allows members to have their own page were they can put pictures, etc... when u click member's profile, sort of like face book or multiply.


<
Carefree Posted - 22 February 2009 : 22:16:24
OK - a top-alignment issue is caused by incorrect settings for "valign". With a quick scan through the file, I saw several coded for "left" - which isn't a legal value. The only legal values for valign are "baseline, bottom, middle, & top".

I changed all of the valign values previously coded as middle & left to top. See if this fixes you up. Use the same file link as before.
<
phoenixtaz13 Posted - 22 February 2009 : 18:06:51
carefree,

good day to you..... :)

yup, i did apply the updated version u did, and also included the added coded u told me to put after the writefooter, the right banner stays to right, but in the bloger's list of topic, it becomes centered not at the top....

heres the link:
http://anything21street.sytes.net/forum/inc_blog.asp?member=3

i tried playing with the added code u gave, still no luck, its seems that it wont move the to the top.... :(

thanks for ur time.... :)
<
Carefree Posted - 22 February 2009 : 15:39:25
quote:
Originally posted by Carefree

Here's your file. Notice the comment on the first line!



This is the file I updated - the link remains the same.<
phoenixtaz13 Posted - 22 February 2009 : 07:02:20
thanks carefree...

what file did u update?.... wheres the link?....

thank u very, very much!.... :)
<
Carefree Posted - 22 February 2009 : 06:37:28
I fixed the centering issue. The file has been updated.<
phoenixtaz13 Posted - 22 February 2009 : 01:29:00
quote:
Originally posted by Carefree

quote:

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:
	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.... :)
<
phoenixtaz13 Posted - 22 February 2009 : 00:49:59
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.... :)
<
Carefree Posted - 21 February 2009 : 18:03:28
quote:

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:
	if strSiteIntegEnabled = "1" then
		Response.Write	"<table><tr valign=""top""><td valign=""top"">"
	end if
<
Carefree Posted - 21 February 2009 : 17:17:31
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!<
phoenixtaz13 Posted - 21 February 2009 : 11:26:11
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...
<
AnonJr Posted - 21 February 2009 : 10:29:08
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. <

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.06 seconds. Powered By: Snitz Forums 2000 Version 3.4.07