Përshkrim
This plugin enables you to display how many users are online on your WordPress site, with detailed statistics of where they are and who they are (Members/Guests/Search Bots).
Përdorimi (Me Widget)
- Go to
WP-Admin -> Appearance -> Widgets
- Emri i widget-it është UserOnline.
- Scroll down for instructions on how to create a Faqe UserOnline.
Përdorimi (Pa Widget)
- Open
wp-content/themes/<YOUR THEME NAME>/sidebar.php
and add Anywhere:
<?php if (function_exists('users_online')): ?>
<p>Users online: <div id="useronline-count"><?php users_online(); ?></div></p>
<?php endif; ?>
Zhvillim
https://github.com/lesterchan/wp-useronline
Kredite
Dhurime
I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks, I will really appreciate it. If not feel free to use it without any obligations.
Foto ekrani
PBR
-
Krijimi i një Faqeje UserOnline
-
- Go to
WP-Admin -> Pages -> Add New
- Type any title you like in the post’s title area
- If you ARE using nice permalinks, after typing the title, WordPress will generate the permalink to the page. You will see an ‘Edit’ link just beside the permalink.
- Click ‘Edit’ and type in
useronline
in the text field and click ‘Save’. - Shtypni
[page_useronline]
te fusha e lëndës së postimit - Klikoni mbi “Botoje”
If you ARE NOT using nice permalinks, you need to go to
WP-Admin -> Settings -> UserOnline
and under ‘UserOnline URL’, you need to fill in the URL to the UserOnline Page you created above. - Go to
-
Për Shfaqjen e Numrit Më të Madh të Përdoruesve Në Linjë
-
- Përdoreni:
<?php if (function_exists('get_most_users_online')): ?> <p>Most Users Ever Online Is <?php echo get_most_users_online(); ?> On <?php echo get_most_users_online_date(); ?></p> <?php endif; ?>
-
To Display Users Browsing Site
-
- Përdoreni:
<?php if (function_exists('get_users_browsing_site')): ?> <div id="useronline-browsing-site"><?php echo get_users_browsing_site(); ?></div> <?php endif; ?>
-
To Display Users Browsing A Page
-
- Përdoreni:
<?php if (function_exists('get_users_browsing_page')): ?> <div id="useronline-browsing-page"><?php echo get_users_browsing_page(); ?></div> <?php endif; ?>
-
Error on activation: “Parse error: syntax error, unexpected…”
-
Make sure your host is running PHP 5. The only foolproof way to do this is to add this line to wp-config.php (after the opening
<?php
tag):var_dump(PHP_VERSION);
Shqyrtime
Kontribues & Zhvillues
“WP-UserOnline” është software me burim të hapur. Në këtë shtojcë kanë dhënë ndihmesë personat vijues.
Kontribues“WP-UserOnline” është përkthyer në 18 gjuhë. Faleminderit përkthyesve për ndihmesën e tyre.
Përkthejeni “WP-UserOnline” në gjuhën tuaj.
Ju intereson zhvillimi?
Shfletoni kodin, shkarkoni depon SVN, ose pajtohuni përmes RSS-je te regjistri i zhvillimeve.
Regjistër ndryshimesh
2.88.3
- FIXED: Strip all tags before inserting data into the DB.
2.88.2
- FIXED: Fixed XS. Props Alex.
2.88.1
- FIXED: Fixed XSS. Props Juampa Rodriguez.
2.88.0
- NEW: Bump to WordPress 6.0.
- FIXED: Fixed XSS. Props @steffinstanly.
2.85.6
- NEW: Bump to WordPress 5.6
- NEW: Added more bots
- NEW: Remove hardcoded Archive text in page title
- FIXED: Update SCB Framework to support PHP 8
2.85.5
- NEW: Bump to WordPress 5.4
- NEW: Added more bots
2.87.4
- NEW: Bump to WordPress 5.3
- NEW: Added more bots
- FIXED: Update SCB Framework To Remove contextual_help
2.87.3
- FIXED: Duplicated Settings Saved admin_notices
- FIXED: Missing arrow
- U NDREQ: U përditësua listë robotësh
2.87.2
- E RE: Hedhje te 4.9
- U NDREQ: Njoftime në Platformën SCB
2.87.1
- NEW: Bump to 4.7
- NEW: New useronline_custom_template filter
2.87
- E RE: Heqje kartelash po/mo prej shtojcës
- E RE: Përdorni translate.wordpress.org që të përktheni shtojcën
- U NDREQ: Përditësim i Platformës SCB
- FIXED: Incompatible scbAdminPage::validate()
2.86
- FIXED: Notices in Widget Constructor for WordPress 4.3
2.85
- NEW: Uses WordPress native uninstall.php
2.84
- NEW: Bump to 4.0
2.83
- Show user agent when hovering over IP, instead of address lookup
- Use local time for UserOnline Page
- Fixed ‘Strict Standards: Non-static method’ warnings
- Update scb Framework
2.82
- show most recent visitors first
- fix duplicate entry errors
- fix ajax requests for SSL
2.81
- U ndreq faqe rregullimesh
- fixed “Return to default” buttons
- show user list in admin only to users with ‘manage_options’ capability
- u shtua filtri ‘useronline_bots’
2.80
- don’t show url and referral links for users in the admin area
- smarter detection via ajax requests
- ndreqje gabimesh SQL
2.72
- ndreqje gabimi fatal gjatë përditësimit
2.71
- ndreqje problemi %USERONLINE_COUNT%
2.70
- added option to link user names to their author page
- allow displaying online users from a different page than the current page
- paketim kartelash gjuhësore
- më tepër të dhëna
2.62 (2010-03-07)
- ndreqje integrimi me WP-Stats
- ndreqje gabimi me get_admin_page_title()