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

Pages: 1 2 [3] 4 5 6
31
Discussion & Troubleshooting / Re: New images on different page
« on: July 04, 2007, 12:40:39 AM »
And how can i include this in a phpbb forum for example? what is the php code for include the pic_news.php ?

32
Mods & Plugins (Requests & Discussions) / Remove title in comments
« on: July 03, 2007, 07:15:18 PM »
Hello,
How can i disable the title on comments? i only want to make obligatory the text...
Thanks  :D

33
Nice mod, im using 1.7.4 buggy, i followed your instructions and the search_stats.php seems to work ok, but in the search form i get this error when i try to search something:
Code: [Select]
Notice: Use of undefined constant SEARCH_STATS_TABLE - assumed 'SEARCH_STATS_TABLE' in C:\AppServ\www\search.php on line 93

Notice: Use of undefined constant SEARCH_STATS_TABLE - assumed 'SEARCH_STATS_TABLE' in C:\AppServ\www\search.php on line 98

How can i fix that?¿  What im doing wrong?¿  :?

34
I have a problem installing this mod in 1.7.4, when I enable cat_master appear this at the header:

Code: [Select]
DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_parent_id, c.cat_name, u.user_name FROM fondosimages i, fondoscategories c LEFT JOIN fondosusers u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND c.cat_parent_id = 1 AND c.cat_id = i.cat_id ORDER BY image_name ASC LIMIT 0, 9
Unknown column 'i.user_id' in 'on clause'

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\includes\db_mysql.php on line 116

 :|
What im doing wrong?

Had the same problem, but solved it just replacing:

Code: [Select]
        FROM ".IMAGES_TABLE." i,  ".CATEGORIES_TABLE." c
With this:

Code: [Select]
        FROM (".IMAGES_TABLE." i,  ".CATEGORIES_TABLE." c)
Hope this helps!

Regards.

great! now it works perfectly! thanks a lot! i have been a long time trying to fix that  :D

35
Thanks for the tip, thats what i was lookin for, but i have installed this mod:
Code: [Select]
http://www.4homepages.de/forum/index.php?topic=3236.0
So the image displayed in details.html is a thumbnail, the real image is in the folder /big/ (with the same filename) , i need to get the resolution of that image.

36
Hello,
could somebody update this mod for 1.7.4 version? the post is very old and is an usefull mod  :?
Code: [Select]
http://www.4homepages.de/forum/index.php?topic=10163.0

37
Hello,
I would like to display de resolution of the image in the details page with the keyword, description, etc info. Is that possible? I havent found a mod for that in the forum  :|
Thanks.

38
you will find the link in the admin panel  :D

39
Sorry, i failed installing the mod, now it works perfectly  :wink:

40
edited  :D

41
I have a problem installing this mod in 1.7.4, when I enable cat_master appear this at the header:

Code: [Select]
DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_parent_id, c.cat_name, u.user_name FROM fondosimages i, fondoscategories c LEFT JOIN fondosusers u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND c.cat_parent_id = 1 AND c.cat_id = i.cat_id ORDER BY image_name ASC LIMIT 0, 9
Unknown column 'i.user_id' in 'on clause'

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\includes\db_mysql.php on line 116

 :|
What im doing wrong?


42
Thanks for the answer, now it works perfectly  :wink:

43
great mod but dont work from de "add image" of the admin panel, how can i enable it?  :|

44
Mods & Plugins (Requests & Discussions) / Re: Image counter in index
« on: April 11, 2007, 02:10:53 AM »
sorry but dont understand german  :?
About what is that post? I have seen a link to [Mod] More Statistics for your visitors, but that mod dont show an "image counter"  :roll:

45
Mods & Plugins (Requests & Discussions) / Image counter in index
« on: April 11, 2007, 12:50:06 AM »
Hello again  :)

I have seen in the admin cpanel that 4images show how many images you have uploaded, i would like to show that counter in the frontpage of my site. I have been trying with home.php (in the /admin/ folder) near line 150, but i cant do it, how to do that?
Thanks again.

Pages: 1 2 [3] 4 5 6