Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 49
3 members and 46 guests
dogja2mbone9xpw, stacn5wndingtix, watde7jerdamage
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > nukemods releases > Theme packs

Reply
 
LinkBack Thread Tools Display Modes
Problems with XPOlive / XPSilver
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 3
Join Date: Dec 2002
Location: Alberta, Canada
Problems with XPOlive / XPSilver - 12-28-2002, 01:40 PM

Hi all,

We're porting our clubs site to use nuke / phpbb and are trying to use the XP type themes. The themes installed OK, except they don't seem to display quite right. On the index page there are white backgrounds where i think there should be colored ones. On the forum page, the forum doesn't seem to follow the right side of the browser, as it does in the screen shots in the gallery.

here's a link to the index page
http://209.210.239.243/~calgaryjeep.com/index.php

and the forum page
http://209.210.239.243/~calgaryjeep....hp?name=Forums

any help would be appreciated.

Thanks
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Member
 
Status: Offline
Posts: 359
Join Date: Nov 2002
Location: Michigan, USA
12-28-2002, 04:36 PM

ok, you can try and see if your index setting is set to 0 or 1 in the index of your news module and forums module. go into modules/Forums/index.php and modules/News/index.php and open them in a text editor. find the lines that say/;

Code:
$index = 1;
if its set to 1, then the error is something else. if its 0, change it to 1 and reupload it, then try it. do this with both index's.
  Send a message via AIM to ReNeGaDe  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 3
Join Date: Dec 2002
Location: Alberta, Canada
12-29-2002, 07:15 PM

We were able to fix most of the problems with the XPOlive theme. Here is a summary of what we found:

- the problem with the theme not expanding to the full width of the browser was that a table had a fixed width. This was really only apparent on my screen (I run 1600X1200). We made the table a relative width.

- in theme.php, there were several background colors that were referencing other themes, or table cells with the wrong background color completely.

- The global message was appearing off the screen because the table to the left of it was too wide.

We also changed the font size to 1 smaller, but that is probably more personal preference more than anything else.

if you would like i can post a full diff of the changes.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
12-29-2002, 08:08 PM

Quote:
Originally Posted by stickman
We were able to fix most of the problems with the XPOlive theme. Here is a summary of what we found:

- the problem with the theme not expanding to the full width of the browser was that a table had a fixed width. This was really only apparent on my screen (I run 1600X1200). We made the table a relative width.

- in theme.php, there were several background colors that were referencing other themes, or table cells with the wrong background color completely.

- The global message was appearing off the screen because the table to the left of it was too wide.

We also changed the font size to 1 smaller, but that is probably more personal preference more than anything else.

if you would like i can post a full diff of the changes.
Yes, if you could please post the diffs or PM them to me, that would be great and we could update that theme pack. Funny thing though. I downloaded that pack right after I saw your post, installed it on my test site and had no problem with it..at least not the ones you had. I am running at 1280x1024

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 3
Join Date: Dec 2002
Location: Alberta, Canada
12-30-2002, 01:26 PM

you have a message.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Dec 2002
Location: Canada
01-01-2003, 11:12 AM

I work with Stickman. I also found an error in index_body.tpl 'Catrow' is missing the <tr></tr> tags and thus it does not shrink the categories properly.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
01-01-2003, 12:55 PM

Quote:
Originally Posted by Greenie
I work with Stickman. I also found an error in index_body.tpl 'Catrow' is missing the <tr></tr> tags and thus it does not shrink the categories properly.
Thanks Greenie. Can you let me know the file and line where you found this so I can update the Pack?
Thanks
mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Dec 2002
Location: Canada
01-01-2003, 01:03 PM

file: modules/Forums/templates/index_body.tpl
line: 28-30
the 3 TD tags should be enclosed by open and close TR tags.

I'm also not sure what fix Stickman sent you for the theme.php. I had commented out the broadcast message in the one you got but have fixed it since, so broadcast message works with our current setup.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
01-01-2003, 01:48 PM

Quote:
Originally Posted by Greenie
file: modules/Forums/templates/index_body.tpl
line: 28-30
the 3 TD tags should be enclosed by open and close TR tags.

I'm also not sure what fix Stickman sent you for the theme.php. I had commented out the broadcast message in the one you got but have fixed it since, so broadcast message works with our current setup.
Thanks, I'll update the pack. stickman sent me the fix for a couple wrong BG colors and reference to a different theme and a fixed table width in the theme.php..I checked the broadcast message and it works.

thanks

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
XPOlive Theme for phpBB jol Theme pack requests 0 08-17-2005 05:54 PM
Having problem with them XP Midnight and XPsilver, XPOlive MrBoneDaddy Theme packs 2 04-23-2005 08:41 PM
XPOlive is driving me nuts mthbc Nuke 7.x - General 3 11-19-2004 05:30 AM
Fix for XPSilver Theme robomanusa Theme packs 6 07-10-2003 06:56 PM
XpSilver Theme looking odd Darkmoor_Dragon Theme packs 10 02-03-2003 01:36 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31