vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Yesterday/Today Datestamp Hack (https://vborg.vbsupport.ru/showthread.php?t=34527)

Illuvatar 06-10-2002 04:02 PM

Well Boofo, the only difference between you and I is that you've applied that welcome panel hack, and I kinda thought that having an avatar displayed on the main board would take away form the look that we're trying to achieve, so I didn't apply it.

All I really wanted was for the welcome area to read more like a paragraph. :classic: I'm kinda wierd that way, but i feel that if it's gonna be something that my users are looking at regulary, I want it to flow right.....hehehe Take a look ifin you like, I think it's just about there!!http://warofthering.net/forums/vbull...ad/index.php?s

and yes, I soooo hope someone can find a simple fix for this, we're going to be going live here in a week or so, and I need to be done with the forums bit so that I can focus on remainder of the site. The thing that gets me is that it's probably right there, and I'm just not php literate enough to see it!! :cross-eyed:

Boofo 06-10-2002 04:23 PM

True, we did it a little different but basically the same. We moved the information to a new template and now it doesn't work for us. :)

I just checked out your site and now I'm jealous. :) How did you get your page to be so wide that it almost takes up the whole screen (left to right)? I have mine set at 100% and I still have room left on both sides. :)

I like the movie your site is about and can't wait for the DVD. :)

If you have any free ideas floating around, I'd be interested in hearing them. You seem like you have got it all together over there. :)

Quote:

Originally posted by Illuvatar
Well Boofo, the only difference between you and I is that you've applied that welcome panel hack, and I kinda thought that having an avatar displayed on the main board would take away form the look that we're trying to achieve, so I didn't apply it.

All I really wanted was for the welcome area to read more like a paragraph. :classic: I'm kinda wierd that way, but i feel that if it's gonna be something that my users are looking at regulary, I want it to flow right.....hehehe Take a look ifin you like, I think it's just about there!!http://warofthering.net/forums/vbull...ad/index.php?s

and yes, I soooo hope someone can find a simple fix for this, we're going to be going live here in a week or so, and I need to be done with the forums bit so that I can focus on remainder of the site. The thing that gets me is that it's probably right there, and I'm just not php literate enough to see it!! :cross-eyed:


Illuvatar 06-10-2002 05:46 PM

I'm very pleased with the way it's come out as well! :)

We all loved the movie and are a bunch of Tolkien freaks. :p

And the forum is only just a piece, we've got a lot of sections, concerning artwork, the books, an armoury, etc....

As far as width, we have both the main table and content table to 100%, and our forum title width is 1000, we also have textarea widths at the bottom as IE 4+ = 70, Netscape Nav 4+ = 50, and Netscape 6+ = 40.

Hope this helps.


Illu

bigmattyh 06-10-2002 10:26 PM

Hey guys,

Try adding this line just before the block of code you posted:
PHP Code:

eval("\$bbuserinfo[lastvisitdate] = \"".vbdate($dateformat,$bbuserinfo[lastvisit]).
" ".vbdate($timeformat,$bbuserinfo[lastvisit])."\";"); 

I just tried it on my board, and it works. :)

Illuvatar 06-10-2002 10:33 PM

You put that immediatly before the $getnewposts, so that it's there AND in the $welcometext if then else statement below?

Boofo 06-10-2002 10:36 PM

You da Man! Finally, it is working again. :) Do we need to take that code out AFTER that block then or do we need to leave it in there too? (It's the same code). And thanks for the fix, sir! :)

Quote:

Originally posted by bigmattyh
Hey guys,

Try adding this line just before the block of code you posted:
PHP Code:

eval("\$bbuserinfo[lastvisitdate] = \"".vbdate($dateformat,$bbuserinfo[lastvisit]).
" ".vbdate($timeformat,$bbuserinfo[lastvisit])."\";"); 

I just tried it on my board, and it works. :)


Illuvatar 06-10-2002 10:40 PM

My bunny is a jumpin!!

I answered my own question and just did as you suggested!! And it works like a charm!!

Boofo......it appears that since we did what we did, that it became one of those funky code placement issues. Outside of the if-then-else statement it works just fine. And yes!! Delete the dupe code!! In fact I just moved mine from where it was to above the $getnewpost, and SHAZAM! :D

Thanks Bigmattyh!! It's folks like you that keep me coming around and keep my board looking sharp!!


Illu

Boofo 06-10-2002 11:09 PM

I got you beat! I moved mine above the $getnewthread (which was above my $getnewposts). :lick: Does that mean I win because mine is higher? :)

All seriousness aside, thanks to both of you, bigmattyh and Illuvatar. bigmattyh for figuring out the fix for it (which I always knew you could and would) and Illuvatar for stepping forward and helping convince them that it wasn't just me having problems. :)

bigmattyh, will this work there even if I didn't move the stuff out of forumhome? If so, you might want to change your original file to reflect that so you won't have to run into this again form the newbies later on down the road.

Thanks again, guys! And illuvatar, I would still like to get a few ideas from you about my site. I can use all of the help I can get. :) PM me if you're interested.

Quote:

Originally posted by Illuvatar
My bunny is a jumpin!!

I answered my own question and just did as you suggested!! And it works like a charm!!

Boofo......it appears that since we did what we did, that it became one of those funky code placement issues. Outside of the if-then-else statement it works just fine. And yes!! Delete the dupe code!! In fact I just moved mine from where it was to above the $getnewpost, and SHAZAM! :D

Thanks Bigmattyh!! It's folks like you that keep me coming around and keep my board looking sharp!!


Illu


bigmattyh 06-10-2002 11:10 PM

Quote:

Originally posted by Boofo
Do we need to take that code out AFTER that block then or do we need to leave it in there too? (It's the same code).
Just take it out. That line of code has to be parsed BEFORE the welcometext template is set (or wherever you use the $bbuserinfo['lastvisitdate'] variable), so any time you use it afterwards is just wasted code.

Thanks for the enthusiasm, guys. :)

bigmattyh 06-10-2002 11:13 PM

Quote:

Originally posted by Boofo
bigmattyh, will this work there even if I didn't move the stuff out of forumhome?
I'm not sure, but I don't have a whole lot of time right now to look into it or fix anything. So hopefully the newbies will look at this stuff!


All times are GMT. The time now is 12:05 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01298 seconds
  • Memory Usage 1,756KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete