EzPortal - Portal Software for Forums

EzPortal Forums => Feature Request => Topic started by: BigJon on February 19, 2009, 06:05:09 pm

Title: EzPortal and Correct Actions in "Who's Online"
Post by: BigJon on February 19, 2009, 06:05:09 pm
I was having issues with so many "unknown actions" coming up in my "who's online" page after installing this program.

I have figured out how to fix them all!

Firstly, the one regarding individual pages made by the page manager:
http://www.simplemachines.org/community/index.php?topic=294273.0

Secondly, the one regarding the "home page" and the "index page" I simply replaced the following lines of code in who.english.php with the following:

$txt['who_index'] = 'Viewing the main index of <a href="' . $scripturl . '">' . $context['forum_name'] . '</a>.';

replace with:

$txt['who_index'] = 'Viewing the front page of <a href="' . $scripturl . '">' . $context['forum_name'] . '</a>.';

Then add:

$txt['whoall_forum'] = 'Viewing the index of <a href="' . $scripturl . '">' . $context['forum_name'] . '</a>.';


Might be a good idea to include this with the next install so that actions show up properly.  The page thing will need some extra coding, as I hand coded the page links and names.  Not sure if you can create some script to pull the name of the page and display it.
Title: Re: EzPortal and Correct Actions in "Who's Online"
Post by: EzPortal on February 22, 2009, 09:41:45 pm
Great catch added to the next release