درود
من وقتی که داشتم جای ماژول سرچ رو کنار منوی اصلی در بالای صفحه درست میکردم در کدنویسی دچار مشکل شدم.الان خطا میده با اینکه طبق دستورالعمل اقای طالبی در آموزش helix عمل کردم.
ماژول سرچ رو اوورراید کردم و در default این تغییراتو دادم.
<div class="search<?php echo $moduleclass_sfx; ?>">
<form action="<?php echo JRoute::_('index.php'); ?>" method="post" class="form-inline">
<?php
$output = ' <button id="searchbtn" onclick="this.form.searchword.focus();"></button> ';
$output .= '<input name="searchword" id="mod-search-searchword" . $module->id . '" maxlength="' . $maxlength . '" class="inputbox search-query input-medium" type="search"' . $width;
$output .= ' placeholder="' . $text . '" />';
if ($button) :
if ($imagebutton) :
$btn_output = ' <input type="image" alt="' . $button_text . '" class="button" src="' . $img . '" onclick="this.form.searchword.focus();"/>';
else :
//$btn_output = ' <button class="searchbtn" onclick="this.form.searchword.focus();"></button>';
endif;
ولی عمل نمیکنه، میشه کمکم کنید.