vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Calculations (https://vborg.vbsupport.ru/showthread.php?t=197230)

Battle_Ring 11-25-2008 08:14 PM

I havent written anything, besides putting my Current Weight, Starting Weight and Goal Weight in my postbit.

I am no good with coding at all, and have no idea what to put in their for the thigns, even after looking at your article:(

Lynne 11-25-2008 08:20 PM

Well, you are going to have to try something in order to see if it will work. You know the equations, right? I can't write any of this for you, you need to write them.

Rewrite these with the correct fields:

$diff = $starting - $current
$diff = $post[fieldx] - $post[fieldy] ???

Rewrite that using the correct field numbers. Now put it into a condition like the article says:
HTML Code:

<if condition="$nextid = $bbuserinfo['userid']+1"></if>
The next userid is $nextid.

and then spit out the variable $diff

Then, if you are going to say "It doesn't work!" you need to post exactly what you wrote and tell us what the result is.

Battle_Ring 11-25-2008 08:31 PM

I entered

<if condition="$post[field13] = $post[field10]-$post[field11]"></if>

And nothing else shows up in psotbit at all

FullyTested 11-25-2008 09:04 PM

Unless you create a plugin you will have to edit 'class_postbit.php' and insert the following code inside the function 'process_registered_user'
$post['field13'] = $post['field10']-$post['field11'];

Lynne 11-25-2008 09:32 PM

Quote:

Originally Posted by Battle_Ring (Post 1672959)
I entered

<if condition="$post[field13] = $post[field10]-$post[field11]"></if>

And nothing else shows up in psotbit at all

HTML Code:

<if condition="$diff = $post[field10]-$post[field11]">
The difference is $diff.</if>

Does that work?

If you need it to be saved somewhere, then you will have to write a plugin to save it to the database. If you just need it spit out in the postbit, then just try what I wrote above.


All times are GMT. The time now is 08:31 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.01079 seconds
  • Memory Usage 1,727KB
  • 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_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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