Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Sign In
Not a member yet? Click here to register.
Forgot Password?
Navigation

News on Startpage

Last updated on 4 months ago
Z
ZbigniewNewbie
Posted 4 months ago
test
R
RickisaniNewbie
Posted 3 years ago
at which point in themes.php should this code be inserted?
Posted 4 years ago
Fantastic. Thank you very much,RobiNN.
R
Anonymous UserVeteran Member
Posted 4 years ago
Since v9.10 it's very easy to do this. Simply add this fusion_remove_hook() function to /themes/YOUR_CURRENT_THEME/theme.php.
This is what you need to add
fusion_remove_hook('home_modules', 'blog_home_module');
fusion_remove_hook('home_modules', 'downloads_home_module');
fusion_remove_hook('home_modules', 'news_home_module');


For articles is this hook fusion_remove_hook('home_modules', 'articles_home_module');

I assume this will be next question.. So if you add also this PHPFusion\HomePage::setLimit(3);, you can set number of items displayed on homepage. Default is 3. In Magazine theme this code is already added in Magazine/templates/homepage.php.
Posted 4 years ago
Hy Guys. What do I have to do to only have the latest articles displayed on the start page and not the latest downloads, latest blogs, etc.?
Thanks in advance.
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You can download attachments in this forum.
You cannot up or down-vote on the post in this discussion thread.
You cannot set up a bounty in this discussion thread.
Moderator: Support Team
Users who participated in discussion: RobiNN, Michel_Angelo, Rickisani, Zbigniew