vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   including an SSI element in a VB page? (https://vborg.vbsupport.ru/showthread.php?t=6197)

01-01-2001 09:31 PM

How can I achieve this?

I have TXT files generated by CGI scripts for my news headlines and articles headlines.

I currently insert them in a SHTML page using SSI.

I am in the process of merging my forums index with my site index, please help me. I need to include those.

They are simple TXT files containing basic HTML code such as tables, links, etc..

Thanks for hlping me as soon as you guys can

01-01-2001 11:15 PM

Use PHP

<?php include("URLHERE"); ?>

This will NOT work if you put this in templates other than the header or footer.

Change URLHERE to the path of the file. Change extension to .php if not already.

01-01-2001 11:57 PM

Why does it work only in the header and footer templates?

Maybe it could be possible to edit the global.php file to make this trick possible in any template? Any vBulletin developper reading this?

Thanks

01-02-2001 12:17 AM

$variablename = implode("", file("url"));

Put that at the bottom of global.php and then reference whatever you decide to call the variable (watch for conflicts).

01-02-2001 01:15 AM

THANK YOU SO MUCH!

http://www.onlinedj.com

Look, the frontpage has all my headlines included, and I get also all the community stats (numbers)!

excellent, thanks again

01-16-2001 06:53 PM

Quote:

Originally posted by ManoOne
THANK YOU SO MUCH!

http://www.onlinedj.com

Look, the frontpage has all my headlines included, and I get also all the community stats (numbers)!

excellent, thanks again



How did you include that on your frontpage?

01-18-2001 11:43 PM

The frontpage of http://www.onlineDJ.com was made using a technique I explained on one of the last pages of the thread titled "info on non vBulletin page..." something like this

good luck

it sure does look good!

now I am all excited, and will turn all my other sections as "special versions" of vBulletin pages because it is so easy! (articles engine, anything!)

01-28-2001 03:38 AM

Wait, let me get this staright. Can someone please confirm with me. Lets say I want to have this script which genearetes random quotes selected from a txt file. Its called quotes.php

Let me name the variable $quotes, and put quotes.php in the same folder as globals.php

So I put $quotes = implode("", file("quotes.php"));

In teh showthread template, I'll call it by putting

$quotes

wherever I want it to appear. Is that all?

01-28-2001 04:27 AM

It has to be a full URL!


All times are GMT. The time now is 10:47 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.00974 seconds
  • Memory Usage 1,724KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete