Previous Thread
Next Thread
Print Thread
Rate Thread
#115075 02/10/2003 10:20 AM
Joined: Oct 2002
Posts: 394
Enthusiast
Enthusiast
Offline
Joined: Oct 2002
Posts: 394
Allen, sorry for missplacing my post.

In my Forum summary
how should I attach the Timezones table to the Statistisc table (back to back} ?
Icon legend can sit beneath Timezones.

Just a reminder, Time zones is a code in my template's Footer.

Thanx in advance.

Sponsored Links
- and create a table for it starting with the tag (not
#115076 02/10/2003 10:43 PM
Joined: Nov 2001
Posts: 1,080
Member
Member
Offline
Joined: Nov 2001
Posts: 1,080
If I'm correct the Stats section in the Forum Summary has a colspan of 3. What you need to do is take the timezone code (without the $TBT and $TBB tags) - just use
). Then place it directly under the last tag of the Stats row. Don't forget to add the
for the timezone table.

I think you should take out the timezone in the template's header and place it directly in your public_forum_summary.pl file. If I read that correctly. smile
#115077 02/10/2003 11:57 PM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
thanks PT smile That should do it smile


- Allen wavey
- What Drives You?
#115078 02/11/2003 11:27 AM
Joined: Oct 2002
Posts: 394
Enthusiast
Enthusiast
Offline
Joined: Oct 2002
Posts: 394
Thank you for replying so fast.

I have been working on it the whole morning ...finally works but there are a few minor adjustments, if you can help me out fix them.

Have a look at my link and you will see what the problem is.

Thank you,
Felix

like PT suggested but you have to add
#115079 02/11/2003 4:18 PM
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Do a view source of your summary page and look for this line;

meta http-equiv="Content-Type" content="text/html; charset=windows-1252"

that is the start of the timezone code that you added just below the stats hack. You have a second page starting in the middle of you page.

You'll need to get rid of the extra code and place the javascript where it belongs.

You can still add the code after a
before the that the timezone code is in.

look for;

body onLoad

and the table starts immediately after. You have a lot of cleanup to do if you want that page to work right.
Sponsored Links
#115080 02/12/2003 9:08 AM
Joined: Oct 2002
Posts: 394
Enthusiast
Enthusiast
Offline
Joined: Oct 2002
Posts: 394
Almost there wink Some "minor adjustments" thoungh.
I cant figure out why my table has the first column off set with the rest.

Here, if you want to give me a hand:


This is my actual public_forum_summary.pl

And this is my URL working with these files.


Thank you everybody

#115081 02/12/2003 5:51 PM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
just wrote a long speech here and it got deleted because I had html tags in it mad

Start here:

http://validator.w3.org/check?uri=http://www.romanianational.com/cgi-bin/ultimatebb.cgi

delete lines # 459 to 476 from your file, this will stop the

ok, nevermind... you are doing the timezones mod wrong somehow. My advice would be to update to 6.5 as timezones are part of it. Then add your stats into this...


- Allen wavey
- What Drives You?
#115082 02/12/2003 5:54 PM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
If you are unable to update, please re-do the timezones mod.. you have something messed up there, and I can't imagine LK writing it like that smile

The stats mod may need to be re-done as well, make sure you are using the most current version for your files smile


- Allen wavey
- What Drives You?
#115083 02/12/2003 11:45 PM
Joined: Oct 2002
Posts: 394
Enthusiast
Enthusiast
Offline
Joined: Oct 2002
Posts: 394
Allen, this is not LK's Timezone, is not even a hack, its a simple java code that gets inserted into the style Footer. I took it from here somewhere and change it to fit my templates and my Time change zones.

All I wanted was to move it beneith the Stats and take it out from the Footer. Its all done, It is only a matter of setting up the table properly, somehow the left cell is not aligned and I just cant figure it out !

This is the code, again
[code][/code]Also everysince I moved things around I have an error on all pages but the Forum summary, dont know why... confused
Thank you,
Felix

tag (should be right before a "$TBB". Place your Timezone code starting with the first "" tag ending it with you last "" and "body" tags.

Umm...I wonder if a visual example may have been better? tipsy
#115084 02/13/2003 5:22 AM
Joined: Nov 2001
Posts: 1,080
Member
Member
Offline
Joined: Nov 2001
Posts: 1,080
The error is probably caused by your:

Code
[/code]command in your "body" tag.  I think all of your other pages (excluding the forum summary) is looking for the rest of the time zone code which only the forum summary has.  What you may need to do is if you use an:

Code
</pre></div></div>command do so on a separate template style sheet made particularly for the forum summary. <br><br>----------------<br><br>The alignment issue.  Do a search of all the <td> tags in your code provided and you will see:<br><br> [code]
Change it to "left". In the
tags that do not have the "align" code you may want to experiment with it to see if it is necessary or not. Without the "align" code your text will automatically move to the left anyway.

Since you want to place your Timezone code after the Stats code, go to the public_forum_summary.pl and find your Stats code. Look for the last
Sponsored Links
#115085 02/13/2003 7:07 AM
Joined: May 2001
Posts: 1,042
Likes: 7
Moderator
Moderator
Offline
Joined: May 2001
Posts: 1,042
Likes: 7
[code][/code]*shrugs*

#115086 02/13/2003 7:35 AM
Joined: Nov 2001
Posts: 1,080
Member
Member
Offline
Joined: Nov 2001
Posts: 1,080
Whoa...

#115087 02/13/2003 7:40 AM
Joined: Nov 2001
Posts: 1,080
Member
Member
Offline
Joined: Nov 2001
Posts: 1,080
Ohh...I also noticed that the TimeZone codes have a width of "750" while your board is probably set to 95%. I think you might want to change that unless you prefer how it looks currently. smile

#115088 02/13/2003 3:33 PM
Joined: Oct 2002
Posts: 394
Enthusiast
Enthusiast
Offline
Joined: Oct 2002
Posts: 394
I deleted the whole table and I did a new one myself. The problem was that was made of 3 frames, one on top of the others. I didnt know that I just used it, but now I made a new one, simpler, better.

Fixing the graphics on the table was never a threat smile
I was worried about the errors. When Prime Time mentioned anout the Onload looking for the clocks I knew right away where to look for! I had the TimeZones codes in the Footer and to load the JavaScript on all the pages I placed the [code][/code]extra tag in Body Tags in the styles ..which I forgot to remove laugh

Al done and it looks great! URL

Just want to say that you guys are great and you do indeed make a fine community.

Thank you

#115089 02/13/2003 11:46 PM
Joined: Nov 2001
Posts: 1,080
Member
Member
Offline
Joined: Nov 2001
Posts: 1,080
Cool. It's all about teamwork and persistence. smile


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
hatter
hatter
USA
Posts: 69
Joined: January 2001
Forum Statistics
Forums63
Topics37,575
Posts293,932
Members13,824
Most Online6,139
Sep 21st, 2024
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,835
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2025 VNC Web Services