Mô tả
Plugin creates widget that displays simple horizontal login.
If theme has registered sidebar on top, widget may be used to display Horizontal login for top of the page for webpage users.
Input boxes are aligned in horizontal way, not verticaly. For blog users there is no need to open wordpress login page to login.
If blog has WP-fb-autoconnect plugin installed, widget also displays Facebook connect button and allows users to connect using facebook credentials.
Ảnh màn hình




Cài đặt
- Upload
plugin-name.phpto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Use Widget to add login (if you have registered sidebar somewhere in top)
or Place
<?php FX_Simple_LoginLogout(); ?>code in your templates
Hỏi đáp
none
- How to use it?
-
Use Widget to add to sidebar.
Or place<?php FX_Simple_LoginLogout(); ?>code in your templates
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“FX simple LoginLogout” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “FX simple LoginLogout” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0.1
- Added FX_Simple_LoginLogout() function for calling directly from theme
- Added screenshots
1.0.0
- Added WP-FB-Autoconnect support.
- Registration link added.