vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   How to create custom pages? (https://vborg.vbsupport.ru/showthread.php?t=237735)

dezkit 03-07-2010 05:13 PM

How to create custom pages?
 
I am using this as a plugin:
Code:

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

$header
$navbar

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

$includedphp4

</td>
</tr>
</table>

$footer
</body>
</html>

But it gives error
Code:

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar in [path]/includes/functions.php on line 3932

Parse error: syntax error, unexpected T_STRING in /home/quickgam/public_html/servers.php(47) : eval()'d code on line 1

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: servers in [path]/includes/functions.php on line 3932

Then continues to show the custom page.

Anybody help me?

Lynne 03-07-2010 05:30 PM

You should take a look at this article - [HOW TO - vB4] Create a own vBulletin page

dezkit 03-07-2010 06:04 PM

Quote:

Originally Posted by Lynne (Post 1999258)
You should take a look at this article - [HOW TO - vB4] Create a own vBulletin page

Thanks, but I have one problem, i put {$includedphp4} in the template but nothing shows up, the hook to it set up..

even tried {vb:raw includedphp4}

borbole 03-07-2010 06:46 PM

Alternatively have a look at my mod. It does just that.

https://vborg.vbsupport.ru/showthread.php?t=235359

dezkit 03-07-2010 06:55 PM

I'm sorry but I'm in need of putting PHP into it, and I cannot with your hack, it's a good hack anyways!

borbole 03-07-2010 06:59 PM

Quote:

Originally Posted by dezkit (Post 1999306)
I'm sorry but I'm in need of putting PHP into it, and I cannot with your hack, it's a good hack anyways!

There is another custom page hack that supports php. Have a look at the Add-ons section.

dezkit 03-07-2010 07:10 PM

Quote:

Originally Posted by borbole (Post 1999309)
There is another custom page hack that supports php. Have a look at the Add-ons section.

Can't find anything, checked 20 pages...
I found an arabic one but it doesn't work, anyways..
Can somebody just tell me what I am doing wrong with the hook??

Lynne 03-07-2010 07:48 PM

Quote:

Originally Posted by dezkit (Post 1999277)
Thanks, but I have one problem, i put {$includedphp4} in the template but nothing shows up, the hook to it set up..

even tried {vb:raw includedphp4}

That's because you need to register the variables for use in the template and my guess would be you didn't do that. Cellarius wrote a really good article that you may be interested in - [vB4] Rendering templates and registering variables - a short guide

dezkit 03-07-2010 07:57 PM

Quote:

Originally Posted by Lynne (Post 1999336)
That's because you need to register the variables for use in the template and my guess would be you didn't do that. Cellarius wrote a really good article that you may be interested in - [vB4] Rendering templates and registering variables - a short guide

Thanks so much, that worked.

Silver Tiger 03-08-2010 03:39 AM

I want to give a Shoutout to Dezkit, hes my homie from Quick-Gaming. Holla at me sometime.


All times are GMT. The time now is 03:04 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.01869 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
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete