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/

etc...

into plugins/options/

step 2.

Go to your administration panel, click the menu extended plugins then click "Control Panel 2" 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 /skin/

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

step 5.

In your skin folder...

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

Also, look to see if you have the online0.gif and the online1.gif images on your website in skin/img/.
If not, upload from the /skin/ ----> /skin/yourskin/img/online0.gif and /skin/yourskin/img/online1.gif

Upload from skin/bullet.gif into y our skin/img folder

step 6.

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

If you would like to make this an image, go to your lang file and change:

$L['bookpage'] = "....";

to:

$L['bookpage'] = "<img src=\"skins/".$skin."/img/system/bookmark.gif\">";

You must supply your own image.


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>



Also, you can add {USERSDETAILS_ADDBUDDY}
in the users.details.tpl to add a link for 
adding them to the buddy list...


This will show on each users profile: what buddies they have, their to-do-list, bookmarked pages, and adding that user as a buddy.

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


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