vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   [How to] Add custompages to your forum (https://vborg.vbsupport.ru/showthread.php?t=124749)

deezelpope 03-23-2007 03:49 PM

A bit of trickery involved but I finally got it working!:D

delmarva 03-24-2007 08:38 PM

After I create the template and try to call it up in firefox I get, "page cannot be found" 404 message.

hawspipe 05-31-2007 07:00 PM

Quote:

Now add a new Page which is Template Based



Page Title : What you would like to have displayed in the browser title bar
Page Identifier : This is the variable that will be used in the URL to link to this page. For example, if this option is set to 'games', then the link to this page would look like this: /cmps_index.php?page=games
Template : adv_portal_google
Hopefully someone can help me with this. Where do I do this step? I can't find any "New Page" feature. Any help is greatly appreciated.

masterweb 09-23-2007 03:39 PM

I'm using this custom templates on my forum and works ok (a 3.6.8 version). Thanks mate

titorevolu 10-18-2007 12:38 PM

what I like to do is put the music forum apart, when I click in the navbar the link it's take you to the forum of music but in the main forum not appear, what I have to do?

anuanu 10-18-2007 09:51 PM

Anyone know how i can add a search function for my custom page? This is what i have but it doesnt work...it doesnt even drop down for me.



Code:

<table class="tborder" cellpadding="4" cellspacing="1" border="0" width="100%" align="center">
<tr>
        <td class="tcat" width="100%">
                <div class="smallfont" style="white-space:nowrap">       
       
                &nbsp;
                </div>
        </td>
<td class="vbmenu_control" id="threadsearch" nowrap="nowrap">
                        <a href="/misc.php?do=page&template=downloads;nojs=1#goto_threadsearch">Search</a>
                        <script type="text/javascript"> vbmenu_register("threadsearch"); </script>
                </td>
</tr>
</table>


blind-eddie 10-19-2007 06:55 AM

Try this...if it is in your navbar


Code:

<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
                        </if>


anuanu 10-19-2007 01:23 PM

Quote:

Originally Posted by blind-eddie (Post 1363590)
Try this...if it is in your navbar


Code:

<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
                        </if>


Good News and bad news for that.

Good news: It brings up the search.

Bad news: It only searches forums and the page is all messed up.

blind-eddie 10-20-2007 03:15 AM

What version are you running?

anuanu 10-20-2007 11:56 PM

Quote:

Originally Posted by blind-eddie (Post 1364105)
What version are you running?

Latest version: 3.6.8 Patch Level 1


All times are GMT. The time now is 01:09 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.01065 seconds
  • Memory Usage 1,739KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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