The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]() Quote:
I'm using greybox for this, I'm sure there are other solutions, but this one works fine and is very easy. http://orangoo.com/labs/GreyBox/ I've just added a link to a small page with help, on the new thread window (newthread template) like this: (see attachment for visual) Open the template called newthread and search for this: Code:
<td> <input type="text" class="bginput" name="subject" value="$subject" size="40" maxlength="$vboptions[titlemaxchars]" tabindex="1" /> </td> Code:
<td><a href="greybox/helpfiles/newthreadhelp.html" title="Help Info" rel="gb_page_center[600, 450]"><img border="0" src="http://mydomain.com/images/help.png" width="16" height="16" /></a> <input type="text" class="bginput" name="subject" value="$subject" size="70" maxlength="$vboptions[titlemaxchars]" tabindex="1" /> That link I'm using to a popup, could be used instead to open the forums FAQ to a specific section instead. (ie: faq.php?faq=vb3_reading_posting#faq_vb3_message_ic ons) Adding your own FAQ is easy and you can give it a URL title you want. Add that URL to the link for your popup and you're set. HTH somehow. Good luck. ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|