Search found 67 matches

by meules
Tue Sep 29, 2009 10:28 pm
Forum: [SC] Custom Code
Topic: [HACK] Add a "More..." Sub-Category
Replies: 1
Views: 4588

Re: [HACK] Add a "More..." Sub-Category

Charlie, I've been working on this one all day!! You're the best :mrgreen:

Works perfect with ISC v5.0.6, only thing that is different compared to v.4.0.7:

ISC v.4.0.7

Code: Select all

if($i == sizeof($categories[$parentCatId])) { 
ISC v5.0.6

Code: Select all

if($i == count($categories[$parentCatId])) {
by meules
Tue Sep 29, 2009 10:08 am
Forum: [SC] Custom Code
Topic: [HACK] An Easy Way To Manage Your Side-Category List
Replies: 2
Views: 6163

Re: [HACK] An Easy Way To Manage Your Side-Category List

Great!! This is a simple little piece of code that's very usefull for my site. Is it also possible to hide the subcats and below have a link which say "more"? Like this: main cat - subcat 1 - subcat 2 - subcat 3 - more My customers can shop by color but I have a list of 26 different colors...
by meules
Fri Sep 18, 2009 12:18 am
Forum: [SC] Custom Code
Topic: Creating a CSS Driven Flyout Menu
Replies: 5
Views: 10697

Re: Creating a CSS Driven Flyout Menu

Novista,

Does this one work for v5.0.6 ?
I tried this one but it won't even collapse!!
by meules
Tue Aug 11, 2009 7:29 pm
Forum: [SC] Custom Code
Topic: Automatic Patcher
Replies: 15
Views: 25169

Re: Automatic Patcher

Sounds like a briljant idea.... Why does ISC never thought of implementing this since all their releases are filled with bugs :lol: I spend more time updating to new versions then a regular good night sleep... Anyway, when and where is this patch going to be released and what would this cost? I'm ve...
by meules
Thu Jun 18, 2009 9:46 pm
Forum: [SC] Custom Code
Topic: [HACK] Login for price
Replies: 73
Views: 184362

Re: [HACK] Login for price

meules wrote:Yeah that's right... I guess I was a bit lazy there :D I shall update that post.
Post updated ;)
by meules
Thu Jun 18, 2009 9:36 pm
Forum: [SC] Custom Code
Topic: [HACK] Login for price
Replies: 73
Views: 184362

Re: [HACK] Login for price

Yeah that's right... I guess I was a bit lazy there :D I shall update that post.
by meules
Wed Jun 17, 2009 9:06 pm
Forum: [SC] Custom Code
Topic: [HACK] Login for price
Replies: 73
Views: 184362

[HACK] Login for price

Hi, I used this hack for a B2B site. I wanted my customers to be approved before they can order anything, but give potential customers an idea what we have to offer. So what I needed was just this simple hack. It's quick and very easy to "install". 1.Open /LIB/PRICING.PHP 2.Find at the top...