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

Pages: [1] 2 3 4 5 6
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
Mods & Plugins (Releases & Support) / Re: [MOD] Ajax Username Checker
« on: March 07, 2011, 12:46:21 PM »
any solutions fot this?  :roll:

3
Mods & Plugins (Releases & Support) / Re: [MOD] Ajax Username Checker
« on: March 04, 2011, 09:58:20 PM »
Hi!
The MOD works fine, exept for one thing - just noticed, that it checks right only usernames with latin characters and numerals, the usernames in cyrillics are always available for registration, notwithstanfing the fact, they are already in use in fact...  :|

4
Mods & Plugins (Releases & Support) / Re: [MOD] Search by category name
« on: January 13, 2011, 08:30:05 AM »
Hi!
Installed this MOD, but now I get some errors (notices):

On search results page:
Notice: Undefined index: cat_sort in /var/www/razruha/data/www/razruha.ru/search.php on line 337

On search.htm (search.php) page:
Notice: Undefined index: search_catname in /var/www/razruha/data/www/razruha.ru/search.php on line 72
Notice: Undefined variable: countids in /var/www/razruha/data/www/razruha.ru/search.php on line 93
 :roll:

5
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...
 :?:

6
Discussion & Troubleshooting / Re: Non-latin letters in file name
« on: March 24, 2010, 03:24:24 AM »
Thanks, Vano!

Hmm... I did those changes... Right now, when I'm trying tu upload a pic with an all-cyrillic name - I get some result:

"Warning: rename(.jpg,.jpg.bak) [function.rename]: No such file or directory in /var/www/razruha/data/www/razruha.ru/includes/annotate.php  on line 22"

and no result is displayed, just an empty space with the size of the image  :oops:

Although via ftp I can clearly see the uploaded file, albeit non-annotated.

But it's not displayed on the details page  :cry: dunno why

If we take a look on a source of the pic, it shows the correct place, where it actually is:
/data/media/Переход.jpg  or
/data/media/30/%D0%9F%D0%B5%D1%80%D0%B5%D1%85%D0%BE%D0%B4.jpg

but still not displayed on the page (

I already feel lots of difficulties with that issue  :oops:
Maybe there's some more simple way, for instance -  to rename non-latin names into smth on some particular basis?  :(

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

8
Can someone make this MOD fully functional in 1.7.7?  :roll:
I need the possibility to subscribe/unsubscribe to the new comments of certain posts for the users badly...  :(

I'll sonsider the possibility of paid assistance  :roll:

9
Discussion & Troubleshooting / Re: Issues with bad words filter
« on: March 21, 2010, 11:09:17 PM »
in includes/functions.php
function replace_badwords
also function format_text can affect
Hm... checked my functions.php for equivalence with "in-stock" 1.7.7 functions.php file...
function replace_badwords and format_text look exactly the same  :(


update: I've found out, that with english words it works just OK, this issue only occurs with the cyrillic symbols (letters)  :|
that is - if I put {toast} there, then I get Toaster in comments jusk ok, but if I put {тост}, than I'm getting "****ер" instead of "тостер" ...

10
Discussion & Troubleshooting / Re: Issues with bad words filter
« on: March 21, 2010, 09:32:32 PM »
Works fine on unmodified v1.7.7
perhaps you've added both test and {test} in the bad words list?
Nope, I was adding them and testing one by one  :)
In which file should I seek for the correctness of the code (I mean the code, concerning bad words filter functioning)?  :P

11
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  :|

12
V@no, thanks, it worked out!  :D
At first It was displaying an error - something like "unexpected string", I think You put unnecessary ")" sign, maybe the last one - for I cleared it away and everything started working as a Swiss clock  :D

May I now spipe out the first instance of $txt_clickstream = $lang['profile']; , which is right after: if ($action == "mailform") {   and if ($action == "showprofile") {
or they both should better stay on their present places? :P

13
Discussion & Troubleshooting / Re: Link to a user's profile
« on: February 25, 2010, 11:54:05 AM »
It now works just fine!
Enormous thanx, V@no!  :D


14
Yeah, there's a link back to profile now in the clickstream , thanks! :thumbup:

And another small question from me  :P
Is it possible to put user name in clickstream (not necessarily with link this time) for pages like: /member.php?action=showprofile&user_id=XX and: /member.php?action=mailform&user_id=XX ?  :roll:
Right now it's just "Profile", and not "Profile of XX" ...

I've found the necessary snippets of code in member.php:

if ($action == "mailform") {
  $txt_clickstream = $lang['profile'];


and:

if ($action == "showprofile") {
  $txt_clickstream = $lang['profile'];


And tried to add .(($user_id == GUEST) ? $lang['userlevel_guest'] : $user_info['user_name']); - but again - it now shows my name in clickstream instead of the name of the profile owner  :D

15
Is it possible to put a link back to the user's profile to the page with his comments?  :)
( that is - link to: /member.php?action=showprofile&user_id=XX, from: /member.php?action=showcomments&user_id=XX )
because right now the only way to get back - is to press "Back" in the browser, and if someone browsed throught the comments pages - he'll get a long way back to a profile...  :?

Pages: [1] 2 3 4 5 6