Author Topic: Frage zur Galerie Einbindung  (Read 7906 times)

0 Members and 1 Guest are viewing this topic.

Offline Becolux

  • Pre-Newbie
  • Posts: 4
    • View Profile
Frage zur Galerie Einbindung
« on: February 24, 2009, 10:48:31 AM »
Hi,
ich hoffe Deutsch ist in Ordnung.

Also ich habe jetzt die Galerie installiert auf meiner Seite:

http://schmiedfoto.sc.funpic.de/4images/

So und nun will ich wie auf der Seite hier: http://www.blick-durch-den-sucher.de/galerie/index.php

Ich würde jetzt noch gerne ein paar Punkte als Menü links einfügen.
Auf der Seite ist ja praktisch jetzt nur die Galerie.

Die soll nen Unterpunkt auf meiner Seite sein.

Wie stell ich das an?

Danke

Offline Becolux

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: Frage zur Galerie Einbindung
« Reply #1 on: February 24, 2009, 05:30:17 PM »
 :cry:

Offline bergblume

  • Sr. Member
  • ****
  • Posts: 463
  • on to the top!
    • View Profile
Re: Frage zur Galerie Einbindung
« Reply #2 on: February 24, 2009, 05:37:14 PM »
hi becolux,

go to your default template folder
\templates\default

and open there home.html

and insert above your first table your desired links and design it with table as you want!

BR, bergblume

Offline Becolux

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: Frage zur Galerie Einbindung
« Reply #3 on: February 24, 2009, 07:11:14 PM »
hi becolux,

go to your default template folder
\templates\default

and open there home.html

and insert above your first table your desired links and design it with table as you want!

BR, bergblume

Thanks

I open the File, but It couldn't be helped.
What is wrong?
Here is a Picture.


Offline bergblume

  • Sr. Member
  • ****
  • Posts: 463
  • on to the top!
    • View Profile
Re: Frage zur Galerie Einbindung
« Reply #4 on: February 24, 2009, 07:30:07 PM »
hi,

it is everything ok... this is only your template file... your file that will be seen is index.php...

you have to edit your files with an editor (word-pad, text-editor)

It seems that you are not familiar with php so far...
so I have done a short example for your desired view for you:

just store the code below named home.html and replace your existing home.html on your server!.... then you will see a new box "Navigation links" if you open your http://schmiedfoto.sc.funpic.de/4images/index.php

Code: [Select]
{header}
<table width="640" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td>
      <table width="640" border="0" cellspacing="0" cellpadding="0" class="tablehead">
        <tr>
          <td colspan="4"><img src="{template_url}/images/header_top.gif" width="640" height="6" alt="" /></td>
        </tr>
        <tr>
          <td width="6"><img src="{template_url}/images/header_left.gif" width="6" height="60" alt="" /></td>
          <td width="405"><img src="{template_url}/images/header_logo.gif" width="405" height="60" alt="" /></td>
          <td width="225" align="right">
            <form method="post" action="{url_search}">

              <table border="0" cellspacing="0" cellpadding="1">
                <tr>
                  <td>
                    <input type="text" name="search_keywords" size="15" class="searchinput" />
                  </td>
                  <td>
                    <input type="submit" value="{lang_search}" class="button" name="submit" />
                  </td>
                </tr>
                <tr valign="top">
                  <td colspan="2"><a href="{url_search}" class="smalltext">{lang_advanced_search}</a></td>

                </tr>
              </table>
            </form>
          </td>
          <td align="right" width="6"><img src="{template_url}/images/header_right.gif" width="6" height="60" alt="" /></td>
        </tr>
      </table>
    </td>
  </tr>

  <tr>
    <td class="bordercolor">
      <table width="640" border="0" cellspacing="1" cellpadding="0">
        <tr>
          <td class="tablebgcolor">
            <table width="638" border="0" cellspacing="1" cellpadding="0">
              <tr>
                <td class="navbar" height="23">
                  <table width="636" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td><img src="{template_url}/images/spacer.gif" width="4" height="4" alt="" />{clickstream}</td>
                      <td align="right">

<a href="{url_top_images}"><b>{lang_top_images}</b></a>&nbsp;
<a href="{url_new_images}"><b>{lang_new_images}</b></a>&nbsp;
  </td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>

            <table width="638" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="150" class="row2" valign="top">



                  <table width="150" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td class="head2" height="20"><img src="{template_url}/images/spacer.gif" alt="" width="4" height="4" />{lang_registered_user}</td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>

                    <tr>
                      <td align="center" class="row1">{user_box}</td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>
                  </table>

                  <table width="150" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td class="head2" height="20"><img src="{template_url}/images/spacer.gif" alt="" width="4" height="4" />Navigation links</td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>

                    <tr>
                        <td align="center" class="row1"><a href="http://www.gb.de">YOUR LINK 1 Gästebuch</a></td>
    </tr>
