vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Upgraded code from v2.2.2 to v2.2.4 (https://vborg.vbsupport.ru/showthread.php?t=36090)

Tim Wheatley 03-16-2002 08:17 PM

Oh by the way, the line breaks are in your file, it was a problem my end. Thanks for the info. :)

VolSports 03-16-2002 08:41 PM

Quote:

Originally posted by VolSports
i only ran upgrade17.php....did i screw something up? can i just run upgrade16.php and then upgrade17.php again? What Do I Do?

any one?

Psychdrone 03-16-2002 09:30 PM

isn't the only thing this upgrade fixes is a problem with guest posting?

If you don't allow you guests to post, then is shouldn't be a problem right?

X-Fan 03-17-2002 10:31 PM

After using this hack to do the upgrade, my "New Post" button has completely disappeared, and the "Edit Reason" field has stopped working.

Would anyone have any ideas as to what's happened?

Jawelin 03-20-2002 07:49 AM

Just a little upgrade.
As usual, in the very next days after a release, something changes.

Well. Now (first on yesterday's release) on VB 2.2.4 was changed memberlist.php.
I could suggest you to re-download the 2.2.4 version and entirely upload that file to your forumhome directory or, apply this new change on your 2.2.4 version:

In memberlist.php, replace
PHP Code:

if ($ltr==$letter) {
    eval(
"\$letterbits .= \"".gettemplate("memberlist_letterselected")."\";");
} else {
    eval(
"\$letterbits .= \"".gettemplate("memberlist_letter")."\";");


with
PHP Code:

if ($ltr==$letter) {
    eval(
"\$letterbits = \"".gettemplate("memberlist_letterselected")."\";");
} else {
    eval(
"\$letterbits = \"".gettemplate("memberlist_letter")."\";");


That's all.
Hope this could be useful... again.
Bye
:knockedout:

Lesane 03-20-2002 07:54 AM

Quote:

Originally posted by Jawelin
In memberlist.php, replace
PHP Code:

if ($ltr==$letter) {
    eval(
"\$letterbits .= \"".gettemplate("memberlist_letterselected")."\";");
} else {
    eval(
"\$letterbits .= \"".gettemplate("memberlist_letter")."\";");


with
PHP Code:

if ($ltr==$letter) {
    eval(
"\$letterbits = \"".gettemplate("memberlist_letterselected")."\";");
} else {
    eval(
"\$letterbits = \"".gettemplate("memberlist_letter")."\";");


That's all.
Hope this could be useful... again.
Bye
:knockedout:

Lol, the replacing code is the same.

Jawelin 03-20-2002 08:12 AM

Quote:

Originally posted by Lesane
Lol, the replacing code is the same.
NO! :laugh: :laugh: :laugh:
You missed a dot!!! :lick:
(first, there was a concat dot '.=' .... last there was only the assignment '=' in both template eval )
:D

Lesane 03-20-2002 08:19 AM

haha, dam.... :D

*runs to store and buys some glasses* ;)

DiSS Troya 03-21-2002 10:49 PM

what folder am i supppose to be puting this into, cause it's not working in the admin folder..

Jawelin 03-22-2002 09:44 AM

Quote:

Originally posted by DiSS Troya
what folder am i supppose to be puting this into, cause it's not working in the admin folder..
:ermm:
You can put it into your TEMP dir... :cool:
It's a .txt file to edit and follow instructions, not a .php script to run...
:knockedout:

P.S.: this is needed ONLY if you have an hacked board... of course. Otherwise use the normal upgradeXX.phps .... :knockedout:


All times are GMT. The time now is 01:42 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.01083 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
  • (4)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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