Where is the files located in the code?

dvdllrstn / 2012-10-22 12:03:11   

I've been searching the forum high and low for the answer to this..

I'm using fancybox for indexhibit and want to make adjustments to each image/ thumbnails url. Because I want to have some thumbnails hidden and linked through the rel command.

Where do I find the code for the uploaded images? I simply can't find it and its driving me mad. Using firebug I can see the code but can't locate it.

Hope someone can help me.

davidellersten.se/01/portfolio2/ . This is a test page

Vaska A / 2012-10-22 12:07:15   

I'm not sure you can do that with Fancybox but you can try. The javascript files around in /ndxz-studio/plugin/js/.

dvdllrstn / 2012-10-22 12:20:53   

Well, what I'm looking for is the file where i can find the url for uploaded images. Like in the old days i could find it in index.html. But when I look in the index.php file i cannot find any urls. Do you understand what I mean? I'm affraid it's a bad explanation..

Vaska A / 2012-10-22 13:28:30   

In the old days? Indexhibit never has used .html files - this is virtual publishing via a database.

dvdllrstn / 2012-10-22 14:02:59   

I didn't refer to indexhibit..

Anyways Vaska, could the urls be found in any document? The uploaded files must have code somewhere, right?

Vaska A / 2012-10-22 14:18:05   

The urls are *generated* at the exhibit format. In your case, it could be found in /ndxz-studio/site/plugin/exhibit.fancybox.php. This is not as simple as editing a url - these are not .html files per se (and never have been).

dvdllrstn / 2012-10-22 14:40:38   

Ok. I've looked there and with no success. But thanks. This is what i found thought:
{
        $a .= "nn";
        
        $i++;
    }
    
Do you know if there is a way to edit each image rel?

dvdllrstn / 2012-10-22 14:41:12   

Well, that didnt turn out that great

Vaska A / 2012-10-22 14:48:31   

As I said, not on an individual basis because these are not .html files. These are generated via script. You would have to write a bunch of code/rules/logic such that it could understand the conditions which need to be met.

dvdllrstn / 2012-10-22 14:53:00   

Ok, thank you again.

This thread has been closed, thank you.