Search found 13 matches

by AangepasteAuto
Thu Mar 02, 2006 4:51 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic and osCommerce
Replies: 47
Views: 34276

The site is not online. I'm still "playing" with it.

Well I was thinking either a menu what shows the main categories and when you click on a categorie it slides open showing the sub-cats.
Or the standard vertical plain text menu and this linked to the categories tabels from osCommerce.

If the ...
by AangepasteAuto
Thu Mar 02, 2006 10:29 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic and osCommerce
Replies: 47
Views: 34276

Milonic and osCommerce

I am a happy user of the PHP/MySQL... yes the PHP/MySQL version of the menu.

Now I'm working on a new site that will run osCommerce (you guessed it it'll be a shop). And I would like to replace that crappy menu on the left that comes standard with osCommerce with the Milonic menu.

But now I have ...
by AangepasteAuto
Thu Jul 07, 2005 9:12 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How do I add extra style options in MySQL
Replies: 21
Views: 21236

Oops my bad :oops: . Apperantly some security settings in my browser changed. It works again :-).
by AangepasteAuto
Wed Jul 06, 2005 9:57 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How do I add extra style options in MySQL
Replies: 21
Views: 21236

Oops, not smart to have more then 1 "test places" :-). Had it on my local computer.

I've uploaded the mm_phpmenu.php file Andy put on the server on my test site now. The link should show it all now.
by AangepasteAuto
Wed Jul 06, 2005 9:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How do I add extra style options in MySQL
Replies: 21
Views: 21236

Is it just me. Or does the overfilter and outfilter work nomore now?
by AangepasteAuto
Wed Jul 06, 2005 3:55 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How do I add extra style options in MySQL
Replies: 21
Views: 21236

WOOHOO thank you very much for fixing it slackbladder.
Finally it will work... and Milonic will become a little richer when I buy a license now ;-).
by AangepasteAuto
Tue Jun 28, 2005 9:40 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How do I add extra style options in MySQL
Replies: 21
Views: 21236

If I remember, all you need to do is create the styles in the styles table then reference them from the menu table.


As far as I can see I did this. I made a dump of the mm_menus and mm_styles part of the DB.
I hope that helps.

-- phpMyAdmin SQL Dump
-- version 2.6.0-pl3
-- http://www ...
by AangepasteAuto
Tue Jun 28, 2005 8:10 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How do I add extra style options in MySQL
Replies: 21
Views: 21236

I know nothing about programming... but...

My guess would be that mm_phpmenu.php gets the menu from the DB?
That file has the following code.

<?php


if (!mysql_pconnect($dbHost,$dbUser,$dbPasswd))
{
die("Couldn't connect to the database server $MySQLServer<br><br>");
}
else
{
mysql_select_db ...
by AangepasteAuto
Mon Jun 27, 2005 10:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How do I add extra style options in MySQL
Replies: 21
Views: 21236

I've read on the forum that http://www.Milonic.com uses the PHP MySQL version too. And they use different sheets for the main menu and the drop downs. So I know it can be done.

Has really nobody here done it? Or can nobody help me do it?

:cry: :cry:
by AangepasteAuto
Thu Jun 16, 2005 3:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How do I add extra style options in MySQL
Replies: 21
Views: 21236

Thank you for the fast reply!

The styles are loaded from the DB. These is no _data.js file that is used.
All the files that are used are:

mm_config.php
mm_phpmenu.php
milonic_src.js
mmenudom.js
mmenuns4.js

In the DB in "mm_styles" you enter the styles with a unique number for that style. For ...
by AangepasteAuto
Thu Jun 16, 2005 1:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How do I add extra style options in MySQL
Replies: 21
Views: 21236

I forgot to add the link to my site if needed :oops: .

Please remember this menu doesn't look yet like it should. I'm still testing the style options :-)

http://www.aangepasteauto.nl/restyle/te ... itemap.php
by AangepasteAuto
Wed Jun 15, 2005 3:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: move to folder problems
Replies: 4
Views: 3821

My guess is you need to change the path in the .js files also.

Did you do that?
by AangepasteAuto
Wed Jun 15, 2005 1:20 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How do I add extra style options in MySQL
Replies: 21
Views: 21236

How do I add extra style options in MySQL

Hello,

I'm trying out this menu. And I like the PHP with MySQL part alot.
I got it running so far but still has a few problems.

I have no real knowledge of PHP or SQL. I can "read" it and find the things I need to change and that's it.

I would like to use a different style sheet for the main menu ...