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\')
Re:How remove items from search (0 viewing)
Favoured: 0
|
|
|
TOPIC: Re:How remove items from search
|
finbiro (User)
Fresh Boarder
Posts: 7
|
|
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
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
petrov (User)
Fresh Boarder
Posts: 3
|
|
Re:How remove items from search 4 Months, 1 Week ago
|
Karma: 0
|
|
Thank you very much. It's very helpfully. Thank you again.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
|
|