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)
-   -   Shrink Old Posts in Thread (https://vborg.vbsupport.ru/showthread.php?t=33060)

bira 12-14-2001 11:12 AM

nafae,

It's a design issue. You need to design both parts in bostbit (the first div and the second div) to be the same width.

As for the register.php error - I just visited your site and had no problems

rawnet 12-14-2001 12:08 PM

Bloody hell!!

Haven't been spoken to like that since my undergraduate days!!

:(

Fair enough though - you have been fantastic, and your support is great. Wouldn't blame you in any way - I'm grateful for the effort you've put in - I suspect the errors are due to problems I had uploading the changes whereby old files overwrote the changed files. Your instructions are very clear - although a few jokes and doctored images of Ralf Schumacher's girlfriend wouldn't go amiss.

Will go over the scripts again now,

Cheers,

Ross

fineclicks 12-14-2001 02:00 PM

[QUOTE]Originally posted by bira


I'm guessing you're not running it in your forum's /admin/ dir.

Bedhead 12-14-2001 03:11 PM

Once again a great hack!

Thanks Bira!

nafae 12-14-2001 06:09 PM

I removed it after I found it didnt work, I didnt want people to see my bad hack install :) I will try again tonight.

Bedhead 12-14-2001 08:23 PM

Hello,

First off I would like to say Bira you are the man.

Everything works great except for the member.php3.
I'm assuming that this is the problem.
I get the following error message when trying to use the member.php for logging out, usercp, or anything for that matter.
I have ran through all instructions numerous times and still a no go.

Here is the error:

Parse error: parse error in D:\Inetpub\users\dssheadquarters\forum\member.php3 on line 752

Any ideas Buddy?

bira 12-14-2001 08:27 PM

Bedhead, send me your member.php3 file, to goren@atlasf1.com so I can have a look at it

Bedhead 12-14-2001 08:32 PM

Thanks for taking the time.

You have mail.

nafae 12-14-2001 08:45 PM

bira a fresh install got it working just fine. Thanks for the hack, it is vewwy useful :D

bira 12-14-2001 09:36 PM

Bedhead,

1) You had an error in one location of pasting the code. The instructions said find

PHP Code:

    $newemailaddress=0;
  } 

And AFTER THAT paste a code. Instead, you pasted the code BEFORE the }

2) On three different locations, you have pasted the hack code on the same line as an existing code, which meant you were in effect COMMENTING OUT the existing code. Example:

your code:

Code:

  // Contract Old Posts in Thread (v1.0)
  if ($bbuserinfo[hideposts]) {
    $hidepostschecked="checked";
    $hidepostsnotchecked="";
  } else {
    $hidepostschecked="";
    $hidepostsnotchecked="checked";
  }
// Contract Old Posts in Thread (v1.0)if ($bbuserinfo[receivepm]) {
    $receivepmchecked="checked";
    $receivepmnotchecked="";
  } else {
    $receivepmchecked="";
    $receivepmnotchecked="checked";
  }

SHOULD BE:

Code:

  // Contract Old Posts in Thread (v1.0)
  if ($bbuserinfo[hideposts]) {
    $hidepostschecked="checked";
    $hidepostsnotchecked="";
  } else {
    $hidepostschecked="";
    $hidepostsnotchecked="checked";
  }
// Contract Old Posts in Thread (v1.0)

if ($bbuserinfo[receivepm]) {

    $receivepmchecked="checked";
    $receivepmnotchecked="";
  } else {
    $receivepmchecked="";
    $receivepmnotchecked="checked";
  }

I have edited your file and corrected your mistakes and will now e-mail it back to you.

However, I cannot stress enough to you and others - please follow installation instructions accurately or your scripts may be rendered useless.

Cheers,

Bira


All times are GMT. The time now is 10:40 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.01410 seconds
  • Memory Usage 1,741KB
  • 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
  • (1)bbcode_php_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
  • (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