Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
senzhao
tagDiv Member

Thanks alot! The Template settings fixed the problem for me. Very easy to use.

senzhao
tagDiv Member

THank You!

senzhao
tagDiv Member
senzhao
tagDiv Member

Yes if possible i would the results to be only pages. Thanks for CSS for the fix for the date!

senzhao
tagDiv Member

Hello Tagdiv,

The change doesn’t seem to work. When i add echo i get a blank page instead. I don’t see <?echo $this->get_date();. All i see is $buffy. I copy and posted what i can see below:

function render() {
$buffy = ”;
$buffy .= ‘<div class=”td_mod_search td_mod_wrap’ . $this->get_no_thumb_class() . ‘” ‘ . $this->get_item_scope() . ‘>’;
$buffy .= $this->get_image(‘thumbnail’);

$buffy .= ‘<div class=”item-details”>’;
$buffy .= $this->get_title(td_util::get_option(‘tds_mod_search_title_excerpt’));
$buffy .= ‘<div class=”meta-info”>’;
$buffy .= $this->get_bread_crumbs();
$buffy .= $this->get_author();
$buffy .= $this->get_date();
//$buffy .= $this->get_commentsAndViews();
$buffy .= ‘</div>’;

$buffy .= $this->get_excerpt(td_util::get_option(‘tds_mod_search_content_excerpt’));
$buffy .= ‘</div>’;

$buffy .= $this->get_item_scope_meta();
$buffy .= ‘</div>’;

return $buffy;
}

P.S I’ve mailed you my license etc

senzhao
tagDiv Member

I would also like to know if its possible not to show the date when using the search function, so ideally i would like to use only page title+thumbnail in search function

Viewing 6 posts - 1 through 6 (of 6 total)