Shof515 wrote: if the Welcome Back! thing is buging you,then open up language/lang_main.php and find this:$lang['Welcome'] = "Welcome back! ";
and replace it with this:$lang['Welcome'] = "Welcome back ";
simple dirty litte trick.....![]()
example wrote: $l_new_topics_total = sprintf($l_new_topics_total_s, ( ($total_new_topics>0) ? '<a href="' . append_sid('search.'.$phpEx.'?search_id=newtopics') . '" class="nav" title="' . $lang['View_results'] . '">' : '' ) . $total_new_topics . ( ($total_new_topics>0) ? '</a>' : '' ));
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1"></HEAD>
<BODY></BODY></HTML>
## Author Notes:
## This MOD is tested on phpBB 2.0.8, but should work on older versions from 2.0.6.
## It has not been tested on phpBB 2.0.10, feedback on any problems is welcome.