Clan Adverts

Sponsors

CT on Facebook

Latest Product

User Box

Anonymous
38.107.179.216
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 - Mw3 xtreme theme
Mw3 xtreme theme

7 Replies / 254 Views


Post new topic   Reply to topic  

   www.clanthemes.com Forum Index » PhpNuke Theme Edits

View previous topic :: View next topic


Malius
Reputation: 34.9 Add RepSubtract Rep
Local time: 7:16 AM

usa.gif

Tree Hugger
Tree Hugger

0.07 posts per day
Medals: 0

Joined: Nov 26, 2009
Last Visit: 20 May 2012
Posts: 63
Points: 10662 

Post Mw3 xtreme theme Posted: Tue Jan 31, 2012 9:19 pm

Shop Purchases:
Clan Roster 2.0 · Modern Warfare 3 Xtreme Theme · Guild Wars 2 Xtreme Theme

Ok so i just bought this theme(MW3 Xtreme) and im doing my edits etc.. and i noticed that the floating admin menu that i use is transparent and hard to read .is there a way to override this ?


ill attache the admin menu im using so you'll know .

Admin Menu v1.0.3.zip
 Description:

Download
 Filename:  Admin Menu v1.0.3.zip
 Filesize:  139.51 KB
 Downloaded:  3 Time(s)

 

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

Malius
Reputation: 34.9 Add RepSubtract Rep
Local time: 7:16 AM

usa.gif

Tree Hugger
Tree Hugger

0.07 posts per day
Medals: 0

Joined: Nov 26, 2009
Last Visit: 20 May 2012
Posts: 63
Points: 10662 

Post Mw3 xtreme theme Posted: Wed Feb 01, 2012 1:13 am

Shop Purchases:
Clan Roster 2.0 · Modern Warfare 3 Xtreme Theme · Guild Wars 2 Xtreme Theme

Am i out of luck on this?
 

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

DreAdeDcoRpSE
Reputation: 2572.3 Add RepSubtract Rep
votes: 28
Local time: 2:16 AM
Location: Back of your Mind
usa.gif

Site Admin
Site Admin

1.36 posts per day
Medals: 3 (View more...)
Site Supporter (Amount: 1)
Forums Moderator
Forums Moderator
Joined: Sep 22, 2007
Last Visit: 26 May 2012
Posts: 2331
Points: 136116 

Post Re: Mw3 xtreme theme Posted: Wed Feb 01, 2012 8:51 am

Shop Purchases:
Enemy Territory Theme (Aviator) for PHP Nuke · Clan Roster 2.0 ·  · Modern Warfare 3 Xtreme Theme

Just give it some time. I am not a themer as you know, so I am not much of help here. But the only thing I can think of maybe in the style.css, there is something in it that conflicts with the mods style coding and causes that issue.
 

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


Ped
Reputation: 94 Add RepSubtract Rep
votes: 37
Local time: 8:16 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: 26 May 2012
Posts: 3675
Points: 191993 

Post Re: Mw3 xtreme theme Posted: Wed Feb 01, 2012 9:55 am

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

At first I couldn't get the menu to load, but then I had to result to reading the dam install instructions !!!! lol

Anyway's, there is no easy fix for this other than hard coding

So here goes

in the files includes/java_admin_menu.php

FIND

