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)

fastpit1 01-06-2010 01:17 AM

I have it loaded but can not set the permissions. Everytime I select them and "update" they are set back to "no" when I go back and look any help?

DS MrSinister 01-06-2010 02:55 AM

Quote:

Originally Posted by fastpit1 (Post 1948394)
I have it loaded but can not set the permissions. Everytime I select them and "update" they are set back to "no" when I go back and look any help?


what you need to is rebuildbitfields.. one way you can do it installing this mod here or doing this admincp/index.php?do=buildbitfields

msu2k 01-08-2010 04:29 PM

Quote:

Originally Posted by tjdrico (Post 1937900)
Sorry, SecondV, I don't check this forum much.

As far as I'm concerned anyone is free to hack up my original code and modify it to suit vBulletin 4. I also want vBookie on my own forum once I upgrade it to 4.0, but after spending all day coding PHP, I tend to spend my free time playing Team Fortress 2.

Rather than modifying the old code though, I might just write a new version from the ground up, since my coding's better now than it was 5 years ago. ;) That said, I wouldn't advise anyone to hold their breath waiting for me, as I've been thinking about it for ages, and haven't actually done anything yet...

I would DEFINITELY be willing to pay for an updated vBookie...

cbehan 01-11-2010 01:42 AM

Quote:

Originally Posted by msu2k (Post 1950488)
I would DEFINITELY be willing to pay for an updated vBookie...

I would be willing to chip in as well....

spade117 01-14-2010 01:11 PM

Is there a way to delete a vbookie event after the thread has been deleted?

In the vbookie page, it shows the event with the links for *thread* and *info*, but the link for *delete* is gone, and when either of the other 2 links are clicked, it brings you to an error page.

bobster65 01-14-2010 03:43 PM

Quote:

Originally Posted by spade117 (Post 1955469)
Is there a way to delete a vbookie event after the thread has been deleted?

In the vbookie page, it shows the event with the links for *thread* and *info*, but the link for *delete* is gone, and when either of the other 2 links are clicked, it brings you to an error page.

To remove a specific event:
DELETE FROM vbookie_items WHERE item_id = 'X';

replace X with the item id which you can get by mousing over the info link in the affected vbookie event.

To remove a news event:
DELETE FROM vbookie_news WHERE news_id = X';

Switch3130 01-14-2010 11:51 PM

Does anyone have any news on when this is being upgraded to 4.0?

A crucial hack to a vBulletin board. Will pay to see something upgrade this, by the way.

Eric 01-17-2010 03:01 AM

Quote:

Originally Posted by tjdrico (Post 1937900)
Sorry, SecondV, I don't check this forum much.

As far as I'm concerned anyone is free to hack up my original code and modify it to suit vBulletin 4. I also want vBookie on my own forum once I upgrade it to 4.0, but after spending all day coding PHP, I tend to spend my free time playing Team Fortress 2.

Rather than modifying the old code though, I might just write a new version from the ground up, since my coding's better now than it was 5 years ago. ;) That said, I wouldn't advise anyone to hold their breath waiting for me, as I've been thinking about it for ages, and haven't actually done anything yet...

I guess I will start working on a vB4 version then based on the original vB3 code - it's been nearly a month and no sign of the other fella who was doing one.

SVTCobraLTD 01-17-2010 12:04 PM

Works fine on 3.8.4.

dcuellar 01-17-2010 07:45 PM

Quote:

Originally Posted by SecondV (Post 1957837)
I guess I will start working on a vB4 version then based on the original vB3 code - it's been nearly a month and no sign of the other fella who was doing one.

Good man. It's incredible how many people actually still use this even though it is not supported. I'll be eagerly waiting for the first person to make this for 4.0.

Switch3130 01-17-2010 08:07 PM

Quote:

Originally Posted by dcuellar (Post 1958537)
Good man. It's incredible how many people actually still use this even though it is not supported. I'll be eagerly waiting for the first person to make this for 4.0.

