 |
| |
 |
 |
 |
 |
|
 |
 |
 |
 |
 |
uffe Site Admin

 |
Posted: Mon Jan 21, 2008 9:53 pm Post subject: phpbb customasation FAQ, tips and tricks. Ad your own |
 |
|
Q: How do i change the Sticky Text to something of my own?
A: Open
language/lang_english/lang_main.php
find
| Code: | | $lang['Topic_Sticky'] = '<b>Sticky:</b>'; |
replace "Sticky" with whatever you want.
-------------------------------------------------------------------------------------------
Q: I dont want bots to index users signatures, how can i hide signatures from guests and bots?
A: In the tpl file, find what you want to hide then
add before
| Code: | | <!-- BEGIN switch_user_logged_in --> |
and add after
| Code: | | <!-- END switch_user_logged_in --> |
You can for example hide memberlist and login buttons for guests thisway or anyuthing else you dont want guests to se or stuff that you dont want robots to index. |
|
| |
|
|
|
 |
 |
 |
 |
 |
|
 |
 |
 |
 |
 |
|
 |
 |
 |
 |
|  |