Home arrow Forum
Home
About
Demo
Forum
FAQ
Live Sites
Feedback

Login





Lost Password?
No account yet? Register
Stay Tuned!
 
Who's Online

powered_by Joomla
Duplicate entry \'0\' for key 1 SQL=INSERT INTO jos_fb_whoisonline (`userid` , `time`, `what`, `task`, `do`, `func`,`link`, `userip`, `user`) \n VALUES (\'0\', \'1224131242\', \'Re:How remove items from search\',\'\',\'\',\'view\',\'/index.php?option=com_fireboard&Itemid=42&func=view&catid=8&id=5936\', \'38.103.63.59\', \'0\')
ME Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Re:How remove items from search (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: Re:How remove items from search
#4660
finbiro (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:How remove items from search 1 Year ago Karma: 1  
You can do that in estateagent.html.php file.

Step a)
go to your website EM search page and with right mouse click on page select "view page source"

Step b)
1) open file stateagent.html.php
2) between 1185 and 1555 line is defined output of search page
3) compare code with code in "Step A" mentioned above to realize what you need to change
4) remove {class="sectiontableentry1(2)"} with {style="display:none;"} on places you want to hide.
(or just comment it with <!-- (some original code) -->


I have personally hide some fields by changing:

<tr class="sectiontableentry1">

to

<!-- <tr class="sectiontableentry1"> ORIGINAL -->
<tr style="display:none;">

This way you can always remove modifications and get original output back.

!! This is for version 1.1.0 !!

Hope it helped<br><br>Post edited by: finbiro, at: 2007/09/20 15:46
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5936
petrov (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:How remove items from search 4 Months, 1 Week ago Karma: 0  
Thank you very much. It's very helpfully. Thank you again.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop