UBB.Dev
Posted By: Gladius [6.3.x] [beta] Replacing the Default FAQ - 07/29/2002 7:02 PM
While the new FAQ is nice, it doesn't allow adding more content except editing the existing one, so I would like the default link that goes to the "faq" on all pages to go to a html version of the FAQ that I'll put together with more info. Which file do I need to edit to do this and what do I need to change?
public_common.pl,

find:

Quote
code:
Code
push(@items, qq(<a href="$ULTIMATEBB?ubb=faq" title="$vars_wordlets{faq_acronym}">$vars_wordlets{faq_link}</a>));

Replace this line:

code:
[qb]
Code
$ULTIMATEBB?ubb=faq
[/qb]
with the full URL.
moving
© UBB.Developers