Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

adiwillow

Archived
  • Posts

    244
  • Joined

  • Last visited

Everything posted by adiwillow

  1. I've also got the greyed out problem.. Are we agreed that this is a path problem then?
  2. isnt 'support' for existing contribs? and 'development' for new ones? anyway, apologies if it was in the wrong one...
  3. Hi all, I need (and have been reading about) a related attributes contrib.. IE one attribute choice causes another relevant attribute to be displayed.. ie car makes > car model etc. I understand linda was going to look into it.. is there any progress by anyone? I think this is really lacking in OS. My idea was along the lines of using a variation of the country-state selector mod, but its beyond my undertsanding of how to do this. Help ! Anyone ! Its urgent !
  4. edited.. now discovered its to do with mopics.. that'll teach me to cut corners by using loaded installations :D
  5. in fact, following from my above post, most of the css appears to be missing.. where is it? classes such as 'screenshotsHeaderText' and screenshotsBlock' are nowhere to be seen ! have i missed something here?
  6. Hi.. justinstalled this.. great contrib.. but having trouble with 'infoBoxLT' class .. what is it? Where is it? Why does it crash dreamweaver whenever i try and find it ?
  7. hmm.. this is very odd but every time i install either of your contribs (html or sts for bts) i get an htaccess login panel appear when using the relevant template. I've searched through the directorys and deleted any htacccess that appear, but howcome it doesnt do it on the other BTS templates?
  8. The offset you saw was a badly working version of a fit to screen mod, and shoudnt have actually looked like that. The proper fit to screen mod is now working properly if you take another look. For some reason when i removed some of the commented sections from my sts files it alters my page check, and makes the menu offset as you saw. Anyway, to get the pagecheck size mod i added this to the bottom of menu_animation.js , taken from the main coolmenu website contrib section. You really want to check out the main coolmenu website as it has some good simple addins for the js files. /******************************************************* CM_ADD-IN - pagecheck_AW Just add this code to the end of the coolmenus js file. ********************************************************/ makeCM.prototype.onshow+=";this.pagecheck(b,pm,pm.subx,pm.suby,maxw,maxh,pm.lev)" makeCM.prototype.pagecheck=function(b,pm,x,y,w,h,n,l){ ok=0; l=pm.lev+1 a=b.align; if(!n) n=1 oldpmalign=pm.align; this.getcoords(pm,this.l[l-1].borderX,this.l[l-1].borderY,pm.b.x,pm.b.y,w,h,this.l[l-1].offsetX,this.l[l-1].offsetY) if(ok==1){pm.align=oldpmalign;} x1=pm.subx; y1=pm.suby if(x1+w>cmpage.x2-40){x1=pm.b.x-w-this.l[l-1].offsetX; y1=pm.b.y+pm.o.y+this.l[l-1].offsetY; } if(x1<cmpage.x){x1=cmpage.x;} if(y1<cmpage.y){y1=cmpage.y;} if(h+y1>cmpage.y2-15){ yold=y1;y1=(y1-(h/2)); if(y1+h>cmpage.y2){y1=cmpage.y2-h;} if(y1<cmpage.y){y1=cmpage.y;} if(y1<yold-h){y1=yold-h+10;} } b.moveIt(x1,y1) }
  9. :D hi all :D just a quickie on this.. When using coolmenu and clicking a link, the little progress meter at the bottom if IE starts to move as normal, but if the menu closes (by moving the mouse away) before the page has changed then the IE bar disappears, yet the page still moves on to the new one after its been processed... on a slow site such as mine (due to having 16000 products) it can give the impression to the viewer that the menu click has failed. is there a way round this? You can see what i mean at the site... The Tool Shop
  10. no i know, but there was a post earlier asking how to get this working with new attribute manager..
  11. Hi all :D installed down for maintenance v2.1, all works fine, but when i enter my IP into the admin i get a blank page on the shop? Any ideas? easy fix?
  12. i'm having the same prob ! did you get it working? what was the problem?
  13. Hi all.. i was thinking it would be good to have a list of unusable characters for easy populate? Ie character that mess with the upload to the catalog. Ie i know ' needs amending, but what about '/' or ',' or '[' . These are characters that are occuring in my file, and obviously i need to remove them if its going to mess up EP, but how do i know what others to look for?? A list would be good if anyone has one :D
  14. TO GET THIS WORKING WITH ATTRIBUTE MANAGER.... change the line around line 125 of admin/new_attributes_include.php to look like this... echo "<TD class=\"main\" align=\"left\"><SELECT name=\"" . $current_value_id . "_prefix\"> <OPTION value=\"+\"" . $posCheck . ">+<OPTION value=\"-\"" . $negCheck . ">-<option value=\"\">=</SELECT></TD>"; works for me...
  15. s'okay.. sorted it thanks to a superb contribution from the coolmenu site forum :D
  16. Now working fine on STS. I couldnt get the javascrip centering to work with STS though, so made my template autosize instead. (incidentally, i noticed that the commented sections in coolmenu.php were causing the menu to fail in firefox, as it was commenting out the entire script for some reason). Anyway, does anyone know if its possible for coolmenu to have the menu tiers alternating up and down? IE, the first rollout menu lists up, the second rollout menu lists down etc etc.. it'd make it much easier to read with big menus, rather than having to scroll down the page all the time to see the bottom listings.
  17. yep cheers mark.. i got it working :D But i've been trying to center it most of the day with no luck. I've been thinking though, why cant we use the CSS to position the menu relative to the box its in, and center it that way? I've nearly succeeded by doing this but it doesnt quite work right as i dont know enough about positioning.. but is it possible?
  18. Theres no way i can ditch STS at this stage, i'd rather ditch the menu. I know it works on STS as it is on my other store.. so i'm not giving up yet...
  19. that'd work, but i really need to do it in excel as its going to be part of a bigger macro.. I did it once by accidental luck (so know it can be done) , but cant remember how i did it !
  20. I use an admin management contrib, cant remember the name, but it allows you to delete all products (and much more) with one click. You can then just upload to EP with the new amended file.
  21. for normal characters yes, but i believe the carriage returns are called as \n , and this isn't physically in the text but hardcoded in the background.
  22. Help !! :'( I've got this menu working on another store, but on my current one' im having trouble. All the code is in the source when i view it, but the menu fails to show. I'm using STS and have simply added it into the STS usecode so i can display it in my template (like i did on the other site) .. but the menu is empty? Here's a link to the page.... http://www.thetoolshop.co.uk/catalog if you view the source you'll see the code is there.. but is it possible that its not seeing the menu_animation.js? I've tried including the .js directly into the header but no joy...
  23. I can't :D Theres 16,000 of them and they're coming from a file supplied from the wholsesaler, i dont fancy retyping them all in HTML. What i'm more interested in is replacing the \n with <br>, but i dont know how to go about it.
×
×
  • Create New...