Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 06.02.2004, 16:57
Neuer Benutzer
 
Join Date: 02.2004
Age: 51
Posts: 9
Rep Power: 9
bbka0s is on a distinguished road
Please
Christian, sorry I think this is the wrong forum to ask?

How did you do the modification for the topics, like the image I have attached please.
Attached Images
File Type: gif image.gif (12.1 KB, 28 views)
Reply With Quote
  #2 (permalink)  
Old 06.02.2004, 18:04
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Quote:
Originally Posted by bbka0s
Christian, sorry I think this is the wrong forum to ask?

How did you do the modification for the topics, like the image I have attached please.

Is in the showthread Template, i have <br /> insertet
__________________
Meine kleinen Engel ... Die Rabauken ...

Last edited by Christian : 06.02.2004 at 19:07.
Reply With Quote
  #3 (permalink)  
Old 06.02.2004, 21:36
Neuer Benutzer
 
Join Date: 02.2004
Age: 51
Posts: 9
Rep Power: 9
bbka0s is on a distinguished road
Quote:
Is in the showthread Template, i have <br /> insertet

Sorry and please forgive me, can i ask you to post you showthread template please so I can do the same on my board please, please LOL

Sorry I am not a coder, a learner yes LOL
Reply With Quote
  #4 (permalink)  
Old 06.02.2004, 22:17
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Ok please wait a moment!
__________________
Meine kleinen Engel ... Die Rabauken ...

Last edited by Christian : 07.02.2004 at 00:47.
Reply With Quote
  #5 (permalink)  
Old 06.02.2004, 22:21
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - $thread[title]</title>
$headinclude

</head>
<body onload="$onload">
$header
$navbar

$poll

<a name="poststop" id="poststop"></a>

<!-- controls above postbits -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
<if condition="$show['largereplybutton']">
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" ></if></a></td>
</if>
<if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
<!-- / controls above postbits -->

<!-- toolbar -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
<td class="tcat" width="100%">
<div class="smallfont">
<if condition="$show['firstunreadlink']">
<a href="$firstunread"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[view_first_unread]" border="0" /></a>
<a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a>
</if>
&nbsp;
</div>
</td>
<td class="vbmenu_control" id="threadtools">
<a href="#goto_threadtools">$vbphrase[thread_tools]</a>
<if condition="$vboptions['usepopups']"><script type="text/javascript"> vbmenu_register("threadtools"); </script></if>
</td>
<if condition="$show['search']">
<td class="vbmenu_control" id="threadsearch">
<a href="#goto_threadsearch">$vbphrase[search_this_thread]</a>
<if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadsearch"); </script></if>
</td>
</if>
<if condition="$show['threadrating']">
<td class="vbmenu_control" id="threadrating">
<a href="#goto_threadrating"><if condition="$show['rating']">$vbphrase[rating]: <img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" alt="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" border="0" /><else />$vbphrase[rate_thread]</if></a>
<if condition="$vboptions['usepopups']"><script type="text/javascript"> vbmenu_register("threadrating"); </script></if>
</td>
</if>
<if condition="$vboptions['allowthreadedmode']">
<td class="vbmenu_control" id="displaymodes">
<a href="#goto_displaymodes">$vbphrase[display_modes]</a>
<if condition="$vboptions['usepopups']"><script type="text/javascript"> vbmenu_register("displaymodes"); </script></if>
</td>
</if>
</tr>
</table>
<!-- / toolbar -->
<br />
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #6 (permalink)  
Old 06.02.2004, 22:23
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
I marked the interruption red
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #7 (permalink)  
Old 06.02.2004, 22:46
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Please give me the Link to your Board, i will look this
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #8 (permalink)  
Old 07.02.2004, 00:27
Neuer Benutzer
 
Join Date: 02.2004
Age: 51
Posts: 9
Rep Power: 9
bbka0s is on a distinguished road
Quote:
Originally Posted by Christian
I marked the interruption red

Thanks very much Christian, LOL I tried it and it did not work for me never mind but thanks.

Yes my board is at http://www.arunviews.com not much on there yet as I am still messing around with it LOL

Hey, if you have a look at my board colors, whats the changes of changing the The Cold Style colors to something similar to the colors I have please?

What I really need to do, is have like a main web site, with links to my forums and others like galleries etc.....

look the above text converted into German via Babel Fish LOL

Der christliche Dank sehr viel, LOL versuchte ich es und es funktionierte nicht für mich: ( nie Verstand aber Dank. Ja ist mein Brett an http://www.arunviews.com nicht viel an dort dennoch, da ich noch herum mit ihm LOL verwirre He, wenn Sie einen Blick an meinen Brettfarben haben, ist was die Änderungen des Änderns der kalten Artfarben zu etwas, das zu den Farben ähnlich ist, die ich bitte habe? Was ich wirklich tun muß, ist haben wie eine Hauptweb site, mit Verbindungen zu meinen Foren und anderen wie Galerien usw......
Reply With Quote
  #9 (permalink)  
Old 07.02.2004, 00:44
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
He your Board look's nice , i love it

Quote:
Thanks very much Christian, LOL I tried it and it did not work for me never mind but thanks.

He he....Keep Cool , you must only deletet the <br /> in the showtreadtemplate!
Thats all, make ist and see!

Quote:
Hey, if you have a look at my board colors, whats the changes of changing the The Cold Style colors to something similar to the colors I have please?

This question do not understand I, what you mean exactly?

Quote:
What I really need to do, is have like a main web site, with links to my forums and others like galleries etc.....

Thats no Problem, you must see the code "The Cold Style" and you Copy this Code in to your Mainpage!
It's easy!


Quote:
look the above text converted into German via Babel Fish LOL

So wrong convertet "lol", its ok!

We have Time, let it us make slowly!

Bye
Christian
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #10 (permalink)  
Old 07.02.2004, 00:58
Neuer Benutzer
 
Join Date: 02.2004
Age: 51
Posts: 9
Rep Power: 9
bbka0s is on a distinguished road
Thanks, well what I was thinking is using like
http://www.keltensecrets.com/forum/showthread.php?t=37 for my main site

This would be like my main web site, which I could put links on the left side to forums, (beacuse I have 2 forums, 1 is vbulletin and 1 is Invasion) also I will have gallery and download area, which again I could place links to them from this main site.

then this for my vBulletin forum:

http://www.keltensecrets.com/forum/showthread.php?t=51

Ideas, I am working on, I am in no rush.... just would like to end up with a nice place to visit LOL

I like your colors, but I like mine also

Thanks you are nice helpful person, not seen often on the net today........

By the way, if you would like me to donate $$ please lmk
Reply With Quote
Reply

Lesezeichen

Thread Tools
Display Modes

Posting Rules
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist On.
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Translation please Christian :) themusicman English Forums 13 04.06.2004 10:19
Please help in typing germanese kamejojo English Forums 9 26.05.2004 04:45


Copyright © 2006, Reuter & Bloeß GbR.
| Datenschutz | Sitemap | Unsere Partner | Top |
Home Products Forum Über uns Support & FAQs
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.
Tipp: Fussball | Heilerde
Shopsystem, Shop System, CMS, Webkatalog mit vBCMS CMS