vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3 Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=187)
-   -   How to create your own vBulletin-powered page! (uses vB templates) (https://vborg.vbsupport.ru/showthread.php?t=62164)

Xtrm2Matt 12-22-2004 11:52 AM

Quote:

Originally Posted by T3MEDIA
insted of braggin why not help the poor chap? He is asking for help.

I wasn't bragging, notice I quoted myself stating "I no longer need help with this".

Dionysis 12-31-2004 10:31 PM

i did this hack for the .js files

"$vboptions[bburl]" in headerinclude

along w/ the chmod('/vbulletin/'); for globals.php

but the breadcrumbs still don't work properly... it's weird since a "view source" shows an absolute path to the .js files (so what could possibly be wrong?)

2ndly,
i'd like to create more pages outside of the forum index, is it possible to have database driven pages for these things (instead of creating a new test_x.php for each, which is totally unreasonable). the use would be to somehow integrate my current article system w/ vbulletin so that i can use all the vbulletin functions on those pages.

n_wattam 01-02-2005 12:13 AM

Hi, i did the test example and it worked great cheers, how ever i dont want to call the template from its own file, instead i want to call the template within an exisiting one...

Does anyone know how to do this... Lets say for argument sake we are are going to call the template and display it under the navbar... Therefore i would need the correct code which i would then place in the navbar template..

ResaleBroker 01-02-2005 12:23 AM

That works great! Thank You!

ogden2k 01-11-2005 11:28 PM

How can I get this to work in a separate folder? I used this code:
PHP Code:

// ######################### REQUIRE BACK-END ############################
chdir('/home/public_html/forums/');
require_once(
'./global.php'); 

But I have the CSS saved in a file and it's broken now. How do I resolve this issue?

deathemperor 01-12-2005 12:50 PM

Quote:

Originally Posted by ogden2k
How can I get this to work in a separate folder? I used this code:
PHP Code:

// ######################### REQUIRE BACK-END ############################
chdir('/home/public_html/forums/');
require_once(
'./global.php'); 

But I have the CSS saved in a file and it's broken now. How do I resolve this issue?

if your css has broken, just go to your ACP and go to edit style or templates and save it, vb3 will save a new css file in your server.

the code you used is correct.

Quote:

Hi, i did the test example and it worked great cheers, how ever i dont want to call the template from its own file, instead i want to call the template within an exisiting one...
eval('$varible_NAME = "' . fetch_template('template_NAME') . '";');

if you want to have something under navbar (or anything else) in your custom (non-vb) files place that line in the file and in the template which was created with:

eval('print_output("' . fetch_template('TEMPLATE_NAME') . '");');

call out $varible_NAME, you can place it everwhere you want to.

and in vb3 files, well...just repeat the process ^^



Quote:

2ndly,
i'd like to create more pages outside of the forum index, is it possible to have database driven pages for these things (instead of creating a new test_x.php for each, which is totally unreasonable). the use would be to somehow integrate my current article system w/ vbulletin so that i can use all the vbulletin functions on those pages.
pay attention: the file names could be whatever you want, it doesn't have to be exactly like the template names. It's just easier for you if you use the file names same as templates. so it's possible to create your own database driven pages, if you notice that's how people making hacks ^^

ogden2k 01-17-2005 09:25 PM

No, there is nothing wrong with my CSS. I save the CSS as a file and the java script does not work either when I try to use subdomain.binarydreams.us/index.php with the code I mentioned.

ResaleBroker 01-21-2005 06:28 PM

Quote:

Originally Posted by SVTBlackLight01
OK. To answer my own question, on line 32, I replaced

Code:

require_once('./global.php');
with this

Code:

chdir('/home/site/public_html/testvb/');
require('./global.php');

;)

With this code, I can get the page to "display" properly but the "links" are not correct. They are pointing to the "root" directory but my forum is in a folder/directory titled "forums."

Any ideas?

wrang 02-08-2005 05:37 PM

Thanks for a great thing. It?s work fine with 3.0.6
Like this

Is it possbile to have a include site insted of the text.

If it works how should i do to have the ReviewPost included

http://www.saltvattensguiden1.se/produktguide/

whats the code to do this?

SVTBlackLight01 02-08-2005 06:00 PM

Quote:

Originally Posted by ResaleBroker
With this code, I can get the page to "display" properly but the "links" are not correct. They are pointing to the "root" directory but my forum is in a folder/directory titled "forums."

Any ideas?

You will have to change all your links to include the full URL like this
Code:

a href="$vboptions[bburl]/register.php?$session[sessionurl]">
wrang,

Reviewpost has an option to use the vBulletin styles by default. You don't need to use this hack. ;)


All times are GMT. The time now is 09:27 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04251 seconds
  • Memory Usage 1,753KB
  • 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
  • (2)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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