Filesize 1.25 KB |
File Name showrefer.rar | # of Downloads 397
Comments
#5
06-02-2011
- Guest
How is the default HTML code of member_profile_showrefer template? Because I delete him :/
#6
06-02-2011
lol...well, you can look in your default templates which you should never change or adjust... OR...revert the template OR use this in your member_profile_referrals:
[html]
<tr>
<td class="{$bg_color}"><strong>{$lang->members_referred}</strong></td>
<td class="{$bg_color}">{$memprofile['referrals']}</td>
</tr>
[/html]
put
[html]
{$referrals}
[/html]
in your member_profile
[html]
<tr>
<td class="{$bg_color}"><strong>{$lang->members_referred}</strong></td>
<td class="{$bg_color}">{$memprofile['referrals']}</td>
</tr>
[/html]
put
[html]
{$referrals}
[/html]
in your member_profile
The site don't jive? PRESS F5
#8
27-08-2011
Hi Nodeman - can you be a bit more specific about the issue?
Are you using a custom theme? Have you checked in the default templates to see if it shows there? What version of mybb are you using?
You say it doesnt show up properly - so do you mean you can't see it all or the that HTML styling is off?
Are you using a custom theme? Have you checked in the default templates to see if it shows there? What version of mybb are you using?
You say it doesnt show up properly - so do you mean you can't see it all or the that HTML styling is off?
The site don't jive? PRESS F5
#9
27-08-2011
leefish;8481 Wrote:Hi Nodeman - can you be a bit more specific about the issue?
Are you using a custom theme? Have you checked in the default templates to see if it shows there? What version of mybb are you using?
You say it doesnt show up properly - so do you mean you can't see it all or the that HTML styling is off?
It's not working on the default theme or on the custom theme I'm using. The referrals section just stays the same. This plugin will be super useful for my site.