ozblue Posted March 18, 2007 Posted March 18, 2007 Hi is it possible to edit the "infobox" so there is no "box" only the contents i had a looked for the file to edit the tables but cannot find the one that outputs the code. this is the source code of my index_file, what file is it generated from, i have looked at search.php, left_colunm.php, english.php(where i can change the text) i have STS 4.4 and i know u can opt to have no box for the menu. [color="#FF0000"]]<!-- start searchbox //-->[/color]<table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111"> <tr> <td width="11"> <img border="0" src="images/infobox/corner_left.gif" width="11" height="14"></td> <td background="images/infobox_03.gif" class="infoBoxHeading" width="1428"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="100%" class="infoBoxHeading">Quick Find</td> </tr> </table> </td> <td width="92" style="background-repeat: norepeat" bgcolor="#C0C0C0"></td> <td width="11" background="images/infobox_04.gif" style="background-repeat: norepeat"> <img border="0" src="images/infobox/corner_right.gif" width="11" height="14"></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#C0C0C0" style="border-collapse: collapse" bordercolor="#111111"> <tr> <td bgcolor="#C0C0C0"> </td> <td bgcolor="#DBF1FF"><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents"> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> <tr> <td align="center" class="boxText"><form name="quick_find" action="http://mysite/advanced_search_result.php" method="get"><input type="text" name="keywords" size="10" maxlength="30" style="width: 95px"> <input type="image" src="includes/languages/english/images/buttons/button_quick_find.gif" border="0" alt="Quick Find" title=" Quick Find "><br>Enter Keyword.<br><a href="http://mysite/advanced_search.php"><b>Advanced Search</b></a></form></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> </table> </td> <td> </td> </tr> <tr> <td width="30"> </td> <td width="100%"> </td> <td width="31"> </td> </tr> </table> [color="#FF0000"]<!-- end searchbox //--[/color]> Contributions installed; Register_globals V1.5 STS V4.4 Dynamenu V1_11 Productsindynamenutoo_v1.0 Thx Paul
Nullachtfuffzehn Posted March 18, 2007 Posted March 18, 2007 Did I get that right, that you want to get rid of the box heading? Just the text or the background image too? Or the complete box heading? The box is created /includes/boxes/search.php. Comment the lines 17 to 20 and the header should disappear.
ozblue Posted March 18, 2007 Author Posted March 18, 2007 Did I get that right, that you want to get rid of the box heading? Just the text or the background image too? Or the complete box heading? The box is created /includes/boxes/search.php. Comment the lines 17 to 20 and the header should disappear. yes, all of the "box"....... background color...heading....corner_images..., i am using STS 4.4 and need to modify the box so it will blend better with my own background_images and color scheme ...so far i have striped al i can from CSS and i still have the corner images to get rid of. i know i can change text in english.php and now looking at the class/boxes.php i have seen some OSC sites that have all the "box info" in an "all_in_one_menu" that intergrates well with there site. most of the "infoboxes" links can be easly menu_ed in STS but the search box is tricky. so really all i want is a search input box and some text.,,,,no borders no headers no gif's.... Thx Paul
Nullachtfuffzehn Posted March 18, 2007 Posted March 18, 2007 So look at the mentioned file and you'll get rid of all that stuff.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.