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

Pages: [1] 2 3 4 5
1
Chit Chat / Re: PHP EDITOR
« on: January 07, 2008, 05:17:26 PM »
Thanks to all folks. I've tried Zend Studio 5 but I don't get it. It seems NuSphere products are much better. I will prove PHPDesignerr 2008

Cheers

David

2
Sorry thunderstrike

I would like to hire your expertise, but I live in Cuba my friend. Even having the money (I don't), I don't have either a way to make it get to you.

David.

3
Hi Thunderstrike

can you help me?

David

4
Hi filks

I need some help. I always show two random images. I need after voting to keep the one with the biggest rating and change the one with smaller rating for a new random pic. Somebody can help me?

Cheers

David

5
ok thanks any way

6
Just that one, and I already removed it restoring my files.

I don't know why the problem is random.

7
Thunderstrike, I'm not talking about that MOD. My problems is that some images doesn't update the hits in Image_table and doesn't allow me vote because I already votes, but votes and rating are 0 in image_table.

I need some help. I don't know what is going on. Sometimes work and some others don't. I already restored my files whicj I backed up before installin that MOD, and stills get the same result. I still have problems with some pictures. But when I will more images How do I know if will work or not?

I really need some help

Cheers

David

8
I already use that MOD with version A

In fact I posed an error in http://www.4homepages.de/forum/index.php?topic=6123.msg107744#msg107744

I don't know why I can't vote some pictures, if they have o votes and o rating. And they doesn't update hits too.

I really need help.

Cheers

David

9
Hi Thunderstrike

I already made the correction and it stills the same. I notice that for certain pictures 4images doesn't update image hits too. But for other pictures is ok. I really need some help.

David

10
Discussion & Troubleshooting / checkimages
« on: December 27, 2007, 04:38:45 PM »
Hi guys

I'm working on checkimages "Check new images" and I wonder Why we have to select a category before check for new images? Why if you don't select a category you get a "No new images found" when you know you already did an upload. I you have several new images in several categories it would be a mess going around.

If I select a category, that's fine, but what if I want to see all my new images without selecting a category How can we fix that?

Cheers

Davy

11
Discussion & Troubleshooting / Need help
« on: December 27, 2007, 04:17:15 PM »
Hi guys

I ned a little help. I have two random images in my page, when I vote one of them I want to keep the one with higher votes and replace the one with less points.

How can I do that?

Cheer

David

12
Thanks thunderstrike

13
Discussion & Troubleshooting / Can't vote images with 0 rating and 0 votes
« on: December 26, 2007, 10:55:49 PM »
Hi guys

I'm having a weird trouble. Some images that shows 0 points in rating and 0 votes,  show me the message Sorry, you've already rated for this image once recently. How is this possible if they have 0 votes and 0 rating. In fact, 0 is not a valid value for voting, so if you vote once, you could't get 0 rating.

Weird eh?

Some ideas? My code of rating_form.html is as follow:

<table  border="0">
  <tr>
    <td><form method="post" action="{parent}">
  <table border="0" cellspacing="0" cellpadding="1">
    <tr>
      <td class="head1">
        <table border="0" cellspacing="0" cellpadding="3" class="row1">
          <tr>
            <td valign="bottom">
              <select name="rating" class="select">
                <option value=""> -- Select and Vote -- </option>

                <option value="10">10</option>
                <option value="9">9</option>
                <option value="8">8</option>
                <option value="7">7</option>
                <option value="6">6</option>
                <option value="5">5</option>
                <option value="4">4</option>
                <option value="3">3</option>
                <option value="2">2</option>
                <option value="1">1</option>
              </select>
            </td>
            <td>
              <input type="hidden" name="action" value="rateimage" />
              <input type="hidden" name="id" value="{image_id}" />
              <input type="submit" value="{rate}" class="button" name="submit" />
            </td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
</form>
</td>
    <td width="50"></td>
    <td>

<FORM>
                        <div align="center">
                          <INPUT name="Submit" type="submit" class="button" value="Return" action="index.php">
                        </div>
                      </FORM>  </td>
  </tr>
</table>


Cheers

David


14
Discussion & Troubleshooting / Re: Image identifier
« on: December 26, 2007, 10:11:59 PM »
thanks my friend
 
    :D

15
Discussion & Troubleshooting / Re: thumbnail problem
« on: December 26, 2007, 08:52:43 PM »
ok, with the Acidgod code

Code:
#random {
width: 100px;
}

#random a img {
width: 100%;
height: 100%;
}

Code:
<div id="random">{random_image}</div>

I get a little line 100pix wide and about 2 pix height. I did a little correction

#random {
width: 100px;
}

#random a img {
width: 100%;

}

but it doesn't keep correct aspect ratio. What should I do to keep the 100 pix wide and the image maintain its aspect ratio?

Cheers

David

Pages: [1] 2 3 4 5