Clan Adverts

Sponsors

CT on Facebook

Latest Product

User Box

Anonymous
38.107.179.218
Nickname:

Password:

Security Code
Security Code
Type Security Code


PND Downloads Feed

Phpnuke Downloads
How to Delete or Reset yo...
How to Delete or Reset your PHPNuke Admin Account
Lost your admin password ?  Cant login to your admin account ? This s...
Back Online & Stuff
Back Online & Stuff
Look at us with our nifty website back up and running… Seriously...
How to edit the admins in...
How to edit the admins in the forums
Here is a way to make someone admin in your forums on your Evo site. I...
Demo Splash Screen
Demo Splash Screen
Ped @ Clan Themes has released a simple splash screen entrance hack. ...
Free Phpnuke Business The...
Free Phpnuke Business Theme 6
This is the 6th Business theme for Phpnuke that Clan Themes has releas...
Tricked Out Slider
Tricked Out Slider
We have seen some great new things come out of Tricked Out News and th...

Custom Work

PHP Nuke Custom Work

www.clanthemes.com :: View topic - Nuke Background
Nuke Background

6 Replies / 1904 Views


Post new topic   Reply to topic  

   www.clanthemes.com Forum Index » PhpNuke Theme Questions

View previous topic :: View next topic


crushedsouls
Reputation: 41.7 Add RepSubtract Rep
Local time: 5:31 AM

uk.gif

Tree Hugger
Tree Hugger

0.04 posts per day
Medals: 0

Joined: Jan 12, 2008
Last Visit: 01 Jul 2011
Posts: 71
Points: 2545 

Post Nuke Background Posted: Mon Feb 14, 2011 1:43 pm

Shop Purchases:
Topsites Manager V1 PhpNuke Module

Hi, i was wondering if there is a way of getting a background on nuke to resize to the users res, i know normally you would use width=\"100%\", but it doesnt seem to work on Nuke, and i dont seem to be able to find where the page is generated from, so i am currently using the css style sheet.

Anyhelp would be Greatly Apreciated.

Thanks
 

 
View user's profileSend private messageVisit poster's website Reply with quote

Ped
Reputation: 94 Add RepSubtract Rep
votes: 37
Local time: 6:31 AM
Location: Great British Empire
uk.gif

Site Founder
Site Founder

1.82 posts per day
Medals: 2 (View more...)
Forums MoD (Amount: 1)
Theme Guru
Theme Guru
Joined: Nov 13, 2006
Last Visit: 25 May 2012
Posts: 3675
Points: 191987 

Post Re: Nuke Background Posted: Mon Feb 14, 2011 3:59 pm

Shop Purchases:
Clan Roster 2.0 · Bad Company 2 Vietnam Xtreme Theme

really depends what theme your using and what background image you are using (size wise)
 

 
View user's profileSend private messageSend e-mail Reply with quote

crushedsouls
Reputation: 41.7 Add RepSubtract Rep
Local time: 5:31 AM

uk.gif

Tree Hugger
Tree Hugger

0.04 posts per day
Medals: 0

Joined: Jan 12, 2008
Last Visit: 01 Jul 2011
Posts: 71
Points: 2545 

Post Nuke Background Posted: Mon Feb 14, 2011 4:08 pm

Shop Purchases:
Topsites Manager V1 PhpNuke Module

Its a custom theme i purchased a few years back, and the images are oversized, around the 2300wide and 1800high.

I know CSS wont allow me to use the Width: 100%; and ive also tried an edit on the theme.php but that doesn't seem to work either.
 

 
View user's profileSend private messageVisit poster's website Reply with quote


Ped
Reputation: 94 Add RepSubtract Rep
votes: 37
Local time: 6:31 AM
Location: Great British Empire
uk.gif

Site Founder
Site Founder

1.82 posts per day
Medals: 2 (View more...)
Super Dedicated User (Amount: 1)
Theme Guru
Theme Guru
Joined: Nov 13, 2006
Last Visit: 25 May 2012
Posts: 3675
Points: 191987 

Post Re: Nuke Background Posted: Mon Feb 14, 2011 8:15 pm

Shop Purchases:
Clan Roster 2.0 · Bad Company 2 Vietnam Xtreme Theme

Well you can set it to center by specifying a 50% 50% in the CSS, no need to resize the image

