TulipTools Internet Business Owners and Online Sellers Community

Full Version: Using oscMax?? Need a buddy?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Well so do I actually.  :Smile
[quote author=Ms Molly link=topic=4862.msg31658#msg31658 date=1163200731]
Are you seeing this message too?  Icon_scratch Every time I try the oscMac wiki  Big Grin


[/quote]

Happy001 Happy001

[quote author=Ms Molly link=topic=4862.msg31674#msg31674 date=1163204126]
I'm repeatedly getting this message:  :blinkie:


[/quote]

Happy001 Happy001 Happy001 Happy001

I know, I know..... it's not funny.

IT'S HILARIOUS !!!

2funny

In my category box there were annoying blue arrows in front of each category and subcategory just taking up space. I made a temporary "adjustment" by the name of the image. How do I remove the call for the image? (is this even close to the term I want?). I always do this so I know what I deleted and what I need to put back if there is a problem.

I am on dial-up and it takes time for each of the red x boxes to load then disappear. Besides, I might as well learn to do it right.

Here is where I am working: includes/boxes categories.php

// BoF - Contribution Category Box Enhancement 1.1
    global $tree, $boxContent, $cPath_array, $cat_name;

    for ($i=0; $i<$tree[$counter]['level']; $i++) {
      $boxContent .= "  ";
    }
    $cPath_new = 'cPath=' . $tree[$counter]['path'];
    $boxContent .= '';
 
  if (tep_has_category_subcategories($counter)) {
      $boxContent .= tep_image(DIR_WS_IMAGES . '', '');
    }
    else {
      $boxContent .= tep_image(DIR_WS_IMAGES . '', '');

    }

Your kind help would be appreciated.
remove this code:
[code=php]if (tep_has_category_subcategories($counter)) {
      $boxContent .= tep_image(DIR_WS_IMAGES . 'pointer_blue.gif', '');
    }
    else {
      $boxContent .= tep_image(DIR_WS_IMAGES . 'pointer_blue_light.gif', '');
    }[/code]
Wave

As always, thank you for your help. Worked great!
I need help on my time zone setting.  oscMax sets to the host's time zone which in my case is Tulip Hosting in the UK. There is a mod for this, but he admits he hasn't figured out the order part as of yet and would welcome help.

I can easily remove the date from my home page, but my orders and order emails are not showing the correct date when they fall between the time zone crack. I haven't gotten much further as of yet to know what else this may affect.

Any ideas?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15