:up:

Eric 01-17-2010 08:26 PM

I have 90% of the html/templates converted - and about 30% of the PHP code converted (:

Although, when I do release my version, it'll be beta - the one thing with vB4 I'm still iffy on is the no tables (first version will still be using tables in some areas).

hardboiled 01-18-2010 01:59 AM

Quote:

Originally Posted by SVTCobraLTD (Post 1958107)
Works fine on 3.8.4.

Nice! Downloading now then!

Switch3130 01-18-2010 02:06 AM

Quote:

Originally Posted by SecondV (Post 1958591)
I have 90% of the html/templates converted - and about 30% of the PHP code converted (:

Although, when I do release my version, it'll be beta - the one thing with vB4 I'm still iffy on is the no tables (first version will still be using tables in some areas).

Awesome work bro can't wait to see this released.

dcuellar 01-18-2010 03:30 PM

Quote:

Originally Posted by SecondV (Post 1958591)
I have 90% of the html/templates converted - and about 30% of the PHP code converted (:

Although, when I do release my version, it'll be beta - the one thing with vB4 I'm still iffy on is the no tables (first version will still be using tables in some areas).

Nice. vB4 seems to have presented a lot of issues to coders.

Good luck to you and thanks for committing to re-making this great mod.

There have been many people on thread who have requested some great features to be implemented. Hopefully you will consider some of those.

The one I'd like to see is the ability to do one on one betting. (I bet you 50K that x will beat y)

Steelersfan 01-18-2010 04:14 PM

Quote:

Originally Posted by spade117 (Post 1955469)
Is there a way to delete a vbookie event after the thread has been deleted?

In the vbookie page, it shows the event with the links for *thread* and *info*, but the link for *delete* is gone, and when either of the other 2 links are clicked, it brings you to an error page.


I had that happen and had to go into the database and delete the event using the event ID.

Chase 01-18-2010 04:43 PM

Quote:

Originally Posted by SecondV (Post 1958591)
I have 90% of the html/templates converted - and about 30% of the PHP code converted (:

Although, when I do release my version, it'll be beta - the one thing with vB4 I'm still iffy on is the no tables (first version will still be using tables in some areas).

Will you be making it compatible (out of the box) for 3.8.4?

Eric 01-18-2010 05:59 PM

Quote:

Originally Posted by Chase (Post 1959341)
Will you be making it compatible (out of the box) for 3.8.4?

This will be for vB4 only, as this should work with 3.8 with the posted fixes.

Quote:

Originally Posted by dcuellar (Post 1959273)
Nice. vB4 seems to have presented a lot of issues to coders.

Good luck to you and thanks for committing to re-making this great mod.

There have been many people on thread who have requested some great features to be implemented. Hopefully you will consider some of those.

The one I'd like to see is the ability to do one on one betting. (I bet you 50K that x will beat y)

My main priority is getting it converted and released first - then I'll go from there as far as new features :) It'll need some testing before I'm comfortable adding new features.

Switch3130 01-18-2010 06:45 PM

When do you plan on releasing vBookie 4.0?

dartho 01-18-2010 08:00 PM

Quote:

Originally Posted by tjdrico (Post 1937900)
Sorry, SecondV, I don't check this forum much.

As far as I'm concerned anyone is free to hack up my original code and modify it to suit vBulletin 4. I also want vBookie on my own forum once I upgrade it to 4.0, but after spending all day coding PHP, I tend to spend my free time playing Team Fortress 2.

Rather than modifying the old code though, I might just write a new version from the ground up, since my coding's better now than it was 5 years ago. ;) That said, I wouldn't advise anyone to hold their breath waiting for me, as I've been thinking about it for ages, and haven't actually done anything yet...

Does this mean we have to work from the 3.0 code base, or can we extend Andreas' work?

I got ths working under vbulletin 4.0 a month or so back based on Andreas' port and requested, but never got permission from Andreas to release it ...

Switch3130 01-18-2010 08:34 PM

Would you mind releasing it? This is the last thing my site needs.

Please and thank you.

dartho 01-18-2010 09:45 PM

I guess I could, I get the impression Andreas has enough to do and this add-on doesn't have much of a priority ...

Stay tuned...

Switch3130 01-18-2010 09:54 PM

Awesome can't wait.

Eric 01-18-2010 10:11 PM

Figures... I see a vB4 version has been released.

So once again, I will stop work on it. (:

Chase 01-21-2010 11:02 PM

Still would like to see someone fix the version for 3.8.4 where it works out of the box... not having to make changes.

fly 01-22-2010 01:50 AM

Quote:

Originally Posted by Chase (Post 1962883)
Still would like to see someone fix the version for 3.8.4 where it works out of the box... not having to make changes.

Then upgrade to 4.0. Its been released...

Chase 01-22-2010 01:06 PM

Like many others, don't want to upgrade to 4.0 right now.

fly 01-22-2010 01:50 PM

Quote:

Originally Posted by Chase (Post 1963351)
Like many others, don't want to upgrade to 4.0 right now.

Well, there is this version that works with some massaging, and a new version for 4.0. I wouldn't hold your breath...

Chase 01-25-2010 06:30 PM

Anyone know why it doesn't say "vBookie:" next to the link... like everyone else has?

milsirhc 01-27-2010 08:48 AM

Please make this work for 3.8.4 (Out of the box)! Pls!!

dartho 01-27-2010 09:17 AM

it's such a small amount of work to get ot to work with VB3.8.4 - I don;t understand the issue? Justy how many times do you need to install it under 3.8.4?

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

Reaper255 01-28-2010 06:59 AM

We have done all the necessary fixes but with 3.8.4 PL2 we cannot get it added. If you would please give up some help it would be greatly appreciated.

dartho 01-28-2010 07:24 AM

Try this one: https://vborg.vbsupport.ru/showpost....postcount=2152

GardsJr 01-28-2010 08:42 AM

We have tried that twice.

dartho 01-28-2010 09:36 AM

I dont; want to come across as rude, but complaints of "it doesn't work" are pretty worthless without more information. In the past I have dealt with people who had issues with software not working as they didn't realise they needed to actually install it. I;m not suggesting this is the case here - but a starting point would be helpful.

Short story is that it does work, you just have to install it right.

So - what doesn't work?

GardsJr 01-28-2010 09:38 AM

Sorry about that, and no you didn't come across as rude. Sorry about that.

I have done most of the things mentioned in this thread, but the thing is that when I check the button so that we can put in the Bookie, it goes straight to the thread and not to the set up thing.

Again, sorry about the hassle.

dartho 01-28-2010 09:48 AM

Did you edit the "vBookie: Redirect to vbookie.php when posting new Event" plugin (AdminCP->Plugins & Products->Plugin Manager, locate plugin and click "Edit") and replace it's contents with

PHP Code:

if ($newpost['postvbookieevent']) 

    
$vbulletin->url 'vbookie.php?' $vbulletin->session->vars['sessionurl'] . "t=$newpost[threadid]&vbookieeventoptions=$newpost[vbookieeventoptions]&do=newevent"
    eval(
print_standard_redirect('redirect_postthanks_moderate'truefalse));


?

GardsJr 01-28-2010 09:49 AM

Yeah, I did that. Thanks again for trying to help.

dartho 01-28-2010 09:55 AM

so you get the tick box when you post a new thread, and after checking it and submitting your thread it doesn;lt ask for any more info - just goes back to teh forum with your new thread in it, but no vBookie event?

GardsJr 01-28-2010 09:58 AM

That is precisely the problem. :)

I am heading to bed, so I will check your response in the morning.

Thanks again.


All times are GMT. The time now is 03:55 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.03941 seconds
  • Memory Usage 1,835KB
  • 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
  • (1)bbcode_php_printable
  • (17)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