z1haze Posted November 30, 2008 Share Posted November 30, 2008 hi i have been working on a new website for my clan http://newsite.knightsofkarbala.com and i was wondering if someone could help me change the iframe or whatever so that the "forums" page takes up the whole page, and the boxes on the left are not there... I can not figure out how to do this.. i will send whoever the files if they need to look at them.. i want the boxes there on all the other pages.. but on the forums, i would like it to go all the way acrossed if you know what i mean.. thanks, Quote Link to comment https://forums.phpfreaks.com/topic/134921-help-me-please-lol/ Share on other sites More sharing options...
webmaster1 Posted November 30, 2008 Share Posted November 30, 2008 Its probably best that you post a snippet of the relevant code. Most peoples attention span dwindles when they need to leave the forum or deal with intangible concepts... Quote Link to comment https://forums.phpfreaks.com/topic/134921-help-me-please-lol/#findComment-702642 Share on other sites More sharing options...
z1haze Posted November 30, 2008 Author Share Posted November 30, 2008 but the problem is.. i do not know where to look .. i have no idea.. but i really need your help Quote Link to comment https://forums.phpfreaks.com/topic/134921-help-me-please-lol/#findComment-702644 Share on other sites More sharing options...
revraz Posted November 30, 2008 Share Posted November 30, 2008 Better yet, post in the Freelance section. Quote Link to comment https://forums.phpfreaks.com/topic/134921-help-me-please-lol/#findComment-702645 Share on other sites More sharing options...
z1haze Posted December 1, 2008 Author Share Posted December 1, 2008 so thats it?? your not going to attempt to help me? here are the files to the site.. maybe they could help? http://www.4shared.com/file/73878727/580d06c7/script.html Quote Link to comment https://forums.phpfreaks.com/topic/134921-help-me-please-lol/#findComment-702652 Share on other sites More sharing options...
Prismatic Posted December 1, 2008 Share Posted December 1, 2008 Taking a look.. Quote Link to comment https://forums.phpfreaks.com/topic/134921-help-me-please-lol/#findComment-702691 Share on other sites More sharing options...
Prismatic Posted December 1, 2008 Share Posted December 1, 2008 Ok give this a try, first BACK UP the two original files Copy style.css and index.php from the warfare template into a backup folder, then replace them with the files I've attached. it should work fine, it's untested though. Zip has 2 files, index.php and style.css [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/134921-help-me-please-lol/#findComment-702697 Share on other sites More sharing options...
z1haze Posted December 1, 2008 Author Share Posted December 1, 2008 it did not work.. i think i did the same thing you did.. it removes the boxes yes, but it does not bring the forum over any farther... just leaves it where it is.. when a blank space on the left.. hope this will give you another idea Quote Link to comment https://forums.phpfreaks.com/topic/134921-help-me-please-lol/#findComment-702823 Share on other sites More sharing options...
Prismatic Posted December 1, 2008 Share Posted December 1, 2008 it did not work.. i think i did the same thing you did.. it removes the boxes yes, but it does not bring the forum over any farther... just leaves it where it is.. when a blank space on the left.. hope this will give you another idea You updated the CSS file also, right? Quote Link to comment https://forums.phpfreaks.com/topic/134921-help-me-please-lol/#findComment-702830 Share on other sites More sharing options...
z1haze Posted December 1, 2008 Author Share Posted December 1, 2008 yea, i replaced both files with the ones that you had given me..?? Quote Link to comment https://forums.phpfreaks.com/topic/134921-help-me-please-lol/#findComment-702842 Share on other sites More sharing options...
z1haze Posted December 1, 2008 Author Share Posted December 1, 2008 i found out how to do it myself.. but cannot figure how how to adjust the settings to make it looks perfect... the adjustemnts for changeing the frames are in the cms_style.css if someone could figure out which ones to edit plz let me know Quote Link to comment https://forums.phpfreaks.com/topic/134921-help-me-please-lol/#findComment-703268 Share on other sites More sharing options...
plasmagames Posted December 1, 2008 Share Posted December 1, 2008 replace this <a href="http://newsite.knightsofkarbala.com/index.php?page=forum" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Forums','','template/warfare/nav_bar/nav_bar_over/images/nav_bar_over_07.gif',1)"> with <a href="http://newsite.knightsofkarbala.com/index.php?page=forum" target="_parent" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Forums','','template/warfare/nav_bar/nav_bar_over/images/nav_bar_over_07.gif',1)"> that should work Quote Link to comment https://forums.phpfreaks.com/topic/134921-help-me-please-lol/#findComment-703380 Share on other sites More sharing options...
z1haze Posted December 1, 2008 Author Share Posted December 1, 2008 that didnt do anything what is it that you were trying to do Quote Link to comment https://forums.phpfreaks.com/topic/134921-help-me-please-lol/#findComment-703516 Share on other sites More sharing options...
plasmagames Posted December 3, 2008 Share Posted December 3, 2008 ok what i was trying to do was get the link to target the parent window which in this case is the window the user is browsing in and load it in that but try using _blank instead of _parent <a href="http://newsite.knightsofkarbala.com/index.php?page=forum" target="_blank" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Forums','','template/warfare/nav_bar/nav_bar_over/images/nav_bar_over_07.gif',1)"> Quote Link to comment https://forums.phpfreaks.com/topic/134921-help-me-please-lol/#findComment-705198 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.