"Dynamenu" for osCommerce
#41
Posted 22 May 2006 - 02:45 PM
However, I have one question. I'm sure this is simple, but I just can't seem to figure it out. I'm using the tree menu style and wondering how I go about changing the color of the "+" & "-" symbols. They are currently black and my background is also black so you can't really see them. I'd like to change them to white if possible.
Thanks in advance for any help!
Shayne
#42
Posted 24 May 2006 - 04:12 PM
azer, on May 21 2006, 04:07 PM, said:
tree_expand_corner_first.png are missing
jonathan@palacepress.com, on May 22 2006, 08:05 AM, said:
jonathan@palacepress.com, on May 22 2006, 08:05 AM, said:
jonathan@palacepress.com, on May 22 2006, 08:05 AM, said:
jonathan@palacepress.com, on May 22 2006, 08:05 AM, said:
draxion, on May 22 2006, 10:45 AM, said:
#43
Posted 24 May 2006 - 06:03 PM
http://www.oscommerce.com/community/contri...Article+Manager for the last 6 months or so, but as the sections now expanded the navigations becoming increasing messy and I really need to find a solution before the problem gets any worse!
When doing a general search I luckily came across your support pages, but your script has been written to work only for the categories (CPATH) section of the site! I would really appreciate any support you can offer to help me convert your script to work for the “articles manager” (TPATH)!
Thanks a lot!
#44
Posted 24 May 2006 - 08:19 PM
Quote
i went on your website have look at your demo page , but didnt found the set for dark backgrounds , it s still dark on the + , could you pm the link ?
#45
Posted 24 May 2006 - 08:24 PM
Quote
http://www.oscommerce.com/community/contri...Article+Manager
this could be great for this contribution for sure , i use it every day , sorry that i don't thin i got the skill to help you with tpath ... but i could work with you on beta testing ...
#46
Posted 24 May 2006 - 08:46 PM
azer, on May 24 2006, 04:19 PM, said:
Ya I couln't find anything either but ended up using photoshop to modify the "+" & "-" symbols. I didn't realize that these were images included with the contrib. I changed them all to the same color as the lines. Works well and looks good!
#47
Posted 24 May 2006 - 11:40 PM
salt, on May 24 2006, 02:03 PM, said:
Changing it to work with another parent/child type structure, would really just be a matter of changing the Dbase query round line 235 and changing the output of the tep_make_cat_branch function... Unfortunately I do not know more about that contrib to offer more detailed advice...
azer, on May 24 2006, 04:19 PM, said:
#48
Posted 27 May 2006 - 06:09 PM
#49
Posted 30 May 2006 - 07:54 PM
How could I go about limiting the menu to only display 1 level of submenus? I'd like the menu to display all main categories, and allow visitors to navigate only 1 level deep via the menu and then use category buttons from there.
Thanks for your help!
#50
Posted 30 May 2006 - 08:26 PM
NextLevelMotoring, on May 30 2006, 03:54 PM, said:
$categories_string = tep_make_cat_dmlist();to:
$categories_string = tep_make_cat_dmlist(0,X);Where X is the maximum level of categories you want to build...
#51
Posted 05 June 2006 - 08:37 AM
Thank you very much.
#52
Posted 05 June 2006 - 12:33 PM
tonyworkshop, on Jun 5 2006, 08:37 AM, said:
Thank you very much.
I forgot to say that I am using the "Tree Type Category", and the width of the Category Box will become wider when the Category names are long, so how can I fix the width of the Category box?
Thank you very much.
#53
Posted 05 June 2006 - 02:41 PM
Is there a way to get these "title" texts pulled from somewhere else? I have installed the Mod "Header Tags Controller" which allows you to store a page title for each category. Maybe this could be retrieved?
#54
Posted 09 June 2006 - 01:20 PM
I'm using the tree menu feature to show my product categories. When my page first displays, I see for an instant the entire menu, including all collapsed branches. Then the pages settles down, showing the menu the way it should be, with collapsed branches hidden. Is there any way to correct this behavior?
#55
Posted 11 June 2006 - 12:00 PM
Although I do have a slight problem with it, I am using style 1 (the vertical fly out menu), when I put the menu in column_left.php it works fine, i.e. all categories show a small arrow after them and when you hover over them the sub menu flies out. (I included as stated the footer tag in the footer for the page)
But when I place it inside my own template them menu displays, but each category does not have an arrow after it, this only appears when you click the category, also the flyout only happens when you click the category not when you hover over it?
Does anyone have any idea what i've done wrong? and yes I've included the footer tage in my own template as well. All styles and everything work just great, it seems very strange (I am using STS 4 contrib to make my templates) but each template this system generates still includes footer.php from the OSC includes directory which is the same file I use when it works with thedefault template.
Cany anyone help? has anyone here used this contrib in conjunction with STS 4?
Regards
Dan
#56
Posted 18 June 2006 - 03:04 PM
I am using this contribution and all is gret for me but i want to change a little thing. I don't have an image for each subcategory and i would like to remove the link for each category that is not one of the deepiest level.
My categories:
Category1
------ SubCategory1
------ SubCategory2
Category2
------- SubCategory3
I don't want to be able to clik on a Category so the main page is not showing me the current images for the subcategories. But when i click on a subcategory i want the product listing on the main page for that subcategory.
Any clue on how to do that ? (maybe tha's only a condition to add in hte dm_categories.php file but i am an absolute beginner ....)
Thanks a lot
Guillaume
#57
Posted 20 June 2006 - 06:21 AM
This is a sorely-needed and excellent contrib. I was excited when I saw it, but I can't get the flyouts to work.
I'm getting the following Javascript errors with Mozilla:
clearLMTO is not defined.
setLMTO is not defined.
moveLayerX is not defined.
I've followed the instructions and re-installed numerous times. I'm using a clean install of OSC 2.2. Everything seems to check out - the javascript code and libraries are where they should be. The footer shows up in the source. I've included the dynamenu defs in stylesheet.css. I've tried the Venkman debugger to no effect.
I've been at this for hours and have hit a dead end. Is there anything that I'm missing? Any input would be greatly appreciated!
Thanks,
J
#58
Posted 20 June 2006 - 12:18 PM
About Nate contribution, it's absolutely excellent.
Just one question :
I would like that only the head title to appear first in my category box.
When this title is clicked or flown, the categories would dropdown and the subcategories after...
Is it possible in your opinion ? Any idea about the method to use ?
I have been working on it for 3 days now and no idea at all about the way to succeed.
If anyone got some tips, it would be greatly appreciated.
Bye
Tochy
#59
Posted 20 June 2006 - 06:37 PM
yet another person praising this fantastic contribution....my question seems to be totally unrealated to everyone elses but here goes...
My category menu is situated in column_right.php and i would really like to use the flyout menu, however it is set for people with their categories on the left of the store.
Is it any easy process to change it so the first submenu comes out towards the left, then the second to the right - basically the opposite to how it is done now?
I just want a mirror image of the code basically...is it that easy? How would i start implementing it?
Thanks in advance.
Donna
#60
Posted 20 June 2006 - 07:43 PM
bardanes, on Jun 20 2006, 01:21 AM, said:
This is a sorely-needed and excellent contrib. I was excited when I saw it, but I can't get the flyouts to work.
I'm getting the following Javascript errors with Mozilla:
clearLMTO is not defined.
setLMTO is not defined.
moveLayerX is not defined.
I've followed the instructions and re-installed numerous times. I'm using a clean install of OSC 2.2. Everything seems to check out - the javascript code and libraries are where they should be. The footer shows up in the source. I've included the dynamenu defs in stylesheet.css. I've tried the Venkman debugger to no effect.
I've been at this for hours and have hit a dead end. Is there anything that I'm missing? Any input would be greatly appreciated!
Thanks,
J
I have resolved this. It turns out that I could not access the dynamenu javascript libraries (in ./includes/functions/dynamenu/libjs because of a poorly configured .htaccess flle that someone stuck in the ./includes directory. I changed it back to the original OSCommerce .htaccess and added an AllowOveride directive - all is working fine now...moving on!









