Author Topic: Startseite ändern  (Read 5430 times)

0 Members and 1 Guest are viewing this topic.

Offline °dieWoelfin°

  • Newbie
  • *
  • Posts: 37
    • View Profile
Startseite ändern
« on: October 17, 2006, 12:37:34 PM »
Hallo,

ich hab hier schon viel durch lesen rausbekommen und durch Hilfe von anderen Usern (mal zu Ivan winkt).

Nun hab ich noch 2 Sachen die ich gerne ändern möchte, aber so richtig komme ich hier auch mit der Suche nicht weiter.

1. Ich möchte wenn jemand der nicht angemeldet ist auf der Startseite einen separaten Text zu lesen bekommt an der Stelle wo sonst der Galleryname steht



2. Weiterhin würde ich gerne auf der Startseite für angemeldet User KEINE Anzeige von neuen Bildern - also der Bereich soll ganz verschwinden und nur die Kategorien sollen sichtbar sein.


Wäre super wenn mir jemand einen Weg aufzeigen könnte dies zu verwirklichen.

Gruß
°dieWoelfin°

Offline °dieWoelfin°

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: Startseite ändern
« Reply #1 on: October 17, 2006, 01:36:00 PM »
Hallo Ivan,

danke für Deine schnelle Antwort.

Also zu Antwort 1 - wo finde ich den den Code?

Zu Antwort 2 - ich hab mal hier meine home.html - da ist nichts von dem was Du geschrieben hast oder bin ich nur blind? das ist die home.html von dem Template was ich benutze


Code: [Select]
{header}
 <tr>
 <td>
 <?php
 $tu 
"{template_url}";
 
$us "{url_search}";
 
$ls "{lang_search}";
 
$las "{lang_advanced_search}";
 require 
"{template_url}/incl/searchbox.php"
 
?>

 </td>
 </tr>
 <tr>
 <td class="bordercolor">
 <table width="100%" border="0" cellspacing="1" cellpadding="0">
 <tr>
 <td class="tablebgcolor">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150" class="row2" valign="top">
<?php
 $ub 
'{user_box}';
 
$lru "{lang_registered_user}";
 require 
"{template_url}/incl/user_incl.php"
 
?>

{if random_image}
<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="head2" height="20" background="{template_url}/images/top_bg.gif"> <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}
<img src="{template_url}/images/spacer.gif" alt="" width="150" height="1" />
<?php
require "{template_url}/incl/menu.php"
?>

</td>
 <td width="1" class="bordercolor" valign="top"><img src="{template_url}/images/spacer.gif" width="1" height="1" alt="" /></td>
 <td width="18" valign="top"><img src="{template_url}/images/spacer.gif" width="18" height="18" alt="" /></td>
 <td width="100%" valign="top">
<?php
 $uti 
"{url_top_images}";
 
$lti "{lang_top_images}";
 
$uni "{url_new_images}";
 
$lni "{lang_new_images}";
 require 
"{template_url}/incl/click_incl.php"
 
?>

  <br />
  <span class="title">{site_name}</span>
<hr size="1" />
  {if categories}
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
   <td class="head1">
   <table width="100%" border="0" cellspacing="0" cellpadding="3">
    <tr>
    <td class="head1" valign="top" background="{template_url}/images/top_bg.gif">{lang_categories}</td>
    </tr>
    <tr>
    <td class="row2" valign="top">{categories}</td>
    </tr>
   </table>
   </td>
   </tr>
  </table>
  <br />
  {endif categories}
 {lang_site_stats}<br />
   {if msg}<b>{msg}</b><br /><br />{endif msg}
  <br />
<?php
 $ni
='{new_images}';
 require 
"{template_url}/incl/new_incl.php"
?>

 <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>
<?php
 
require "{template_url}/incl/t_close.php"
?>

</td>
</tr>
<tr>
<td>
<?php 
 
require "{template_url}/incl/bott_incl.php"
?>

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

Offline °dieWoelfin°

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: Startseite ändern
« Reply #2 on: October 26, 2006, 08:27:17 PM »
Huhu Ivan,

sorry das ich mich nun erst melde.

Also das mit dem löschen hat geklappt - das andere bekomme ich so gar nicht geregelt  :?

Ist aber nicht ganz so schlimm.

Gruß
°dieWoelfin°