Code:
function buildBar() {
if(barText.indexOf('<IMG')>-1) {tempBar=barText}
else{for (b=0;b<barText.length;b++) {tempBar+=barText.charAt(b)+\"<br />\"}}
document.write('<td align=\"center\" rowspan=\"100\" width=\"'+barWidth+'\" bgcolor=\"'+barBGColor+'\" valign=\"'+barVAlign+'\"><p align=\"center\"><font face=\"'+barFontFamily+'\" Size=\"'+barFontSize+'\" COLOR=\"'+barFontColor+'\"><strong>'+tempBar+'</strong></font></p></TD>')}

function initSlide() {
if (NS6){ssm=document.getElementById(\"thessm\").style;bssm=document.getElementById(\"basessm\").style;
bssm.clip=\"rect(0 \"+document.getElementById(\"thessm\").offsetWidth+\" \"+document.getElementById(\"thessm\").offsetHeight+\" 0)\";ssm.visibility=\"visible\";}
else if (IE) {ssm=document.all(\"thessm\").style;bssm=document.all(\"basessm\").style
bssm.clip=\"rect(0 \"+thessm.offsetWidth+\" \"+thessm.offsetHeight+\" 0)\";bssm.visibility = \"visible\";}
else if (NS) {bssm=document.layers[\"basessm1\"];
bssm2=bssm.document.layers[\"basessm2\"];ssm=bssm2.document.layers[\"thessm\"];
bssm2.clip.left=0;ssm.visibility = \"show\";}
if (menuIsStatic==\"yes\") makeStatic();}

function buildMenu() {
if (IE||NS6) {document.write('<DIV ID=\"basessm\" style=\"visibility:hidden;Position : Absolute ;Left : '+XOffset+'px ;Top : '+YOffset+'px ;Z-Index : 20;width:'+(menuWidth+barWidth+10)+'px\"><DIV ID=\"thessm\" style=\"Position : Absolute ;Left : '+(-menuWidth)+'px ;Top : 0 ;Z-Index : 20;\" onmouseover=\"moveOut()\" onmouseout=\"moveBack()\">')}
if (NS) {document.write('<LAYER name=\"basessm1\" top=\"'+YOffset+'\" LEFT='+XOffset+' visibility=\"show\"><ILAYER name=\"basessm2\"><LAYER visibility=\"hide\" name=\"thessm\" bgcolor=\"'+menuBGColor+'\" left=\"'+(-menuWidth)+'\" onmouseover=\"moveOut()\" onmouseout=\"moveBack()\">')}
if (NS6){document.write('<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"'+(menuWidth+barWidth+2)+'px\" bgcolor=\"'+menuBGColor+'\"><TR><TD>')}
document.write('<table border=\"0\" cellpadding=\"0\" cellspacing=\"1\" width=\"'+(menuWidth+barWidth+2)+'px\" bgcolor=\"'+menuBGColor+'\">');
for(i=0;i<ssmItems.length;i++) {
if(!ssmItems[i][3]){ssmItems[i][3]=menuCols;ssmItems[i][5]=menuWidth-1}
else if(ssmItems[i][3]!=menuCols)ssmItems[i][5]=Math.round(menuWidth*(ssmItems[i][3]/menuCols)-1);
if(ssmItems[i-1]&&ssmItems[i-1][4]!=\"no\"){document.write('<TR>')}
if(!ssmItems[i][1]){
document.write('<td bgcolor=\"'+hdrBGColor+'\" HEIGHT=\"'+hdrHeight+'px\" ALIGN=\"'+hdrAlign+'\" VALIGN=\"'+hdrVAlign+'\" WIDTH=\"'+ssmItems[i][5]+'\" COLSPAN=\"'+ssmItems[i][3]+'\"> <font face=\"'+hdrFontFamily+'\" Size=\"'+hdrFontSize+'\" COLOR=\"'+hdrFontColor+'\"><strong>'+ssmItems[i][0]+'</strong></font></td>')}
else {if(!ssmItems[i][2])ssmItems[i][2]=linkTarget;
document.write('<TD BGCOLOR=\"'+linkBGColor+'\" onmouseover=\"bgColor=\''+linkOverBGColor+'\'\" onmouseout=\"bgColor=\''+linkBGColor+'\'\" WIDTH=\"'+ssmItems[i][5]+'px\" COLSPAN=\"'+ssmItems[i][3]+'\"><ILAYER><LAYER onmouseover=\"bgColor=\''+linkOverBGColor+'\'\" onmouseout=\"bgColor=\''+linkBGColor+'\'\" WIDTH=\"100%\" ALIGN=\"'+linkAlign+'\"><DIV  ALIGN=\"'+linkAlign+'\"><FONT face=\"'+linkFontFamily+'\" Size=\"'+linkFontSize+'\"> <A HREF=\"'+ssmItems[i][1]+'\" target=\"'+ssmItems[i][2]+'\" CLASS=\"ssmItems\">'+ssmItems[i][0]+'</DIV></LAYER></ILAYER></TD>')}
if(ssmItems[i][4]!=\"no\"&&barBuilt==0){buildBar();barBuilt=1}
if(ssmItems[i][4]!=\"no\"){document.write('</TR>')}}
document.write('</table>')
if (NS6){document.write('</TD></TR></TABLE>')}
if (IE||NS6) {document.write('</DIV></DIV>')}
if (NS) {document.write('</LAYER></ILAYER></LAYER>')}
theleft=-menuWidth;lastY=0;setTimeout('initSlide();', 1)}";


REPLACE WITH

Code:
function buildBar() {
if(barText.indexOf('<IMG')>-1) {tempBar=barText}
else{for (b=0;b<barText.length;b++) {tempBar+=barText.charAt(b)+\"<br />\"}}
document.write('<td style=\"background:#000!important;\" align=\"center\" rowspan=\"100\" width=\"'+barWidth+'\" bgcolor=\"'+barBGColor+'\" valign=\"'+barVAlign+'\"><p align=\"center\"><font face=\"'+barFontFamily+'\" Size=\"'+barFontSize+'\" COLOR=\"'+barFontColor+'\"><strong>'+tempBar+'</strong></font></p></TD>')}

function initSlide() {
if (NS6){ssm=document.getElementById(\"thessm\").style;bssm=document.getElementById(\"basessm\").style;
bssm.clip=\"rect(0 \"+document.getElementById(\"thessm\").offsetWidth+\" \"+document.getElementById(\"thessm\").offsetHeight+\" 0)\";ssm.visibility=\"visible\";}
else if (IE) {ssm=document.all(\"thessm\").style;bssm=document.all(\"basessm\").style
bssm.clip=\"rect(0 \"+thessm.offsetWidth+\" \"+thessm.offsetHeight+\" 0)\";bssm.visibility = \"visible\";}
else if (NS) {bssm=document.layers[\"basessm1\"];
bssm2=bssm.document.layers[\"basessm2\"];ssm=bssm2.document.layers[\"thessm\"];
bssm2.clip.left=0;ssm.visibility = \"show\";}
if (menuIsStatic==\"yes\") makeStatic();}

function buildMenu() {
if (IE||NS6) {document.write('<DIV ID=\"basessm\" style=\"visibility:hidden;Position : Absolute ;Left : '+XOffset+'px ;Top : '+YOffset+'px ;Z-Index : 20;width:'+(menuWidth+barWidth+10)+'px\"><DIV ID=\"thessm\" style=\"Position : Absolute ;Left : '+(-menuWidth)+'px ;Top : 0 ;Z-Index : 20;\" onmouseover=\"moveOut()\" onmouseout=\"moveBack()\">')}
if (NS) {document.write('<LAYER name=\"basessm1\" top=\"'+YOffset+'\" LEFT='+XOffset+' visibility=\"show\"><ILAYER name=\"basessm2\"><LAYER visibility=\"hide\" name=\"thessm\" bgcolor=\"'+menuBGColor+'\" left=\"'+(-menuWidth)+'\" onmouseover=\"moveOut()\" onmouseout=\"moveBack()\">')}
if (NS6){document.write('<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"'+(menuWidth+barWidth+2)+'px\" bgcolor=\"'+menuBGColor+'\"><TR><TD>')}
document.write('<table border=\"0\" cellpadding=\"0\" cellspacing=\"1\" width=\"'+(menuWidth+barWidth+2)+'px\" bgcolor=\"'+menuBGColor+'\">');
for(i=0;i<ssmItems.length;i++) {
if(!ssmItems[i][3]){ssmItems[i][3]=menuCols;ssmItems[i][5]=menuWidth-1}
else if(ssmItems[i][3]!=menuCols)ssmItems[i][5]=Math.round(menuWidth*(ssmItems[i][3]/menuCols)-1);
if(ssmItems[i-1]&&ssmItems[i-1][4]!=\"no\"){document.write('<TR>')}
if(!ssmItems[i][1]){
document.write('<td style=\"background:#111111!important;\" bgcolor=\"'+hdrBGColor+'\" HEIGHT=\"'+hdrHeight+'px\" ALIGN=\"'+hdrAlign+'\" VALIGN=\"'+hdrVAlign+'\" WIDTH=\"'+ssmItems[i][5]+'\" COLSPAN=\"'+ssmItems[i][3]+'\"> <font face=\"'+hdrFontFamily+'\" Size=\"'+hdrFontSize+'\" COLOR=\"'+hdrFontColor+'\"><strong>'+ssmItems[i][0]+'</strong></font></td>')}
else {if(!ssmItems[i][2])ssmItems[i][2]=linkTarget;
document.write('<TD style=\"background:#111111!important;\" BGCOLOR=\"'+linkBGColor+'\" onmouseover=\"bgColor=\''+linkOverBGColor+'\'\" onmouseout=\"bgColor=\''+linkBGColor+'\'\" WIDTH=\"'+ssmItems[i][5]+'px\" COLSPAN=\"'+ssmItems[i][3]+'\"><ILAYER><LAYER onmouseover=\"bgColor=\''+linkOverBGColor+'\'\" onmouseout=\"bgColor=\''+linkBGColor+'\'\" WIDTH=\"100%\" ALIGN=\"'+linkAlign+'\"><DIV  ALIGN=\"'+linkAlign+'\"><FONT face=\"'+linkFontFamily+'\" Size=\"'+linkFontSize+'\"> <A HREF=\"'+ssmItems[i][1]+'\" target=\"'+ssmItems[i][2]+'\" CLASS=\"ssmItems\">'+ssmItems[i][0]+'</DIV></LAYER></ILAYER></TD>')}
if(ssmItems[i][4]!=\"no\"&&barBuilt==0){buildBar();barBuilt=1}
if(ssmItems[i][4]!=\"no\"){document.write('</TR>')}}
document.write('</table>')
if (NS6){document.write('</TD></TR></TABLE>')}
if (IE||NS6) {document.write('</DIV></DIV>')}
if (NS) {document.write('</LAYER></ILAYER></LAYER>')}
theleft=-menuWidth;lastY=0;setTimeout('initSlide();', 1)}";


should sort you out
 

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

DreAdeDcoRpSE
Reputation: 2572.3 Add RepSubtract Rep
votes: 28
Local time: 2:16 AM
Location: Back of your Mind
usa.gif

Site Admin
Site Admin

1.36 posts per day
Medals: 3 (View more...)
Super Dedicated User (Amount: 1)
Forums Moderator
Forums Moderator
Joined: Sep 22, 2007
Last Visit: 26 May 2012
Posts: 2331
Points: 136116 

Post Re: Mw3 xtreme theme Posted: Wed Feb 01, 2012 5:36 pm

Shop Purchases:
Enemy Territory Theme (Aviator) for PHP Nuke · Clan Roster 2.0 ·  · Modern Warfare 3 Xtreme Theme

Yeah, reading instructions tend to work... Sleepy LMAO
 

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

Ped
Reputation: 94 Add RepSubtract Rep
votes: 37
Local time: 8:16 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: 26 May 2012
Posts: 3675
Points: 191993 

Post Re: Mw3 xtreme theme Posted: Wed Feb 01, 2012 6:15 pm

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

haha the wife always goes mad when i try to do something without reading the instructions... I always have bits left over or struggle to get something to fit together... haha typical men ah !! lol
 

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


Malius
Reputation: 34.9 Add RepSubtract Rep
Local time: 7:16 AM

usa.gif

Tree Hugger
Tree Hugger

0.07 posts per day
Medals: 0

Joined: Nov 26, 2009
Last Visit: 20 May 2012
Posts: 63
Points: 10662 

Post Mw3 xtreme theme Posted: Wed Feb 01, 2012 10:59 pm

Shop Purchases:
Clan Roster 2.0 · Modern Warfare 3 Xtreme Theme · Guild Wars 2 Xtreme Theme

Works great ,Thank you for taking the time to do that .

I think dreaded turned me onto this thing sometime back and id miss it if i couldn't use it .

Thanks again!!
 

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

Ped
Reputation: 94 Add RepSubtract Rep
votes: 37
Local time: 8:16 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: 26 May 2012
Posts: 3675
Points: 191993 

Post Re: Mw3 xtreme theme Posted: Thu Feb 02, 2012 11:42 am

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

Yeah its a good little menu actually, could be a little wider, but i bet that is in the above code somewhere as well
 

 
View user's profileSend private messageSend e-mail Reply with quote
Post new topic   Reply to topic  
   www.clanthemes.com Forum Index » PhpNuke Theme Edits

«««« Quick Reply »»»»
 
7 Replies / 254 Views
Page 1 of 1
All times are GMT
Display posts from previous:   
 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can 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