View Single Post
  #1 (permalink)  
Old 05-15-2008, 12:27 AM
ArchangelX ArchangelX is offline
Junior Member
 
Join Date: May 2008
Posts: 3
Default For some reason, new module positions aren't being shown...

Hello,

First of all, thanks for your help. I'm designing a new site, and for the life of me, I can't get the new "menu" module position to show within Joomla, so that I can select it. The dropdown only shows "left" and "top". I had problems earlier, getting top to show...but I've forgotten how I enabled it. If I switch the code to "left" or "top", their info shows up, so I know it's not the index code itself.

Here's my Index Code:

Code:
 <div id="tabarea">
				<div id="tabmenu">
					<table cellpadding="0" cellspacing="0" class="pill">
						<tr>
							<td class="pill_l">&nbsp;</td>
							<td class="pill_m">
								<div id="pillmenu">
								  <jdoc:include type="modules" name="menu" style="horizontal" />
								</div>
						  </td>
							<td class="pill_r">&nbsp;</td>
						</tr>
					</table>
				</div>
    </div>
What do I need to get it to do to show within Joomla as a selection on the dropdown box for position? Thanks!

I am using Joomla 1.5.x and version 3.0 of your plugin.

Thanks!

-Mike K.

Last edited by ArchangelX; 05-15-2008 at 12:29 AM.