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)
-   -   vBindex (https://vborg.vbsupport.ru/showthread.php?t=37021)

NTLDR 05-09-2002 10:44 PM

Quote:

Originally posted by Disturbed
i did try that b4, but it didn't work thats why i'm using vBHome :rolleyes:
If its set up properly it will ;)

NTLDR 05-09-2002 10:45 PM

Quote:

Originally posted by Ordovicium
Thanks works great on 2.2.5

The only thing: I will remove the Notpad Link on the main page, but I could not find it.

Its most likly to be in either home_left or home_loggedin or something similar, click on search under the templates section on the Admin CP menu and type notpad, that will find the culprit :D

FlyingDutchman 05-10-2002 07:45 AM

home_logout is the right template ;)

Ordovicium 05-10-2002 09:28 AM

Quote:

Originally posted by FlyingDutchman
home_logout is the right template ;)
Yes, thanx. I searched all the time in home_left. And the Search-Engine didn't find it under home_logout.

el3m3nt 05-10-2002 03:13 PM

hehe Ordovicium.. nice sig ;)

von mir aus k?nnen wir schon deutsch sprechen auf vb.org.. sofern niemand was dagegen hat? :)

FlyingDutchman 05-10-2002 04:41 PM

Quote:

Originally posted by el3m3nt
hehe Ordovicium.. nice sig ;)

von mir aus k?nnen wir schon deutsch sprechen auf vb.org.. sofern niemand was dagegen hat? :)

i have something against it!
let's all speak our own language! w00t, this place will get messy! :p :bunny:

boiboi 05-11-2002 04:10 AM

adding chdir above required didn't work so I moved everything back inside the forums dir. now this is what appears when i view source

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>

Decoder 05-14-2002 07:57 AM

i am completly lost here
can someone please give me a hand?


PHP Code:

+-----------------------------------------------------------------------+
Instructions for the new index.php                    |
+-----------------------------------------------------------------------+

1. Open the file and edit the variables at the top of the file.

2. Open the original vBulletin index.php and look for..

    
$activeusers "";
    
$loggedinusers "";

   
till    
    
      $recordusers 
$maxusers[0];
      
$recorddate vbdate($dateformat,$maxusers[1]);
      
$recordtime vbdate($timeformat,$maxusers[1]);
      eval(
"\$loggedinusers = \"".gettemplate('forumhome_loggedinusers')."\";");

   [
Line 138-211pay attentiontake exactly this codecopy this code with Ctrl+C.

3. In the new index.php look for..

    
// add here the vBulletin code of the original index.php

   
and replace it with the code you took out of the original index.php above


NTLDR 05-14-2002 04:46 PM

Which part(s), are you stuck with?

In the file, the term "new index.php" refers to the file called index.php in the vbindex zip.

Basicly you need to copy some code from your forums/index.php file into the php file that came with vBindex. (Due to copyright reasons, which is why it hasn't already been done.)

Decoder 05-14-2002 06:44 PM

i dont know what code to copey

"Open the original vBulletin index.php and look for..

$activeusers = "";
$loggedinusers = "";

till

$recordusers = $maxusers[0];
$recorddate = vbdate($dateformat,$maxusers[1]);
$recordtime = vbdate($timeformat,$maxusers[1]);
eval("\$loggedinusers = \"".gettemplate('forumhome_loggedinusers')."\"; ");

[Line 138-211]"

this confuses me


All times are GMT. The time now is 06:26 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.01478 seconds
  • Memory Usage 1,749KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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