Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some issues i have #76

Open
ghost opened this issue May 2, 2017 · 1 comment
Open

Some issues i have #76

ghost opened this issue May 2, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented May 2, 2017

Some problems:

  1. The editor looks like this to me: http://image.prntscr.com/image/c5585def9a5a4411b8289ea7a0f30a0a.jpeg

  2. When u click "Add Comment" nothing happens. If you reload page, the comment is posted.
    Error: http://image.prntscr.com/image/69c887139cfa44c4bac24ff568238043.jpeg

  3. If you "Report" a comment, there is no report of that comment for the mod/admin.

  4. All features except of the profilecomments are missing for me. There is no buddylist/last visitor shown. Variables missing in memberprofile template? What are the variables? ( And yes, i have them enabled in settings)

@bls1999
Copy link
Contributor

bls1999 commented Dec 1, 2017

  1. Try the source editor
  2. Try disabling AJAX. If it happens again, I'm having the same issue in Comments with MyAlerts enabled causes Error 500 or doesn't show without reloading #79. Disable MyAlerts notifications and enable MyBB notifs instead.
  3. Try Fix report functionality // #72 and #74 #75
  4. Below:

Referred by Language {$myprofile_referredby}
Number of Referrals {$referrals}
Comments (plus sent and received stats) {$myprofile_comments_stats}
Buddy List {$myprofile_buddylist}
Recent Visitors to Profile {$myprofile_visitors}
Comments {$myprofile_comments}

This is what the entire template looks like for me at the moment (I also have the username change history and thank you/like mods enabled):

<head>
<title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{$headerinclude}
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1804"></script>
</head>
<body>
{$header}
<fieldset>
	<table width="100%" cellspacing="0" cellpadding="0" border="0">
		<tr>
			<td width="75%">
				<span class="largetext"><strong>{$formattedname}</strong></span><br />
				<span class="smalltext">
					({$usertitle})<br />
					{$groupimage}
					{$userstars}<br />
					<br />
					<strong>{$lang->registration_date}</strong> {$memregdate}<br />
					<strong>{$lang->date_of_birth}</strong> {$membday} {$membdayage}<br />
					<strong>{$lang->local_time}</strong> {$localtime}<br />
					<strong>{$lang->postbit_status}</strong> {$online_status}{$username_changes}
				</span>
			</td>
			<td width="25%" align="right" valign="middle">{$avatar}</td>
		</tr>
	</table>
</fieldset>
<br />
{$awaybit}{$bannedbit}
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
	<tr>
		<td width="50%" valign="top">
			<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
				<tr>
					<td colspan="2" class="thead"><strong>{$lang->users_forum_info}</strong></td>
				</tr>
				<tr>
					<td class="trow1" style="width: 30%;"><strong>{$lang->joined}</strong></td>
					<td class="trow1">{$memregdate}</td>
				</tr>
				<tr>
					<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
					<td class="trow2">{$memlastvisitdate}</td>
				</tr>
				<tr>
					<td class="trow1"><strong>{$lang->total_posts}</strong></td>
					<td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total}){$findposts}</td>
				</tr>
				<tr>
					<td class="trow2"><strong>{$lang->total_threads}</strong></td>
					<td class="trow2">{$memprofile['threadnum']} ({$lang->tpd_percent_total}){$findthreads}</td>
				</tr>
				<tr>
					<td class="trow1"><strong>{$lang->timeonline}</strong></td>
					<td class="trow1">{$timeonline}</td>
				</tr>
				{$myprofile_referredby}{$referrals}
				{$tyl_memprofile}
{$reputation}
				{$warning_level}{$myprofile_comments_stats}
			</table>
			{$myprofile_buddylist}{$myprofile_visitors}{$contact_details}
		</td>
		<td>&nbsp;&nbsp;</td>
		<td width="50%" valign="top">
			{$profilefields}
			{$signature}
			{$modoptions}{$myprofile_comments}
			{$adminoptions}
			<div style="text-align: center">{$buddy_options}{$ignore_options}{$report_options}</div>
		</td>
	</tr>
</table>
{$footer}
</body>
</html>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant