Support Joomla!
Register :
Lost password?
Remember me
Home
Extensions
Template Club
Services
Forum
Hacking Search
Forums
Search:
Advanced search
3235
Posts in
765
Topics by
15553
Members
Latest Member:
varagar varagar
Forums
Products - English
Extensions
NeoRecruit
Hacking Search
« previous
next »
Pages:
[
1
]
Author
Topic: Hacking Search (Read 754 times)
richard hemmings
Newbie
Posts: 18
Hacking Search
«
on:
September 23, 2008, 08:06:26 PM »
Hi,
Search:
I want to remove 'Working Place' & 'Category' from the search as this is no longer required.
How do I do this please?
cheers
Rick
Logged
Raphael
Administrator
Hero Member
Posts: 1104
Re : Hacking Search
«
Reply #1 on:
September 24, 2008, 01:38:51 PM »
Hi Richard,
You just have to edit the file front.search_form.html.php, located in the folder /component/com_neorecruit/screens/, and comment the lines 31 to 34, and 47 to 50.
Regards,
Logged
richard hemmings
Newbie
Posts: 18
Re: Hacking Search
«
Reply #2 on:
October 08, 2008, 09:11:09 PM »
Hi
Lines 31 to 34
<tr>
<td align="right"><?php echo _NEORECRUIT_CATEGORY." : "; ?></td>
<td align="left"><?php echo $lists['catid']; ?></td>
</tr>
Lines 47 to 50
<tr>
<td align="right"><?php echo _NEORECRUIT_LOCATION." : "; ?></td>
<td align="left"><input type="text" name="location" size="40" maxlength="40" value="<?php echo stripslashes( htmlspecialchars( $_SESSION['neorecruit_location'] ) ); ?>"></td>
</tr>
I have tried what i thought were the correct ‘commenting out’ but i keep getting parse errors.
I am a newbie to php coding, can you advise which ‘comments’ to use and where to put them?
Cheers
Rick
Logged
Raphael
Administrator
Hero Member
Posts: 1104
Re : Hacking Search
«
Reply #3 on:
October 13, 2008, 12:20:50 PM »
Hello Richard,
You can just use html tags : "<!--" and "-->", like this :
Code:
<!--
<tr>
<td align="right">
<?php
echo
_NEORECRUIT_CATEGORY
.
" : "
;
?>
</td>
<td align="left">
<?php
echo
$lists
[
'catid'
];
?>
</td>
</tr>
-->
Regards,
Logged
Pages:
[
1
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
NeoJoomla - English
-----------------------------
=> Announcements
=> General discussions
=> Suggestions & Feedback
=> Your realisations with Joomla!
-----------------------------
Products - English
-----------------------------
=> Extensions
===> NeoRecruit
===> NeoFlashBanner
===> NeoReferences
===> NeoWebtour
===> NeoLegal
===> NeoMenu
===> NeoLatestNews
===> NeoJoomlaBar
=> Templates
===> Musashi
===> RetroGraphix
===> SimplicityDotted
===> MyFlowers
===> ElGancia
===> Oldskool GUI
-----------------------------
NeoJoomla - Français
-----------------------------
=> Annonces
=> Discussions générales
=> Suggestions et retours
=> Vos réalisations avec Joomla!
-----------------------------
Produits - Français
-----------------------------
=> Extensions
===> NeoRecruit
===> NeoFlashBanner
===> NeoReferences
===> NeoWebtour
===> NeoLegal
===> NeoMenu
===> NeoLatestNews
===> NeoJoomlaBar
=> Templates
===> Musashi
===> RetroGraphix
===> SimplicityDotted
===> MyFlowers
===> ElGancia
===> Oldskool GUI
===> Sport's Web
===> Clocking Machine
===> Summer Week
===> Light Skills
===> Underground
===> J!lloween
Loading...
Joomla Professionals
|
Joomla Components
|
Joomla Extensions
|
Joomla Templates
|
Joomla Design
|
Joomla Developers
|
Joomla Blog
|
Contact
|
Quote