MyBB Community Forums

Full Version: problem after upgraiding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2011-11-25, 03:17 PM)MyBB Tuneup Wrote: [ -> ]I repeat: try to run AdminCP -> Tools & Maintenance -> File Verification and tell us if it's ok or not, please !

i don't find problems
Than... I still think... is from templates.
Can you post here the code of your postbit template ?
Go to Admin CP -> Templates & Styles -> Default (or name of theme used) -> Templates -> postbit, copy all and paste here. In source of your files i can see nothing, so this is the best posibility to understand wtf is that "w".
this is my postbit

{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tbody>
		<tr>
			<td class="tcat">
				<div class="float_left smalltext">
					{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
				</div>
				{$post['posturl']}
			</td>
		</tr>

		<tr>
			<td class="trow1 {$unapproved_shade}">
				<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
					<tr>
						<td class="post_avatar" width="1" style="{$post['avatar_padding']}">
							{$post['useravatar']}
						</td>
						<td class="post_author">
							<strong><span class="largetext">{$post['profilelink']}</span></strong> {$dummy}<br />
							<span class="smalltext">
								{$post['usertitle']}<br />
								{$post['userstars']}
								{$post['groupimage']}
							</span>
						</td>
						<td class="smalltext post_author_info" width="165">
							{$post['user_details']}
						</td>
					</tr>
				</table>
			</td>
		</tr>

		<tr>
			<td class="trow2 post_content {$unapproved_shade}">
				<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

				<div class="post_body" id="pid_{$post['pid']}">
<p><center><img src="http://a.imageshack.us/img832/9264/greeting.gif" alt="بسم الله الرحمن الرحيم" /></center><br />
 <br />
 <center>{$post['message']}</center></p>
				</div>
				{$post['attachments']}
				{$post['signature']}

				<div class="post_meta" id="post_meta_{$post['pid']}">
				{$post['iplogged']}
				</div>
			</td>
		</tr>

		<tr>
			<td class="trow1 post_buttons {$unapproved_shade}">
				<div class="author_buttons float_left">
					{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
				</div>
				<div class="post_management_buttons float_right">{$post['button_spam']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
				</div>
			</td>
		</tr>
	</tbody>
</table>

yes its work now just i visite this page
http://wiki.mybb.com/index.php/CHMOD_Files
thank you all for the support
There is a setting in ACP to select YES or NO on disable all plugins from all versions after 1.6.4 , try setting it to NO for checking and if it works fine with no, that means some of the plugin of yours is causing this issue.
The problem was solved. I talk in pm with him:
mohdows Wrote:thank you
i find the plugin "Online Status Avatar (2.1)"
my forum ok now
thxBig Grin
Smile
(2011-11-25, 04:39 PM)MyBB Tuneup Wrote: [ -> ]The problem was solved. I talk in pm with him:

While that is nice of you and well done for helping, may I politely suggest that you do not make a habit of taking support threads to private messages?

The reason I ask this is because often a resolved support thread is useful for other people encountering similar issues in the future, but if the resolution took place in private messages the solution is not public or searchable.

Did anybody else notice this user has been denied support before replying?
Hi,

The MyBB group offers support under the conditions of our Support Eligibility policy. It is apparent that one or more of your forums do not meet the conditions of our policy and therefore you are ineligible for support. This could be because of adult, piracy or hacking related content or because your forum does not display the minimum “Powered by MyBB” notice.

If you have any questions regarding this policy please post in the Private Inquiries forum.

Regards,
The MyBB group.
Pages: 1 2