Forum moderator: bigblog |
uCoz Community Communication uCoz Discussions A few questions (For beginners) |
A few questions |
1.I read your thread about conditional operators but i couldn't get how to make the search bar disappear from the home page...
2.Since you have my site address, can you tell me how do I shift the banner(vertical) on my home page to the right of the page? Added (2012-11-05, 2:20 AM) |
1. Find the code of the search box in Control Panel -> Customize design -> The first container, it should be smth like this
Quote <!-- <block6> --> <table class="boxTable"><tr><th><!-- <bt> -->Search<!-- </bt> --></th></tr><tr><td class="boxContent"><!-- <bc> -->$SEARCH_FORM$<!-- </bc> --></td></tr></table> <!-- </block6> --> and add the conditional operators (in red): Quote <!-- <block6> --> <?if($MODULE_ID$='board')?><table class="boxTable"><tr><th><!-- <bt> -->Search<!-- </bt> --></th></tr><tr><td class="boxContent"><!-- <bc> -->$SEARCH_FORM$<!-- </bc> --></td></tr></table><?endif?> <!-- </block6> --> The block will be displayed only in the Ad Board module. 2. Do you mean the flipcart banner? I'm not active on the forum anymore. Please contact other forum staff.
|
1. Thank you sooo much Sunny
2. Yes, the flipkart banner on the home page |
Doomcaster, replace
Code <!-- Flipkart Search Bar --> <div style="overflow:hidden;"><form action="http://www.flipkart.com/search-all" method="get"> by Code <!-- Flipkart Search Bar --> <div style="padding-left: 10%;overflow:hidden;"><form action="http://www.flipkart.com/search-all" method="get"> 10% can be replaced by any other number if necessary. I'm not active on the forum anymore. Please contact other forum staff.
|
I'm not talking about the search bar, im talking about the flipkart banner(vertical) on the right of the page.
Added (2012-11-07, 3:57 AM) |
Doomcaster, it is easier to place it on the left, use the following code in "The first container":
Code <div align="right"><script type="text/javascript" src="http://myclassifieds.ucoz.com/rtr/1"></script></div> after Code <!-- </bc> --></div></td></tr></table> <!-- </block11> --> I'm not active on the forum anymore. Please contact other forum staff.
|
U mean div align=left...?
Added (2012-11-07, 9:29 AM) --------------------------------------------- umm something weird has happened when i did this, please check...all the text has shifted downwards Added (2012-11-07, 1:52 PM) Post edited by Doomcaster - Wednesday, 2012-11-07, 3:31 PM
|
Sunny, I think the site I made is(I think) close to completion, If you can spare some time, I request you to visit the site and tell me if I should add anything else or change something....like the banners, buttons, pages anything. Your opinion would mean a lot to me.
Please pm me instead of posting here....thank you |
| |||