![]() |
If you would like to have dynamic content on custom pages follow these steps.
Add a new plugin under the hook "misc_start". You can make the title whatever you wish. Plugin PHP Code PHP Code:
Now when yoursite.com/forums/misc.php?do=page&template=your_template It'll run the PHP code mentioned above. If you know PHP then you'll know that all the data is being stored in the variable $members. Since your custom template contains that variable it'll parse the contents onto the page. |
Can someone please check this link out in FIREFOX to see if the page is all brown for you, too? It seems to work fine in IE. Darn Mozilla!
http://www.realitytvfriends.com/foru...ate=googlemail |
Quote:
|
IE 7 has the same deal.
|
THANKS very easy instructions helped me right through it
|
I was wondering if anyone here knows how I can make this other page a pop-up window? And how to make it display info sort of like the profile page, but for an RPG character? If there is a hack that explains this, please point me in the right direction.
|
With this simple tutorial, I have maded this page. ^_^
|
Quote:
|
Quote:
|
Hi,
Thanks utw for the step by step directions. I have a question. I have the page set up and I'd like to add a link to it on the forum home ...what would the code for the custom temp be? |
Hey Kadi, it would be..
Code:
http://www.yoursite.com/forum/misc.php?do=page&template=Auguri |
Will check this out at a later date.......very neat idea.
|
Thanks Mr. Pink. I'll set it up when I'm home.
|
how can I use this to create custom PHP pages?
I have a few scripts which I would like to include on custom pages, but they dont seem to work with the layout vB uses in its templates please advise |
This is awesome! Just what I needed. Wow so nice and simple yet very very useful. Well done utw. *Clicks Install*
|
I have multiple styles and seemingly this only adds the page to whichever style I add the template too (which makes perfect sense I guess). But I'm wondering if it's possible to force a style on these pages so I don't have to create the custom page for each style I do have.
Anyone know how this is done? |
ty!
|
Quote:
|
I cannot get this to work for me at all. I have tried on several occasions, and I get:
The page cannot be found The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. Every single time. What am I doing wrong??? |
I dont think this works on IE7...Wont work for me either.
|
A bit of trickery involved but I finally got it working!:D
|
After I create the template and try to call it up in firefox I get, "page cannot be found" 404 message.
|
Quote:
|
I'm using this custom templates on my forum and works ok (a 3.6.8 version). Thanks mate
|
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?
|
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"> |
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> |
Quote:
Good news: It brings up the search. Bad news: It only searches forums and the page is all messed up. |
What version are you running?
|
Quote:
|
can this be vbseo friendly?
|
Fantastic !
I now have a page within my site for Amazon ads VinylJunky |
followed the tut exactly and getting page not found.
i'm running 3.6.8 |
I have a set of links based on javascript events. I am using this command to open them;
//<![CDATA[ function HideandUNhideObj(ThisObj){ nav=document.getElementById(ThisObj).style if(nav.display=="none"){ nav.display='block'; }else{ nav.display='none'; } } //]]> How can I incorporate this into the template? I tried adding it like a regular html page jsut before the closing head tag but it really screwed things up. |
I am running 3.6.8 Patch Level 2. and it works perfect - Thank You.
|
Nominated too. :)
|
All times are GMT. The time now is 01:37 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|