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)
-   -   vbHome (lite) - your vBulletin(powered) main homepage (https://vborg.vbsupport.ru/showthread.php?t=36756)

Smoothie 10-05-2002 06:41 AM

Well, out of my 8 styles, have 3 done so far. Just thought I would post a link for you to have a look at;
http://www.macfora.com/index1.php

Not finished yet, but the basics are done. Thanks Teck!

LeeCHeSSS 10-05-2002 07:18 AM

Quote:

Originally posted by GuruXL


What about the print artible page, do we have to leave that copyright there? I mean they are printing it and I see no need to have them print that...so does it still have to be include on the print article page?

My personal opinion on this: I think the copyright text in its current form (both vbHome's and vBulletin's) looks out of place on a print article page.
HOWEVER, since TECK and Jelsoft want it there, it will remain there. Period.
Besides that, I don't give a rat's ass simply because I very much doubt people would ever print out or mail any of my news.

LeeCHeSSS 10-05-2002 07:19 AM

Quote:

Originally posted by TECK
i just looked at leechesss's page:
Page generated in 0.18 seconds (55.81% PHP - 44.19% MySQL) with 12 queries.

good job on the settings. :)

I myself still get 14 queries on my page. I take it you weren't logged in?

(Gonna check your upgrade file now)

Smoothie 10-05-2002 10:42 AM

I'm getting a parse error when trying to add a new thread after adding this code to newthread.php.

FIND:
PHP Code:

$postid=$DB_site->insert_id(); 

BELOW, ADD:
PHP Code:

      if ($foruminfo['forumid']==$articleforum) {
        
$DB_site->query("UPDATE thread SET articleid=$postid WHERE threadid=$threadid");
      } 

Parse error: parse error in /home/virtual/site2/fst/var/www/html/forums/newthread.php on line 295

Followed instructions, added, and re-added code, same error.

Smoothie 10-05-2002 10:58 AM

A problem......... the latest forum discussions show private forums. I'm logged out, viewing vbHome, and under Latest forum Discussions, there is a link to one of the private forums.

TECK 10-05-2002 12:21 PM

smoothie, nobody encountered those 2 specific problems, let's take a closer look toghether, ok?
most of the time, you get a parse error when you forget a bracket.
the code you add should look like that:
Code:

      $postid=$DB_site->insert_id();
      if ($foruminfo['forumid']==$articleforum) {
        $DB_site->query("UPDATE thread SET articleid=$postid WHERE threadid=$threadid");
      }

      indexpost($postid,1);

for the permissions, please check your forum perms, there is your problem.
let me know please. pm me also the vbHL test page url so i can look at it also. thank you.

tip: always clean your browser cache, before you download a new file from vBulletin.org. sometimes it holds in the temp files an older file.

TECK 10-05-2002 12:26 PM

Quote:

Originally posted by LeeCHeSSS
I myself still get 14 queries on my page. I take it you weren't logged in?

(Gonna check your upgrade file now)

yep, i'm looking at it as a guest. there are less queries performed when you are logged out.

GuruXL 10-05-2002 12:33 PM

Quote:

Originally posted by TECK
GuruXL, do you see a copyright on vBulletin's printthread.php? check it and let me know please.
honestly talking between me and you as a friend, does it bother you that much a little text listed there?

Well No, i guess not...thanks for the great hack...


However, I am still having a problem with the latest news being displayed...in my new forum...it shows 0 new threads but, i know there are threads in there...and the text doesn't show up on my homepage...

I will try a fresh re-install and see what heppens

TECK 10-05-2002 12:35 PM

smoothie, i know for sure you dont have the latest file downloaded... the focus is on Search field (the cursor is flashing there) instead of the "your username and password".

also, i dont see the article text. that's normal if you installed > posted > uninstalled > installed > etc...
read this:
https://vborg.vbsupport.ru/showthrea...923#post305923

TECK 10-05-2002 12:38 PM

guruXL, the article text will show only if you post in your news forum a new thread, after you installed vbHL.


All times are GMT. The time now is 01:32 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.03539 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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