vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBookie for vBulletin 3.5 (https://vborg.vbsupport.ru/showthread.php?t=94128)

ti07shadow 04-30-2008 04:49 PM

oh nevermind I found out why here

https://vborg.vbsupport.ru/showthrea...92#post1035092

MissKalunji 04-30-2008 05:00 PM

lol everytime i come to answer you.

you answer your own question

ti07shadow 04-30-2008 07:06 PM

Ok this one I need an answer from you. How would I make it so users can see their vCash in the mini profiles?? Cause its not showing.. hmm I probably should use the search option morew often, found out lol...

ti07shadow 04-30-2008 09:19 PM

Ok I came up with a problem that I cannot find an answewr to. For some reason event when enabled ther vcash will not show in postbit....

MissKalunji 04-30-2008 09:21 PM

Quote:

Originally Posted by ti07shadow (Post 1503757)
Ok this one I need an answer from you. How would I make it so users can see their vCash in the mini profiles?? Cause its not showing.. hmm I probably should use the search option morew often, found out lol...

Quote:

Originally Posted by ti07shadow (Post 1503883)
Ok I came up with a problem that I cannot find an answewr to. For some reason event when enabled ther vcash will not show in postbit....

did you do the postbit edit?

ti07shadow 04-30-2008 09:25 PM

Code:


  In Templates postbit/postbit_legacy
  FIND
  --------------------------------------------------
  $vbphrase[posts]: $post[posts]
  --------------------------------------------------

  BELOW that ADD
  --------------------------------------------------
  <if condition="$vboptions['vbookiecashon']">
      <br />$vbphrase[vbookie_vcash]: $post[vbookie_cash]
  </if>
  --------------------------------------------------


Yes I did, but now its not showing peopels correct vlues, its showing 500 for everyone and 0 for me and there frozen like that? I posted and it wouldnt go up?\



This is all that was in the readme, so is there something missing???

Code:

In Template newthread
  FIND
  --------------------------------------------------
  $threadmanagement
  --------------------------------------------------

  ABOVE that ADD
  --------------------------------------------------
  <if condition="$show['vbookieevent']">
        <fieldset class="fieldset">
                <legend>$vbphrase[post_a_vbookieevent]</legend>
                <div style="padding:$stylevar[formspacer]px">
                        <div><label for="cb_postvbookieevent"><input type="checkbox" name="postvbookieevent" value="yes" id="cb_postvbookieevent" tabindex="1" $checked[postvbookieevent] />$vbphrase[yes_post_a_vbookieevent_thread]</label></div>
                </div>
        </fieldset>
  </if>
  --------------------------------------------------


  In Templates postbit/postbit_legacy
  FIND
  --------------------------------------------------
  $vbphrase[posts]: $post[posts]
  --------------------------------------------------

  BELOW that ADD
  --------------------------------------------------
  <if condition="$vboptions['vbookiecashon']">
      <br />$vbphrase[vbookie_vcash]: $post[vbookie_cash]
  </if>
  --------------------------------------------------


  In Template navbar
  FIND
  --------------------------------------------------
  <td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
  --------------------------------------------------

  BELOW that ADD
  --------------------------------------------------
  <td class="vbmenu_control"><a href="vbookie.php?$session[sessionurl]">$vbphrase[vbookie]</a></td>
  --------------------------------------------------


MissKalunji 04-30-2008 09:40 PM

did you globally donate to everyone? and posting doesn't give you cash...it's betting and winning that does

ti07shadow 04-30-2008 09:46 PM

Yea I did it globally

ti07shadow 04-30-2008 09:53 PM

My members claim they cant see their vCash, but I can?

Lahoria 05-01-2008 11:01 AM

just installed vbookie on my bv v.3.7.0
but how do I create at bet event ?

MissKalunji 05-01-2008 04:44 PM

Quote:

Originally Posted by ti07shadow (Post 1503910)
My members claim they cant see their vCash, but I can?

perhaps permissions not giving?

MissKalunji 05-01-2008 04:45 PM

Quote:

Originally Posted by Lahoria (Post 1504394)
just installed vbookie on my bv v.3.7.0
but how do I create at bet event ?

in the forum that you allow to post vbookie even

open a new thread scroll down to additional options you'll have a box next to it : post a vbookie event

and voila

Lahoria 05-01-2008 05:51 PM

Quote:

Originally Posted by MissKalunji (Post 1504766)
in the forum that you allow to post vbookie even

open a new thread scroll down to additional options you'll have a box next to it : post a vbookie event

and voila

in Additional Options I only see :

Automatically parse links in text
Disable smilies in text Attach Files
Valid file extensions: bmp doc gif jpe jpeg jpg pdf png psd txt zip
Thread SubscriptionNotification Type:
Do not subscribe No email notification Instant email notification Daily email notification Weekly email notification
Post a Poll
Yes, post a poll with this thread
Number of poll options: (Maximum: 10) Thread Management
Close this thread after you submit your message
Stick this thread after you submit your message

No post bookie event !!!!!!

MissKalunji 05-01-2008 06:01 PM

Did you do the template edit?

and allowed vbookie event in the forum that you are wanting to post it in?

Lahoria 05-01-2008 06:31 PM

yeah in "New Posting Templates " sub : "newthread"

I posted
Quote:

</div>
</fieldset>
</if>
<if condition="$show['vbookieevent']">
<fieldset class="fieldset">
<legend>$vbphrase[post_a_vbookieevent]</legend>
<div style="padding:$stylevar[formspacer]px">
<div><label for="cb_postvbookieevent"><input type="checkbox" name="postvbookieevent" value="yes" id="cb_postvbookieevent" tabindex="1" $checked[postvbookieevent] />$vbphrase[yes_post_a_vbookieevent_thread]</label></div>
</div>
</fieldset>
</if>

$threadmanagement

</div>
</div>

MissKalunji 05-01-2008 06:48 PM

what about the permissions?

in forum permissions edit
for each section that you want people to be able to post a bookie
you have to set permissions for user groups etc

you can also use Permissions Quick Editor to do it faster

did you do that?

Lahoria 05-01-2008 06:58 PM

Quote:

Originally Posted by MissKalunji (Post 1504895)
what about the permissions?

in forum permissions edit
for each section that you want people to be able to post a bookie
you have to set permissions for user groups etc

you can also use Permissions Quick Editor to do it faster

did you do that?


thanks it worked... :D

lowfd 05-01-2008 10:52 PM

Hey all,
I was running vbookie on 3.6 for a long time and upgraded to 3.7. Just to be safe I reinstalled the product, checked that all the template modifications were in place - which they still were.

Anyway, I was not able to place vbookie events - so I checked the permissions for admin.. they were all off - but when I try to set them to "YES" and save the permissions.. the changes don't stick. After changing the permissions I immediately check the permissions again and they're all set to "NO" again. Keep trying but they never stick.

If I change any of the other permissions on the same page (such as "can post threads" or anything else which isn't vbookie related) the changes are saved.. just the vbookie ones which aren't.

any suggestions appreciated :)

bobster65 05-01-2008 11:02 PM

Quote:

Originally Posted by lowfd (Post 1505105)
Hey all,
I was running vbookie on 3.6 for a long time and upgraded to 3.7. Just to be safe I reinstalled the product, checked that all the template modifications were in place - which they still were.

Anyway, I was not able to place vbookie events - so I checked the permissions for admin.. they were all off - but when I try to set them to "YES" and save the permissions.. the changes don't stick. After changing the permissions I immediately check the permissions again and they're all set to "NO" again. Keep trying but they never stick.

If I change any of the other permissions on the same page (such as "can post threads" or anything else which isn't vbookie related) the changes are saved.. just the vbookie ones which aren't.

any suggestions appreciated :)

rebuild your bitfields..

/admincp/index.php?do=buildbitfields

lowfd 05-01-2008 11:31 PM

you're a champion :D many thanks

dancue 05-03-2008 03:55 AM

Is there anyone working on building this mod?

There are many features I'd like to see get added.
  • The ability to add a bet to an already existing thread. Like you would add a poll through thread tools.
  • I'd like to also see the ability to add a module for latest bets on the vba CMPS.
  • I'd like to be able to add a bet on the vbookie page. Adding a bet there would automatically create a thread within a specified forum. (specified by bet creator)
  • Ability to also edit the bet on the vbookie page.
  • The ability to add a "news & events" notice through the admincp.
  • AdminCP controlled welcome message.
  • Also, it would be nice if there was an admincp option to turn off polls if there is a bet in place.
  • Default timezone when creating a bet should be set to vbulletin default.

Andreas 05-03-2008 02:43 PM

Please do not PM me with questions about this piece of crap.

There won't be any further development, nor am I willing to give anyone permission to re-use this code.

Thanks for your understanding.

dancue 05-03-2008 03:19 PM

Ouch.

Excuse me for thinking otherwise. I saw there were over 600 installs and almost 4000 downloads on this version.

Hope you understand and thank you for clearing things up.

Regs 05-03-2008 04:06 PM

That's brutal.

You were not even the original code author! You insult him AND you won't be as generous as he was in allowing this mod to be further developed?

I'm sorry but the only piece of crap is your post and attitude.
:rolleyes:
Quote:

Originally Posted by Andreas (Post 1506931)
Please do not PM me with questions about this piece of crap.

There won't be any further development, nor am I willing to give anyone permission to re-use this code.

Thanks for your understanding.


jojo77 05-03-2008 04:13 PM

Seriously, if you don't want to help update this mod, which many people use and want, why not share the code so someone else can continue it? This is a great mod.

Andreas 05-03-2008 05:17 PM

@Regs
You are free to ask the original author to use his code as a base for further developement.
But I won't give permission to use my work as it is really crap (from a code point of view) :-)

Regs 05-03-2008 06:05 PM

Thanks for the clarification Andreas, sorry for getting so worked up!

Gersfan 05-06-2008 11:55 AM

I've been looking for the Vbookie to work on 3.7 .. is this the latest one thats been developed ? And will this work on 3.7 ? Is anyone using this ?

Thanks,

dancue 05-06-2008 12:03 PM

Quote:

Originally Posted by Gersfan (Post 1510331)
I've been looking for the Vbookie to work on 3.7 .. is this the latest one thats been developed ? And will this work on 3.7 ? Is anyone using this ?

Thanks,

It was the last time the hack was ported, so yes...it is the latest.

Selene 05-06-2008 01:39 PM

Can someone confirm if this is working with 3.7.0 ?

MissKalunji 05-06-2008 01:43 PM

Quote:

Originally Posted by Lahoria (Post 1504904)
thanks it worked... :D

You're welcome

Quote:

Originally Posted by Selene (Post 1510430)
Can someone confirm if this is working with 3.7.0 ?

Yes

bobster65 05-06-2008 02:02 PM

Quote:

Originally Posted by Andreas (Post 1507085)
@Regs
You are free to ask the original author to use his code as a base for further developement.
But I won't give permission to use my work as it is really crap (from a code point of view) :-)

oh, come on Kirby, its not THAT bad ;) I know you hold yourself to high standards tho :D

