Jump to content

style.css/index.php/template_index_php.html What. Where & How?


Recommended Posts

 

:confused: Why do we have all these separate files? Each time i would like to change something on my index page, i have no clue on which file to alter? How do u know which one does the mod?

 

Example: I have thumbnails on my homepage and they are showing all distorted. I want to bypass the back-end because those changes are not taking effect?. /Thumbnails remain the same/ What file will change this? style.css? index.php? template_index_php.html? and how do u know which file is the right one? Is it because of the ext. php, html or css?

This is like my biggest issue..I am so trying to wrap my tiny head around this.

 

Can someone put "in simple wording" what tells you where to look to change such an issue?

I understand the php extension handles the scripts, but the css and index_template_php.html confuse the hell out of me.

Here's a snippet of the comand code in question

 

<?

                    foreach ($_FEATURED_ID as $k => $v) {

                    if($k % $SETTINGS['featuredcolumns'] == 0) {

        ?>

                    <tr VALIGN=TOP>

                <?}?>

            <TD ALIGN=CENTER>

<div class="featAuction">

                <p><A HREF="./item.php?id=<?=$v['id']?>"><IMG SRC="<?=$v['pict_url']?>" alt="<?=stripslashes($v['title'])?>" WIDTH=<?=$SETTINGS['thumbnailswidth']?> border="0"/></A></p>

                <p><A HREF="./item.php?id=<?=$v['id']?>"><?=stripslashes($v['title'])?></a></p>

<p>

<?

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.