This topic is locked

Users Online

11/28/2006 5:00:31 AM
PHPRunner General questions
L
lawfour author

Queston

  1. How do I list who's online by username on all users pages? Much like on this forum at the bottom of this page.
  2. When editing the page look in visual mode how do I keep the new look instead of erasing when hitting the reset.
  3. Do this program have a undo? Example when making changes to the visual page and I make a mistake can I undo it?
    Thanks

    Larry

J
Jane 11/28/2006

Larry,
please see my answers below:

  1. this task can be accomplished using some custom PHP scripts.

    However it has no connection with PHPRunner.
  2. just don't reset your pages.
  3. For Undo purpose you can use one of the following:

  • ctrl+Z combination
  • menu Tools->Undo
  • right click anywhere in Visual Editor and choose Undo.

S
sogoli 2/3/2008

Larry,

please see my answers below:

  1. this task can be accomplished using some custom PHP scripts.

    However it has no connection with PHPRunner.


please more help me this subject...

J
Jane 2/4/2008

Hi,
you can add custom event on the Visual Editor tab (Insert PHP code snippet option) and add your code to this event.

Unfortunately we don't have a ready to go solution for this.