Current time: 05-22-2012, 09:41 PM Hello There, Guest! (LoginRegister)

 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Admin Home Style
01-02-2009, 06:57 PM
Post: #1
Admin Home Style
I guess the structure of the admin home is not the same on all pages.

Heres the default order page which looks fine:

[Image: 2lbexol.jpg]

Then heres the admin page which is messy. I tried to fix the problem via the CSS but it doesnt change anything. So I assume that the problem is in the script itself Undecided

[Image: 29o3442.jpg]

I guess making a skin with this one is a bit complicated than I thought Big Grin
Find all posts by this user
01-02-2009, 07:06 PM (This post was last modified: 01-02-2009 07:07 PM by Jonny.)
Post: #2
RE: Admin Home Style
Do the other pages work?

EDIT: Beautiful theme r00t.

Jonny H - THT Main Developer & Founder
Find all posts by this user
01-02-2009, 07:14 PM
Post: #3
RE: Admin Home Style
w00t Big Grin

Yep Jonny all other pages are working fine its just the admin home that is messy Big Grin
Find all posts by this user
01-02-2009, 07:18 PM
Post: #4
RE: Admin Home Style
Try this:
Replace with admin/pages/home.php

.php  home.php (Size: 2.19 KB / Downloads: 47)

Jonny H - THT Main Developer & Founder
Find all posts by this user
01-02-2009, 07:34 PM (This post was last modified: 01-02-2009 07:47 PM by r00t.)
Post: #5
RE: Admin Home Style
XD the footer is fixed but the main body isnt hurm Undecided

Oh wait i think I found the problem Jonny Big Grin Somewhere in the admin home structure.

U forgot to add:
Code:
<div id="ajaxwrapper">

Next to:
Code:
<div id="left"><div class="table" style="">

Ive added it on the header on my current theme and it looks ok now Big Grin

But the code kinda duplicated on the other pages but with no problems XD Big Grin

[Image: de8uwg.jpg]
Find all posts by this user
01-02-2009, 08:12 PM (This post was last modified: 01-02-2009 08:12 PM by Jonny.)
Post: #6
RE: Admin Home Style
Ajaxwrapper should only be there on the order form. Not in the ACP.

I'll look into a fix for next version.

Jonny H - THT Main Developer & Founder
Find all posts by this user
01-02-2009, 09:25 PM
Post: #7
RE: Admin Home Style
cool and oh btw can u also make the container reskinnable like the packages box etc Big Grin
Find all posts by this user
01-04-2009, 03:27 PM (This post was last modified: 01-04-2009 03:28 PM by r00t.)
Post: #8
RE: Admin Home Style
Sorry for double posting but I think I found the main problem Jonny Big Grin

Its in home.php on which there is an excess </div> which mocks up newly added <div> codes on the header.

Change this:
Code:
ask at the <a href="http://thehostingtool.com/forum" title="THT Community is the official stop for THT Support, THT Modules, Developer Center and more! Visit our growing community now!" class="tooltip">THT Community</a></div>';

To This:
Code:
ask at the <a href="http://thehostingtool.com/forum" title="THT Community is the official stop for THT Support, THT Modules, Developer Center and more! Visit our growing community now!" class="tooltip">THT Community</a><br />';

Big Grin
Find all posts by this user
01-05-2009, 01:42 PM
Post: #9
RE: Admin Home Style
Nope, that is not the problem. Closes container.

Jimmie Lin - Community Manager & THT.Next Developer
Visit this user's website Find all posts by this user


Forum Jump:


User(s) browsing this thread: 1 Guest(s)