MyBB Community Forums

Full Version: Cannot Upload avatars/cannot move threads HELP!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello, im new here and i made a beatgame forum, i choosed mybb 1.4.8 and i personally loved it but now that we are growing more and more, i found some serious problems

1.- i cannot upload avatars, the error i get is that image is invalid
a.- i checked permissions (Directorio de Avatares ./uploads/avatars Escritura 777) all ok
b.- i checked file size limits and stuff all ok
c.- i replaced moderation.php and userpanel .php
nothing....

the only method i have to upload avatars is via web link

my ACTIVE plugins are
Board Copyright (1.0)
Awaiting Activation Message (1.2)
Add Spiders (0.1)
Active Users (1.0.1)
Admins can log into Users' accounts (1.0)
Adstats (2.1)
Birthday Mailer (2.0.1)
Announcements with Marquee (1.0)
Extra Mycode (1.1)
Fast Menu (0.2b)
Favicon (1.1)
New Thread with Rules (1.0)
Google Analytics (1.3)
Hide Links to Guests (1.0)
HP / MP / EXP Statistics (1.0.0)
Last Threads, Posts and Popular Threads on UserCP Home (1.0)
User E-mail Validation! (1.0.1)
MYPS (1.3)
Steven's Direct Plugin Manager Free (1.0)
PM On Registration (1.2.0)
Show Users Who Have Been Registered Today (1.0)
Side Boxes! (2.1)
Spoiler BBCode (1.4)
Today's Top Posters (1.0)
Unanswered Posts (1.0)
Ultimate Posting Suite (1.0 )
Guests Warning (1.0)
Youtube BBCode (1.0)

b.- i checked admin permissions and hosting file permissions
nothing
u.u can you guys help me?

2.i got sideboxes plugin to emulate a portal mixed with index.php
anyone knows how to insert boxes at left side?

3. oh yeah the website is http://www.beatdj.net
----------------------------------

this thread take me a lot of time to write it and translate it
For the invalid forum error try reuploading inc/functions.php.
(2009-07-24, 04:46 PM)polarbear541 Wrote: [ -> ]For the invalid forum error try reuploading inc/functions.php.

Thanks bro, i will try it
EDIT: U ARE THE ROCK! Big Grin! it worked...but i still have more problems T_T!
Can you upload the avatar here and make sure it works??

For the sideboxes, paste your index template here and I'll change the code for you to put them on the left.
avatar stuff is fixed
but about the sideboxes u.u
here is my index.php
and here the Custom data inserted in SIDEBOXES plugin

i wish to find a way in index.php or in sideboxes plugin to be able to put the same boxes in left and right
to imitate the portal.php
No not index.php, I can't do anything with that, I need your index template... ACP > Templates & Style > Templates > **expand template set** > Index Page Templates > index.
is that the one ?
or is not? u.u!
Bumping :3
To have the boxes on the left, use this:

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<style type="text/css">
.newsbar {
	background: #D6ECA6;
	border-top: 2px solid #8DC93E;
	border-bottom: 2px solid #8DC93E;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	font-weight: bold;
        color: #080808;
}
</style>

<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}

<p class="newsbar">Estamos aun en construccion, Tengan paciencia! <br> Registrate y colabora con nosotros!!!
</p>

<table width="100%"  border="0">
  <tr>
    <td width="25%" valign="top">{$sb_welcome}{$sb_search}{$sb_stats}{$sb_latestthreads}{$sb_additional}</td>
    <td width="75%" valign="top">{$forums}</td>
  </tr>
</table>

{$boardstats}



<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
	<tr>
		<td class="trow3" align="center" valign="middle"><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" /></td>
		<td class="trow1" align="center" valign="middle"> <span class="smalltext">{$lang->new_posts}</span></td>
		<td class="trow3" align="center" valign="middle"><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" /></td>
		<td class="trow1" align="center" valign="middle"><span class="smalltext">{$lang->no_new_posts}</span><br /></td>
		<td class="trow3" align="center" valign="middle"><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}"/></td>
		<td class="trow1" align="center" valign="middle"><span class="smalltext">{$lang->forum_locked}</span></td>
	</tr>
</table>
<br style="clear: both" />
{$footer}
</body>
</html>
it worket Matt, you are awesome, i really appreciate your help.
but what i want is to make the boxes stay in both sides (to make some similar to a portal)
i already tried, for many hours, but i messed my forum
could you give it a last try?
Thanks
Pages: 1 2