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.


Topics - cch

Pages: [1] 2
1
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 :)

2
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

3
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

4
Discussion & Troubleshooting / Lightbox Link
« on: December 23, 2009, 10:20:50 PM »
Hi guys

Can someone tell me how to remove the Lighbox link from the Registered Users box?

Thank you

5
Discussion & Troubleshooting / Registration Problem
« on: December 17, 2009, 11:56:07 PM »
Hi guys

I have a problem, no one can register, when you agree to the terms it goes to the Search page???

Any ideas

6
Requests for paid modifications / Jobbörse / Some Customizations
« on: December 16, 2009, 03:53:23 PM »
Hi guys

I'm looking for someone who can do the following for me:

Main Page: I have a Mod on my main page which was coded by Budduke, this mod shows the Front Cover of each Category I create, each Category has a Back, CD & Front Cover inside, this mod shows only the Front Cover with the Category Name below and link to that Category, now I want someone to use this mod and make these show in a Scroll Bar. Also I have 3 sections of the site, Audio, DVD & Game Covers, I want 3 different scroll bars Latest Audio Covers, Latest DVD Covers and Latest Game Covers. Each scroll bar will show the Front Cover for the 10 latest Categorys I have created. Hope this is clear. See my main page here >> http://www.cd-covers.org/

I will have more for later if the member who takes this is willing to help out more, also Paid Work, please reply and we can chat of Email or MSN or even PM here whichever is best.

Put a price here and I'm willing to pay over Paypal.

Thank you

7
Discussion & Troubleshooting / Align Thumbs
« on: December 09, 2009, 07:45:29 PM »
Hi guys

I had my thumbnail size has 200 and change it to 150 as they seemed too big, but now from the picture below the thumb is valigned "center" by default, how do I valign "top", I've tried in the html but it just sits in the center.

Thank you


8
Discussion & Troubleshooting / Link to Details Page
« on: December 03, 2009, 11:22:43 PM »
Hi guys

I've customized my site with a little help from another member and I need to know how I can remove the link to Details Page.

On my main page here >> http://www.cd-covers.org/index.php I have a thumbnail with the category link below, I want to remove the link on the thumbnail to the details page.

When you goto a category i.e. here >> http://www.cd-covers.org/categories.php?cat_id=207 you'll see thumbnails in a list with a download link next to each, well I want to remove the link on the thumbnails to the details page so my users can download each image from the download button.

Hope this is clear

Thank you

9
Requests for paid modifications / Jobbörse / Category Paging
« on: July 21, 2009, 11:47:33 PM »
Hi guys

I need help with setting up Category Paging on my site.

I have 1 main cat called "Audio". Within "Audio" I have 0-9 to Z being a total of 27 sub cats. Within them 27 sub cats there will be a huge amount of sub cats.

Take a look at my site for more understanding: www.allyourcovers.com

Basically there are a couple of Mods on here but I can't get them work. I'm looking for someone to look at this for me who is familiar with 4images code.

Thanks

10
Discussion & Troubleshooting / Auto Cat Sorting
« on: July 14, 2009, 06:40:36 PM »
Hi

On a previous version of 4images I found a piece of code that auto sorted the cats so I didn't need to use the dropdown to place it at the beginning or at the end etc...

Now I tried to find the code in the file using version 1.7.7 but of no avail.

Is there a way of making this work in 1.7.7

Here's the code:

Search for this line in global.php and admin/categories.php

Code: [Select]
ORDER BY cat_order, cat_name ASC";
and replace it with
Code: [Select]
ORDER BY cat_name ASC";
Jan posted this code on this thread

http://www.4homepages.de/forum/index.php?topic=1254.0

As I said the code isn't in the 2 files so if someone can give me a piece of code to get it working I'd be grateful.

Thanks

11
Discussion & Troubleshooting / Sorting Cats in 1.7.7
« on: July 12, 2009, 07:44:43 PM »
Hi

I've tried the old ways of sorting cat in the new version but had no luck. Does anyone know how to?

Thanks

12
Discussion & Troubleshooting / Category Dropdown
« on: April 13, 2009, 05:00:40 PM »
Hi guys

In the Category Dropdown there are 2 options:

1. Select Category
2. ---------------------

How do you remove these so my 1st Category display as default, or is there a way of adding an option so you can search in all my Categories, I only have 1 Category which is "Audio" but I want to add an option called "All Covers" so if they choose that they can search in all my Categories. This will be useful when I add more Categories later.

Thanks

13
Discussion & Troubleshooting / Select an Image File!
« on: April 12, 2009, 03:57:37 PM »
Hi all

When I try to upload a single image, I select the image enter the title and click submit, it seems like its processing upload but after so long I get "Select an Image File!".

This also happens on Multi Upload even tho all the fields have images to upload.

Any ideas, some images upload some don't!

Thanks

14
Requests for paid modifications / Jobbörse / New Features Paid Work
« on: February 05, 2009, 03:52:54 PM »
Hi guys

I have a few features I need coding and looking for someone who can do this for me. Here is a list of what I need, plus more could be added:

1. Category list on the left side of my template design.
2. On a Category page like this one >> http://cdcoverhideout.com/categories.php?cat_id=1 the middle table needs removing, this needs to be on each Main Category page, as I have no images in the Main Categories, all in Sub Categories.
3. On a Sub Category like this one >> http://cdcoverhideout.com/categories.php?cat_id=2 I want a list of images instead of thumbnails with 20 titles per page with the following columns, Title, Part, Date Uploaded.
4. Linking this to the Sub Category page with a list instead of thumbs, when you click an image like this one >> http://cdcoverhideout.com/details.php?image_id=3862 most of the info on the details page is ok but I want to add Part to the list of info on the right of the image and this Part row will be the word in () i.e. (Back), (Front) etc... This info will also show on the Sub Category list in the Part column.
5. Also linking to the Sub Category page with a list instead of thumbs I want to display Other Available Parts table below the image table and above the comments table. Here will be a table with thumbs of images with the same title but have different parts i.e. (Back), (Front) etc... So if there is (Back), (Front) & (Cd) and you are viewing (Front) the (Back) & (Cd) thumbs will display below the (Front) image.

This is it for now, I can explain more over PMs plus we can negotiate a price too :D

15
Requests for paid modifications / Jobbörse / SMF Integration Into Design
« on: February 02, 2009, 03:14:09 PM »
Hi guys

I'm currently using SMF for my Forum and I've linked 4images and SMF so when a user logs into 4images they are automatically logged into SMF. I've seen the iFrame mod but it looks bad so I wanted to know if there is a way for my SMF forum to be integrated into my Iceberg template I'm using for 4images. So when you browse the forum I want it to look exactly like you are browsing a Category etc... Hope this is clear :)

Pages: [1] 2