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

Pages: [1]
1
hello

is it possible to rate 4.5 and 3.5 not only 3.0 and 4.0 ?

How can I do it?

Thank you for help!

2
When user is adding new picture and he push the submit button there is displayed page with that picture but without comment form and comments - only single picture.
What sould I do to make link of that picture to the page with this picture with comment form and comments ?

Ok I did it myself

In member.php find :

$content .= "<table border=\"0\" align=\"center\">\n<tr>\n<td>\n".$media."\n</td>\n</tr>\n</table>\n";

and replace it with :

$content .= "<table border=\"0\" align=\"center\">\n<tr>\n<td>\n<a href=\"details.php?image_id=".$image_id."\">".$media."</a>\n</td>\n</tr>\n</table>\n";

3
Hello

Is it possible to make default sorting of images by date of last comment added ?

How to do it ?

Thanks for every help!

4
Hello.

I'd like users who already voted to have possibility to edit their vote and change it from for example 3 to 5 but how to do it ?

5
Hello everybody

I'd like to display under thumbnail on main page a number that display how many people added this photo to lightbox. It's not difficult becouse the mysql query looks like that :

SELECT count(*) from 4images_lightboxes where lightbox_image_ids = for example 1;

But how will look function that display that number ? And where should be placed - in functions.php or other file ?

Please help.


6
Hello.

I've been searching all forum but I can't find mod which display in user member profile all images he added by category.

I know that there is a mod that displays all images that user add -->> http://www.4homepages.de/forum/index.php?topic=15390.0

But I want to display photos like that :

Name of category for example landscapes

and under all images user added to this category so  if any user display my profile he will show this :

| landscapes |

|photo 1 | photo2 | and so on...

| animals |

| photo 1 | photo 2 | and so on....

|flowers |

|photo1 | photo 2 | and so on....

7
Hello...

I'd like every registered user to give recommendation a photo they like the best. The photo which recive more recommendation will be display on home page.

How to do it ?

8
PROBLEM SOLVED - SORRY AND THANKS FOR HELP !!

Helo ,

when I try to upload photo I get this error message :

"DB Error: Bad SQL Query: INSERT INTO 4images_images (cat_id, user_id, image_name, image_description, image_keywords, image_date, image_last_view, image_active, image_media_file, image_thumb_file, image_download_url, image_allow_comments) VALUES (4, 1, 'dfdfdfdf', '', '', 1341487023, 1341487023, 1341487023, 1, 'zd1_5.jpg', 'zd1_5.jpg', '', 1)
Column count doesn't match value count at row 1"

I know that there are 3  "1341487023, 1341487023, 1341487023" - it is one more that should be.

What Can I do ? Please help....

PROBLEM SOLVED - SORRY AND THANKS FOR HELP !!

In member.php file  I've got in insert instruction one field too much i delete it and problem is solved.... sometimes i am so stuuupid !  ;)

9
Hello

How Can i Display on home page 6 top rated images of last week ?


10
Hello.

I know that there is already a mod that display comments that I wrote but how can i display in my User Profile comments added by other Users to my photos ?

And one more question. How can I sort by category in users profile photos they added.

Thanks for any help!

11
Hello.

I found topic : http://www.4homepages.de/forum/index.php?topic=25613.0

but it doesn't work.

What should I do to disable voting for own photo ?

12
Hello .

I want to upload comment one by one , when i try then display this "You cannot repost so soon, please try again after a short while." and i have to wait about 1 minute before i can add next comment.
How can I delete this communicate and let users to upload comments one by one ?

13
Hello.

I have a problem with polish letter "ó".

When i write comment under image and I wrote for example "Mój komentarz do zdjęcia " then when i post the comment the result looks "M " and the rest of the comment doesn't show.

I don't install any mods and plugins. I don't know what to do please help.

Pages: [1]