TWLan Forum
How to add the Global News Box... - Printable Version

+- TWLan Forum (https://twlan.org)
+-- Forum: Legacy (https://twlan.org/forumdisplay.php?fid=61)
+--- Forum: TWLan 1.x (DSLan) (https://twlan.org/forumdisplay.php?fid=62)
+---- Forum: Deutsche Community (https://twlan.org/forumdisplay.php?fid=65)
+----- Forum: Spielerprojekte (https://twlan.org/forumdisplay.php?fid=9)
+------ Forum: Tutorials (https://twlan.org/forumdisplay.php?fid=11)
+------ Thread: How to add the Global News Box... (/showthread.php?tid=2075)



How to add the Global News Box... - Arthas - 10.10.2009

How to add the Global News Box...

1.Go to [DsLan]/htdocs/templates and search there index.tpl
2.Now there , search for :
Quote:</div>
<div class="container-bottom"></div>
</div>
</div><!-- content -->

3.And replace it with this code :
Quote: </div>
<div class="container-bottom"></div>
</div>

<div id="footer">
<div class="footer-header"></div>
<div class="footer-holder">
<div>
<span class="global-news">&nbsp;</span>
<strong>Here you can change your date</strong>

<p>
Here you can write anything you like
<br /><a </a>
</p>
</div>
</div>
<div class="footer-bottom"></div>
</div><!-- footer -->

4.And this is the final result:
[Image: 23048300.png]

German Version

1. Gehe zu [dslan]/templates und suche dort index.tpl
2. Nun sucht Ihr den folgenden Code:
Quote:</div>
<div class="container-bottom"></div>
</div>
</div><!-- content -->

3. Und ersetzt ihn mit diesem Code:
Quote:</div>
<div class="container-bottom"></div>
</div>

<div id="footer">
<div class="footer-header"></div>
<div class="footer-holder">
<div>
<span class="global-news">&nbsp;</span>
<strong>Here you can change your date</strong>

<p>
Here you can write anything you like
<br /><a </a>
</p>
</div>
</div>
<div class="footer-bottom"></div>
</div><!-- footer -->
[/quote]

4. So sieht das Endergebnis aus:
[Image: 23048300.png]



RE: How to add the Global News Box... - Jonsn - 10.10.2009

One can make the same one also in localhost/admin under "Startseite"!!!


RE: How to add the Global News Box... - Arthas - 10.10.2009

Yeah but this tutorial is for the new startseite not for the old one Big Grin


RE: How to add the Global News Box... - Jonsn - 10.10.2009

Ok, thats great!


RE: How to add the Global News Box... - m1cr0 - 11.10.2009

I think that he didn't understand wha you said arthas Wink


RE: How to add the Global News Box... - Arthas - 11.10.2009

m1cr0 its really easy...


RE: How to add the Global News Box... - Jonas1309 - 11.10.2009

I think the tutorial is good but everybody is able to find out where he/she can change the "Startseite"!


RE: How to add the Global News Box... - knollenmax - 11.10.2009

Oh, its a good Tutorial! But next time, you must write it in German, because we're there in a German Forum Big Grin

Now we can write News! Thats great! Why is it actually in English?


RE: How to add the Global News Box... - Arthas - 11.10.2009

Its in English because i can't speak german , and the Google Translator doesn't work...


RE: How to add the Global News Box... - Arthas - 12.10.2009

I have updated the first post with the german version! Hope you understand!


RE: How to add the Global News Box... - m1cr0 - 12.10.2009

@ Jonas1309 - index.tpl file from templates folder !


RE: How to add the Global News Box... - Yannici - 12.10.2009

The gramma of the German Tutorial is wrong.
You want correct this? Here:

1. Gehe zu [dslan]/templates und suche dort index.tpl
2. Nun sucht Ihr den folgenden Code:
3. Und ersetzt ihn mit diesem Code:
4. So sieht das Endergebnis aus:


RE: How to add the Global News Box... - Arthas - 12.10.2009

Done , i've updated the post. Thanks Yannici