MyBB Community Forums

Full Version: Referral Link not showing (Must read)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
honorable members!
hope you will be fine, i have installed mybb on http://forumearnings.com
I have also installed the points shop on the site.
But the problem is that members cannot see their referral link in their user control panel.
I am using mygreen templates..

Anyone can please assist me in this matter?
thanks to all of you in advance.
ACP >> Templates & Style >> Templates >> MyGreen Templates >> User Control Panel Templates >> usercp

Make sure {$referral_info} is in there, it is by default.

You also need to upload the themes images, it shouldn't look like that.
(2011-04-10, 01:39 PM)AJS Wrote: [ -> ]You also need to upload the themes images, it shouldn't look like that.

what do u mean by this sir?
Below is the code of usercp. how to edit it? where to write it?
<html>
<head>
<title>{$lang->user_cp}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}
<td valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="{$colspan}"><strong>User CP Home</strong></td>
</tr>
<tr>
{$avatar}
<td class="trow2">
<span class="smalltext">

<!-- Welcome to User CP message, edit to your liking! -->
Your control panel allows you to edit your user 
profile, e-mail address, and password.  Change how our message board 
functions by turning certain features on and off.  Manage your private 
messages, uploaded attachments, and group memberships.  You can also 
check for updates in threads you have subscribed to and see if anyone 
left you reputation.<br />
<br />
If you have any problems using the User CP take a look at the 
<a href="{$mybb->settings['bburl']}/misc.php?action=help">Help section</a>.
<!-- End Welcome to User CP message -->

</span>
</td>
</tr>
</table>
{$latest_subscribed}
{$latest_threads}
{$latest_warnings}
{$user_notepad}
</td>
</tr>
</table>
{$footer}
</body>
</html>
Upload the mygreen folder to your MyBB images folder.

Revert the usercp template to original.
where will i find the original one code? cannot you please edit the above code?
Go to the list of templates and click Options by the usercp template, then click Revert to Original.
Go to: ACP > Templates > Your theme's templates > User Control Panel Template > usercp > Edit [Options] > and select Revert Back to Original option.