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 6 7
46
Discussion & Troubleshooting / Re: Cat Parent Name
« on: February 10, 2009, 11:43:12 AM »
Hi V@no

That worked in my Multiupload.php file too, thanks man your a legend :)

47
Discussion & Troubleshooting / Re: Cat Parent Name
« on: February 08, 2009, 10:48:47 PM »
Hi V@no

Another slight glitch, on the member_uploadform.html I have changed this

Code: [Select]
<td class="row1">{cat_name}</td>
To this

Code: [Select]
<td class="row1">{cat_parent_name} > {cat_name}</td>
It should display for example "Playstation 3 > T" but it displays "Audio > T" when you goto upload on the Playstation 3 Sub Cat "T".

Hope this is clear :D

48
Discussion & Troubleshooting / Re: Cat Parent Name
« on: February 08, 2009, 01:46:59 PM »
Thanks v@no man, works wonders :lol:

49
Discussion & Troubleshooting / Re: Cat Parent Name
« on: February 07, 2009, 06:28:36 PM »
It's been a while since I added the code so can't fully remember, I've attached the files :)

50
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

51
Discussion & Troubleshooting / Re: Cat Parent Name
« on: February 03, 2009, 01:34:49 PM »
Anybody :?

52
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 :)

53
Mods & Plugins (Requests & Discussions) / Re: [MOD] SMF integration
« on: January 30, 2009, 05:16:20 PM »

Now when I tried the code you have listed above for Posts and tried to convert to "Topics", it seemed to still just show Posts on my page. Very odd. I must be missing something here. I have tried to modify the code above as shown below, but it still just shows Posts.  8O

Code: [Select]
<?php 
$test
=smf_api_recent_topics(6null"<ul>"" ""echo");
$var=0;

unset(
$test);
flush();
?>

It appears that it is working correctly. I had to look at it twice to figure out the difference between topics and posts.
If you notice when you run the topics routine you do not see and RE: in any of them. It just give you the top level of a thread
But the posts gives you replies and everything so it looks like it works to me...

I used this code to and is working perfectly, thanks alot budduke & Anarchology

54
Discussion & Troubleshooting / Re: Cat Parent Name
« on: January 28, 2009, 11:54:09 AM »
Any luck V@no :)

55
Mods & Plugins (Requests & Discussions) / Re: [MOD] SMF integration
« on: January 28, 2009, 11:53:18 AM »
Hi buduke,

Could you post your findings on displaying the latest posts on the main page of 4images, I'm looking to display the lastest 5 posts on my home.html page :)

56
Discussion & Troubleshooting / Re: Cat Parent Name
« on: January 27, 2009, 10:59:43 AM »
Sorry V@no it's been a while since I implemented the code, I didn't code it myself, I used this code from Jan's post here http://www.4homepages.de/forum/index.php?topic=3176.0 :D

57
Discussion & Troubleshooting / Re: Cat Parent Name
« on: January 27, 2009, 08:09:34 AM »
On the 1st link you will see on the same line as the Multi Upload and normal upload button this title "Blu-Ray Covers, Letter 0-9". This sub cat has images in it.

Sorry one of the links I gave was a bad example, this link http://cdcoverhideout.com/categories.php?cat_id=56 to a sub cat that has no images in it should have this title "Blu-Ray Covers, Letter N" but has this title instead "Audio Covers, Letter N" now if I upload 1 image to this sub cat it will display the correct title.

Hope this is clear, if you go here http://cdcoverhideout.com/categories.php?cat_id=31 and look at a sub cat that has images in it and look for the sub cat title and then look a sut cat without images and again look at the sub cat title and you will see what I mean :)

58
Discussion & Troubleshooting / Cat Parent Name
« on: January 26, 2009, 05:13:37 PM »
Hi guys,

I've added some code to my 4images to make the Cat Parent name show where I want it to but it doesn't show the corrent Cat Parent name in certain places. I don't place any images in the Main Catagories just in Sub Categories.

If you go here you will see the Cat Parent does display correctly >> http://cdcoverhideout.com/categories.php?cat_id=42

If you go here you will see the Cat Parent name doesn't display correctly >> http://cdcoverhideout.com/categories.php?cat_id=55

Now I've noticed that if a Sub Cat doesn't have any images uploaded into it, it doesn't show the correct Cat Parent name and it does when there are images uploaded into it.

Is there a way of making this show if there are no images in that Sub Cat :D

59
Mods & Plugins (Requests & Discussions) / Re: [MOD] SMF integration
« on: January 26, 2009, 02:03:53 PM »
Hi,

I think I will be ok, as my smf is fresh but I have 17 users in 4images, we'll see how it goes

Thanks :D

60
Mods & Plugins (Requests & Discussions) / Re: [MOD] SMF integration
« on: January 26, 2009, 11:37:04 AM »
Hi budduke,

Me again, when I click Members in the SMF forum I'm only showing. I have 17 members on 4images, how do I import these as they won't be able to log into SMF when they log into 4images.

Hope this is clear :D

Pages: 1 2 3 [4] 5 6 7