Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 19/01/2002 07:14:56
|
Anonymous
|
hmm i customize my guestbook and find out inside com.php at font tag it missing this for color... when you change color for text everything change exept (comment) just add this in the font tag and you'll be okay!
color="$VARS[tb_text]"
and the new smilies in Advance Guestbook 2.3 ... don't edit and change the smilies code, because when you change this it doesn't change the java... therefore when you edit to other code the java still insert the old code! smilies will not show up!
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 25/02/2002 19:00:36
|
Anonymous
|
Well, i noticed it to, but where do i have to write this tag? please write me the whole code, cause i can't get it to work,my background is black and because of the bug i can't see comment writen, the checkbox near "private message" in the sign in page has the same problem, do you know how to solve this?
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 28/03/2002 14:08:29
|
Anonymous
|
The code mentioned has to be inserted in com.php.
Change this code:
- <td>
- <hr size="1"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">$com[name]:<br>
- $com[comments]</font>
- </td>
Into this code:
- <td>
- <hr size="1"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" [b][u]color="$VARS[tb_text]"[/u][/b]>$com[name]:<br>
- $com[comments]</font>
- </td>
To change the color of the text "private message" change this code (it's almost at the bottom of the page) in form.php:
- <td bgcolor="$VARS[tb_color_1]" valign="top"><textarea name="gb_comment" cols="41" rows="11" wrap="VIRTUAL"></textarea><br>
- <input type="checkbox" name="gb_private" value="1"> <font size="1" face="$VARS[font_face]">$LANG[FormPriv]</font>
- </td>
Into this code:
- <td bgcolor="$VARS[tb_color_1]" valign="top"><textarea name="gb_comment" cols="41" rows="11" wrap="VIRTUAL"></textarea><br>
- <input type="checkbox" name="gb_private" value="1"> <font size="1" face="$VARS[font_face]" [b][u]color="$VARS[tb_text]"[/u][/b]>$LANG[FormPriv]</font>
- </td>
Both of these documents are in the directory called templates.
I hope this will solve your problem.
TG
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 25/07/2003 14:27:45
|
JAZZY
Newbie
Joined: 25/07/2003 14:20:39
Messages: 1
Offline
|
Hi I was reading your post and followed your new code insert to make the comment color change from BLACK to WHTE. I added the code and it made the color change to white.
But if you put brackets around <td> it stays BLACK. If I leave it like this td> it turns WHITE but leaves the td> on the coments on the guestbook.
Can't figure it out
Can you help me please
thanks
Jazzy
|
|
|
|
|
|
Based on the open source JForum
|