Moose
Junior Member
Teh Moose... :)
Posts: 295
inherit
29384
0
Dec 4, 2009 15:37:47 GMT -8
Moose
Teh Moose... :)
295
August 2004
gbee
|
Post by Moose on Aug 25, 2006 12:55:30 GMT -8
--This code no longer functions--Well God knows why I decided to write this but I did and no I refuse to code PB on a regular basis! Anyway here is what the code does. It allows you to add your info centers into an info center manager. After that you can add more, edit them, and delete them. Users can then select which info center they would like to use out of the ones you added. You can also set a default incase someone hasn't selected one, enable/disable the selection of an info center, and ban users from selecting an info center. Some screenshots: Admin PanelGeneral SettingsAdd Info CenterEdit Info CenterDelete Info CenterMass Delete Info CentersEdit ProfileNow for the code: Main Header: <script type="text/javascript"> <!-- /* Info Center Selectable In Profile Coded By Greg/Moose Don't repost or edit */ var icselcenb = "yes"; var defselic = "pbdefault"; var icselbab = new Array(); var icselban = ""; //--> </script> Main Footer: <script type="text/javascript" src="http://webpost.net/mo/moosescripts/pbselectableic.js"> <!-- /* Info Center Selectable In Profile Coded By Greg/Moose Don't repost or edit */ //--> </script> Please remove any info centers you have and add them in Add Info Center section in the Admin CP. You should be then good to go.
|
|