Xanga.com Number-of-Posts-per-page Controller
This script allows users to control the number of posts to show per page (from 1 to 5) in his/her Xanga.
This script is originally requested in forum.xangascript.info, when later cychoi made his first release of the script.
What this script actually does
- Limits the number of posts shown per page in Xanga
- Removes other entries from DOM (technically: not styled hidden)
- Modifies the "Next 5" and "Previous 5" links to match your configuration
- Works in public and private home
- Works in Firefox and MSIE
- Crashes if you have posted 2 entries in 1 minute
Installation
- Go to Look and Feel
- Find the box of "Website Stat"
- Paste the following script into the box
- Modify the line var xanga_timezone_settings = "+0800"; to match your Xanga
(This MUST be the same as the settings in your Xanga, or the script will crash!)
- Modify the line var number_of_posts_per_page = 1; if you wish
- Click "Save Changes"
- Go back to your Xanga
Hope you'll like it =)
Brought to you by
Eddy-Das
http://www.xanga.com/ewcy
02Apr2006 11:33
02Apr2006:
Repaired timezone problem
02Apr2006:
Added support for MSIE .... It really sucs....
02Apr2006:
Added support for "multi-post in one day"
02Apr2006:
cychoi posted his lengthy script in forum.xangascript.info. I guess... I could do the same
by less number of lines, and could yield better result :ppp
Anyway, really thanks to cychoi. Without him, I would not have the motivation to write such thing.