Recent Topic top of Categories
2 posters
Page 1 of 1
Recent Topic top of Categories
Hello,
I was wondering hot can i add the recent topic widget to the top of the categories and not to the right column of widgets.
I tried adding all the mod_recent_topic tempalte to the index_box but nothing happened.
I was wondering hot can i add the recent topic widget to the top of the categories and not to the right column of widgets.
I tried adding all the mod_recent_topic tempalte to the index_box but nothing happened.
Re: Recent Topic top of Categories
Hello MrMind,
Go to Administration Panel > Modules > JavaScript codes management > Create a new script
Title : Your choice
Placement : In the homepage
That should add it to the top of the element that the categories are in.
Go to Administration Panel > Modules > JavaScript codes management > Create a new script
Title : Your choice
Placement : In the homepage
- Code:
$(function(){$('#recentTopics').prependTo('#main-content > .main:has(.boxlastpost)')});
That should add it to the top of the element that the categories are in.
Re: Recent Topic top of Categories
Thanks! Worked perfect! SOLVED!
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Similar topics
» Replace avatar with topic image to recent topic widget
» I want the avatar back to recent topic
» Recent topic avatar
» Avatar problem in recent topic
» How to remove Global announcement in Recent topic
» I want the avatar back to recent topic
» Recent topic avatar
» Avatar problem in recent topic
» How to remove Global announcement in Recent topic
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum