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

Pages: 1 ... 4 5 6 7 [8] 9 10 11 12
106
Do you think you can made something like this http://www.hypertemplates.com/templates/12551.html based on 4Image gallery???

107
Mods & Plugins (Releases & Support) / Re: MOD: Moderator Addon ;)
« on: February 24, 2007, 02:01:00 AM »
Thanks Trez, nice one  :thumbup:

109
Thanks BartAfterDark,
works great  :thumbup:

110
Anyone plz help how to change category names ?

maybe if you ask in original thread "search engine friendly url aka short ur" you can find answer.

111
please check your category_bit.html
i think you find the error there.

Ups I am soo stupid :) I have this problem long time ago and I'm completly forgot about category_bit.html

112
Somebody try this on 1.7.4?

I got this error

Code: [Select]
Parse error: syntax error, unexpected ';', expecting T_PAAMAYIM_NEKUDOTAYIM or '(' in /home/myanimw/public_html/includes/template.php(101) : eval()'d code on line 7
thanks

113
Hi Guyz
I have read "search engine friendly url aka short url" and using it but i need some modifications.
1: Tell me how to change category name, i mean "mycategory.htm instead of cat1.htm"
2:  Assume i have a site "www.mysite.com" now i have installed 2 4images script in that site one script in root folder and one in an internal folder name "folder1", now i change session.php and also put .htacess in root folder  according to "search engine friendly url aka short url" topic and this mod works fine with root folder but it didnt work in "folder1" script, plz help me what should i have to change in .htacces so it works fine wiht root 4images script and in an internal folder ?

Put other .htaccess file in to your other gallery folder and change this
Code: [Select]
RewriteBase /your directory/

114
wow i want my images gallery to show up on Google :( but :(( it don't show up how did u end up on Google images :P

You can try this http://www.4homepages.de/forum/index.php?topic=6997.msg30703#msg30703

115
search for pic security ;) :thumbup:

116
Installation, Update & Configuration / Re: GD Thumbnail Quality
« on: February 03, 2007, 11:23:16 AM »
Thanks for all your help, i hadn't considered looking at the 4 images files  :roll:

And i don't have direct access to /usr/local/bin etc on go daddy which is a pain but you guys got me there in the end.

thanks  to om6acw  for dignosing the problem.

No problem, next time search in forum because this problem is covered in FAQ and god luck with 4image its realy great gallery script!!

117
Installation, Update & Configuration / Re: GD Thumbnail Quality
« on: February 03, 2007, 11:16:19 AM »
I'm not sure i found the file in 4 image and changed the 0 - 1

// If you use GD higher 2.0.1 and PHP higher 4.0.6 set this to 1.
// Your thumbnails will be created with better quality
define('CONVERT_IS_GD2', 1);

But this hasn't changed the quality of the thumbnail.

It also gives pictures a bad quality if i re-size them.

GD library never give you better quality for resized photos, its god for thumbnails but not for resizing photos from big one,
you need change too much parameters in resizing process and for that you need some special Photographic software like PhotoShop, or
use ImageMagick on your server.

119
Installation, Update & Configuration / Re: GD Thumbnail Quality
« on: February 03, 2007, 10:50:51 AM »
Hi,

I don't have that, besically i couldn't work out how to install apps onto my hosting space and godaddy weren't very helpfull, so i just extracted the .zip file to my PC and FTP'd it to my webspace so i probably have the wrong thing.

How can i load new applications up, it there some kind of client i can use to do this ?

Change your host, godaddy is good for your domain but not for host, i'm tryng allmost one month 4image on godaddy but withour  success.

120
               $sql = "SELECT user_id, image_id, vote
               FROM ".IMAGES_TABLE."
               WHERE image_id = ".$id." AND user_id = ".$user_info['user_id'];
               $rated = $site_db->query_firstrow($sql);
               $rating = ($rated['vote']) ? $rated['vote'] : $rating;

Do you save the voting in the image table?  :?

yes, its saved in image table in field image_votes because I dont have any voted table in my db and I dont think so if somebody has this table on new instaled gallery.
I'm tryng change vote in sql query to image_votes but nothing happend vote : 5 doesnt show.

Pages: 1 ... 4 5 6 7 [8] 9 10 11 12