The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
GTCustom Pages - Create Custom Pages With Ease Details »» | |||||||||||||||||||||||||||
GTCustom Pages - Create Custom Pages With Ease
Developer Last Online: Nov 2022
Now, you have the POWER to CREATE CUSTOM PAGES with ease! ACT NOW AND GET FREE BONUS!
** I couldn't find a free one that I like so I decided to GIVE you my own Site Policies. How easy is it to create a custom page? Create header and content phrase. That's it! Yea, no joke ... it's that easy. How to add Links Add Links In Header: (view attachment) FIND IN header TEMPLATE: HTML Code:
<td align="$stylevar[right]"> </td> HTML Code:
<td align="$stylevar[right]"> <a href="goto.php?section=about$session[sessionurl]">$vbphrase[gtcustom_about_header]</a> | <a href="goto.php?section=privacy$session[sessionurl]">$vbphrase[gtcustom_privacy_header]</a> | <a href="goto.php?section=terms$session[sessionurl]">$vbphrase[gtcustom_terms_header]</a> | <a href="goto.php?section=sitemap$session[sessionurl]">$vbphrase[gtcustom_sitemap_header]</a> </td> FIND IN navbar TEMPLATE: HTML Code:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> HTML Code:
<if condition="$show['popups']"> <td id="navbar_tools" class="vbmenu_control"><a href="goto.php$session[sessionurl_q]section=about" accesskey="4" rel="nofollow">$vbphrase[help]</a> <script type="text/javascript"> vbmenu_register("navbar_tools"); </script></td> <else /> <td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> </if> HTML Code:
<if condition="$show['popups']"> <!-- NAVBAR POPUP MENUS --> HTML Code:
<if condition="$show['popups']"> <!-- NAVBAR POPUP MENUS --> <div class="vbmenu_popup" id="navbar_tools_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead" nowrap="nowrap">$vbphrase[need_help]</td> </tr> <tr> <td class="vbmenu_option" title="$vbphrase[faq]"> <a href="faq.php$session[sessionurl_q]">$vbphrase[faq]</a> <tr> <td class="vbmenu_option" title="$vbphrase[gtcustom_sitemap_header]"> <a href="goto.php?section=sitemap$session[sessionurl_q]">$vbphrase[gtcustom_sitemap_header]</a> <tr> <td class="vbmenu_option" title="$vbphrase[gtcustom_about_header]"> <a href="goto.php?section=about$session[sessionurl_q]">$vbphrase[gtcustom_about_header]</a> <tr> <td class="vbmenu_option" title="$vbphrase[gtcustom_privacy_header]"> <a href="goto.php?section=privacy$session[sessionurl_q]">$vbphrase[gtcustom_privacy_header]</a> <tr> <td class="vbmenu_option" title="$vbphrase[gtcustom_terms_header]"> <a href="goto.php?section=terms$session[sessionurl_q]">$vbphrase[gtcustom_terms_header]</a> </td> </tr> </table> </div> TUTORIALS Show Your Support
|
Comments |
#52
|
|||
|
|||
works good mate...
just one question though. On the navbar it's only got the down arrow that allows access to FAQ, Terms of Service, etc, etc... But when I use the search function 'search.php' the navbar function says 'help' with the down arrow... How would I get the Help text beside the down arrow on every page, and why is the 'help' text only displaying when I use search.php Thanks mate |
#53
|
||||
|
||||
add the phrase 'help' to the GLOBAL phrase group
|
#54
|
|||
|
|||
Hi,
I will be adding this to my site. Can pages be included? i.e. can I create a page that is not php and include it here? I would like to be able to display cold fusion pages as I do not understand php. Also, your PayPal link is outdated. I tried to donate but could not. :classic: |
#55
|
||||
|
||||
Sorry ... not familiar with Cold Fusion.
I'm guessing you could add it via an iframe ... or an include. |
#56
|
|||
|
|||
Quote:
How would I indicate the include for a file like that? Or do they need to be in the forum folder? Also, did you update the paypal link? |
#57
|
|||
|
|||
Quote:
|
#58
|
||||
|
||||
Quote:
For starters, how are you going to share the session? How will one language 'talk' to the other? Sorry, it's probably not what you wanted to hear; but, I suggest recreating the content using PHP. |
#59
|
|||
|
|||
OK, so I'll do a "little" reading.
Is it possible to do a phpinclude of a php file with this mod? I tried a test php page, with no code, just some text, and it didn't display. |
#60
|
||||
|
||||
if you have the php you can add it to the file...
take a look at this tut: https://vborg.vbsupport.ru/showthread.php?t=108725 it will set you in the right direction |
#61
|
|||
|
|||
Thanks for your patience.
There has to be an easier way to create a vBulletin page. I want to create about a dozen pages, this seems impractical. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|