Post by Shin™ on Jul 2, 2005 19:16:09 GMT -8
CrossFury Hack - Please Read if using this code!
Browser Compatibility: Cross-Browser
Forum Compatibility: ProBoards Version 4
Previews (Screenshots): I have temporarily removed the previews due to the size of the images...
My long-awaited coding project is complete, and ready to be submitted, so here it is.
This code allows an admin to create and customize new options to add the the member profiles, and these new options will display in all of the member's miniprofiles (in threads, on the view profile page, etc.) The complete list of features is below. The code is in two parts, and both parts MUST be properly installed for the code to work. One part goes in the global header, the other in the global footer.
Features:
Global Header:
Global Footer:
This code is my pride and joy, and I want v2 to be even better, so use the link in my signature if you want to suggest something for the next version.
If you need support for CrossFury, please read my signature. I don't come here often, so I do not have the time to handle support here.
Edit by Ross: This code is not compatible with Californias 'Location Flags' code. You can only use one or the other
Browser Compatibility: Cross-Browser
Forum Compatibility: ProBoards Version 4
Previews (Screenshots): I have temporarily removed the previews due to the size of the images...
My long-awaited coding project is complete, and ready to be submitted, so here it is.
This code allows an admin to create and customize new options to add the the member profiles, and these new options will display in all of the member's miniprofiles (in threads, on the view profile page, etc.) The complete list of features is below. The code is in two parts, and both parts MUST be properly installed for the code to work. One part goes in the global header, the other in the global footer.
Features:
- Cross-Browser (as always)
- Admin panel addons
- Create new profile option
- Edit an added option
- Delete an added option
- Delete all added options
- Create new profile option
- Creating/Editing new options
- Choose to enable/disable (without deleting) the option
- Can create either text fields or select boxes
- Can specify a default value for text fields, and any number of choices for select boxes
- Can specify a description of each new option
- Can choose to have only admins edit the option
- Choose to enable/disable (without deleting) the option
- Displays added profile options, and a member's choices for each one, in all of that member's miniprofiles (ignores that option if there if the member has not specified any value)
Global Header:
<script src="http://pb.proscripts.co.uk/uploads/CFHeader.js">
<!--
/*
Project: CrossFury Version 1.0 © Shin, 2005
This code may be used provided that you do not edit or repost this code without my prior permission, and that you do NOT remove this header. This script's coding is my official property, so please do not attempt to claim any of it as your own. This header must always remain intact.
This part of the code goes in your Global Header ONLY.
Both parts of the code must be properly installed to work.
*/
//-->
</script>
Global Footer:
<script src="http://pb.proscripts.co.uk/uploads/CFFooter.js">
<!--
/*
Project: CrossFury Version 1.0 © Shin, 2005
This code may be used provided that you do not edit or repost this code without my prior permission, and that you do NOT remove this header. This script's coding is my official property, so please do not attempt to claim any of it as your own. This header must always remain intact.
This part of the code goes in your Global Footer ONLY.
Both parts of the code must be properly installed to work.
*/
//-->
</script>
This code is my pride and joy, and I want v2 to be even better, so use the link in my signature if you want to suggest something for the next version.
If you need support for CrossFury, please read my signature. I don't come here often, so I do not have the time to handle support here.
Edit by Ross: This code is not compatible with Californias 'Location Flags' code. You can only use one or the other