View Single Post
  #96  
Old 12-30-2012, 08:13 AM
acast acast is offline
 
Join Date: Aug 2008
Posts: 179
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kh99 View Post
It might only be that you're missing an ob_start() call. If you want to include two files separately, you would need to call ob_start() again after the first call to ob_end_clean().
Still the same with that modification:

Code:
ob_start();
 
  require_once('vbtrade.php');
  $stocktable = ob_get_contents();
 
ob_end_clean();

ob_start();
 
require_once('vbtrade.php');
  $preview = ob_get_contents();
 
ob_end_clean();
 
vB_Template::preRegister('vbtrade_main',array('stocktable' => $stocktable));
 
vB_Template::preRegister('vbtrade_main',array('preview' => $preview));
It appears in all pages, and the forum dissapears.

The vbtrade_main template:

Code:
{vb:stylevar htmldoctype}
<html dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode} id="vbulletin_html">

<head>
<title>{vb:raw vboptions.bbtitle} - {vb:raw pagetitle}</title>
<script type="text/javascript" src="clientscript/vbulletin_ajax_stocktrader.js"></script>
{vb:raw headinclude}

</head>
<body>
{vb:raw header}
{vb:raw navbar}
<br>

<div id="pagetitle">
      <h1>{vb:raw pagetitle}</h1>
    </div>

<vb:if condition="$stocktable != null">
{vb:raw stocktable}

<br>
</vb:if>

<!-- purchase preview -->
<vb:if condition="$preview != null">
{vb:raw preview}

<br>
</vb:if>
<!-- /purchase preview -->

<!-- stock lookup table -->
<form onsubmit="handle_stock_lookup(document.getElementById('lusymbol').value);return false;">
<table class='tborder' cellpadding='{vb:stylevar cellpadding}' cellspacing='{vb:stylevar cellspacing}' border='0' width='100%' align='center'>
<tr><td class='tcat' colspan=99>Get Stock Quote</td></tr>
<tr><td colspan=99 class=alt1><input type=text id='lusymbol' maxlength=10>&nbsp;<input class=button type=button onclick="handle_stock_lookup(document.getElementById('lusymbol').value);" value='Search'></td></tr>
</table>
</form>
<div id='lookup_table'></div>
<!-- /stock lookup table -->

<br>
	
<!-- buying table -->
<table class="tborder" cellpadding="{vb:stylevar cellpadding}" cellspacing="{vb:stylevar cellspacing}" border="0" width="100%" align="center">
<tr>
	<td class="tcat" colspan=3>
		<a name="options" style="float:{vb:stylevar right}" href="#top" onclick="return toggle_collapse('newpost_options')"><img id="collapseimg_newpost_options" src="{vb:stylevar imgdir_button}/collapse_tcat$vbcollapse['collapseimg_newpost_options'].gif}" alt="" border="0" /></a>
		{vb:rawphrase ambst_buy}
	</td>
</tr>

<tbody id="collapseobj_newpost_options" style="$vbcollapse['collapseobj_newpost_options']">	
<form action="vbtrade.php?do=previewpurchase" method="post" name="purchaseform">
	<tr valign="top" class=alt1>
		<td>
			<b>{vb:rawphrase ambst_cashonhand} </b> {vb:raw cashonhand}
		</td>
		<td colspan=2>
			<vb:if condition="$vboptions['vbst_xchgrate']!=1">
				<b>{vb:rawphrase ambst_usdonhand} </b>: \{vb:raw usdonhand} 
			</vb:if>
		</td>
	</tr>
	<tr valign="top" class=alt2>
		<td>
			{vb:rawphrase ambst_symbol} &nbsp;<input type="text" class="bginput" name="symbol" size="10" maxlength="10"/>
		</td>
		<td>
			{vb:rawphrase ambst_shares} &nbsp;<input type="text" class="bginput" name="shares" size="10" maxlength="10"/>		
		</td>
		<td>
			<input type="submit" class="button" name="sbutton" value="{vb:rawphrase ambst_previewpurchase} " accesskey="s" tabindex="1" />
		</td>
	</tr>
</form>	
</tbody>
</table>
<!-- /buying table -->


{vb:raw footer}
</body>
</html>
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01105 seconds
  • Memory Usage 1,791KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete