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

Pages: [1]
1
Can this be made to work with images hosted off site?
I get something like this:

Code: [Select]
<a href="http://mysite.com"><img src="http://mysite.com/data/media/3/http://i140.photobucket.com/albums/r32/image.gif" border="0" alt="http://i140.photobucket.com/albums/r32/image.gif"></a>
Notice the "img src" tag, the path is wrong...

Thanks!

There is a function named: is_remote(_) that it see if the image is remote. Ok you need to do the next
Find into the mod:
Code: [Select]
      $uploaded_image_path = $script_url."/".MEDIA_DIR."/".$cat_id."/".$new_name;
      $uploaded_thumb_path = $script_url."/".THUMB_DIR."/".$cat_id."/".$new_name;
and remplace:
Code: [Select]
if(is_remote($new_name)){
      $uploaded_image_path = $new_name;
}else{
  $uploaded_image_path = $script_url."/".MEDIA_DIR."/".$cat_id."/".$new_name;
}
if(is_remote($image_row['image_thumb_file']))
  $uploaded_thumb_path = $image_row['image_thumb_file'];
else
  $uploaded_thumb_path = $script_url."/".THUMB_DIR."/".$cat_id."/".$new_name;
 


Not work ! Can you fix it ?

2
Mods & Plugins (Requests & Discussions) / Show thumbnails on top x ?
« on: January 15, 2008, 05:06:59 AM »
I use 4images v 1.7.4 !  I want show thumbnails on top x !

Demo : http://www.amosnet.de/4images/top.php

I like it !

Please, help me !  :|

3
Thank's manurom :mrgreen:


I want letterpress limite in description at homepage and category   :?

======
Ex :

  4images is a powerful web-based image gallery management system. Features include comment system, user registration and management, password protected administration area with browser-based upload and HTML templates for page layout and design.
  By using the integrated template system the design and layout can be customized easily. 4images is multilingual: an external language file can be used for translation in other languages.
  More features are: RSS feeds, search engine, automatic thumbnail generation, extensive user administration, upload function for users, showing IPTC and EXIF data of images, rating of images, spam protection, protection against hotlinking, newsletter function, e-cards, integrated database backup function, etc.

=====


I not want dislay full !  I want it dislay 50 letterpress limite in description at homepage and category :


======
EX:

4images is a powerful web-based image gallery management system. Features include comment system, user registration and management, password protected administration area with browser-based upload and HTML templates for page layout and design.
By using the integrated template system the design and layout can be customized easily. 4images  is  ...... 

====


 You can help me again !  :wink:

4
My 4images homepage :




My category :








I want show category like homepage ! show to length !

What edit in category.php ?

5
No ! thumbnail_bit.html is good !

My homepage ! it's good




My category ! it show :






I want to make like that  :





Edit file index.php ?

6
Homepage is good but when click to categories :



it doesn't work  :|
Help me again ! thanks  :|

7
it work ! i thanks manurom  :mrgreen:

8
My 4images :   :(

             

I want to make like that  :

 :arrow: 

help me  :| !

Pages: [1]