Seite 3 von 3

Re: prosilver overall_footer.html Änderungen

Verfasst: 15.08.2011 18:54
von js2002
lande leider immer noch im forum! häh?!

EDIT: kann es daran liegen, dass ich admin bin und somit die acp.php nutze und gar nicht die ucp?

lol

daran lags:

Code: Alles auswählen

  case 'login':
    if ($user->data['is_registered'])
    {
      redirect(append_sid("{$phpbb_root_path}portal.$phpEx"));
    }

    login_box(request_var('redirect', "portal.$phpEx"));
  break;

Re: prosilver overall_footer.html Änderungen

Verfasst: 15.08.2011 19:51
von js2002
SO

nun zurück zum thema:

wie bekomme ich rechts nen banner hin? in den portalbereich könnte ich noch irgendwie übers mod rausbekommen.
Aber in den grauen bereich?

http://homegame.de.vu/forum da rechts


links ist es ein wrap:

common.css

Code: Alles auswählen

#wrap {
    padding: 20px 20px;
    min-width: 800px;
    width: 80%;                    /* This changes the width of your style to a fluid 80%. */
    margin: 0 auto;                /* This center aligns your wrap width on the browser page */
    background-color: #FFFFFF;     /* Gives the wrap a white background */
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
}
Hmmm, kann man da nen bild + link reinbekommen? + wie mache ich so einen neuen wrap rechts?