GREAT HACK Zoints !! :up:
Quote:
Originally Posted by powerful_rogue
Hi,
Ive installed the mod and its working great, however if you click on the search button on the navbar, theres a large white space. Ive attahced an image.
How can i get this to strecth and get rid of the white space?
|
STEP 1:
In
Plugin "
Zoints Thread Tags (automatic template edits)"
Find:
Code:
</div>
<!-- / header quick search form -->
Add
BEFORE:
So The Final Result Is:
Code:
</table>
</div>
<!-- / header quick search form -->
STEP 2:
In
Template "
zointstags_searchform":
Search:
Code:
<table cellpadding="4" cellspacing="1" border="0">
Delete That Line or Replace with
Code:
<!-- <table cellpadding="4" cellspacing="1" border="0"> -->
And Search:
Delete That Line or replace with:
The <!-- and --> are to Ignore those Code Lines.
STEP 3:
VOILA!! Thats It!! :up:
You Can Change the Width of the Search Text Box in
Template "
zointstags_searchform" in the Line:
Code:
<div><input type="text" class="bginput" name="search" size="25" />$gobutton</div>
By Changing the
25 for the Width you Wish!!
My Best Regards!!