close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Side Navagation Bar

Thread began 8/17/2009 6:38 am by tamyala164613 | Last modified 12/20/2009 6:53 pm by tamyala164613 | 4833 views | 15 replies

Jason ByrnesWebAssist

tamyala164613:

The side navigation menu is created in the CSSmenuWriter/intermediate.php file. You could edit lines 12 - 46:

php:
<?php do { ?>

<?php
$catParam 
$row_ProductCategories['CategoryID'];
?>
<?php
$catParam_ProductMenu 
"0";
if (isset(
$catParam)) {
  
$catParam_ProductMenu = (get_magic_quotes_gpc()) ? $catParam addslashes($catParam);
}
mysql_select_db($database_localhost$localhost);
$query_ProductMenu sprintf("SELECT * FROM products WHERE ProductLive <> 0 AND COALESCE((SELECT GroupingID FROM productoptions WHERE productoptions.ProductID = products.ProductID LIMIT 1), ProductID) = ProductID AND ProductCategoryID = %s"GetSQLValueString($catParam_ProductMenu"int"));
$ProductMenu mysql_query($query_ProductMenu$localhost) or die(mysql_error());
$row_ProductMenu mysql_fetch_assoc($ProductMenu);
$totalRows_ProductMenu mysql_num_rows($ProductMenu);

$WA_localRoot "".$WAGLOBAL_localRoot"";
$WA_remoteRoot "".$WAGLOBAL_remoteRoot"";
$WA_curURL strtolower((isset($_SERVER["PHP_SELF"]))?$_SERVER["PHP_SELF"]:"");
$assumedRoot $WA_remoteRoot;
if ((
strpos($WA_curURL,strtolower($WA_localRoot)) !== false && strpos($WA_curURL,strtolower($WA_localRoot)) == 0) && (strlen($WA_localRoot) >= strlen($WA_remoteRoot) || strpos($WA_curURL,strtolower($WA_localRoot)) === 0)) {
  
$assumedRoot $WA_localRoot;
}

?>
      <a href="<?php echo($assumedRoot); ?>Products_Results.php?Search=true&CategoryID=<?php print $row_ProductCategories['CategoryID']; ?>"><h2><?php print $row_ProductCategories['CategoryName']; ?></h2></a>
<ul >
  <?php do { ?>
      <?php if ($totalRows_ProductMenu 0) { // Show if recordset not empty ?>
  <li><span><a href="<?php echo($assumedRoot); ?>Products_Detail.php?ProductID=<?php echo $row_ProductMenu['ProductID']; ?>"><?php print $row_ProductMenu['ProductName']; ?></a></span></li>
  <?php // Show if recordset not empty ?>
<?php 
} while ($row_ProductMenu mysql_fetch_assoc($ProductMenu)); ?></ul>
<?php
mysql_free_result
($ProductMenu);
?>
<?php 
} while ($row_ProductCategories mysql_fetch_assoc($ProductCategories)); ?>





to:

php:
<?php do { ?>

<?php
$WA_localRoot 
"".$WAGLOBAL_localRoot"";
$WA_remoteRoot "".$WAGLOBAL_remoteRoot"";
$WA_curURL strtolower((isset($_SERVER["PHP_SELF"]))?$_SERVER["PHP_SELF"]:"");
$assumedRoot $WA_remoteRoot;
if ((
strpos($WA_curURL,strtolower($WA_localRoot)) !== false && strpos($WA_curURL,strtolower($WA_localRoot)) == 0) && (strlen($WA_localRoot) >= strlen($WA_remoteRoot) || strpos($WA_curURL,strtolower($WA_localRoot)) === 0)) {
  
$assumedRoot $WA_localRoot;
}

?>
      <a href="<?php echo($assumedRoot); ?>Products_Results.php?Search=true&CategoryID=<?php print $row_ProductCategories['CategoryID']; ?>"><h2><?php print $row_ProductCategories['CategoryName']; ?></h2></a>
<?php } while ($row_ProductCategories mysql_fetch_assoc($ProductCategories)); ?>



in order to only show the categories.

--
uberbean:

It will require hand coding to create a collapsible or expandable menu for the product categories. unfortunately, we cannot offer support for this.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...