|
Joined: Oct 2002
Posts: 394
Enthusiast
|
Enthusiast
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.
|
|
|
|
Joined: Nov 2001
Posts: 1,080
Member
|
Member
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 - and create a table for it starting with the tag (not ). 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.
|
|
|
|
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  That should do it 
|
|
|
|
Joined: Oct 2002
Posts: 394
Enthusiast
|
Enthusiast
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
|
|
|
|
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
|
Spotlight Winner
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 like PT suggested but you have to add 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.
|
|
|
|
Joined: Oct 2002
Posts: 394
Enthusiast
|
Enthusiast
Joined: Oct 2002
Posts: 394 |
Almost there  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
|
|
|
|
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 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...
|
|
|
|
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 The stats mod may need to be re-done as well, make sure you are using the most current version for your files 
|
|
|
|
Joined: Oct 2002
Posts: 394
Enthusiast
|
Enthusiast
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... Thank you, Felix
|
|
|
|
Joined: Nov 2001
Posts: 1,080
Member
|
Member
Joined: Nov 2001
Posts: 1,080 |
The error is probably caused by your: [/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:
</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 | | 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?
|
|
|
Joined: May 2001
Posts: 1,042 Likes: 7
Moderator
|
Moderator
Joined: May 2001
Posts: 1,042 Likes: 7 |
|
|
|
|
Joined: Nov 2001
Posts: 1,080
Member
|
Member
Joined: Nov 2001
Posts: 1,080 |
|
|
|
|
Joined: Nov 2001
Posts: 1,080
Member
|
Member
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. 
|
|
|
|
Joined: Oct 2002
Posts: 394
Enthusiast
|
Enthusiast
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 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 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
|
|
|
|
Joined: Nov 2001
Posts: 1,080
Member
|
Member
Joined: Nov 2001
Posts: 1,080 |
Cool. It's all about teamwork and persistence. 
|
|
|
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.
|
|
Posts: 1,157
Joined: July 2001
|
|
Forums63
Topics37,575
Posts293,932
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|
|
|