Hello everyone,
I'm trying in vain to find which file(s) in SMF 1.1.11 call(s) the display of the "unread topics since your last visit" that you can access via the User Info box (placed generally at the top of the pages).
I'm in the process of customizing a theme and want to get rid of a div class that displays a very unpalatable black section in .png.
Although I managed to do so for the sections' boards by modifying the MessageIndex.template.php file which belongs to the theme I'm using, this particular "unread" page seems to depend from something else entirely... and I can't figure out which or where.
Any help ?
Many thx!
The template for that page is defined in /Themes/default/Recent.template.php. The user info box is in index.template.php.
Many Thanks for your help, Ha² !
Silly me... :-\
I probably could have guessed myself, but I still have trouble to understand clearly "how things work" behind the scene.
Thanks again...