vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Patching Blog 2.0.2 to 2.0.3 (https://vborg.vbsupport.ru/showthread.php?t=274473)

Chris8 11-22-2011 07:43 PM

Patching Blog 2.0.2 to 2.0.3
 
I wanted to upgrade Blog mod from 2.0.2 to 2.0.3 I already have two licenses pointing to same website one is 4.0 publishing suite another one is 3.8 + blog 2.0.2 I'm not going to pay for the upgrade the one with blog, that would cost like buying a third license for the same website. Insane, but this is how wonderfully vbulletin system and support works. I'm not going to even to post this on vb.com cause I'm sure they will not help as always.

Can anyone advice me how to patch it please?

I think I need to change:


Code:

foreach ($blogstats AS $key => $value)
{
    $blogstats["$key"] = vb_number_format($value);
}

to this in functions file


Code:

foreach ($blogstats AS $key => $value)
{
    if($key != "lastentry"){$blogstats["$key"] = vb_number_format($value);}
}

and to replace all instances of


Code:

error_reporting(E_ALL & ~E_NOTICE);

to

Code:

error_reporting(E_ALL & ~E_NOTICE & ~8192);


Can anyone confirm I'm not missing anything? :)

Mark.B 11-22-2011 07:47 PM

Interesting moral conundrum here, if someone provides you with the code wouldn't they technically be assisting with license fee evasion?

Then again if it's just a security/bugfix patch those are sometimes made available regardless of license status.

One for Paul M to adjudicate on methinks.

Chris8 11-22-2011 08:02 PM

Lol, fixing some small bug would be "license fee evasion" ? Maybe let's call it piracy already? Lol

Mark.B 11-22-2011 08:16 PM

Quote:

Originally Posted by Chris8 (Post 2270903)
Lol, fixing some small bug would be "license fee evasion" ? Maybe let's call it piracy already? Lol

Well I don't know, that's why I posed the question.

I'm sure if you asked someone to post the code to some great new feature in the latest version of the forums, that wouldn't go down too well. So where do you draw the line?

(*Not that ever are any "great new features" in vB these days of course, I was speaking hypothetically. Unless anyone *really* wants the code to VerticalResponse....)

Chris8 11-24-2011 02:47 AM

Yeah, I get it.

Anyway, of course there was much more code to fix, though I managed to fix the bugs that were within blog. I see no errors, I guess it's all fine and "up to date" now. I don't know what they updated in 2.0.3 since no code changes can be seen in bugtracker. :mad: Whatever, vB3 branch is no longer maintained anyway, I guess now we can only develop it on our own. vBulletin is going to lose great share in the market, more and more people look now towards other solutions like xenforo and it doesn't surprise me. I don't want to sound too harsh but we all know things are going in wrong direction...

Max Taxable 11-24-2011 02:49 AM

They should make the blogs a freeware/open source add-on since they are not supporting them anymore. LOTS of people want the blog, you can't even buy it anymore.

Blueracer66 08-27-2012 08:02 PM

I refuse to upgrade to vB4. I have 3.8.7 and I'm looking for a blog mod. Anyone has any suggestions?


All times are GMT. The time now is 02:42 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.01063 seconds
  • Memory Usage 1,726KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete