Jump to content

Shawn Dean

Friends
  • Posts

    429
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Shawn Dean

  1. File Name: D21-Allow Quick Edit In Forums 1.0
    File Submitter: Shawn Dean
    File Submitted: 05 Feb 2006
    File Category: Modifications

    D21-Allow Quick Edit In Forums

    Modifiaction Description:
    D21-Allow Quick Edit In Forums Will Allow You To Enable The Option Of Using Quick Edit In Forums.

    Files Affected:

    • sources/action_admin/forums.php
    • sources/action_public/topics.php
    • skin_acp/IPB2_Standard/acp_skin_html/cp_skin_forums.php
    • Admin CP To Edit Skin Template(s)
    Modification History:
    • 1.0
      • First initial release of modification


    Click here to download this file
  2. File Name: D21-# Of Secondary Members In Group 1.0
    File Submitter: Shawn Dean
    File Submitted: 05 Feb 2006
    File Category: Modifications

    D21-# Of Secondary Members In Group

    Modification Description:
    D21-# Of Secondary Members In Group Shows The # Of Members That Has That Group
    In Their Secondary Group(s) In The Admin CP -> Manage Groups.

    Files Affected:

    • sources/action_admin/groups.php
    Modification History:
    • 1.0
      • First initial release of modification


    Click here to download this file
  3. File Name: D21-Secondary Group On ACP Search Form
    File Submitter: Shawn Dean
    File Submitted: 05 Feb 2006
    File Category: Modifications

    D21-Seconday Group On ACP Search Form

    Modification Description:
    D21-Seconday Group On ACP Search Form Will Show An Option To Choose If Member Is In Secondary Group.

    Files Affected:

    • sources/action_admin/member.php
    Modification History:
    • 1.0
      • First initial release of modification


    Click here to download this file
  4. File Name: D21-Display Subforums Above/Below Topics
    File Submitter: Shawn Dean
    File Submitted: 05 Feb 2006
    File Category: Modifications

    D21-Display Subforums Above/Below Topics

    Modification Description:
    D21-Display Subforums Above/Below Topics Will Display The Subforums Above, Below, Or Above & Below The Topics On A Forum Page!

    Files Affected:

    • sources/action_public/forums.php
    Modification History:
    • 1.0
      • First initial release of modification


    Click here to download this file
  5. File Name: D21-Switch Editor Style While Posting
    File Submitter: Shawn Dean
    File Submitted: 05 Feb 2006
    File Category: Modifications

    D21-Switch Editor Style While Posting

    Modification Description:
    D21-Switch Editor Style While Posting Will Allow You To Switch Editor's While Posting!

    Files Affected:

    • index.php
    • sources/classes/post/class_post.php
    Modification History:
    • 1.0
      • First initial release of modification


    Click here to download this file
  6. File Name: D21-Standard Language File Formatter 1.0
    File Submitter: Shawn Dean
    File Submitted: 05 Feb 2006
    File Category: Modifications

    D21-Standard Language File Formatter

    Modification Description:
    D21-Standard Language File Formatter Will Format Language Files In The Standard Way Via ACP Edit.

    Files Affected:

    • sources/action_admin/languages.php
    Modification History:
    • 1.0
      • First initial release of modification
    Example Of How Mod Works:
    Currently when you edit a language file via Admin CP, it saves the file ib this format:

    <?php
    
    
    $lang['var1'] = 'text';
    
    $lang['var2'] = 'text';
    
    $lang['var3'] = 'text';
    
    
    ?>

    When you add this modification and then edit a language file via Admin CP and save it, it will save it in this format:

    <?php
    
    
    $lang = array(
    
    
    'var1' => 'text',
    
    'var2' => 'text',
    
    'var3' => 'text',
    
    
    );
    
    ?>



    Click here to download this file

  7. File Name: D21-Add Actual Website To Nav Bar
    File Submitter: Shawn Dean
    File Submitted: 21 Feb 2006
    File Category: Modifications

    D21-Add Actual Website To Nav Bar

    Modification Description:
    D21-Add Actual Website To Nav Bar Will Simply Display Your Website At The Beginning Of The Nav Bar.

    Files Affected:

    • sources/classes/class_display.php
    Modification History:
    • 1.0
      • First initial release of modification


    Click here to download this file
  8. File Name: D21-Detailed Online List 1.0
    File Submitter: Shawn Dean
    File Submitted: 22 May 2006
    File Category: Modifications

    D21-Detailed Online List

    Modification Description:
    D21-Detailed Online List Will Show More Detailed Member Statuses On The Online List & In Profiles.

    1. Statuses Tweaked:

    • Now tells which member's profile somebody is viewing.
    • Making a new post tells which topic they are posting in, as well as the forum.
    • Making a new topic says they are actually making a new topic.
    • Tells which topic a user is printing or downloading.
    2. New statuses added:
    • Using 'My Assistant'
    • Reporting a post to a Moderator (won't say which post)
    • Warning a member (won't say which member)
    • Viewing the Calendar, and which event they are viewing (if they are - Viewing an event and not the calendar index)
    • Viewing the IPB Portal
    • Reading the Board Guidelines

    Files Affected:
    • sources/action_admin/groups.php
    • sources/action_public/online.php
    • sources/action_public/profile.php
    • sources/classes/class_session.php
    • sources/sql/mysql_queries.php
    Modification History:
    • 1.0
      • First Initial Release Of Modification


    Click here to download this file
  9. File Name: D21-Remember Admin Sessions 1.0
    File Submitter: Shawn Dean
    File Submitted: 23 May 2006
    File Category: Modifications

    Modification Description:
    D21-Remember Admin Sessions Will Remember Admin Sessions Even If You Close The Admin CP! (Until Your Session Expires, Or You Click The Added "Logout" Button)

    Files Affected:

    • sources/action_admin/login.php
    • sources/lib/admin_functions.php
    • skin_acp/IPB2_Standard/acp_skin_html/cp_skin_global.php
    Modification History:
    • 1.0
      • First Initial Release Of Modification


    Click here to download this file
  10. File Name: D21-Inherit Permissions From A Forum 1.1
    File Submitter: Shawn Dean
    File Submitted: 23 May 2006
    File Category: Modifications

    Modification Description:
    D21-Inherit Permissions From A Forum, Will Allow You To Load Permissions From A Forum Onto Another Forum.

    Files Affected:

    • sources/action_admin/forums.php
    Modification History:
    • 1.1
      • Fixed bug to where permissions wouldn't work at certain occasions.
    • 1.0
      • First initial release of modification


    Click here to download this file
  11. File Name: D21-Show Signatures Once 1.0
    File Submitter: Shawn Dean
    File Submitted: 23 May 2006
    File Category: Modifications

    Modification Description:
    D21-Show Signatures Once Will Allow You To Display A Posters Signature Once In A Topic.

    Features:
    1. Able to Turn This Feature On/Off.
    2. Able To Choose Which Method To Display The Signatures As.
    1. Method 1 - Displays The Posters Signature Under Their First Post In the Topic.
    2. Method 2 - Displays The Posters Signature Under Their Latest Post In The Topic.

    Files Affected:

    • sources/action_public/topics.php
    • sources/lib/func_topic_linear.php
    Modification History:
    • 1.0
      • First initial release of modification


    Click here to download this file
  12. File Name: D21-Posts Required To Send PMs
    File Submitter: Shawn Dean
    File Submitted: 23 May 2006
    File Category: Modifications

    Modification Description:
    D21-Posts Required To Send PMs, Will Require Members To Have A Certain Number Of Posts Before Sending PMs.

    Features:

    1. Change # Of Posts Required
    Files Affected:
    • sources/action_public/messenger.php
    • cache/lang_cache/en/lang_msg.php
    Modification History:
    • 1.0
      • First Initial Release Of Modification


    Click here to download this file
  13. File Name: D21-Add [AOL-ICQ-MSN-YIM] To Memberlist
    File Submitter: Shawn Dean
    File Submitted: 23 May 2006
    File Category: Modifications

    Modification Description:
    D21-Add [AOL-ICQ-MSN-YIM] To Memberlist Will Add AOL, ICQ, MSN, YIM Icons To The Memberlist.

    Files Affected:

    • sources/action_public/memberlist.php
    • cache/lang_cache/en/lang_mlist.php
    • Admin CP To Edit Skin Template(s)
    Modification History:
    • 1.0
      • First initial release of modification


    Click here to download this file
  14. File Name: D21-Quick PM Reply 1.0
    File Submitter: Shawn Dean
    File Submitted: 23 May 2006
    File Category: Modifications

    Modification Description:
    D21-Quick PM Reply Will Allow Members To Reply To PMs Quickly Without Leaving The Page.

    Features:

    Members:
    1. Use Quick PM Reply
    2. Show Smilies In PM
    3. Show Signature In PM

    Admin:
    1. Edit Modification Settings
    1. Quick PM Reply On/Off
    2. Allow Smilies In PM
    3. Allow Signatures In PM
    4. Add A Copy To The Sent Folder
    5. Quick PM Reply Box Opening

    Files Affected:

    • cache/lang_cache/en/lang_msg.php
    • sources/action_public/messenger.php
    • Admin CP To Edit Skin Template(s)
    Modification History:
    • 1.0
      • First initial release of modification


    Click here to download this file
  15. File Name: D21-Google Member Map 1.1
    File Submitter: Shawn Dean
    File Submitted: 23 May 2006
    File Category: Modifications

    Modification Description:
    D21-Google Member Map Is A Unique Member Map Powered By Google Maps.

    Files Affected:

    • index.php
    • sources/action_admin/groups.php
    • cache/lang_cache/en/lang_global.php
    • Admin CP To Edit Skin Template(s)
    Modification History:
    • 1.1
      • Added Ability To Set A Pre-Defined Map Height
      • Fixed 'Larger · Smaller' Map Resizers' Bug
      • Added A New 'Quick Coordinates' Searcher
    • 1.0
      • First initial release of modification


    Click here to download this file
  16. File Name: D21-Admin PM Logs 1.2
    File Submitter: Shawn Dean
    File Submitted: 23 May 2006
    File Category: Modifications

    Modification Description:
    D21-Admin PM Logs Manages & Keeps Logs Of All PM's Sent On Your Forums.

    Files Affected:

    • sources/lib/func_msg.php
    Modification History:
    • 1.2
      • PM Logs is now a component (saves 3 edits upon installation)
      • Fixed search results bugs (not being able to navigate to another page)
      • Entire mod uses member display names' now
      • Added IP Address of sender next to from name in log
      • Changed the search PM logs form, redesigned it in a table to look better
      • Added auto-suggest to keywords, only activated when to/from member is chosen from search dropdown
      • Added row highlight for checkboxes
      • Added deletion confirmation for logs
    • 1.1
      • Fixes:
        • Display Names
        • Magnify Glass Links
      • New Features:
        • Ability To Delete All Logs
        • Horizontal Scroll On Popup Window.
      • New Installer
    • 1.0
      • First initial release of modification


    Click here to download this file
  17. File Name: D21-Prev/Next PM Links 1.0
    File Submitter: Shawn Dean
    File Submitted: 23 May 2006
    File Category: Modifications

    Modification Description:
    D21-Prev/Next PM Links Will Show « Previous · Next » Links On A PM Message.

    Files Affected:

    • sources/action_public/messenger.php
    • cache/lang_cache/en/lang_msg.php
    • Admin CP To Edit Skin Template(s)
    Modification History:
    • 1.0
      • First initial release of modification


    Click here to download this file
  18. File Name: D21-Affiliates 1.0
    File Submitter: Shawn Dean
    File Submitted: 23 May 2006
    File Category: Components

    Modification Description:
    D21-Affiliates Will Add A Section To Your Forums For You To Add Affiliates!

    Features:
    1. Manage Affiliates
    2. Random Affiliates Globally On Forums
    3. Settings
    4. View Affiliates On Board

    Files Affected:

    • index.php
    • sources/classes/class_display.php
    • Admin CP To Edit Skin Templates
    Modification History:
    • 1.0
      • First initial release of modification


    Click here to download this file
  19. File Name: D21-Manage Uploads Directory 1.0
    File Submitter: Shawn Dean
    File Submitted: 23 May 2006
    File Category: Modifications

    Modification Description:
    D21-Manage Uploads Directory Allows You To Manage The Uploads Directory & View Info On Each File.

    Files Affected:

    • sources/acp_loaders/acp_content.php
    • sources/acp_loaders/acp_pages_content.php
    Modification History:
    • 1.0
      • First initial release of modification


    Click here to download this file
×
×
  • Create New...