everything works fine, but then the font..

This shoutbox, fully integrates in phpbb2, support smilies and bbcode
this shoutbox is a shoutbox written for phpbb2, therefor it makes uses of templates and language files

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

everything works fine, but then the font..

Postby uchiha nick on Tue 14. Jun, 2005 01:01

well, i installed it, but the font is well.. big.. and i dont know how to change it..

www.silvermain.tk

user : test
pass : test

if someone would check it out and help, thatd be great :D
uchiha nick
Poster
Poster
 
Posts: 5
Joined: Mon 16. Aug, 2004 20:16

Postby Beeveer on Tue 14. Jun, 2005 22:33

Add

Code: Select all
<span class="gensmall">
and
Code: Select all
</span>
around all the text.
Nee, ik geef geen antwoorden in het Nederlands, die horen thuis op www.phpbb.nl ;)
User avatar
Beeveer
brilliant supporter
 
Posts: 264
Joined: Tue 30. Nov, 2004 19:13
Location: Boskoop, South-Holland, the Netherlands

Postby uchiha nick on Tue 14. Jun, 2005 22:40

thnx for the reply, but this is my current code :

shoutbox_view_body.tpl
Code: Select all
<HEAD><META http-equiv="refresh" content="120;url={U_SHOUTBOX_VIEW}?auto_refresh=1">
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<link rel="stylesheet" href="{T_URL}/{T_HEAD_STYLESHEET}" type="text/css">
</style>
</HEAD>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<table width="100%" height="100%" cellpadding="0" cellspacing="1" border="0" class="forumline">
<!-- BEGIN shoutrow -->
<tr>
   <td class="{shoutrow.ROW_CLASS}" width="100%" higth="100%">
<span class="gensmall">
   {shoutrow.TIME}<br />
   <b>{shoutrow.USERNAME}:</b><br />
   {shoutrow.SHOUT}<br/></span>
   </td>
</tr>
<!-- END shoutrow -->
</table>
</body>


as you see its there.. it just doesnt seem to work :(
uchiha nick
Poster
Poster
 
Posts: 5
Joined: Mon 16. Aug, 2004 20:16

Postby Beeveer on Tue 14. Jun, 2005 22:52

Add the following code before the </style> tag

Code: Select all
<style type="text/css">
<!--
body {
   background-color: #E5E5E5;
        font-size: 11px;
   color: #626769;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   scrollbar-face-color: #EDEDED;
   scrollbar-highlight-color: #A7B1B5;
   scrollbar-shadow-color: #A7B1B5;
   scrollbar-3dlight-color: #EDEDED;
   scrollbar-arrow-color:  #A7B1B5;
   scrollbar-track-color: #e5e5e5;
   scrollbar-darkshadow-color: #EDEDED;
}
-->
Nee, ik geef geen antwoorden in het Nederlands, die horen thuis op www.phpbb.nl ;)
User avatar
Beeveer
brilliant supporter
 
Posts: 264
Joined: Tue 30. Nov, 2004 19:13
Location: Boskoop, South-Holland, the Netherlands

Postby uchiha nick on Tue 14. Jun, 2005 22:55

done.. tho it didnt help :(
uchiha nick
Poster
Poster
 
Posts: 5
Joined: Mon 16. Aug, 2004 20:16

Postby Beeveer on Tue 14. Jun, 2005 23:02

Last try:

Replace
Code: Select all
font-size: 11px;
with
Code: Select all
font-size: 10px;
Nee, ik geef geen antwoorden in het Nederlands, die horen thuis op www.phpbb.nl ;)
User avatar
Beeveer
brilliant supporter
 
Posts: 264
Joined: Tue 30. Nov, 2004 19:13
Location: Boskoop, South-Holland, the Netherlands

Postby uchiha nick on Tue 14. Jun, 2005 23:06

no.. sorry it didnt work.. also tried a few things on my own, didnt work as well..
uchiha nick
Poster
Poster
 
Posts: 5
Joined: Mon 16. Aug, 2004 20:16

Postby uchiha nick on Thu 23. Jun, 2005 22:57

come on, anyone?
uchiha nick
Poster
Poster
 
Posts: 5
Joined: Mon 16. Aug, 2004 20:16

Next

Return to Fully integrated shoutbox [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 3 guests

cron