The background image is 80% of the time called from the <body> tag so look in the CSS for body and see what's there... like i said I could tell you straight away if i knew what the site code was
 

 
View user's profileSend private messageSend e-mail Reply with quote

crushedsouls
Reputation: 41.7 Add RepSubtract Rep
Local time: 5:31 AM

uk.gif

Tree Hugger
Tree Hugger

0.04 posts per day
Medals: 0

Joined: Jan 12, 2008
Last Visit: 01 Jul 2011
Posts: 71
Points: 2545 

Post Nuke Background Posted: Mon Feb 14, 2011 8:55 pm

Shop Purchases:
Topsites Manager V1 PhpNuke Module

Ok lets see if i can provide the information you need.

Website LINK

The CSS Body Code

Code:

body {
FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 11px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #000000;
background-image: url(../../../themes/MD_Multi/images/MBG/EVEIncursionBackground.jpg);
background-repeat: no-repeat;
background-position:center top;
scrollbar-3dlight-color: #000;
scrollbar-arrow-color: #FFFFFF;
scrollbar-darkshadow-color: #000;
scrollbar-face-color: #252525;
scrollbar-highlight-color: #202020;
scrollbar-shadow-color: #333;
scrollbar-track-color: #151515;
}

------EDIT-------
theme.php removed for comercial reasons
Hope this is all thats needed else let me know/

Last edited by crushedsouls on Tue Feb 15, 2011 4:00 am; edited 1 time in total
 

 
View user's profileSend private messageVisit poster's website Reply with quote

Ped
Reputation: 94 Add RepSubtract Rep
votes: 37
Local time: 6:31 AM
Location: Great British Empire
uk.gif

Site Founder
Site Founder

1.82 posts per day
Medals: 2 (View more...)
Super Dedicated User (Amount: 1)
Theme Guru
Theme Guru
Joined: Nov 13, 2006
Last Visit: 25 May 2012
Posts: 3675
Points: 191987 

Post Re: Nuke Background Posted: Tue Feb 15, 2011 3:09 am

Shop Purchases:
Clan Roster 2.0 · Bad Company 2 Vietnam Xtreme Theme

I removed the theme.php as it is a commercial theme

The theme is from www.udesigns.be made by Untergang I really should send you there as its a commercial theme so he can veify you as a customer but seen as we are just going to center an image using CSS, I dont think he will mind

Anyway I looked at your site and the code he is using is correct, the image will resize to meet the needs of different screens

If I wanted to be picky I would just shorten the code to this:
Code:
body {
font-family: Verdana,Helvetica;
font-size: 11px;
margin:0px;
background:url(../../../themes/MD_Multi/images/MBG/EVEIncursionBackground.jpg) no-repeat 50% 50% #000;
scrollbar-3dlight-color: #000;
scrollbar-arrow-color: #FFFFFF;
scrollbar-darkshadow-color: #000;
scrollbar-face-color: #252525;
scrollbar-highlight-color: #202020;
scrollbar-shadow-color: #333;
scrollbar-track-color: #151515;
}


not sure if that's the answer you were looking for, but the BG image is defiantly centre and will resize for different screen resolutions Dont Know
 

 
View user's profileSend private messageSend e-mail Reply with quote


crushedsouls
Reputation: 41.7 Add RepSubtract Rep
Local time: 5:31 AM

uk.gif

Tree Hugger
Tree Hugger

0.04 posts per day
Medals: 0

Joined: Jan 12, 2008
Last Visit: 01 Jul 2011
Posts: 71
Points: 2545 

Post Nuke Background Posted: Tue Feb 15, 2011 3:58 am

Shop Purchases:
Topsites Manager V1 PhpNuke Module

Yeah Untergang is the great, he acctually built this theme on my Request and turned out fantastic, just what im using it for now has changed so making a few edits.

Im learning php and bug him all the time lol, figured i would try elsewhere for a solution.

as for the background, cheers for the CSS update and i wanna say thats not untergangs CSS, that is what i had added to make the BG image show, so if it was a little on the Newbie side i takje full responsability Angel

Also thanks for the answer, and removing the theme.php, cant believe i didnt think of the comercial side of thing Confused
 

 
View user's profileSend private messageVisit poster's website Reply with quote
Post new topic   Reply to topic  
   www.clanthemes.com Forum Index » PhpNuke Theme Questions


 
6 Replies / 1904 Views
Page 1 of 1
All times are GMT
Display posts from previous:   
 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum