Welcome, Guest |
You have to register before you can post on our site.
|
|
|
mybb Posting to twitter |
Posted by: Andre R. - 2010-08-24, 10:58 PM - Forum: 1.6 General Support
- Replies (6)
|
|
I have tried the mods in this forum that allow your threads to be posted to twitter automatically, but i just cant get mine to work.
Would anyone give any instructions on the general method of how to do it? I know this forum does it, and it looks awesome.
|
|
|
Can't get on my board |
Posted by: TonyMontana - 2010-08-24, 10:37 PM - Forum: 1.6 General Support
- Replies (9)
|
|
When I try to access my board I get this message:
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
126 - Incorrect key file for table './a6322767_LC/mybb_sessions.MYI'; try to repair it
Query:
DELETE FROM mybb_sessions WHERE ip='xx.xxx.xxx.xxx' (x's are there to erase the actual ip)
How can I go about and fix this?
|
|
|
Extracting error |
Posted by: crystalmichelle - 2010-08-24, 08:28 PM - Forum: 1.6 General Support
- Replies (2)
|
|
Hello,
I'm having a problem extracting the files. When I extract them I get an error like this:
! C:\Documents and Settings\Miss C\Desktop\mybb_1600.zip: The archive is either in unknown format or damaged
I have downloaded the ZIP file numerous times and I used WinRAR and 7-Zip. I also downloaded the files using IE and Firefox. I do not think it downloaded all the files because the downloading box would close before it completes the download.
Hope someone can help because this is a really nice board and I'm looking forward to using it. :-)
Thanks,
Crystal
|
|
|
Avatar function ? |
Posted by: Janota - 2010-08-24, 08:21 PM - Forum: 1.6 General Support
- No Replies
|
|
Whhat do i need to edit in this function to call an avatar in mybb?
function getAvatar($image) {
if ($image != '')
{
return "./avatar.php?userid=".$image;
}
else
{
return ("./images/avatars/invalid_url.gif");
}
}
Its ok i got it :
function getAvatar($image) {
return $image;
}
|
|
|
User Last Active Wrong |
Posted by: Spencer - 2010-08-24, 03:25 PM - Forum: 1.6 General Support
- Replies (3)
|
|
Hello,
On some of the users on my forum, their "Last Active" is wrong. It says that they were last active a minute ago, but they weren't.
How can I fix this? It's messing up another script I have running on my forum.
Regards.
|
|
|
|