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

Pages: [1]
1
Hello Friends

Please help me.
I want one common index file for two different independent installations.
So i can show new images/videos from two different installations with separate database.
If mod already existed please give link. I already searched many time but not found.

2
Mods & Plugins (Requests & Discussions) / Custom Image table cells
« on: December 19, 2012, 09:05:57 PM »
Hello

Merry Christmas to All  :)

I was trying to customise "Image table cells"

So  i changed manually this code in categories.php
Code: [Select]
$count++;
    if ($count == $config['image_cells']) {
      $thumbnails .= "</tr>\n";
      $count = 0;
    }

I changed $config['image_cells'] to 2 and it show 2 image cells.
But here is problem. Actually i tried to point from sub domain and it was successful but my main site also started to show two image cells.
Is there anyway?  so that my main site show 4 image cells and sub domain show 2 cells for same database

3
In category.php file there is code {paging_stats} which shows text like this "Found: 7 image(s) on 1 page(s). Displayed: image 1 to 7". But i want only text "Displayed: image 1 to 7" to show.

I try to figure it out but failed.
Please help.

4
Discussion & Troubleshooting / About Rename during Upload
« on: January 27, 2011, 11:03:12 PM »
Hello Friends    :)

I have problem to solve it will be great help if any one can solve it.

Actually it is related to rename images during upload.

If i upload image through ftp it change capital letters to small letters like this

Megan Fox 1 --> megan_fox_1.jpg

But if i upload through http (through site ) it not change Capital letters to small letter. It change like this

Megan Fox 1 --> Megan_Fox_1.jpg

I want that it also change name through http like this

Megan Fox 1 --> megan_fox_1.jpg

I am not able to find how to do this. Please Help

5
Hello Friends   :o

I search this form but not able to locate exact topic related to my problem so want some help.

I was trying to resize the three boxes which contain thumbnails at home page.

Actually I increase the no. of thumbnails from three to five but with this change home page goes beyond screen and

scrollbar appears. So i try to reduce the size of box but not able to find where to change settings in template.

Thanks

6
Mods & Plugins (Requests & Discussions) / Image in Detail View
« on: August 05, 2010, 02:13:26 PM »
Hello Everyone

I try this script, its really nice. But i have a problem which i want to solve.

In detail page :- If image size is bigger it distort the screen and Horizontal Scrollbar appears.

I wanna knows, Is anyone know how to fix this thing, So that image size remain small like

eg: 600 x 500px or 700 x 600px but image remain original when someone download it like (1920 x 1200). Actually i try image resizer but it is

different thing it resize original Image instead screen image. I search forum but not able to find solution.

Please Help if you can

Thanks

Pages: [1]