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)

Stryker412 08-14-2008 06:20 PM

Thanks for all the assistance CV, it's coming along nicely. I just have to install the new chat bar.

http://www.shatteredplanet.org/forum/olympics.php

ComputerVitals 08-14-2008 06:22 PM

There ya go..

Now to complete it, Go back to page one and add the footor contents.

Stryker412 08-14-2008 06:42 PM

Yeah I added the footer. One question though, for the chatbox how do I change the color of the input box. My font color doesn't mesh well with white. I just have to implement the Who's Online portion of the hack. Where did you change the name of the chat bar too?

ComputerVitals 08-14-2008 07:20 PM

Name of the chatbar is in the code you added to the template. You can remove the phrase and add what you would like to say.

As for the input text, I'm not sure, but I imagine if you look in your plugin manager you should be able to edit the plugin to change the text...
But before you do that. Check the options for the chatbox in the ACP.

Stryker412 08-14-2008 07:23 PM

Quote:

Originally Posted by ComputerVitals (Post 1598700)
Name of the chatbar is in the code you added to the template. You can remove the phrase and add what you would like to say.

As for the input text, I'm not sure, but I imagine if you look in your plugin manager you should be able to edit the plugin to change the text...
But before you do that. Check the options for the chatbox in the ACP.

Maybe I added the wrong code from the readme. This is what I have.

Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <thead>
        <tr>
                <td class="tcat"><a style="float:right" href="#top" onclick="return toggle_collapse('forumhome_chatbox')"><img id="collapseimg_forumhome_chatbox" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_chatbox].gif" alt="" border="0" /></a><a href="javascript:openChatbox()">$vbphrase[chatbox_chatbox]</a></td>
        </tr>
        </thead>
        <tbody id="collapseobj_forumhome_chatbox" style="$vbcollapse[collapseobj_forumhome_chatbox]">
        <tr>
                <td class="alt1" width="100%" colspan="2"><div class="smallfont" align="center"><iframe src="chatbox.php?nofocus=1" width="100%"$chatboxheight style="border: 0px" frameborder="0"></iframe></div></td>
        </tr>
        </tbody>
</table>


ForgotenDynasty 08-16-2008 02:20 AM

i have my vbulletin in the /forums directory
and i want this to appear in the /developers directory where would i put the ../forums?

soundbarrierpro 08-18-2008 10:07 PM

I would like to have a youtube rip box from something like keepvid.com within my powered page. How do I get the keepvid page to be part of my vbulletin powered page? I hope that makes sense. Kind of like adding my template around their rip page.

Digital Jedi 08-19-2008 03:34 AM

For external content you'd just use an iframe.

soundbarrierpro 08-19-2008 11:46 AM

Thanks DJ,

Lets say I wanted to add http://www.site.com as the site I want to be framed with my template. How would I implement that into the code below:

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header

$navbar

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat">Title</td>
</tr>
<tr>
        <td class="alt1">Text</td>
</tr>
</table>

$footer
</body>
</html>


Stryker412 08-19-2008 12:04 PM

Where it says TEXT, you put this in:

Code:

<iframe src="http://www.site.com" width="90%" height="1500" frameborder="0" scrolling="no"></iframe>
You can change the settings to suit your needs.


All times are GMT. The time now is 09:47 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.02601 seconds
  • Memory Usage 1,743KB
  • 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
  • (1)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