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 - MadeInUSSR

Pages: [1] 2 3
1
Discussion & Troubleshooting / Re: to show all pics
« on: August 07, 2006, 11:26:11 AM »
du you mine this??  http://www.4homepages.de/forum/index.php?topic=10592.0
it's something about counter...hm
I will try explain by another way...
For example, when we click on New Images.... the site shows all new images and in the bottom it has Pages( something like this: 1  2  3  »  Last Page » ).. but can I do this Page links Not just with New Images but also with All images what I have in my site...For example, it (Page links) can be  on main page of the site...So my user can watch all images... for example on first page 7 images and then he click second page there will be next 7 images and so on till end (till he look at all images)....
 :oops: sorry for my English

2
Discussion & Troubleshooting / Re: to show all pics
« on: August 07, 2006, 10:15:11 AM »
in home.html (index.php)?????


EDIT:

Code:
$num_new_images = $config['image_cells'];   

Replace it with:

Code:
$num_new_images = XX;      Where XX is the number of images.


yes on index page... but here $num_new_images = XX; I need to change number myself but
I want user to change how many pics he wants to see on main page (for example, from 1 till all)
{setperpage_dropdown_form} doesn't work with me.... if i choose 112 pics it shows just 7 pics....

3
Discussion & Troubleshooting / to show all pics
« on: August 07, 2006, 09:32:37 AM »
how to make link or smth like that for choosing all pic. I mean if someone wants to look at all pics (of course thumbnails) what my site has...

4
Nobody can help me?  :cry:

5
please help me I am not so good at PHP.... somehow I changed function.php,categories.php,member.php,details.php files and now multilang for categories works well..... but I don't know WHAT and WHERE to change php-code ,I need  category_dropdown_selfjump and member.php(this file I need to be worked when user added his image successfully and where clickstrim there must name of Category to be in chosen language) to be worked with multilang for categories

На русском... каким-то образом мне удалось изменить function.php,categories.php,member.php,details.php файлы, теперь категории стали многоязычными. вообщем все работает нормально за исключением выпадающего меню категорий и файл member.php (после удачного добавления фотографии там должно написано быть название категории на установленным пользователем языке в clickstrim ) подскажите что нужно изменить и что добавить... я не владею хорошо пхп... и мне сложно разобраться.. спасибо заранее

6
хм странно.. у меня такое возникает только в том случае если не проставлена кодировка вообще... и в админ панеле тоже показывает такие каракули ну где идет речь о категориях?

7
а ты проверил в \lang\russian\main.php   $lang['charset'] = "windows-1251";

8
may be u should put this <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> but you have <meta http-equiv="content-type" content="text/html; charset=windows-1251"/>  here your problem

9
sad... but no it doesn't work....

10
if to look at DB error I should fill such fields  (user_id, user_level, user_name, user_password, user_email, user_showemail, user_allowemails, user_invisible, user_joindate, user_activationkey, user_lastaction, user_lastvisit, user_comments, user_homepage, user_icq, user_limit)   but there are (in admin panel) just 9 fields for adding user.... :?

11
а это можно как-нибудь исправить???

12
when I am trying to add user via admin panel I got such error:
Quote
DB Error: Bad SQL Query: INSERT INTO 4images_users (user_id, user_level, user_name, user_password, user_email, user_showemail, user_allowemails, user_invisible, user_joindate, user_activationkey, user_lastaction, user_lastvisit, user_comments, user_homepage, user_icq, user_limit) VALUES (21, 2, 'user_test', 'd362465506c87bcda058ef3afbebd455', 'uesr_test@test.com', 1, 1, 0, 1141534889, '8eb68e17c81a6cb3627b00089e3b45c0', 1141534889, 1141534889, 0, '', '', )
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 4
User 1
    Error adding user: user_test

for example if I added such info:
User level   Registered
Username  user_test
Email         uesr_test@test.com
Password   uesr_test
Homepage   -----
ICQ            -------
Show Email   Yes
Receive emails from administrators:   Yes
Invisible   No

13
Language Packs / Re: [Language] Russian language files & buttons
« on: March 03, 2006, 01:09:06 PM »
а как можно устроить перевод категорий....????

14
 :oops: strange today it worked (may be because I used fresh brain).. anyway thanx for good MOD

15
I have changed deatils.php and created comment_email.html then I tested it by posting comments. but nothing works..  e-mails were not recieved.. what to do?

Pages: [1] 2 3