vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Join Date "if statement" not working? (https://vborg.vbsupport.ru/showthread.php?t=104189)

007 01-01-2006 08:09 PM

Join Date "if statement" not working?
 
Can anyone see what's wrong with this? I can't see why it won't work..

PHP Code:

$newyear 1136091600//new years day 2006

if ($userinfo[joindate] < $newyear)
//code here should be executed if the user's join date is greater than the specified time variable, which should be anyone who has joined prior to Jan 1st 2006.


It doesn't work though. Any ideas? Thanks!

TyleR 01-01-2006 08:15 PM

Quote:

Originally Posted by 007
Can anyone see what's wrong with this? I can't see why it won't work..

PHP Code:

$newyear 1136091600//new years day 2006
 
if ($userinfo[joindate] < $newyear)
//code here should be executed if the user's join date is greater than the specified time variable, which should be anyone who has joined prior to Jan 1st 2006.


It doesn't work though. Any ideas? Thanks!

Where are you trying to add this..?

007 01-01-2006 11:03 PM

In the newpost hook as a plugin.

Zachery 01-01-2006 11:54 PM

$userinfo[joindate] is not valid ;)


$vbulletin->userinfo['joindate']
or
$this->userinfo['joindate']

007 01-02-2006 04:44 AM

Both of those cause this:

Fatal error: Call to a member function on a non-object in /blah blah/etc

That didn't happen before, but neither did the code that was supposed to execute.

Zachery 01-02-2006 04:57 AM

What or where are you trying to hack / plug this in?

007 01-02-2006 05:06 AM

I'm putting it the newpost_process plugin. If a member signed up prior to New Years then some code is executed when they post. I know the code works because it worked fine before I added the cutoff date do it.

Basically I just need to pull the members joindate in unix form (your standard timestamp) and compare it to the value specified as $newyear as seen in the code.

Thanks for any ideas. :)

Zachery 01-02-2006 05:08 AM

try without the single quotes.

007 01-02-2006 05:17 AM

Found the problem. Apparently when trying both of those I did a find and replace and accidentally replaced something that was already there.

Works now! Thanks for the help!


All times are GMT. The time now is 04:16 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.01113 seconds
  • Memory Usage 1,732KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete