Search found 3 matches

by WWWeb
Fri Aug 22, 2014 12:28 am
Forum: General discussions
Topic: Sticky record list in newslist page.
Replies: 3
Views: 2668

Re: Sticky record list in newslist page.

Thanks for the replay, but how can I pass this code from index.php:

$stickyRecordsParams = $faq->getStickyRecords();
if (!isset($stickyRecordsParams['error'])) {
$tpl->processBlock('index', 'stickyRecordsList', array(
'stickyRecordsUrl' => $stickyRecordsParams['url'],
'stickyRecordsContent ...
by WWWeb
Thu Aug 21, 2014 5:05 pm
Forum: General discussions
Topic: Sticky record list in newslist page.
Replies: 3
Views: 2668

Sticky record list in newslist page.

Hi,

I want to use "Sticky Module" on the newslist.tpl. What I need to change to make it works?

I've pasted code in newslist.tpl:

<ul>
[stickyRecordsList]
<li>
<a href="{stickyRecordsUrl}">{stickyRecordsTitle}</a>
<small style="line-height:8px;">{stickyRecordsContent}</small>
</li ...