vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Sorry, but I just can't figure this out. (https://vborg.vbsupport.ru/showthread.php?t=179522)

Illuminise 05-17-2008 08:50 AM

Sorry, but I just can't figure this out.
 
G'day everyone.

I want to intergrate my forums with my website (so skin the forums like the site). The easiest way for me right now would be to just dump the entire forum skin, within a page of my site (Example may be putting the entire forums into a table cell).

I have looked everywhere for the main template that does all of the displaying, and I found Generic_shell. It looked like what I needed, but ANY modifications I made to this file did nothing.

Would anybody be able to tell me what file i need to edit, in order to implement the forums into the site.

Thank you.

Lynne 05-17-2008 02:20 PM

You might want to take a look at the part of the manual which explains how vbulletin uses templates and css for their styles. Styles & Templates

WEBDosser 05-17-2008 02:27 PM

header + footer

Illuminise 05-18-2008 01:24 AM

Thanks for the replies, but I still can not find what I am looking for.

I found "forumdisplay" and when I changed the coding for that, any page what was forumdisplay.php was implimented into my sites layout. However posts, the main board, etc were all the default theme.

There has to be a file that tells the template what to look like. So someone may want to have their footer as their header, and it would be in a file.

In GENERIC_SHELL (the template) I found this.

Quote:

$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]" id="vbulletin_html">
<head>
$headinclude
<title>$vboptions[bbtitle] - $pagetitle</title>
</head>
<body>
$header
$navbar

$HTML

$footer
</body>
</html>
So to me that looks like the main layout of the site. So it includes the current title, the header of the board, the navigation bar, then the boards html (all the forums, posts, etc), then it has the footer, and closes off all html.

But when I try to modify that file, it does not modify. Any ideas?


All times are GMT. The time now is 02:01 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.03660 seconds
  • Memory Usage 1,716KB
  • 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
  • (4)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