v.0.9.0 released
see first post for further details and updated features
- some fixes, optimizings and modes
update instruction
load up root/who_is_where.php again
check new edits for viewtopic.php (2)
check additional/changing edits for language/en/common.php (2)
Remember:
Edit
//--- CONFIG AREA --
in who_is_where.php and read comments before you ask anything.
The new
modes works in Topic Mode, Post Mode and combined**
** wrote: # show topic name
//set false or true
$show_topics = true;
** wrote: # show post name
# cant be mixed with $show_forums = true; (check results)
# you can mix it with $show_topics = true;*
#*(results are in "first come, first serve" mode)
//set false or true
$show_posts = true;
Dont forget to clear anything on board and browser and clear all sessions.