vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - vBookie for vBulletin 4 (https://vborg.vbsupport.ru/showthread.php?t=233473)

TimberFloorAu 03-19-2010 08:42 PM

Hey Dartho perhaps you can help.

I am trying to style the cash in Postbit.

I have edited plugin ( postbit_display_complete) but its producing errors and I cannot see why:

Original code is:

Code:

if (($vbulletin->options['vbookieactive']) && ($vbulletin->options['vbookiecash']=="vCash") && ($vbulletin->options['vbookiecashon']))
{
$template_hook[postbit_userinfo_right_after_posts] .= "<dt>".$vbphrase['vbookie_vcash']."</dt> <dd><b>$ </b>".$post['vbookie_cash']."</dd>";
}

What I want to do is put this in a div . like so:

Code:

if (($vbulletin->options['vbookieactive']) && ($vbulletin->options['vbookiecash']=="vCash") && ($vbulletin->options['vbookiecashon']))
{
$template_hook[postbit_userinfo_right_after_posts] .= "<div class="australia_postbit">".$vbphrase['vbookie_vcash']." : <b>$ </b>".$post['vbookie_cash']."</div>";
}

Getting errors when parsing the template ( is it the : that is causing the error do you think ? )

TimberFloorAu 03-19-2010 08:45 PM

I am a twat. Just changed " to ' in div tag

Code:

if (($vbulletin->options['vbookieactive']) && ($vbulletin->options['vbookiecash']=="vCash") && ($vbulletin->options['vbookiecashon']))
{
$template_hook[postbit_userinfo_right_after_posts] .= "<div class='australia_postbit'>".$vbphrase['vbookie_vcash']." : <b>$ </b>".$post['vbookie_cash']."</div>";
}

Fixed.

Darkwaltz4 03-21-2010 03:59 AM

Hey dartho

I am writing a currency integration with vBookie, but there is a serious bug preventing the proper use of the "Custom" currency setting - the casing is wrong.

In the setting code, you are using
HTML Code:

<option value=\"custom\" " . iif($setting['value']=='custom','selected="selected"') . ">Custom</option>
but it really should be

HTML Code:

<option value=\"Custom\" " . iif($setting['value']=='Custom','selected="selected"') . ">Custom</option>
fixing that will allow your addon to actually call all those nice hooks with the switch statements on that setting :D Until this is fixed, my addon will have to correct this for you... but of course thats not very ideal.

Thanks for porting this to vb4!

*edit - while youre in there, would you consider adding some hooks around these areas?

vbookie.php line 1419 (for additional validation of a new event)
vbookie.php line 1560 (for additional processing after new event is added/updated)
function_vbookie.php line 168 (for additional processing after event is deleted)

It would be much appreciated!

dartho 03-22-2010 03:49 AM

Just sent you a PM (actually, just about to!)

War.Frog 03-22-2010 05:10 PM

I'm VERRRRY happy to see you two working on integration! :D

dartho 03-23-2010 10:57 AM

4.0.7 (23 Mar '10) released - fixed redirect bug when editing events, fixed display of cash holdings in events, added plugin to make template mods (no template mods needed now) and updated code to 4.0.2 standards, added hooks for vbcredits integration.
NOTE 0- if upgrading from pre 4.0.7, you will need to eitehr revert your "newthread" temp[late, or manually undo template edits as there is now a plugin which does this for you. Check teh readme.txt in the archive for more info.

War.Frog 03-23-2010 12:23 PM

Thanks for the update! Just a note too - you may want to include in the Readme.txt to delete the edit adding user cash to spend that some people added to vbookie_event_table.

Looks like that's now redundant. :)

Code:

<div class="blocksubhead" align="center"><b>
        You have {vb:raw user_cash} vCash to spend.
</b></div>


Boots 03-23-2010 02:08 PM

Installed!

It'd be sweet if users could do private wagers :)

mmacrypt 03-23-2010 10:51 PM

Quote:

Originally Posted by War.Frog (Post 2008714)
Thanks for the update! Just a note too - you may want to include in the Readme.txt to delete the edit adding user cash to spend that some people added to vbookie_event_table.

Looks like that's now redundant. :)

Code:

<div class="blocksubhead" align="center"><b>
        You have {vb:raw user_cash} vCash to spend.
</b></div>


thank you for the reminder, this is something I needed to so after the update.

Thanks.

GreigM 03-24-2010 07:17 AM

Thanks for the update :)


All times are GMT. The time now is 09:28 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.01780 seconds
  • Memory Usage 1,747KB
  • 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
  • (5)bbcode_code_printable
  • (2)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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