Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - matlex

Pages: [1]
1
Chit Chat / A sam?
« on: April 04, 2003, 09:04:37 PM »
A samomu kak :) trudno? skolko uzhe vremeni proshlo... s poslednego raza ti pisal

2
Chit Chat / Kakoi?
« on: April 04, 2003, 05:32:50 PM »
Quote from: Hottt
privet vsem!
tak chto, perevod est' gde-nibud'?


Kakoi perevod? :)

3
Quote from: V@no
in the main .php files witch u are having problem with (such as details.php, member.php, lightbox.php and so on) at the end find:
Code: [Select]
//-----------------------------------------------------
//--- Print Out ---------------------------------------
//-----------------------------------------------------

add before:
Code: [Select]
$categories = get_categories(0);
if (!$categories)  {
  $categories = $lang['no_categories'];
}
$site_template->register_vars("categories", $categories);
unset($categories);


By reading post
http://4homepages.de/forum/viewtopic.php?t=4582


I have tried and its working great on all pages apart of categories.php
When I put it everything get mixedup... like
{cat_name} will show same name for every category
{cat_description} same as above
Subcategory doesn't show at all instead show up again main categories

Is it any solution can be found?
Please help

Thank you
Matlex

4
Discussion & Troubleshooting / Cat on Every page, After review...
« on: April 04, 2003, 05:04:15 PM »
By reading post
http://4homepages.de/forum/viewtopic.php?t=4582

using:
$categories = get_categories(0);
if (!$categories)  {
  $categories = $lang['no_categories'];
}
$site_template->register_vars("categories", $categories);
unset($categories);

I have tried and its working great on all pages apart of categories.php
When I put it everything get mixedup... like
{cat_name} will show same name for every category
{cat_description} same as above
Subcategory doesn't show at all instead show up again main categories

Is it any solution can be found?
Please help

Thank you
Matlex

5
Discussion & Troubleshooting / SAFE MODE
« on: March 27, 2003, 05:24:53 PM »
Hello by trying to upload images to created derictory get following message:
-----------

Warning: SAFE MODE Restriction in effect. The script whose uid is 512 is not allowed to access /home/virtual/site10/fst/var/www/html/4images/data/media/1 owned by uid 48 in /home/virtual/site10/fst/var/www/html/4images/includes/upload.php on line.... and so on

------------

Please help !
Thank you
Alex

Pages: [1]