so, is the original author still reachable that you are aware of?

Gimmick 05-06-2008 03:14 PM

have to admit bobster you have been a great help in this thread for vbookie, I am just running my test forum on 3.7.0 and about to put vbookie on.

I love this mod...

bobster65 05-06-2008 03:16 PM

Quote:

Originally Posted by Gimmick (Post 1510563)
have to admit bobster you have been a great help in this thread for vbookie, I am just running my test forum on 3.7.0 and about to put vbookie on.

I love this mod...

Cool :) Just follow the same steps you did when installing it on 3.6 and you won't have any problems :cool:

Gimmick 05-07-2008 06:28 AM

Bobstar I notice you are labelled as a coder. No plans to take this mod on? As its seems to have been abandoned? Lots of people love it, and it could do with a freshen up etc?

Just a thought. I would but being a n00b will just cause destruction! lol

Is there any legalities as it being another persons work?

bobster65 05-07-2008 01:06 PM

Quote:

Originally Posted by Gimmick (Post 1511312)
Bobstar I notice you are labelled as a coder. No plans to take this mod on? As its seems to have been abandoned? Lots of people love it, and it could do with a freshen up etc?

Just a thought. I would but being a n00b will just cause destruction! lol

Is there any legalities as it being another persons work?

No, I have no time to take this on. I've got other projects on the white board at the moment. I do plan to keep helping out others tho :cool:

dancue 05-07-2008 09:57 PM

Although it is a nice mod, I've had to uninstall it and install the Casino mod instead. I've put a request in within that mod's thread to add some features similar to this one.

Hopefully the author will consider it.

ti07shadow 05-08-2008 02:07 AM

YE aI made sure all of the permissions were set my mmebers have yet to see the vcash in their post profiles. I just removed the mod from the forums until this can be figured out.

stickskills 05-08-2008 06:08 AM

Nevermind, I ended up fixing it. :)

dsmoke 05-09-2008 12:07 AM

I would like to hire someone to help me get this back working on my 3.68 it worked on my 3.5 i tried the mods suggested but it's not working. Let me know if you can help please


All times are GMT. The time now is 11:03 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.02939 seconds
  • Memory Usage 1,840KB
  • 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_code_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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