vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Forumdisplay Optimization (https://vborg.vbsupport.ru/showthread.php?t=4143)

10-26-2000 02:24 PM

Quote:

Originally posted by vBoard.co.uk
I will try this out after the major update!
Well, hopefully, any update would have this in it already.

10-26-2000 02:45 PM

Cheers for this, have sent email now.


The only instance of it is as follows:

Code:

if ($wordwrap!=0) {
    $thread[title]=dowordwrap($thread[title]);
  }

Quote:

Originally posted by rangersfan
Quote:

Hi,

I have looked thru all files and cannot find the above statement. I have vb 1.1.3 too.

Can you find the instances of $wordwrap in forumdisplay.php? You can also send me your forumdisplay.php and I will see what you are missing.

webmaster@hedgehogwheels.com


10-26-2000 02:50 PM

Quote:

Originally posted by rangersfan
Well, hopefully, any update would have this in it already.
Yes it will :)

10-26-2000 02:55 PM

good saved me some work

10-26-2000 03:30 PM

same i couldn't find it if i searched for the entire code... but searching just for the first line i found it

Code:

if ($wordwrap!=0) {
and then the next 3 lines under it was it :)

10-26-2000 03:58 PM

When I search in forumdisplay this is what I get:

Code:

if ($wordwrap!=0) {
    $thread[title]=dowordwrap($thread[title]);
  }


10-26-2000 04:31 PM

it went in fine for me and seems to be doing it's trick :)

the combination of this, the showthread and global optimizations seem to be helping my board along.

I'm getting between 3-5k posts a day and every little bit helps :)

10-26-2000 07:44 PM

Ok I fixed the problem. It seems I am still using 1.1.3beta2 and with beta3 John moved the eregi line into a function hence the differences. If you have already changed the code, it will work either way as the function just calls the same code you pasted in.

10-26-2000 07:57 PM

Yeah I installed it before you found a problem. It is producing no error...and seems to be running smooth...I get around 290+ concurrent users during peak hours.

Thanks.


All times are GMT. The time now is 07:59 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.01226 seconds
  • Memory Usage 1,727KB
  • 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
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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