SOLVED How To Add A New Page On Viewonline???


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: [Download] [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

Subject: Re: How To Add A New Page On Viewonline
OPEN viewonline.php
FIND
Code: [Download] [Hide]
  1. case PAGE_TOPIC_VIEW:
  2. $location = $lang['Topic_view_count'];
  3. $location_url = "topic_view_users.$phpEx";
  4. break;

AFTER ADD
Code: [Download] [Hide]
  1. your Code 


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

AFTER ADD
Code: [Download] [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.

Subject: Re: How To Add A New Page On Viewonline
http://www.icyphoenix.com/viewtopic.php?p=216#216 ;-)

Subject: Respuesta: How To Add A New Page On Viewonline
Thank you!

Bye

Subject: Re: How To Add A New Page On Viewonline
you´re welcome 8)


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1244s (PHP: 14% SQL: 86%)
SQL queries: 10 - Debug Off - GZIP Enabled