PDA


View Full Version : New Menus ...


Zantheus
06-29-2005, 12:48 PM
This picture is the best way I can ask it, how do I go about creating a menu like this (This is from PHP-Nuke yes), but I know this is possible, I want it to link to custom pages that I've made through vbA. I want to make sure that the border, and stuff goes around it as well.

http://www.blackthornguild.com/images/menu1.gif

TIA,
Zantheus

Zantheus
06-29-2005, 02:06 PM
Now I actually took the time, and read somethings, but now, I am @ a total loss here. I have no idea what to do, this is what I ended up with.

http://www.blackthornguild.com/images/menu2.gif

Why is it so big like that?

tomshawk
06-29-2005, 02:12 PM
This is down and dirty but it works quite nicely

Create a template called adv_portal_sitemenu and paste this into it, after you modify to your needs

<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>$vba_options[portal_blockbullet] Sitemenu</b></span></td>
</tr>
<tr>
<td class="$getbgrow" width="100%">

<!-- Begin custom code -->
* <a href="http://www.yoursite.com/index?">Home</a><br>
* <a href="http://www.yoursite.com/forums/index.php?">Forums</a><br>

<!-- End custom code -->

</td>
</tr>
</table>
<br />

Module Title: Sitemenu
Module Identifier:
File to Include:
OR Template to Include: sitemenu
Active: Yes
Column: Left

Like I said, this is down and dirty, but it works.

If you have the CMPS 2 you can leave the border info out and use the modules_shell template, otherwise unclick it when creating the module ;)

Zantheus
06-29-2005, 02:16 PM
Why does it make it so big like that? It is making it big like in my second picture, what do I need to change.

Edit, nevermind - I figured it out :)