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.


Topics - k1lljoy

Pages: [1] 2
1
Hi!

I want to simplify the registration process for my users, so I'd like to get rid of that agreement page during the registration!

So that guest, clicking on the register link could see the registation form at once, I'll just put the link in the end of the form, with the text, saying, that pressing "register" you agree to the terms and conditions (with a link to them).
Thats all.
Is it possible to somehow turn off the agreement page on the site?  :)

2
Discussion & Troubleshooting / Image names as hyperlinks
« on: December 08, 2010, 02:07:50 PM »
Hallo!  :)
Is it possible to make not only thumbs to be hyperlinks, but the post names as well?
In "new images" block and in the categories...  :roll:
As right now only the thimbnail links to a post with the photo, and image title (name) is just a text, nor URL...
 :?:

3
Discussion & Troubleshooting / Non-latin letters in file name
« on: March 23, 2010, 10:24:08 PM »
I've stumbled upon one more issue...
If the image file, being uploaded, contains non-latin symbols (letters) - for instance, russian (cyrillic) letters, they would be omitted in the name of the uploaded image, for example:
best_фото_123.jpg will most likely turn into best__123.jpg

And if the file name contains just non-latin letters, without numerals and latin ones, then the uploader will get an error:

"Ошибка при загрузке фотографии:
.jpg: Неправильный формат файла (, image/jpeg)"  

which means, that the photo has a wrong format...  :|
And the photo won't be uploaded as well in that case, which is a bit disappointing  :?

Are there any possible solutions to this issue?  :roll:

4
Discussion & Troubleshooting / Issues with bad words filter
« on: March 21, 2010, 07:37:22 PM »
Hi!
I've noticed a little issue with the bad words filter:
For instance, if I put "test" there (in the filter sections of the admin panel), I get **** and super**** as intended (when writing test and supertest in comments accordingly).
But when I add "{test}", a still get **** and super****, while I should have **** and supertest  :(

That is - its changing filtered words always as whole words, and as parts of the other worfds into ***  as well  :|

5
Discussion & Troubleshooting / Link to a user's profile
« on: February 24, 2010, 01:03:32 PM »
Hi!
Is it possible to put a link to a user's profile (/member.php?action=showprofile&user_id=XX) into user_logininfo.html ?
Or maybe even direct link to all his photos (/search.htm?search_user=user_name) or comments (/member.php?action=showcomments&user_id=XX) ?
So that every user could easily see his profile, as it is seen by the others (without modifying),  photos uploaded by him, and his own comments  :)

For right now the user has to find his post firstly, and then find and click on the link to his profile, which is not so easy and visible for unexpirienced users...

I tried adding {user_name_link} tag into user_logininfo.html , but after that I get link to a profile of random image author, and not mine  :D

6
Discussion & Troubleshooting / cat_name in image's "ALT" field
« on: November 11, 2009, 12:07:21 AM »
Hi!  :)
Is it possible to put the name of the caregory the image was uploaded to - into the ALT filed of that image, together with the name of that image?
Just adding {cat_name} beside the existing {image_name} in media templates (templates/media/jpg.html) doesn't make anything - the category name doesn't appear in the ALT-field  :oops:
Help please  :roll:

7
Discussion & Troubleshooting / Function in search_utils.php
« on: July 14, 2008, 06:12:02 PM »
Hi!
I`ve found these lines in search_utils.php file:
Code: [Select]
function convert_special($text) {
  return strtr(
    $text,
    array(
      "Д" => "AE",
      "Ц" => "OE",
      "Ь" => "UE",
      "д" => "ae",
      "ц" => "oe",
      "ь" => "ue",
      "Я" => "ss"
    )
  );
}

I think this is the reason for my troubles with [MOD] Tag cloud ( keyword & cat cloud in web2.0 style)  (http://www.4homepages.de/forum/index.php?topic=16812.0), because in the cloud I get those symbols UE, OE, AE instead of necessary cyrillic ones.

Is this aforemetioned code snippet necessary? May I just wipe it off from search_utils.php?  :D

8
Discussion & Troubleshooting / Server load
« on: June 05, 2008, 12:39:25 PM »
Is there any way to optimize the script?
The 3rd hosting-provider in a row is asking me to move to a dedicated server or VPS, saying the site produces huge processor load - 562.99cpu of processor time for 3 days (!!!) while the monthly limit is 450!  :?
You may suppose I have a big audience - not at all - just 500-700 hosts/a day  :|

Is there any way to optimize?  :(

9
Discussion & Troubleshooting / Comments not added!
« on: March 30, 2008, 05:39:44 PM »
After moving to another hosting account I noticed, that not users, not guest now can`t add comments!
What may be the problem?
After filling in the form and pressing submit they get - "Пожалуйста, добавьте комментарий." - or "Please, add a comment" if in English.
If under guest - additionally "Пожалуйста, введите имя." above that, which is "Please, enter your name" if in English.

Help, please  :(

10
Discussion & Troubleshooting / DB Error: Bad SQL Query
« on: February 08, 2008, 06:43:40 PM »
Hi! I have a 1.7.4 version installed. My hosting provider updated the PHP & MySQL versions on the server, both to 5 today.
And after that visiting the site I get lots of errors such as:

DB Error: Bad SQL Query: ...
Unknown column 'i.user_id' in 'on clause'

etc.  :(

The site address You may view in my profile. Thanx in advance for your help  :roll:

11
Hi!
All of a sudden I`ve got this error trying to access the main page of the site:

Template Error: Couldn't open Template ./templates/default/media/ru.html

What the heck may it be caused by?  :?

12
Discussion & Troubleshooting / Auto adding several categories
« on: June 09, 2007, 03:23:58 PM »
Hi!
I have a question: Is it possible to automatically add several categories to 4images?
For instance, I have a list of cities I wanna make categiries. The problem is their number is about 1000, if I make every category through ACP it will take too much time  :)
Maybe there is a way to make it for example by adding some lines directly to Mysql databsse?
I have a list of categories in txt.file  :wink:

Thnx in advance  :D

13
Discussion & Troubleshooting / Dump problems
« on: December 05, 2006, 02:04:32 PM »
Hi!
I`ve got a problem lately: I had to move my sites to the other hosting Co, I transferred all the data, nade the dumps...
But the problem is, that the new server has php5+mysql5 installed.

And when I import the dump - I get just ???? instead of all russian (cyrillic) symbols.

The hosting admin suggested the following procedure:
 - while importing set encoding cp1251 in phpmyadmin;
 - in operations - collation - also set cp1251_general_ci for that database.
And then I should put this code: mysql_query('set names cp1251'); in the php-file that connects to DB (after connection to DB but before the first query).

I tried to do all that - but the result is the same - I still have ?????? instead of all cyrillic (russian) symbols  :(
Although the dump opened on local computer in wordpad reads normally...

Please help  :roll:

14
Mods & Plugins (Requests & Discussions) / Preview
« on: October 22, 2006, 03:51:34 PM »
I have a question:

When I allowed all users to directly upload fotos to a gallery - is it possible to get rid of a preview upload form, moreover the preview is made automatically with GD2.
 Because some users think its obligatory to make previews themselves, and besides they make them wrong sized  :roll:

15
Feedback & Suggestions / Changing style of copyright
« on: August 11, 2006, 11:05:31 AM »
Is it possible to change style to copyright notice? I`d like to change font & font color to match the site design, but placing the copyright in <div> doesn`t make any changes...  :(

Pages: [1] 2