"Who is online" plugin (onlinestats) - Page 11 "Who is online" plugin (onlinestats) - Page 11
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

"Who is online" plugin (onlinestats)

Started by Joachim Müller, January 16, 2006, 02:34:00 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ksawery


caba

There's Lithuanian language.

Qayyom

Quote from: qayyom on April 17, 2007, 02:57:34 PM
it is great plugin

I attest it offline / locally on my PC, it is working very well.

but when i uploaded on my site PICSnCLIPS.net, it is not working on my live site.

= during installation, i was not face any problem or error
= where i can do mistake (i implemented successfully offline)
= how can i confirm/ check required features/ services are running properly on my site/hosting server

for the plugin

now it works very well                   ..............                      thanks to all
Qayyom Ashraf .:|:. Karachi-PK
*Image Removed*

Hein Traag

Quote from: qayyom on May 04, 2007, 03:21:36 PM
now it works very well                   ..............                      thanks to all


Would you mind sharing what you did to get it working ? It might benefit others.

Qayyom

Quote from: Hein on May 07, 2007, 07:15:48 AM
Would you mind sharing what you did to get it working ? It might benefit others.

Actually i did not write "onlinestats" in Album list view=>The content of the main page, after this correction it works perfectly.

complete status of this trouble shooting can be readable at Page #. 10 & 11
Qayyom Ashraf .:|:. Karachi-PK
*Image Removed*

pcinfoman

When I install this plugin, my albums display twice on the main page. See the attachment.

How do I solve this?

Hein Traag

What might help is placing this plugin as the first to be loaded into your cpg. Do that via the plugin manager.

pcinfoman

Ok, I just made it the top plugin on the list. It still gives me the same problem.

Ideas?

pcinfoman

I was mistaken. I had 2 plugins that caused this problem. This one and another one from the wrong version.

When I deleted the other one and moved this one to the top, it solved the problem.

Thank you

andyleery

Hi have a problem with this hack. Please look ab my site: http://www.bollybilder.de
I have also got a Hack installed, where you can sort the Albumlist (white arrow). The normal List is now under the "hack album list). So now its dobble, how can I delete the second one?

Also the onlinestars Box is twice, how can I also delete the second box?
Thx for help guys and excuse my English, I'm German ^^

Horizon

is it be possible to change 10 Minutes to 1 day?

Nibbler

Of course - the installer asks you how long you want the duration to be.

Horizon

i've just uploaded plugin files by using ftp, so i've haven't got any guestions...
Could you help me, where can I change these 10 minits?

Nibbler

You need to install the plugin. It won't work otherwise.

exzessiv

sorry for that question, but is there any alternative that the plugin is only shown at the frontpage ??

Sunnefa

Okay... I'm trying to change the format of the date displayed with "Most users ever online" and I only seem to be banging my head against the wall.
The code I have at the moment is this:

$lang_plugin_onlinestats_date_fmt='%W, %M %D %Y';

According to MySQL reference manual
%W will become weekday name, Sunday, Saturday etc.
%M will become month name, January, December etc.
%D will become day of the month with English suffix, 1st, 2nd, 3rd, 4th etc.
%Y will become year, numeric, 4 digits, 2006, 2007, etc.

these are the things that I want, but when I upload the changed version I get this: (see attached picture)

Any suggestions?


Sunnefa

Quote from: Nibbler on July 11, 2007, 12:00:13 AM
Wrong manual ;)

php.net/strftime


Thank you soooo much!  :D :D I kinda feel silly   :P

edit:
Hmmm... this is strange... according to the link you gave my I should write %A for full weekday name, but I still get the abbreviated weekday name. I want to make it say Friday but I only get Fri.... ???

Nibbler

No reason to feel silly; you are in the 1% of people who actually bother to consult a manual before posting. :)

Sunnefa

Quote from: Nibbler on July 11, 2007, 12:07:31 AM
No reason to feel silly; you are in the 1% of people who actually bother to consult a manual before posting. :)

Thank you :-)
edit(to the post above actually):
Hmmm... this is strange... according to the link you gave my I should write %A for full weekday name, but I still get the abbreviated weekday name. I want to make it say Friday but I only get Fri.... ???