Quote:
Originally Posted by exportforce
I don't know what you're talking about.
I know how to get this to work...
I ask for implementation, that I can use PRE html.
And there is no "link" only a relative path.
|
It's described in the Readme-Install.txt :
Quote:
Perform the following OPTIONAL template edit (only required if you want a 'Downloads' link in your navigation bar)
Find in navbar:
HTML Code:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
If you are running vBulletin 3.6.7 (or higher), you need to search for the following as it changed slightly:
HTML Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Add below:
HTML Code:
<td class="vbmenu_control"><a href="downloads.php$session[sessionurl_q]">$vbphrase[ecdownloads_downloads]</a></td>
|