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

Pages: [1] 2 3 4 5 ... 7
1
Awesome thanks :)

2
Thank you very much :D

One thing tho, if I change some of the CSS the changes don't show? I wanted to change the width of the button and add margin but it isn't showing?

3
Still no working, on your testing 4images it shows the download button, I want to replace that totally with a CSS3 button, not an image.

4
Didn't work???

Still no link to download the image via the new CSS3 button.

5
Here's what I have in my thumbnail_bit.html file:

Code: [Select]
<!-- you wish detail page in a small javascript open window, use {thumbnail_openwindow} -->
<table align="left"><td valign="top" width="125px">{thumbnail}</td>
<td valign="top"><b>Part:</b> {image_subname}<br />
<b>Downloads:</b> {image_downloads}<br />
<b>Dimensions:</b> {width} x {height}px<br />
<b>Uploaded:</b> {cat_date} by {user_name_link}<br />
<b>Filesize:</b> {image_file_size}<br />
<button class="minimal">Download</button></a></td>
</table>

The CSS3 button shows but no link to download the image?

6
I'm not sure about this, shouldn't I do something to the download_button code in the functions.php file?

7
Templates & Styles (Requests & Discussions) / Replace Download Button
« on: July 17, 2012, 07:58:39 PM »
Hey guys

Can someone help me change the download button for a CSS3 button?

Here's the CSS, wasn't sure if you needed to look at it or not:

Code: [Select]
button.minimal {
  background: #e3e3e3;
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 150px;
}

button.minimal:hover {
    background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;
    cursor: pointer;
}

button.minimal:active {
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000;
}

Once I place that in my style.css file it says use <button class="minimal">Download</button>

I've tried to change the code in the functions.php but I'm not very good with php.

Any help will be great :)

8
Hi V@no

This Mod won't let me upload multiple images on my install of 4images, I've followed all the steps.

It uploads 1 image at a time but no more than that, if I try to upload 2 images I get this error:

File number 2 "Erann DD - Greatest Hits - Back.jpg"
Error uploading image file:
Erann_DD_-_Greatest_Hits_-_Back.jpg: Invalid file type (jpg, image/jpeg)

That file type is allowed so I'm stumped.

Any ideas??

Thanks

9
Discussion & Troubleshooting / Image Filesize
« on: May 18, 2012, 11:55:28 AM »
Hello

I'm a little confused at the moment, I have a file which is 1MB on my computer, see below image:



After I have uploaded through a fresh install of 4images using Multiupload Mod it gives me a filesize of 2.1MB, see below image:



Also when I look in the folder via FTP the filesize is 2.1MB

Clearly something is causing the images to double insize during the upload process.

Any ideas???

Thanks

10
Discussion & Troubleshooting / CSRF check failed
« on: February 20, 2012, 12:53:06 AM »
Hey guys

I know this has been fixed in older versions but I'm using 1.7.10 and I'm getting this error when I try to upload some images. Some upload some don't, is this the script or a server issue?

It's hard to find out what the reason is to why this error is coming up as all the posts are in German!

Thanks

11
Thank you sathishIPL

But I got help from a Webmaster forum and its working now :D

12
Hi sathishIPL

With the new sessions.php file added the urls are still the same :?:

13
Hi sathishIPL

See attached. Thank you

14
Hi sathishIPL

That didn't work, after replacing with that piece of code do I need to change anything in the .htaccess?

Thanks

15
Hey guys

I've recently installed this mod but I need help with changing a few things:

How do I change this >> http://coverplanet.in/covers/cat-katy-b---on-a-mission-(2011)-675.htm
To this >> http://coverplanet.in/covers/katy-b-on-a-mission-2011-675.htm

These characters appear in the url >> ( ) : % << How do I remove them or stop them from appearing?

Thank you :)

Pages: [1] 2 3 4 5 ... 7