Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions

Reply
 
Thread Tools Display Modes
  #11  
Old 08-24-2002, 09:28 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

LOL I told you I was feeling stupid on this one. Your code works fine.

I forgot to change the variable in the getinfo template to $getinfo_zodiac like you had it in the code. I've been tearing myself up over this for almost 3 hours now and it was there slapping me in the face the whole time. It's usually the simple stuff that messes us up, huh? Thanks for all for the help. I owe you one, my friend.
Reply With Quote
  #12  
Old 08-24-2002, 09:30 AM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lol Boofo don't worry i probably do it waaay more then you damn parse errors for me but its all good... i knew that the code should've worked one way or another just glad its all good... just another usual day of hacking for us eh? ^^

g-force2k2
Reply With Quote
  #13  
Old 08-24-2002, 09:32 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I need to ask you, for my own curiosity...why couldn't I slip the eval statement in before I had it at zodiacsign="". They do that with the birthday variable and other ones. How come that won't work here? Because of all of the else if statements? I'd like to understand this a little better.
Reply With Quote
  #14  
Old 08-24-2002, 09:38 AM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well its not that you can't do it that way... but with each elseif that you have and you want to define it before then $zodiacsign=""; then you'd have to use the same eval station after each esleif... kinda like this:

PHP Code:
 } else if (($bday[2]>=20 and $bday[1]==4) or ($bday[2]<=20 and $bday[1]==5)) {
  
$zodiacsign="Taurus";
  eval(

} else if ((
$bday[2]>=21 and $bday[1]==5) or ($bday[2]<=20 and $bday[1]==6)) {
  
$zodiacsign="Gemini";
  eval(" 
etc... so after defining each zodiacsign you'd have to eval the template but i just avoided that by waiting after the $zodiacsign=""; so that i could define that one as not eval the template and then everything other then "" would eval the template... hope i make any sense :P

g-force2k2
Reply With Quote
  #15  
Old 08-24-2002, 09:53 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ahhh, ok, that makes sense now. Instead of defining it twelve times, by waiting until after the zodicasign="", you can basically just save some code and do it once, right? So, then for each else statement you have to do an eval if you want to use a template or do it like we did here. I almost went the route of defining the eval after each else if but I knew there had to be an easier way to do it, I just wasn't sure how. I should have known that. Duuhhh!!! Believe it or not, that is the first time I have run into more than one else statement. LOL Again, thank you very much for guiding me through this. I had another piece of code with 12 else statements and I used to same type of thing that you showed me here for it and it worked great!
Reply With Quote
  #16  
Old 08-24-2002, 09:55 AM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

np Boofo always glad to help someone like you

g-force2k2
Reply With Quote
  #17  
Old 08-24-2002, 10:05 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does that mean I'm special? I get to ride the little yellow bus to school?
Reply With Quote
  #18  
Old 08-25-2002, 06:48 AM
Neo's Avatar
Neo Neo is offline
 
Join Date: Oct 2001
Location: Anywhere
Posts: 1,817
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You mean you dont anymore
Now I am the only one :dead:
Reply With Quote
  #19  
Old 08-25-2002, 07:48 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Move over! After my little fiasco here and the birthday problem (don't even ask, and gforce, that is our little secret ) it looks like I'm back on the bus.

Quote:
Originally posted by Neo
You mean you dont anymore
Now I am the only one :dead:
Reply With Quote
  #20  
Old 08-25-2002, 08:19 AM
Neo's Avatar
Neo Neo is offline
 
Join Date: Oct 2001
Location: Anywhere
Posts: 1,817
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

YAY ^_^
I am sure susy will be drooling all over you once again
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:30 AM.


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.04112 seconds
  • Memory Usage 2,247KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete