MyBB Community Forums

Full Version: Missing Edit Signature [Please Read]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The Edit Signature will NOT show up.
[Image: ee93054d00ce1dab5d9dbdf2e50f18fc.png?1361856293]

I have changed these:
[Image: a717d9f70229043d69530de982021242.png?1361856347]

I have had no errors while updating. IDK what else to check.
Try going to "usercp.php?action=editsig" on your forum, I'm sure it works, but I want to confirm. If it does, respond back. I'll go ahead and give you the template edits you need to make to push it back onto your forum. Smile
(2013-02-26, 06:32 AM)Lith Wrote: [ -> ]Try going to "usercp.php?action=editsig" on your forum, I'm sure it works, but I want to confirm. If it does, respond back. I'll go ahead and give you the template edits you need to make to push it back onto your forum. Smile

Yes it works. What are those template edits? Smile
(2013-02-27, 12:04 AM)Spiked Wrote: [ -> ]
(2013-02-26, 06:32 AM)Lith Wrote: [ -> ]Try going to "usercp.php?action=editsig" on your forum, I'm sure it works, but I want to confirm. If it does, respond back. I'll go ahead and give you the template edits you need to make to push it back onto your forum. Smile

Yes it works. What are those template edits? Smile

Post your usercp_nav_profile template Smile
<tr>
	<td class="tcat">
		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercpprofile']}.gif" id="usercpprofile_img" class="expander" alt="[-]" title="[-]" /></div>
		<div><span class="smalltext"><strong>{$lang->ucp_nav_profile}</strong></span></div>
	</td>
</tr>
<tbody style="{$collapsed['usercpprofile_e']}" id="usercpprofile_e">
	<tr><td class="trow1 smalltext">
		<div><a href="usercp.php?action=profile" class="usercp_nav_item usercp_nav_profile">{$lang->ucp_nav_edit_profile}</a></div>
		{$changenameop}
		<div><a href="usercp.php?action=password" class="usercp_nav_item usercp_nav_password">{$lang->ucp_nav_change_pass}</a></div>
		<div><a href="usercp.php?action=email" class="usercp_nav_item usercp_nav_email">{$lang->ucp_nav_change_email}</a></div>
		<div><a href="usercp.php?action=avatar" class="usercp_nav_item usercp_nav_avatar">{$lang->ucp_nav_change_avatar}</a></div>
	</td></tr>
	<tr><td class="trow1 smalltext"><a href="usercp.php?action=options" class="usercp_nav_item usercp_nav_options">{$lang->ucp_nav_edit_options}</a></td></tr>
</tbody>

Found where I'm suppose to change it, what's the code? Smile
(2013-02-27, 12:20 AM)Spiked Wrote: [ -> ]
<tr>
	<td class="tcat">
		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercpprofile']}.gif" id="usercpprofile_img" class="expander" alt="[-]" title="[-]" /></div>
		<div><span class="smalltext"><strong>{$lang->ucp_nav_profile}</strong></span></div>
	</td>
</tr>
<tbody style="{$collapsed['usercpprofile_e']}" id="usercpprofile_e">
	<tr><td class="trow1 smalltext">
		<div><a href="usercp.php?action=profile" class="usercp_nav_item usercp_nav_profile">{$lang->ucp_nav_edit_profile}</a></div>
		{$changenameop}
		<div><a href="usercp.php?action=password" class="usercp_nav_item usercp_nav_password">{$lang->ucp_nav_change_pass}</a></div>
		<div><a href="usercp.php?action=email" class="usercp_nav_item usercp_nav_email">{$lang->ucp_nav_change_email}</a></div>
		<div><a href="usercp.php?action=avatar" class="usercp_nav_item usercp_nav_avatar">{$lang->ucp_nav_change_avatar}</a></div>
	</td></tr>
	<tr><td class="trow1 smalltext"><a href="usercp.php?action=options" class="usercp_nav_item usercp_nav_options">{$lang->ucp_nav_edit_options}</a></td></tr>
</tbody>

Found where I'm suppose to change it, what's the code? Smile

Replace it all with this

<tr>
	<td class="tcat">
		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercpprofile']}.gif" id="usercpprofile_img" class="expander" alt="[-]" title="[-]" /></div>
		<div><span class="smalltext"><strong>{$lang->ucp_nav_profile}</strong></span></div>
	</td>
</tr>
<tbody style="{$collapsed['usercpprofile_e']}" id="usercpprofile_e">
	<tr><td class="trow1 smalltext">
		<div><a href="usercp.php?action=profile" class="usercp_nav_item usercp_nav_profile">{$lang->ucp_nav_edit_profile}</a></div>
		{$changenameop}
		<div><a href="usercp.php?action=password" class="usercp_nav_item usercp_nav_password">{$lang->ucp_nav_change_pass}</a></div>
		<div><a href="usercp.php?action=email" class="usercp_nav_item usercp_nav_email">{$lang->ucp_nav_change_email}</a></div>
		<div><a href="usercp.php?action=avatar" class="usercp_nav_item usercp_nav_avatar">{$lang->ucp_nav_change_avatar}</a></div>
		{$changesigop}
	</td></tr>
	<tr><td class="trow1 smalltext"><a href="usercp.php?action=options" class="usercp_nav_item usercp_nav_options">{$lang->ucp_nav_edit_options}</a></td></tr>
</tbody>
Thank you so much.
You're welcome.
hi,
it is same issue with mine
here is the screen shot:
[Image: 35cissn.png]

How to access the html code that mentioned in post#5?
please give me the steps since i am still newbie Smile
(2013-06-17, 09:45 AM)ndang268 Wrote: [ -> ]hi,
it is same issue with mine
here is the screen shot:
[Image: 35cissn.png]

How to access the html code that mentioned in post#5?
please give me the steps since i am still newbie Smile

it fixed here:
http://community.mybb.com/thread-141361-...pid1014276

Thanks Smile