Logged Out
Create an Account
Login:
Password:

Forgot your password?
<!--System:NextXEvents-->

View Version History
The <!--System:NextXEvents--> command will create a pre-formatted table of the next X events, where X is specified as a number.

For example,

<!--System:Next4Events--> will display the next 4 events, and <!--System:Next8Events--> will display the next 8 events.


As a complete example:

<!--System:Next2Events-->
will display as follows:



The code displayed would look like this:

<table cellpadding=0 cellspacing=1>
	<tr style='font-size:9pt' valign=bottom>
		<td style='font-size:7.5pt'>
			Wed, Apr 2nd, 3:00pm:
		</td>
		<td>
			<a href='javascript:eventdetails_by_id(75)' onMouseover="tt('...')" OnMouseout='ctt()'>Karazhan</a>
		</td>
	</tr>
	<tr style='font-size:9pt' valign=bottom>
		<td style='font-size:7.5pt'>
			Wed, Apr 2nd, 7:00pm:
		</td>
		<td>
			<a href='javascript:eventdetails_by_id(76)' onMouseover="tt('...')" OnMouseout='ctt()'>Karazhan</a>
		</td>
	</tr>
</table>


Incoming Guide Links
  • Layout File


  • Last Modified: 4/1/2008 10:58pm
    Contributors: Chops
    Easy Link
    BBCode Link: [guide=--SystemNextXEvents--][/guide]
    URL: http://dkpsystem.com/guide/--SystemNextXEvents--