PDA

View Full Version : getting breadcrumb working as a module


robert_2004
10-07-2004, 11:34 AM
i've moved my "who's online" to the center, and then wanting to move the bredcrumbs, or atleast the:
PAGE1 > PAGE2 > PAGE3
just below my who's online table row.

but the $navbits[breadcrumb] doesn't want to work at all.... any one have a solution?

here's my coding:




<!-- Online Users Block -->

<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder"width="100%">
<tr>
<td width="30" height="30" class="alt2">
<a href="online.php?$session[sessionurl]">
<img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" />
</a>
</td>
<td class="alt1"><span class="smallfont">
Over last 10 minutes, there are <strong>$totalonline</strong> users online:
<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase><br/>
<phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase>

</span></td>
</tr>
<tr>
<td class="alt2" colspan="2">
<img src="$stylevar[imgdir_misc]/tree_L2.gif" alt="Active online users are:" border="0" />
<span class="smallfont">$activeusers</span></td>
</tr>
<tr>
<td width="34" height="40" class="alt1">
<img src="$stylevar[imgdir_misc]/sitemap.gif" alt="Sitemap, and the current and previous pages you've visited." border="0" />
</td>
<td class="alt2"><span class="smallfont">
<!-- ############### -->
<if condition="is_array($navbits)">
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="bottom">
<td><a href="#" onclick="history.back(1)">
<img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
<td>&nbsp;</td>
<td width="100%"><span class="navbar">
<a href="forum/$vboptions[forumhome].php?$session[sessionurl]" accesskey="1">$vboptions[bbtitle]</a>
</span> $navbits[breadcrumb]</td>
</tr>
<tr>
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3">
<a href="$scriptpath">
<img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" />
</a><strong>$navbits[lastelement]</strong></td>
</tr>
</table>

<!-- ############### -->
</span></td>
</tr>
<else />
<tr>
<td class="alt1" colspan="2"><span class="smallfont">
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php?$session[sessionurl]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</span></td>
</tr>
</if>
</table>
<br />

<!-- End Online Users Block -->

robert_2004
10-13-2004, 02:55 AM
*bump*