ShoutBox!

Scrubmeister

2024-04-19, 10:32:40
Good to see the site back faster than ever. :)
 

Skhilled

2024-04-18, 21:09:09
I've upgraded the server...more resources. ;)
 

Ken

2024-04-18, 20:57:10
Now that you mention it...  :D
 

Skhilled

2024-04-18, 20:47:19
...and, you should notice that the site is much faster.  :o
 

Ken

2024-04-18, 20:31:37
Hey Steve.
 

Skhilled

2024-04-18, 17:56:10
Re-read the message below...
 

Skhilled

2024-03-31, 15:22:06
Oh yeah, you need to upgrade the site first...
 

Ken

2024-03-30, 09:54:54
Whoops! I forgot that the SMF install here on OFF is out of date!  :'(
 

Ken

2024-03-30, 09:44:48
 Conga-Rats Steve!  :thumbup:
Me gonna install it here just for the fun of it!  :)
 

Skhilled

2024-03-29, 22:15:23
Released!  :D

Recent Topics

TP Articles


Search in titles
Search in article texts

Design Happy New Year Theme Fixes

Started by ,

Previous topic Next topic

0 Members and 1 Guest are viewing this topic.

Skhilled

To fix the user area at the top right after the user logs in...where the avatar is showing. index.css - line 1507. Note that only the last two lines have been changed:

Change this:

Code: Select
div.top_section div.user {
    background: url("../images/theme/user_bg.png") no-repeat scroll 0 -8px transparent;
    float: left;
    font-size: 11px;
    height: 80px;
    overflow: auto;
    color: #fff;
    padding-left: 12px;
    width: 340px;
}

To this:

Code: Select
div.top_section div.user {
    background: url("../images/theme/user_bg.png") no-repeat scroll 0 -8px transparent;
    float: left;
    font-size: 11px;
    height: 80px;
    overflow: auto;
    color: #fff;
    padding-left: 0px;
    width: 345px;
}

An error has occurred

Call to undefined function template_quickbuttons()