Download link
				
				
Filesize 1.25 KB |
File Name showrefer.rar | # of Downloads 413
 
 
				
				Comments
				
            
                
#12
         
            
                    
                28-08-2011            
            
        
        
        
				Ok, I have not tested on 1.6.4 (we are still on 1.6.3 on leefish), but you need to check the following:
Plugin is activated in the plugins menu in ACP
This variable -
Needs to be in the member_profile template - put it directly under the reputation variable and see what happens.
Thanks
PS If you are really struggling I can take a look at the Admin CP on your site - you would have to give me a link and admin access to templates.
        Plugin is activated in the plugins menu in ACP
This variable -
Code:
{$showrefer}Needs to be in the member_profile template - put it directly under the reputation variable and see what happens.
Thanks
PS If you are really struggling I can take a look at the Admin CP on your site - you would have to give me a link and admin access to templates.
The site don't jive? PRESS F5 
        
            
                
#15
         
            
                    
                31-08-2011            
            
        
        
        
				Ok, I went to your board using the password and link and the variable is in the profile. You just need some people to do some referrals.
I removed the MYBB referral link as it was not needed. Maybe that is what caused the confusion.
        I removed the MYBB referral link as it was not needed. Maybe that is what caused the confusion.
The site don't jive? PRESS F5 
        
            
                
#17
         
            
                    
                25-11-2012            
            
        
        
        
				Yes, as discussed on MyBB you are using Google SEO urls. This MIGHT fix it - no guarantees - 
Open the plugin file (in a proper editor - Notepad ++)
and find this line:
[php=95]
AND u.referrer = '".intval($GLOBALS['uid'])."'
[/php]
and change that line to
[php=95]
AND u.referrer = '".intval(['uid'])."'
[/php]
        Open the plugin file (in a proper editor - Notepad ++)
and find this line:
[php=95]
AND u.referrer = '".intval($GLOBALS['uid'])."'
[/php]
and change that line to
[php=95]
AND u.referrer = '".intval(['uid'])."'
[/php]
The site don't jive? PRESS F5 
        
            
                
#19
         
            
                    
                15-08-2015            
            
        
        
        
            
                
#20
         
            
                    
                15-08-2015            
            
        
        
        (15-08-2015 02:35 PM)leefish Wrote: Showrefer plugin on github
https://github.com/leefish/showrefer
Thank you Leeeee, works perfectly
 
Only 2 little fix :x File showrefer.lang.php in /inc/languages/english (or other language folder)
and in member_profile_showrefer there was all together <td class="trow1 valign=top">
