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)

sticky 07-24-2010 08:02 AM

Can you use rep points as currency?

That is what I am using with Ucash.

jesus likes pie 07-24-2010 08:14 AM

Incredible.

Thank you so much - I thought this would be one of the mods I had that would not make it to the vb4 transition.

Thanks!!

edit: I believe I had the 3.5 version modified a bit so that it would go off of reputation rather than "Cash". Is there an easy way to do the same thing here? You might even consider adding it as a setting if it isn't already and if it isn't too hard.

manutdvn 07-24-2010 02:43 PM

Thank you for your mod. You said this mod integrates with ucash, so that is this mod you mentioned?

https://vborg.vbsupport.ru/showthrea...ighlight=ucash

sticky 07-24-2010 09:17 PM

Quote:

Originally Posted by jesus likes pie (Post 2073762)
Incredible.

Thank you so much - I thought this would be one of the mods I had that would not make it to the vb4 transition.

Thanks!!

edit: I believe I had the 3.5 version modified a bit so that it would go off of reputation rather than "Cash". Is there an easy way to do the same thing here? You might even consider adding it as a setting if it isn't already and if it isn't too hard.

Same question, I want to use rep points as currency.

dartho 07-24-2010 10:55 PM

It wouldn;t be hard to change it so rep points were used as currency

dartho 07-24-2010 10:56 PM

Quote:

Originally Posted by manutdvn (Post 2073867)
Thank you for your mod. You said this mod integrates with ucash, so that is this mod you mentioned?

https://vborg.vbsupport.ru/showthrea...ighlight=ucash

Yep - should work with a default uCash install

sticky 07-24-2010 11:52 PM

How do I edit this to use TP.user.reputation for cash?

sticky 07-25-2010 12:26 AM

Quote:

Originally Posted by dartho (Post 2074051)
It wouldn;t be hard to change it so rep points were used as currency

How do I do this?

manutdvn 07-25-2010 08:59 AM

Quote:

Originally Posted by dartho (Post 2074052)
Yep - should work with a default uCash install

Thank you. Just click install boths ^^.

dartho 07-25-2010 12:30 PM

New version released. Fixed some missing phrases, added reputation points as a 'currency', found and fixed bug disaplying vCash balance in postbit.

Asterix_ita 07-25-2010 01:24 PM

thanks for the ugrade, but still some phrases in English is correct?

http://img101.imageshack.us/img101/9...2010161700.png

I have a strange behavior, if I continue to view the live betting - Suspended abandoned closed, 4 return to page view appears so

http://img80.imageshack.us/img80/778...2010162021.png

dartho 07-25-2010 01:28 PM

Old news items will not update. Are the items in image 1 old (pre-upgrade)?

Image 2 - I do not quite understand under what situation that screen appears. More information would help, or a URL/link

manutdvn 07-25-2010 01:29 PM

Quote:

Originally Posted by dartho (Post 2074215)
New version released. Fixed some missing phrases, added reputation points as a 'currency', found and fixed bug disaplying vCash balance in postbit.

I installed ucash. Do I need to upgrade to 4.0.9 version? anyway, I read upgrade instruction, there is one edit template, but it is removed from last version (4.0.8)?

Asterix_ita 07-25-2010 01:47 PM

Quote:

Originally Posted by dartho (Post 2074243)
Old news items will not update. Are the items in image 1 old (pre-upgrade)?

Yes the items are pre upgrade

for the second problem I've made a little video, I hope it is clear

http://www.megaupload.com/?d=LJM85XL7

thanks

dartho 07-25-2010 02:10 PM

That's a strange error! I can not reproduce on my site, but I can on your site - but do not know what is causing it?

For the last couple translation issues, you can edit the vbookie_main template and search for

Code:

{vb:rawphrase currently_showing_x_events, {vb:raw type}}
and delete it - it is not really needed. Or if you want to keep the phrase in there, you can replace with the following. It's a little clumsy, but it should work:

Code:

<vb:if condition="$type=='OPEN'">{vb:rawphrase currently_showing_x_events,{vb:rawphrase event_open}}
<vb:elseif condition="$type=='CLOSED'" />{vb:rawphrase currently_showing_x_events,{vb:rawphrase event_closed}}
<vb:elseif condition="$type=='SETTLED'" />{vb:rawphrase currently_showing_x_events,{vb:rawphrase event_settled}}
<vb:elseif condition="$type=='ABANDONED'" />{vb:rawphrase currently_showing_x_events,{vb:rawphrase event_abandoned}}
</vb:if>

Then search for

Code:

value="Go"
and replace with
Code:

value="Andare"
or the translation of your choice which is likely better than mine. I'll fix these in the next release.


Just had a though on the strange error. WHile you are editing the template, search for
Code:

{vb:raw pagenav}
</form>

and replace with

Code:

</form>
{vb:raw pagenav}

See if that helps?

sticky 07-25-2010 05:29 PM

Quote:

Originally Posted by dartho (Post 2074215)
New version released. Fixed some missing phrases, added reputation points as a 'currency', found and fixed bug disaplying vCash balance in postbit.

That was fast, wow! Thank you, works great with the rep points.

Asterix_ita 07-26-2010 04:30 AM

Thanks now everything is translated

dartho 07-26-2010 04:55 AM

Typo on teh last bit there, Asterix. I'll try bagain:


Just had a thought on the strange error. While you are editing the vbookie_main template, search for
Code:

{vb:raw pagenav}
</form>

