Jump to content
DevFuse Forums

Gary Cornell

Members
  • Posts

    19
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by Gary Cornell

  1. File Name: devCU Additional Topics Sideblock

    File Submitter: Gary Cornell

    File Submitted: 01 Aug 2012

    File Category: IP.Board Modifications

     

    This hook adds another sideblock to your forum for listing the X latest topics in a forum or forums.

    Nice for those who want to display topics from specific forums only like support forums or site news forums or even if you have a welcome forum for new members.

     

    Features:

    - Define number of latest topics to display

    - Name the sideblock title whatever you want

    - Define which spcific forums to display

     

    Changelog 1.0.0 >> 1.0.1

    Updated settings to fix bad interaction with (SOS33) IPS Recent topics enhancement

    Added file edit for new class autonomy

     

     

    additionalside.png

     

    addtopics2.png

     

    Click here to download this file

  2. Slight issue with hide content app was reported and will be corrected in next release but if you are using this in conjunction with that app heres a quick fix.

     

    Issue: Hide Content not refreshing due to attachments fix we added. Seems to actually be an issue with hide content removing all tags upon refresh.

     

     

    In Templates >> Topic View >> ajaxThanksJS

     

    Find at the very bottom:

     

                                                                                    // Update post content for hide hack
    
    
                                                                                   if ( t.responseJSON['post'] != "" )
    
                                                                                   new Effect.Pulsate( thankersBox, { pulses: 3, duration: 1.5 } );
    
    
                                                                           }
                                                                   }
                                                           }
                                                   );
    }
    </script>

     

     

    And replace with this:

     

                                                                                    // Update post content for hide hack
    
                                                                                   if ( t.responseJSON['post'] != "" )
                                                                                   {
                                                                                           // Editless attempt to reach the post content
                                                                                           var postDivider = $( 'post_id_' + pid ).children[1].children[2].children[1];
                                                                                           postDivider.innerHTML = t.responseJSON['post'];
    
                                                                                           new Effect.Pulsate( postDivider, { duration: 1.5,  pulses: 3 } );
                                                                                   }
                                                                                   new Effect.Pulsate( thankersBox, { pulses: 3, duration: 1.5 } );
                                                                           }
                                                                   }
                                                           }
                                                   );
    }
    </script>
    

     

     

    Hope to correct the issue in follow up release 2.2.1

     

    This mod is in active development

    Report bugs or submit feature requests here:

    http://www.devcu.com/forums/tracker/project-1-ipb-33x-devcu-ajax-thanks/

  3. File Name: devCU Profile Tab for (DP33) Referrals System [3.3.x]

    File Submitter: Gary Cornell

    File Submitted: 21 Jul 2012

    File Category: IP.Board Modifications

     

    This application adds the referrals tab in a members public profile for the (DP33) Referrals System

    Shows the members that this user has referred/invited in profile image format or extended table format.

     

    Features:

    Turn on and off in profiles

    Two view settings - Classic and Extended

     

    Classic View

     

    refprofiletab.png

     

    Extended View

     

    refprofiletabev.png

     

    Click here to download this file

  4. File Name: devCU Ajax Thanks [iPB 3.3x]

    File Submitter: Gary Cornell

    File Submitted: 15 Jul 2012

    File Category: IP.Board Modifications

     

    This modification adds the ability for members to thank posters via Ajax. It keeps track of the number of times each member has been thanked and displays it in each post.

     

    It is very light-weight and adds no additional queries to the Topic View. It can automatically collapse the thankers if the list is too long.

     

    Additional features:

    Options thank count auto collapse

    cutom thanks images

    (TB) Hide Content functionality

    Shows members thanks given in profile

    Based on the work of Elad Nava for IPB 3.2x, devCU has taken over the development with permission.

     

    This modification is in full active development, new functions/features are planned and being added so please check back for updates. Feature requests are welcomed at devCU.

     

    IMPORTANT NOTICE:

    For Guaranteed clean and proper versions please download from devCU Website Directly

     

    This version adds new features and skin button fixes (2.1 >> 2.2):

    - Adds 1 new template, 1 new hook, 1 new database row

     

    New Features

    - Can now be installed over previous version without uninstall

    - Group Color/Formatting in Thankers List

    - Custom Thanks/Unthanks Image Option in Settings

    - Adds Times User Thanked in Public Profile

     

    Bug Fixes

    - Fixed attachment error upon thanks with Hide Content enabled

    - Fixed smilies/image issue with thanks

     

    Support Updates

    - Further (TB) Hide Content Hack 3.x Compatibility (See Step 4 of documentation)

    - Added IPBforumskins Spectrum Skin Button Fix (See Step 5 of documentation)

    - Minor Code Cleanups/Optimizing.

     

    Licensed

    - Licensed under DevCU Public License (DCUPL) Rev 21

     

    Support, Feature Requests, and Open Source Code

    devCU Home http://www.devcu.com

    Projects Code Repository http://www.devcu.net

    DO NOT post issues at the site you are downloading this from cause I wont get them. Post bugs, feature requests, and issues at the devCU Dev Home

     

     

    thanks%20given.png

     

    groupthanks.png

     

     

    Currently in development for next release 2.2.1

    - Update script to pull serial array for thanks given table - This will be included in the next release and will not effect any thanks given totals up to that point. Sorry couldnt get this in to this release but its been a real pain in the ass if you know what I mean.

     

    Features

    - Mobile skin ajaxThanks inclusion

    - Show thanks given in topic view

    - Improved Group Formatting

    - devCU Btracker integration

    - devCU ForumsX integration

     

    Proposed Feature (With Hide Content Only)

    - IP. Downloads integration (thanks in order to download files)

     

    Click here to download this file

  5. File Name: devCU Profile Points for (M33) Donation Tracker

    File Submitter: Gary Cornell

    File Submitted: 10 Jul 2012

    File Category: IP.Board Modifications

     

    This simple hook adds the reward point count in a members public profile for the (M33) Donation Tracker

    It is very light-weight and adds no additional queries.

     

    Features:

    Turn on and off in profiles

    Data Row Setup

     

    NOTE: The Donation Tracker does not add the points row into the database, this must be done manually. Also as far as I can tell the points system isnt working properly, at least on my board. You may be required to add the points manually until a fix is released.

     

    This modification is in full active development, new functions/features are planned and being added so please check back for updates. Feature requests are welcomed

     

    donationpoints.png

     

    settingsdt.png

     

    systemdevcudt.png

     

    Click here to download this file

  6. File Name: devCU Profile Points for (DP33) Referrals System v1.0

    File Submitter: Gary Cornell

    File Submitted: 02 Jul 2012

    File Category: IP.Board Modifications

     

    This simple hook adds the reward point count in a members public profile for the (DP33) Referrals System

     

    It is very light-weight and adds no additional queries.

     

    Features:

    Turn on and off in profiles

    Data Row Setup

     

    referralpoints.png

     

    settingsref.png

     

    systemdevcu.png

     

    In active development, new feature requests and support at devcu.com

     

    Click here to download this file

  7. I am trying to get in touch with the original purchaser to get some info, not sure of any details it was before my time.

     

    The images with the points and stuff are custom edits, wanted members to see their point totals.

     

    Let me confer with the owner of the site on access, I just maintain/webmaster it as an Admin but its someone else's site. Will get back to you by end of weekend or Monday. Have a nice holiday!

     

    EDIT: I just went and purchased the app from here. I feel better knowing its under my account. Anyway doing a full re-install and will let you know how it goes.

  8. Sorry to double post but forum wont let me edit today for some reason.

    Anyway one of our Admins purchased the mod last year, he is no longer with the site so I dont know his login. I would be happy to purchase the mod from here making sure I can also receive the support. I was going through the transaction and got the following errors on your site:

     

    Warning: implode() [function.implode]: Invalid arguments passed in /home/devfuse/public_html/sources/pages/products.php on line 778
    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/devfuse/public_html/sources/pages/products.php on line 780

     

    So I canceled it for now, just want to make sure I can go through without problems.

     

    Also dont know if this is also due to my issues but I noticed reward points are not displayed anywhere so I had to manually add them in members profiles and topic view. Is this in the mod or not?

     

    post-14292-0-17879300-1333745268_thumb.jpg

     

    post-14292-0-65412800-1333745276_thumb.jpg

     

    Shouldnt this be an option?

  9. I did get it through the Marketplace and it is version 3.0.2

     

    Also I noticed in 3.0.2 there is no sql to create the points row in members table. Seems to me this code in functions depends on that:

     

     

     /*-------------------------------------------------------------------------*/
    // Award member points
    /*-------------------------------------------------------------------------*/
    public function awardPoints( $memberId, $amount='' )
    {	
    	if( !$memberId OR !$amount )
    	{
    		return false;
    	}
    
    	# Check points system installed
    	if( !$this->DB->checkForField( 'points', 'members' ) )
    	{
    		return false;
    	}
    
    	# Give reward based on members total donations.
    	if( $this->settings['dt_member_rewards_total_donations'] )
    	{
    		$donations = $this->DB->buildAndFetch(array( 'select' => 'SUM(amount) as total_donations', 'from' => 'donate_users', 'where' => "status='1' AND member_id=".$donateMember['member_id'] ) );
    		$amount = $donations['total_donations'];		  
    	}	  
    
      $reward = $this->DB->buildAndFetch( array( 'select' => 'rid, title, amount_range1, amount_range2, points_enable, points_award, points_factor', 'from' => 'donate_rewards', 'where' => "active='1' AND '".$amount."' BETWEEN amount_range1 AND amount_range2" ) );
    	if( !$reward['rid'] OR !$reward['points_enable'] )
    	{
    		return false;
    	}
    
    	# Based on donation or amount
     if( $reward['points_award'] == '1' )
    {
      $pointsAward = $reward['points_factor'];
     }
     else if( $reward['points_award'] == '2' )
    {
      $pointsAward = $reward['points_factor'] * $amount;
     }	  
    
    	$this->DB->update( 'members', "points=points+{$pointsAward}", "member_id=".$memberId, false, true );
    }	

     

    So I am not getting any points for my members. I had to create the row myself and insert the points from all the donations but even now nothing gets added upon a new donation. This was installed on a new fresh IPB 3.3 final and though all the functions are showing, nothing is working. Just got a donation today and wouldnt have known it but for the email from PayPal. I cant see how the install went so wrong when it looks fine and I can update settings properly. Just seems nothing is getting through to the database.

     

    I will buy it again today from here if I can be assured this is working properly. I dont think there are major issues with the IPB 3.3 upgrade but at the same time I dont think this is fully stable, may need some tweaking.

  10. backed up the database tables and did a full remove and reinstall, All the functions are there now but the first donation didnt get picked up by the system. I tried to add it manually and got this:

     

     

    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Date: Fri, 06 Apr 2012 03:23:44 +0000
    Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
    IP Address:  - /admin/index.php?adsess=&app=donate&&&module=donations&section=donations&do=donations_add_do&id=
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    mySQL query error: SELECT SUM(amount) as total_donations FROM ibf_donate_users WHERE status='1' AND member_id=
    .--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
    | File																	   | Function																	  | Line No.		  |
    |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------|
    | admin/applications_addon/other/donate/modules_admin/donations/donations.php| [donate_func].awardPoints													 | 379			   |
    '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
    | admin/applications_addon/other/donate/modules_admin/donations/donations.php| [admin_donate_donations_donations].donationsSave							  | 32				|
    '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
    | admin/sources/base/ipsController.php									   | [admin_donate_donations_donations].doExecute								  | 306			   |
    '----------------------------------------------------------------------------+--------------------------------------------------

     

    I had to manually add it by hand into the database. This error can only be caused by an issue with the files. I checked all the settings and everything is correct.

  11. Well the donation tracker is all but broken with 3.3x

     

    Donations no longer auto post to forum category

    PMs are no longer sent

    Reward points and donations no longer are added to database

    Goals no longer show in drop down during transaction

    Goals no longer show on board sidebar

    Member 'add notes' no longer shows during transactions

    The only thing that is working is member can donate and then I have to basically add everything in manually.

     

    Feature request if possible:

    Add the miniphoto to the latest donations sidebar so it can work with all other sidebars

    Also in profile, top donators, and list all donations.

     

    i tried but keep getting a broken image

     

    post-14292-0-43315500-1332546091_thumb.jpg

×
×
  • Create New...