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

Pages: [1] 2 3
1
ok, thanks for your reponse denisnovikov

2
Hello, here is my question: if my forum uses an another database from 4images is that the bridge work?
Thanks

3
Templates & Styles (Requests & Discussions) / Problem with chrome/safari
« on: September 03, 2009, 08:09:13 PM »
Hello,

I use the "Multi download size. I have a display problem with google chrome and safari. I've configured the categories to allow downloads for members only.
When a guest consults images, mod multi download size "does not appear so this is normal.
But in chrome/safari instead of display sizes, I have this:



This is my code in detail.html :

Code: [Select]
<tr>
<td colspan="3" align="center">
<div class="imageDownloads" style = "margin-bottom:10px; margin-top:20px">{if not_multi_download}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{download_button}&nbsp;&nbsp;{download_zip_button}
{endif not_multi_download}
<!-- Mod multi downloads -->
{if yes_multi_download}
<center>{multi_download_options}</center>
{endif yes_multi_download}</div>



</td>
</tr>

and my css to display picture :

Code: [Select]
div.imageDownloads a:hover {
color:#DD8888;
}
essai2.css (ligne 174)
div.imageDownloads a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:transparent url(images/bullet_go.png) no-repeat scroll 0 1px;
color:#88AABB;
font-family:helvetica,verdana,tahoma;
font-size:15px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
padding:0 10px 0 15px;
text-decoration:none;
}

Thanks for your help

4
Hello V@no, please help.

I'm use 1..7.7:

The mod works fine if I select "guest", but does not work for members if i select "everyone".

What should I do?

5
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: August 29, 2009, 11:33:26 AM »
if i use {user_avatar}, no avatar is displayed

6
it's a great idea, thanks Lucifix !

7
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: August 28, 2009, 06:15:08 PM »
Hello,
   
I want to show the avatar of the member in the description.

I put this in my page detail.html :

Code: [Select]
<tr>
<td colspan="3" class="commentUnderline">
<div class="commentTitle">
Description
</div>
</td>
</tr>

<tr>
<td colspan="3">
        <div align="center">
<div class="blg"><div class="brg"><div class="tlg"><div class="trg">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td rowspan="2" width="50"><div class="imageDescriptionUser" style="margin-left:7px">{if user_avatar_current}
  <span class="avatar">{user_avatar_current}</span>
  {endif user_avatar_current}</div></td>
    <td><div style="text-align: left; width:100%; padding-left: 13px; float:left"><h2 style="font: bold 1.8em Trebuchet MS, Arial, sans-serif; color: #333333; padding:0; margin:0">{image_name}</h2></div>
    </td>
  </tr>
  <tr>

But it displays the avatar of the member connected, and not the owner....

9
Chit Chat / Donation?
« on: August 28, 2009, 12:20:39 AM »
Hello,
I frequent this forum recently but I like it a lot.
The script 4images is really great (German-made ^ ^) and the Forum members are "interdependent".
A special mention to the moderators (and mainly V@no) to have solved my issues.

I would like to make a modest contribution to this success through a small donation (paypal?) But I found nothing on the site.

Edonai

10
Chit Chat / Re: In memory of manurom
« on: August 28, 2009, 12:15:15 AM »
Je n'ai pas eu la chance de connaître manurom de son vivant, mais j'ai un peu de son personnage à travers sa participation au forum. Un grand merci à lui pour sa patience, sa générosité et sa gentillesse.

11
Mods & Plugins (Requests & Discussions) / Stats's backend in frontend
« on: August 28, 2009, 12:11:18 AM »
Hello, I would like to display the media file size and number of images awaiting validation in my statistics module on my homepage.



   
How do, to use the tags {}? Thank you for your answers.

Edonai

13
Hello budduke,

Can you help me? Your mod work like a charm when i select dropdown in global.php
But if i want to select text link or image link, the resize no longer works and when I click on the link, I download the orignal image.

Thanks for your help

Edonai

problem solved by budduke, a big thanks to him

14
Mods & Plugins (Requests & Discussions) / Re: Description text default
« on: August 24, 2009, 10:38:51 PM »
thanks but i've an error :

Code: [Select]
DB Error: Bad SQL Query: INSERT INTO 4images_images (cat_id, user_id, image_name, image_description, image_keywords, image_date, image_active, image_media_file, image_thumb_file, image_download_url, image_allow_comments) VALUES (1, 1, 'test3', 'Aucune description donnée par l'uploader', '', 1251146250, 1, 'AnimePaperwallpapers_Hiiro-no-Kakera_Yina1.6_1280x800_82202.jpg', 'AnimePaperwallpapers_Hiiro-no-Kakera_Yina1.6_1280x800_82202.jpg', '', 1)
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'uploader', '', 1251146250, 1, 'AnimePaperwallpapers_Hiiro-no-Kakera_Yina1.6_1280' at line 4

i put your code in the two instances, it's right??


EDIT :    
sorry, mistake on my part: I put accents in my text. It's works

Thanks V@no, you're great !

15
Mods & Plugins (Requests & Discussions) / Description text default
« on: August 23, 2009, 08:03:13 PM »
Hello the community,

I did a search on the forum but apart from how to hide or make the description field obligatory, I did not answer my question.

   
I want a default text is displayed if the user who upload the image does not enter a description.

Pages: [1] 2 3