Credit:

This plugin was made by a collaboration of work (Community Work) from plugins dating to LDU 600.

Description:

This plugin was designed for a one glance access page for users to get the content they need and want.

Detailed Instructions:

step 1.

Upload:

options.php
options.tpl
options.setup.php
lang/

into plugins/extended/options/

step 2.

Go to your administration panel, click the menu extended plugins then look for Options then click install all.

step 3.

In you prefered MySQL editor, run the SQL script in /SQL/

step 4.

In your CSS file add the code from /CSS/

*this creates the boxes. Format them the way you wish each table to look like.

step 5.

In your CSS folder...

Upload CSS/noavatar.gif into your skin/img folder

step 6.

Add the tag {BOOKMARK} to your page.tpl file.
This will show up only with your registered members.

Step 7.

Add the following HTML to your users.details.tpl file:

	<tr>
		<td>{PHP.L.PROFILEBUDDIES} :</td>
		<td>{USERSDETAILS_BUDDIES}</td>
	</tr>

	<tr>
		<td>{PHP.L.PROFILELIST} :</td>
		<td>{USERSDETAILS_NOTES}</td>
	</tr>

	<tr>
		<td>{PHP.L.PROFILEBOOKMARKS} :</td>
		<td>{USERSDETAILS_BOOKMARKS}</td>
	</tr>


This will show on each users profile what buddies they have, to-do-list, and bookmarked pages.

step 8.
In your forums.post.tpl

Add the tag: {FORUMS_POSTS_ROW_ADDBUDDY} anywhere inside the

	<!-- BEGIN: FORUMS_POSTS_ROW -->


	<!-- END: FORUMS_POSTS_ROW -->

This will allow a user to add a buddy from their forum post.

Step 9.

It's all done! Now call this plugin with plug.php?e=options


---========----
