Main Menu
collapse

Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

User Info

Welcome Guest.
Please log in.

Who's Online

  • Dot Guests: 986
  • Dot Hidden: 0
  • Dot Users: 1
  • Dot Users Online:

Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]


If you're interested in helping other members with support requests, consider joining the Community Support Helpers group.

online users and online today mod

Started by Dermot, April 06, 2009, 09:02:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Dermot


when i installed the online today mod

the online block took on the list of online today also with a scrollbar

is there anyway to stop the block showing online today and just online now.

Pic attached.

smf 2.0RC1
Simle portal 2.2
Smf 2.0 RC3Simple Portal 2.3.2Firefox 3.6IE 8.0 (well its sits i dont use it)

Nathaniel

Find this code from your 'SPortal2.php' file:
// If you, like me, hate the UOT mod and want to disable it take out
// the comment line below. Wait a minute! Why did you insall it then?!
//return;


Replace with this code:
// If you, like me, hate the UOT mod and want to disable it take out
// the comment line below. Wait a minute! Why did you insall it then?!
return;
SMF Friend (Former Support Specialist) | SimplePortal DeveloperMy SMF Mods | SimplePortal"Quis custodiet ipsos custodes?" - Who will Guard the Guards?Please don't send me ANY support related PMs. I will just delete them.

Dermot

Smf 2.0 RC3Simple Portal 2.3.2Firefox 3.6IE 8.0 (well its sits i dont use it)

a3des

There is a way to show all the online users without a scrollbar?
It is written: 'And I stood upon the sand, and I saw a beastrise up out of that sand, and upon the head of that beast was the name of God!'

hotshotsgolf

Quote from: LHVWB on April 08, 2009, 01:49:39 AM
Find this code from your 'SPortal2.php' file:
// If you, like me, hate the UOT mod and want to disable it take out
// the comment line below. Wait a minute! Why did you insall it then?!
//return;


Replace with this code:
// If you, like me, hate the UOT mod and want to disable it take out
// the comment line below. Wait a minute! Why did you insall it then?!
return;


I don't have a SPortal2 file, but i have SPortal1-1. So i looked in that and found the line mentioned above, but when i uncommented the "return;" my scrolling was still there, it did not affect it at all.

FYI, i have 1.1.8, and upgraded from old SPortal to this new one.

Thanx.

[SiNaN]

If you want to remove the scroll bar for Who's Online:

Themes/default/(css/)portal.css

Code (Find) Select
.sp_online_flow
{
max-height: 150px;
overflow: auto;
}


Code (Replace) Select
.sp_online_flow
{
}
And slowly, you come to realize... It's all as it should be...