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

Installation

  1. Go to Look and Feel
  2. Find the box of "Website Stat"
  3. Paste the following script into the box
  4. 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!)
  5. Modify the line var number_of_posts_per_page = 1; if you wish
  6. Click "Save Changes"
  7. 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.