vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Uncheck Auto Parse by default (https://vborg.vbsupport.ru/showthread.php?t=46244)

NTLDR 12-07-2002 07:30 PM

Quote:

Originally posted by Mist
Yes NTDLR but look at your post you didn't have the correct number of brackets :)
Yep your right, all that vBcode and brackets all over the place sure is confusing, I hope I made the point about brackets matching up though :)

SloppyGoat 12-07-2002 08:16 PM

Nope, there must be something else wrong. Same thing. :confused: Damn, php is some confusing sh*t, ain't it? LOL

Dean C 12-08-2002 06:09 PM

Lol i got the syntax right :)

Hmmm...

Sloppygoat - post up the errors your getting :)

- miSt

SloppyGoat 12-09-2002 11:18 AM

It's the same error as before. It just says "Parse error in line 464" in newreply.php", when I replace that section....no matter what I do. I've tried a bunch of combo's now and kept track of all of them. Here's what hasn't worked....

if (!isset($parseurl)) and ($threadinfo[forumid]!=22]) {
$parseurlchecked="CHECKED";
} else {
$parseurlchecked="";

if (!isset($parseurl)) and ($forum[forumid]!=22]) {
$parseurlchecked="CHECKED";
} else {
$parseurlchecked="";

if (!isset($parseurl) and ($threadinfo[forumid]!=22])) {
$parseurlchecked="CHECKED";
} else {
$parseurlchecked="";

if (!isset($parseurl) and ($forum[forumid]!=22])) {
$parseurlchecked="CHECKED";
} else {
$parseurlchecked="";

if ((!isset($parseurl) and ($threadinfo[forumid]!=22])) {
$parseurlchecked="CHECKED";
} else {
$parseurlchecked="";

if ((!isset($parseurl) and ($forum[forumid]!=22])) {
$parseurlchecked="CHECKED";
} else {
$parseurlchecked="";

SloppyGoat 12-12-2002 10:53 PM

Bump! Anyone else have any ideas? I gotta find someone who can figure this one out. It's driving me crazy. :(

SloppyGoat 12-18-2002 02:41 AM

Damnit! Someone's gotta know this one. :(

Boofo 12-18-2002 03:15 AM

Try this:

Code:

if (!isset($parseurl) and ($threadinfo['forumid']!=22])) {
$parseurlchecked='CHECKED';
} else {
$parseurlchecked='';


filburt1 12-18-2002 03:24 AM

No offense but has anybody heard of the phpinclude template? No hacking required.

Boofo 12-18-2002 03:42 AM

But don't you start getting a load on the server doing it that way? Because it adds it to every page instead of just where he needs it.

SloppyGoat 12-18-2002 06:37 PM

I'd much rather have a hack to do this, since it is only needed in one thread, and should be a small and simple change....if I just knew exactly how to do it. :ermm:

Thanks Boofo, I'll give that a try too.


All times are GMT. The time now is 08:00 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.01091 seconds
  • Memory Usage 1,734KB
  • 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_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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