![]() |
|
#1
|
|||
|
|||
|
I am trying to display a different left menu for one specific category and its children.
In browselinks.php I did at the very top, 10 being the main category and * for anything else that comes after, but I can't get it to work. Is that possible at all? Quote:
$minlimit = number_format($minlimit); $maxlimit = number_format($maxlimit); $countlinks['count'] = number_format($countlinks['count']); Quote:
|
|
#2
|
||||
|
||||
|
The only way to do it would be something like this at the very top of the file:
PHP Code:
|
|
#3
|
|||
|
|||
|
Sorry, that does not work.
|
|
#4
|
|||
|
|||
|
got it to work, thanks. replaced catid by "c"
|
|
#5
|
||||
|
||||
|
You may want to dupliacate that code for $_REQUEST['catid'] as well. For the most part people should be getting to the category with c= in the URL, but there may be some instanaces where catid= will be used.
|
|
#6
|
|||
|
|||
|
Yes I just realized that after you mentioned it.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Having trouble integrating Forum with CMPS | memobug | Feedback & Suggestions | 2 | 04-23-2005 01:28 AM |
| integrating with other pages | Lionel | Troubleshooting / "How do I..." Questions | 5 | 03-29-2005 06:21 PM |
| Integrating modules into forum pages? | SalTheWop | Troubleshooting / "How do I..." Questions | 2 | 01-19-2005 06:23 PM |
| Integrating a Php Script into the CMPS | Polo | Troubleshooting / "How do I..." Questions | 2 | 12-23-2004 12:54 PM |
| Integrating a Bible To VBadvanced | Polo | Troubleshooting / "How do I..." Questions | 8 | 07-15-2004 01:07 PM |