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

Pages: [1] 2 3
1
Mods & Plugins (Releases & Support) / Re: [MOD] Language select
« on: November 15, 2008, 12:23:24 AM »
possible make, individual photo language names and description on other languages pages, for all photos?

example
english link:
http://site.com/r-p-40-paris-hilton-41-paris-hilton---celebrity-star-photo-(010)-5359.htm
photo name: Paris Hilton - celebrity star photo
Description:     Paris Hilton - celebrity star photo
Keywords:    Paris, Hilton, star, photo, shoot

example
russian link:
http://site.com/r-p-40-paris-hilton-41-paris-hilton---celebrity-star-photo-(010)-5359.htm?l=russian
photo name: Пэрис Хилтон - фотография знаменитости
Описание: Пэрис Хилтон - фотка
Слова для поиска:    Пэрис, Перис, звезда, фото, снимок

2
[Mod] Display image codes on details page (image permalink) & [Mod] Search Engine Friendly URLs aka Short URLs

open details.php

find:
Code: [Select]
$new_name = $image_codes['image_media_file'];

add after:
Code: [Select]
$image_url = get_image_url($image_id);
find:
Code: [Select]
$uploaded_image_link = $script_url."/details.php?image_id=".$image_id;
replace
Code: [Select]
$uploaded_image_link = $script_url."/r".$image_url.".htm";

example:
liink - Monica Cruz
thumbnail -

by alekinna

4
I have few different galleries, with different pictures. Is it possible to merge them or unite to one big gallery with  one mysql base?
But also i have pictures with same file names in various directories.

5
by alekinna

open details.php
find:
Code: [Select]
$new_name = $image_codes['image_media_file'];
add after:
Code: [Select]
$image_url = get_image_url($image_id);

find
Code: [Select]
$uploaded_image_link = $script_url."/details.php?image_id=".$image_id;
replace
Code: [Select]
$uploaded_image_link = $script_url.$image_url;
worked! :)
and new bugs
in image code link, new URL:
http://avril-lavigne.fanphoto.net-avril-lavigne---photosessions-6-avril-lavigne--anna-schori-photoshoot-(004)-558

in link image code disappears - "/r" & ".htm"

original link:
http://avril-lavigne.fanphoto.net/r-avril-lavigne---photosessions-6-avril-lavigne--anna-schori-photoshoot-(004)-558.htm


7
i install this mod, and i have "friendy urls" mod too
 so now i got two links on the same picture, how to make one visible working link to picture. i don't need a duplicate link?

example one photo duplicate links:
http://avril-lavigne.fanphoto.net/r-avril-lavigne---photosessions-6-avril-lavigne--anna-schori-photoshoot-(004)-558.htm

and standart link from "ImageCodes", on my gallery:
http://avril-lavigne.fanphoto.net/details.php?image_id=558

and links like  details.php?image_id=558xxx should be working as well, because these links to various pictures are installed from forums


8
thnk

long activation - code on "textlinkads", I thought "php code" not work

9
I need to add textlinksad code to my main page, but as i see, i need to change /templates/default/footer.html, but textlinksad doesn't support html, they use php. See pic http://www.picamatic.com/show/2008/09/20/11/20/1044364_848x617.jpg

How to insert their code in my main 4images galery page ?

10
Discussion & Troubleshooting / Re: russian file names
« on: August 30, 2008, 05:05:30 PM »
что вы тут все русские между собой по английски говорите?  :mrgreen:

imho всё лучше на транслите лить

11
Templates & Styles (Requests & Discussions) / Re: New Site For Templates
« on: August 29, 2008, 04:56:01 PM »
This is some demo for 1 templates in site

http://emotions.co.nr

Please i want any templates from this site 4images.co.nr
plz link on normal demo, no bugs


12
is it possible to do  "image links BB codes" under "thumbnails" (under thumbnails on home page, categories pages), as on picamatic.com "image link BBcode menu" ?

example link BB code menu, on thumbnails, on Picamatic.com :



and possible worked without conflict, with mod [TUT] Tooltip for Thumbnails ?

13
V@no
thnk - worked :)

14
problem install on 1.7.6

worked, but there is double thumbnails :)

http://sexy-girls-photo.com/k-a-1-anastacia-2.htm or other categories

and in new images, on first page - this bug.

instruction in FAQ, differs from both attached files

look plz
my files session.php & .htaccess http://sexy-girls-photo.com/bug.zip

help plz, where error?

on 1.7.4 works without errors

15
Tutorials / Re: [TUT] Tooltip for Thumbnails
« on: August 09, 2008, 07:36:33 PM »
small bugs http://www.4homepages.de/forum/index.php?topic=18761.msg122116#msg122116

if there is a ' symbol in the picture's file names then IE determines an error and [TUT] Tooltip for Thumbnails stops working fot those pages.

how to fix this from happenings with '?

Pages: [1] 2 3