Author Topic: [Help or Suggestions] About template modifications  (Read 6169 times)

0 Members and 1 Guest are viewing this topic.

Offline marox

  • Pre-Newbie
  • Posts: 3
    • View Profile
[Help or Suggestions] About template modifications
« on: April 01, 2005, 09:47:37 PM »
  >>>> Hi all

:idea: I think i'm juste a stupid guy may be,cause i did a lot of serach but i didn't found what i want, or you didn't debate about what i want  :)

:arrow: Anyway, i juste wanna know how i can modify the left menu (when the user box...etc) and to run it like the left menu of http://www.d-wallpapers.de/index.php  with the categorie in the left .........etc

Tnkss for ure request or suggestions,or just you past the correct link when i can find my correct answer  :)

Tnkss again  :wink:

Offline ManniC

  • Full Member
  • ***
  • Posts: 182
    • View Profile
    • photographic impressions
Re: [Help or Suggestions] About template modifications
« Reply #1 on: April 02, 2005, 08:53:37 AM »
Which template do you mean?

i.e. in 4light_grey it's 4images\templates\4light_grey\incl\menu.php
Viele Grüße / Best Regards
Manfred
------------------------------------------------------
photographic impressions powered by mc-com.de[/color][/url][/size]

Offline marox

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [Help or Suggestions] About template modifications
« Reply #2 on: April 02, 2005, 11:43:54 AM »
  Actually i work with the 7dana template,and i guess it's the same like 4grey ??

Cause i want to add the categories in the left menu and add some html effect  :roll:

Offline ManniC

  • Full Member
  • ***
  • Posts: 182
    • View Profile
    • photographic impressions
Re: [Help or Suggestions] About template modifications
« Reply #3 on: April 03, 2005, 07:50:13 AM »
I don't know 7dana-template, but look for some code like that:
Code: [Select]
<table border="0" cellpadding="0" cellspacing="0" width="90">
  <tr>
    <td width="100%" align="center" background="<? print $tu ?>/images/button.gif" height="18">
    <a href="http://www.mc-com.de" class="mLnk" target="_blank">mc-com.de</a>
  </td>
  </tr>
 
  <tr>
    <td width="100%" align="center" background="<? print $tu ?>/images/button.gif" height="18">
    <a href="http://mc-com.de/4images/index.php?template=info" class="mLnk" title="about....">info / impressum</a>
  </td>
  </tr>
  <tr>
    <td width="100%" align="center" background="<? print $tu ?>/images/button.gif" height="18">
    <a href="http://mc-com.de/4images/index.php?template=model" class="mLnk" title="Models gesucht">modelrequest</a>
  </td>
  </tr>
  <tr>
    <td width="100%" align="center" background="<? print $tu ?>/images/button.gif" height="18">
    <a href="http://mc-com.de/4images/index.php?template=links" class="mLnk" title="Links to Friends">links</a>
  </td>
  </tr>
  <tr>
    <td width="100%" align="center" background="<? print $tu ?>/images/button.gif" height="18">
    <a href="http://mc-com.de/4images/index.php?template=news" class="mLnk" title="News auf dieser Seite">site-news</a>
  </td>
  </tr>   
  <tr>
    <td width="100%" align="center" background="<? print $tu ?>/images/button.gif" height="18">
    <a href="http://mc-com.de/4images/index.php?template=guestbook" class="mLnk" title="Kommentare, Kritik, Grüße...">gästebuch</a>
  </td>
  </tr> 
  <tr>
    <td width="100%" align="center">
    <br><br><br>Hosted by:
<!-- Start Produktwerbung  Banner 88x31-3 -->
<a href="http://www.toptip.de/partner/partnerdoor.php?partnerid=mc001&weiterleitung=http://www.toptip.net" target="_blank"><img src="http://www.toptip.de/banner/toptip-88x31_ani3.gif" height="31" width="88" border="0" alt="2000 MB Speicherplatz + Domain + Traffic  nur 19,95 Euro / Jahr"></a>
<!-- Ende Produktwerbung für toptip.net -->

  </td>
  </tr>
<tr>
    <td width="100%" align="center">
<!-- neue zelle -->
    </td>
</tr> 
  </table>
(This is an extract of my menu,php from 4light_grey)
Viele Grüße / Best Regards
Manfred
------------------------------------------------------
photographic impressions powered by mc-com.de[/color][/url][/size]

Offline marox

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [Help or Suggestions] About template modifications
« Reply #4 on: April 04, 2005, 05:12:19 PM »
okey tnkss a lot i try to make that changes and i hope that will be okey  :)