1
marcionline
Two questions about AMS 2.41 module

Two questions about AMS 2.41 module:

1/ How can I create a block with filter functions of admin panel?

2/ How can I add the topic name before story title? I know, I need edit templates, but I tried
add smarty tag in file AMS/templates/ams_item.html, like example below:

<a href="<{$xoops_url}>/modules/AMS/index.php?storytopic=<{$topic.id}>"><{$topic.title}></a> : <

href
="<{$xoops_url}>/modules/AMS/article.php?storyid=<{$story.id}>"><{$story.title}></a>


but didn't work because always get same topic id to all stories...

Thanks in advance.

2
marcionline
Re: Two questions about AMS 2.41 module

Just UP!


3
marcionline
Re: Two questions about AMS 2.41 module

Well, I solved question 2 by myself

Edited file modules/AMS/templates/ams_item.html

<td class="itemHead">
<
span class="itemTitle">
<
a href="<{$xoops_url}>/modules/AMS/index.php?storytopic=<{$story.topicid}>"><{$story.topic}></a> :
<
a href="<{$xoops_url}>/modules/AMS/article.php?storyid=<{$story.id}>"><{$story.title}></a>
</
span>
</
td>

Login

Who's Online

197 user(s) are online (120 user(s) are browsing Support Forums)


Members: 0


Guests: 197


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits