MyBB Community Forums

Full Version: Unable to Logout! Help Please
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10
Thanks, I did not see it.

Appreciate the assistance very much!

Lyman


Jag100 Wrote:
lgldsr Wrote:>You have to edit the logout link. The vb conditon and navbar contains the old 1.2.7 logout link

Was any of this documented in the Release Notes for 1.2.8?

Thanks,

Lyman

Jag100 Wrote:You have to edit the logout link. The vb conditon and navbar contains the old 1.2.7 logout link

Go to Template manager > Your theme > header_welcomeblock_member

Find
<a href="member.php?action=logout&uid={$mybb->user['uid']}">Logout</a>

Replace With
<a href="member.php?action=logout&uid={$mybb->user['uid']}&sid={$session->sid}">Logout</a>

Yes it says the templates which need reverting
Hey what is happening there ?
I need ur help to fix my problem !!!
Help meeeeeeeeeeeeee.......... Sad
header_welcomeblock_member have reverted required. You have to revert it or you can change logout link as manuel code modification..
But how to do that ???
I am very new in myBB......
2 days ago i was unknown about myBB..........
murad12s Wrote:But how to do that ???
I am very new in myBB......
2 days ago i was unknown about myBB..........

Look do this

You have to edit the logout link. The vb conditon and navbar contains the old 1.2.7 logout link

Go to Admin CP > Templates > Modify / Delete > Your theme > header_welcomeblock_member > Edit

Find
Code:
<a href="member.php?action=logout&uid={$mybb->user['uid']}">Logout</a>


Replace With
Code:
<a href="member.php?action=logout&uid={$mybb->user['uid']}&sid={$session->sid}">Logout</a>


NewAge Wrote:header_welcomeblock_member have reverted required. You have to revert it or you can change logout link as manuel code modification..

Reverting it will remove the vB header which he does not want to remove
Bro i told u in my previous post that........
Well i did not get these code from header_welcomeblock_member,

I got these code : <a href="member.php?action=profile&uid={$mybb->user['uid']}"><font color="#026CB1">View

Profile</a></td></tr></font>

</table>
</div>

<!-- / user cp tools menu -->
<br />

PLZ help me.....
tmhai Wrote:I doubt reverting back to 1.2.7 will do anything. Have you cleared your cookies and temporary internet files, or have you tried using a different browser as a temporary solution for now?
well reuploaded my old files via ftp and now reverted back to 1.2.5
All working perfectly again.
I think I will just watch this thread until an easy fix is found.
Imo you shouldn't have to make all these code changes after a basic upgrade....anyway.
murad12s Wrote:Bro i told u in my previous post that........
Well i did not get these code from header_welcomeblock_member,

I got these code : <a href="member.php?action=profile&uid={$mybb->user['uid']}"><font color="#026CB1">View

Profile</a></td></tr></font>

</table>
</div>

<!-- / user cp tools menu -->
<br />

PLZ help me.....

Post the template contents here
See in this page...
http://community.mybboard.net/showthread...027&page=1

Just i copied these item in my template...(myorange1.0)

Thanks !!

M forum : www.mydreamtech.com
Hope now u will be able to help me....
i have tried again today going back up to 128 and even reverted all templates...same prob.
Houston we have a problem...
Pages: 1 2 3 4 5 6 7 8 9 10