Focus

Threads moved from the Suggestions forum after rejection

Moderators: Public Relations Department, Players Department, Programming Department, Game Mechanics (RD)

User avatar
Bran-Muffin
Posts: 2014
Joined: Mon Feb 09, 2004 5:51 pm
Location: California

Focus

Postby Bran-Muffin » Thu Oct 15, 2009 5:27 am

Not going to bother researching the threads.

Something where you can filter out events of everyone but a certain someone.

Say you want to view events of just a certain person, you type the name in some kind of box and a list of events shows up for that one character, as long as you were around to see this character perform an action.
User avatar
chase02
Posts: 2032
Joined: Fri Nov 07, 2008 1:13 pm
Contact:

Postby chase02 » Thu Oct 15, 2009 7:50 am

Probably quite easily doable in CSS/javascript alone, so wouldn't require so much work from ProgD, just restructuring the events log output.. wrap each event inside the <td> in <span> then add a charID to each span (<span>).. add a combo box somewhere with local character names, if a name is selected, run some javascript, passing the charID: 'targetChar(id)'..

(obligatory warning, following completely untested, not sure if this will work..)

Code: Select all

<script>
   function targetChar(id) {
      document.getElementById('#eventslist span').style.display = 'none';
      document.getElementById('#eventslist.123456').style.visibility = 'visible';
   }
</script>


Add a filter by "None" value in the combo box, if this is selected, just run the inverse of the above first command..
Image
tiddy ogg
Posts: 1402
Joined: Sun Oct 02, 2005 8:53 pm
Location: Southampton, England
Contact:

Postby tiddy ogg » Thu Oct 15, 2009 8:02 am

Using your browser's search facility requires no programming at all.
Can't you just search the page for that char's name?
User avatar
Bran-Muffin
Posts: 2014
Joined: Mon Feb 09, 2004 5:51 pm
Location: California

Postby Bran-Muffin » Thu Oct 15, 2009 8:32 am

You could do that... except it still shows you Everything on the page, it only highlights the characters name. Which could easily be missed.
User avatar
Doug R.
Posts: 14857
Joined: Wed Mar 23, 2005 6:56 pm
Contact:

Postby Doug R. » Thu Oct 15, 2009 12:30 pm

I think the browser's search function is perfectly usable for this. In fact, I use it all the time for this and it works great.
Hamsters is nice. ~Kaylee, Firefly
Idriveayugo
Posts: 667
Joined: Sun Dec 23, 2007 8:25 am
Location: Yugoslavia

Postby Idriveayugo » Thu Oct 15, 2009 1:55 pm

I propose we have time machines so we can go back in time and see people doing actions in real time. Screw searching for past events.
catpurr
Posts: 407
Joined: Mon Aug 10, 2009 8:39 pm

Postby catpurr » Thu Oct 15, 2009 7:07 pm

I want a device to put on, so I can see the cantr world, like I want it to be.
User avatar
chase02
Posts: 2032
Joined: Fri Nov 07, 2008 1:13 pm
Contact:

Postby chase02 » Fri Oct 16, 2009 1:12 am

Rejected so easily? I think it's a valid suggestion.
Image
User avatar
Doug R.
Posts: 14857
Joined: Wed Mar 23, 2005 6:56 pm
Contact:

Postby Doug R. » Fri Oct 16, 2009 2:41 am

As explained, there is already an acceptable way to do this using browser search that requires zero programming. Thread was also going off-topic. Rejected.
Hamsters is nice. ~Kaylee, Firefly

Return to “Rejected Suggestions”

Who is online

Users browsing this forum: No registered users and 1 guest