<tr>
    <td align="center" class="row1">YOUR LINK 2</td>
    </tr>
<tr>
    <td align="center" class="row1">YOUR LINK 3</td>
    </tr>
<tr>
    <td align="center" class="row1">YOUR LINK 4</td>
    </tr>
<tr>
    <td align="center" class="row1">YOUR LINK 5</td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>
                  </table>


  {if random_image}
                  <table width="150" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td class="head2" height="20"> <img src="{template_url}/images/spacer.gif" alt="" width="4" height="4" />{lang_random_image}</td>

                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>
                    <tr>
                      <td align="center" class="row1">
    <br />
                        {random_image}
<br />
                        <br />

                      </td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>
                  </table>
  {endif random_image}
                </td>
                <td width="1" class="bordercolor" valign="top"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                <td width="18" valign="top"><img src="{template_url}/images/spacer.gif" alt="" width="18" height="18" /></td>

                <td width="450" valign="top">
  <br />
                  <span class="title">{site_name}</span>
  <br />
  <hr size="1" />
                  {if categories}
                  <table width="450" border="0" cellspacing="0" cellpadding="1">
                    <tr>
                      <td class="head1">
                        <table width="100%" border="0" cellspacing="0" cellpadding="3">

                          <tr>
                            <td class="head1" valign="top">{lang_categories}</td>
                          </tr>
                          <tr>
                            <td class="row2" valign="top">{categories}</td>
                          </tr>
                        </table>
                      </td>
                    </tr>

                  </table>
                  <br />
                  {endif categories}{lang_site_stats}<br />
                  <br />
                  {if msg}<b>{msg}</b><br /><br />{endif msg}
                  <table width="450" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td class="head1">
                        <table width="100%" border="0" cellspacing="0" cellpadding="4">

                          <tr>
                            <td class="head1" valign="top">{lang_new_images}</td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                    <tr>
                      <td class="head1">{new_images}</td>
                    </tr>

                  </table>
                  <br />
  {whos_online}
  <br />
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td>{category_dropdown_form}</td>
                      <td align="right">{setperpage_dropdown_form}</td>
                    </tr>

                  </table>
                  <p>&nbsp;</p>
                </td>
                <td width="19" valign="top"><img src="{template_url}/images/spacer.gif" alt="" width="19" height="19" /></td>
              </tr>
            </table>
          </td>
        </tr>
      </table>

    </td>
  </tr>
  <tr>
    <td>
      <table width="640" border="0" cellspacing="0" cellpadding="0" class="tablebottom">
        <tr>
          <td width="6"><img src="{template_url}/images/footer_left.gif" width="6" height="19" alt="" /></td>
          <td width="405">&nbsp;</td>
          <td width="225">&nbsp;</td>
          <td width="6"><img src="{template_url}/images/footer_right.gif" width="6" height="19" alt="" /></td>

        </tr>
      </table>
    </td>
  </tr>
</table>
{footer}

the code that I inserted in your existing home.html was the following table:
Code: [Select]
                  <table width="150" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td class="head2" height="20"><img src="{template_url}/images/spacer.gif" alt="" width="4" height="4" />Navigation links</td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>

                    <tr>
                      <td align="center" class="row1"><a href="http://www.gb.de">YOUR LINK 1 Gästebuch</a></td>
    </tr>
<tr>
    <td align="center" class="row1">YOUR LINK 2</td>
    </tr>
<tr>
    <td align="center" class="row1">YOUR LINK 3</td>
    </tr>
<tr>
    <td align="center" class="row1">YOUR LINK 4</td>
    </tr>
<tr>
    <td align="center" class="row1">YOUR LINK 5</td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>
                  </table>
« Last Edit: February 24, 2009, 07:57:06 PM by bergblume »

Offline Becolux

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: Frage zur Galerie Einbindung
« Reply #5 on: February 24, 2009, 08:02:20 PM »
Quote
It seems that you are not familiar with php so far..

yes :(

Thanks for you help.
       
I will try

Offline bergblume

  • Sr. Member
  • ****
  • Posts: 463
  • on to the top!
    • View Profile
Re: Frage zur Galerie Einbindung
« Reply #6 on: February 24, 2009, 08:11:39 PM »
ok, no problem---- learn by trying!
pls. remark that I have adapted the code above a little bit - so save again and upload new home.html