| Author |
Move topic
|
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
|
|
Hello,
my question is:
when I move a topic to a another forum, the moved topic is still shown in the source forum.
Is ist possible that the moved topic only displayed in the destination forum???
Thank you for answering my question.
Reci [originally posted on jforum.net by ManagerReci]
|
 |
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
|
|
Please note that only a reference to that topic is shown - e.g, there is no duplicated record.
If you really don't want to show this tip, you can change the template forums_show.htm and remove the respective code.
Rafael [originally posted on jforum.net by Rafael Steil]
|
 |
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
|
|
where is the respective code?
${topic.title?html}
:?: [originally posted on jforum.net by ManagerReci]
|
 |
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
|
|
I solve the problem this way:
<#if (topic.forumId) == (forum.id)>
show topics
</#>
is there a better way to fix this problem :?:
[originally posted on jforum.net by ManagerReci]
|
 |
 |
|
|
subject: Move topic
|
|
|