hi there, I have a small problem here.
How can I make words "Your Reply" bigger ?
// ======================================
Comments
test test bla bla bla....
Your Reply : bla bla bla ~~~~ <--- Words "Your Reply" are too small
// ======================================
i found the code in the file "language.inc.php" is t25
but i can't find where it is in the other files...
How can I make words "Your Reply" bigger ?
-
- Posts: 2
- Joined: Wed May 25, 2011 7:37 pm
Re: How can I make words "Your Reply" bigger ?
Where do you get that?
I only get the "Admin Reply" , code t30 in language.inc.php file.
If you get the text "Your reply" somewhere, please tell me where, because I can not find it.
You can change the size of the "Admin Reply" text by editing file gbook.php on line 1097 Change it to something like:
Greetings,
Henrie
I only get the "Admin Reply" , code t30 in language.inc.php file.
If you get the text "Your reply" somewhere, please tell me where, because I can not find it.
You can change the size of the "Admin Reply" text by editing file gbook.php on line 1097
Code: Select all
$comment .= '<br class="clear" /><br class="clear" /><i><b>'.$lang['t30'].'</b> '.str_replace('##GBOOK_TEMPLATE##',$settings['tpl_path'],$reply).'</i>';
Code: Select all
$comment .= '<br class="clear" /><br class="clear" /><i><b><span style="font-size:15px">'.$lang['t30'].'</span></b> '.str_replace('##GBOOK_TEMPLATE##',$settings['tpl_path'],$reply).'</i>';
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
-
- Posts: 2
- Joined: Wed May 25, 2011 7:37 pm
Re: How can I make words "Your Reply" bigger ?
My bad.
It is t30 "Admin Reply" !
Thanks for help.
It is t30 "Admin Reply" !
Thanks for help.