and replace with

Code:

</form>
{vb:raw pagenav}

See if that helps?

Asterix_ita 07-26-2010 05:49 AM

thanks problem solved

dartho 07-26-2010 06:16 AM

excellent

anabolicsociety 07-26-2010 11:05 PM

Sorry if this has already been posted, but I upgraded to 4.0.5(vbullentin) and haven't had any issues except one. vCash currency is no longer in the postbit. Any ideas on how to correct this?

anabolicsociety 07-26-2010 11:08 PM

Nevermind, found it on page 26, thanks.

dartho 07-27-2010 12:26 AM

Upgrading to the latest version of vBookie would fix this also

TitanJeff 07-27-2010 11:53 AM

Checking through the pages here but can't find whether or not this might work for 3.8.6.

Anyone? Thanks.

DS MrSinister 07-27-2010 12:05 PM

No it will not work sir. it for vb4.

download 3.5 version https://vborg.vbsupport.ru/showthread.php?t=94128 and click link below and make the fixes to make it work on 3.8.6

https://vborg.vbsupport.ru/showpost....postcount=2291

doobiefillin 08-01-2010 04:16 PM

I'm having a problem where when i click on the vBookie icon in my toolbar the vbookie page that shows up shrinks all my text on the screen. Not sure how else to explain it other than it looks like it's own CSS might be interfering with the CSS of the site and causing the whole site to change font sizes when it pops up.

dartho 08-01-2010 10:00 PM

Can you link me up?

Robbed 08-02-2010 12:43 AM

Been working with style creators on the same issue. If a style uses additional.css it doesn't display right with a few addons

Fix:

Since version 4.0.1, there has been an additional template variable call (to grab additional.css) in the HEAD.

Please add the following:

{vb:raw headinclude_bottom}

Before </head> in your template and you're all set.

dartho 08-02-2010 02:19 AM

Thanks for the info - I'll sort it in the next version + add comment in first post.

doobiefillin 08-02-2010 02:32 AM

Quote:

Originally Posted by dartho (Post 2077859)
Can you link me up?

http://www.orangeballrally.com/forums/

it's wierd. thanks for helping

doobiefillin 08-02-2010 02:37 AM

Quote:

Originally Posted by Robbed (Post 2077906)
Been working with style creators on the same issue. If a style uses additional.css it doesn't display right with a few addons

Fix:

Since version 4.0.1, there has been an additional template variable call (to grab additional.css) in the HEAD.

Please add the following:

{vb:raw headinclude_bottom}

Before </head> in your template and you're all set.

i found the </head> tag in the page template. I added that piece of code right before the tag and it didn't change the problem :S actually the piece of code was already there originally before I even modded it but i posted it again with no change.

thanks though.

Code:

<head>
        {vb:raw headinclude}
        <title>{vb:raw pagetitle}</title>
        <vb:each from="head_views" value="head_view">{vb:raw head_view}</vb:each>
        {vb:raw headinclude_bottom}
</head>


Robbed 08-02-2010 04:10 AM

what template is that from?

edit...

not the actual page template.

the page template for the addon, so it would be vbookie template

dartho 08-02-2010 07:37 AM

Quote:

Originally Posted by doobiefillin (Post 2077945)
http://www.orangeballrally.com/forums/

it's wierd. thanks for helping

I tried, but:

"An error has occurred Guest. The Admin does not allow forum visitation behind proxy servers."

doobiefillin 08-02-2010 01:17 PM

ahhhhhhhhhh ;) i disable it. click on The Sportbook up on top.

i just fixed it using the line that Robbed posted. worked like a charm!

Phalynx 08-03-2010 01:31 PM

You can now use also vBExperience as a cash system.

If you have already vBExperience installed, you just need the plugin for it. Download vBExperience401_20100803.zip and install ZIP\extras\Addons\vBookie.xml as a product. After that choose "Custom" as your "Cash/Points System".

paulvev 08-03-2010 02:14 PM

Ive installed vbookie but on the vbookie.php page (which loads up ok), i dont see any way of creating a new event. I have set my administrator rights in the permissions, but nothing is showing up allowing me to create a new event?

Update: Doh! Got it now. Just read start of this thread.

dartho 08-03-2010 09:12 PM

Quote:

Originally Posted by Phalynx (Post 2078574)
You can now use also vBExperience as a cash system.

If you have already vBExperience installed, you just need the plugin for it. Download vBExperience401_20100803.zip and install ZIP\extras\Addons\vBookie.xml as a product. After that choose "Custom" as your "Cash/Points System".

Cool! Updated on Post #2

FReeSTER 08-07-2010 06:34 PM

ok, let me get stupit for a bit, lol

How in the world you make a new betting event? I have looked every where and no clue where to start

FReeSTER 08-07-2010 06:53 PM

Honestly I can find anything that give options to add events. Im blind sorry but I am
Any input will appreciate

FReeSTER 08-07-2010 06:53 PM

Quote:

Originally Posted by paulvev (Post 2078586)
Ive installed vbookie but on the vbookie.php page (which loads up ok), i dont see any way of creating a new event. I have set my administrator rights in the permissions, but nothing is showing up allowing me to create a new event?

Update: Doh! Got it now. Just read start of this thread.

hmmmmm I did read everything but I dont get it
can you explain what you did


All times are GMT. The time now is 05:55 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.02286 seconds
  • Memory Usage 1,829KB
  • 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
  • (9)bbcode_code_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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