How To Add A New Page On Viewonline??? »  Show posts from    to     

Icy Phoenix


Old Support Topics - How To Add A New Page On Viewonline???



dinoyoco [ Fri 11 Aug, 2006 19:02 ]
Post subject: How To Add A New Page On Viewonline???
A topic already exists that explains like adding authorizations for a new page. Now I would like to know like causing that he appears reflected in "Who is connected".

In order to make the new page I have used the Empty Page that Mighty Gorgon put in the old forum. By defect, when somebody is visited that page, it appears like "Index" and not the name of the page.

I have proven to put
Code: [Hide]
  1. define('SHOW_ONLINE', true);  
  2.  

but it does not work and I do not know if I need something more. Any idea?

Bye


Tom [ Fri 11 Aug, 2006 19:54 ]
Post subject: Re: How To Add A New Page On Viewonline
OPEN viewonline.php
FIND
Code: [Hide]
  1. case PAGE_TOPIC_VIEW:
  2. $location = $lang['Topic_view_count'];
  3. $location_url = "topic_view_users.$phpEx";
  4. break;

AFTER ADD
Code: [Hide]
  1. your Code 


OPEN /includes/constants.php
FIND
Code: [Hide]
  1. define('PAGE_SUDOKU', -1700);

AFTER ADD
Code: [Hide]
  1. your code 

Make sure the number is unique!

But I'm not sure if this is all that needs to be done. You have to test it.


KugeLSichA [ Sat 12 Aug, 2006 01:10 ]
Post subject: Re: How To Add A New Page On Viewonline
http://www.icyphoenix.com/viewtopic.php?p=216#216


dinoyoco [ Sat 12 Aug, 2006 10:22 ]
Post subject: Respuesta: How To Add A New Page On Viewonline
Thank you!

Bye


KugeLSichA [ Sat 12 Aug, 2006 11:00 ]
Post subject: Re: How To Add A New Page On Viewonline
you´re welcome




Powered by Icy Phoenix