To have the usercp navbar appear at the top of the page in your cannedtext page:
NOTE: You may want to edit the first part here. I have 9 items in my navbar. You may have less or more.
Add this:
PHP Code:
$cpnav[1]="#1C5780";
$cpnav[2]="#1C5780";
$cpnav[3]="#1C5780";
$cpnav[4]="#1C5780";
$cpnav[5]="#1C5780";
$cpnav[6]="#1C5780";
$cpnav[7]="#1C5780";
$cpnav[8]="#1C5780";
$cpmenu[9]="class=\"fjsel\" selected";
$cpnav[9]="#13486D";
Above this:
PHP Code:
eval("\$cpnav = \"".gettemplate("usercpnav")."\";");
And put:
In the cannedtext template right BELOW this:
Quote:
<table cellpadding="2" cellspacing="0" border="0" width="95%" align="center">
<tr>
<td width="100%"><normalfont>
<b><img src="https://vborg.vbsupport.ru/images/vb_bullet.gif" align="middle" alt="$bbtitle - powered by vBulletin version $templateversion">
<a href="index.php?s=$session[sessionhash]">$bbtitle</a>
> Edit Canned Text</normalfont></td>
</tr>
</table>
|
You will have to ajust the colors accordingly since vb.org parses them out here. But you should all get the idea.