Latest Topic Widget always redirects to the very last page of a topic
3 posters
Page 1 of 1
Latest Topic Widget always redirects to the very last page of a topic
I'll try to explain this as simple as possible.
1.) I have 1 category that has its posts sorted by the most recent posts first.
2.) I have the latest topic widget which when you click a topic, it'll take you to the latest post of that topic. That works fine for categories that are set to regular forum settings (oldest posts being on the first page).
3.) That doesn't work for categories that are sorted by the most recent posts. Instead, it'll take you to the very last page of that topic.
My question is, is there a way to fix the page recent topics widget takes you to when you have a subforum set to most recent posts first?
For example, when on the index it'll take you to the correct latest post, which is how I want it to work on the widget. http://eawnetwork.forumotion.com/t5640-eaw-promoz#143058
This is where it ends up taking you while currently on the widget, which is the very last page and not the last post
http://eawnetwork.forumotion.com/t5640p950-eaw-promoz#143058
My forum version is PHPBB2
1.) I have 1 category that has its posts sorted by the most recent posts first.
2.) I have the latest topic widget which when you click a topic, it'll take you to the latest post of that topic. That works fine for categories that are set to regular forum settings (oldest posts being on the first page).
3.) That doesn't work for categories that are sorted by the most recent posts. Instead, it'll take you to the very last page of that topic.
My question is, is there a way to fix the page recent topics widget takes you to when you have a subforum set to most recent posts first?
For example, when on the index it'll take you to the correct latest post, which is how I want it to work on the widget. http://eawnetwork.forumotion.com/t5640-eaw-promoz#143058
This is where it ends up taking you while currently on the widget, which is the very last page and not the last post
http://eawnetwork.forumotion.com/t5640p950-eaw-promoz#143058
My forum version is PHPBB2
Charisma Clash- Forumember
- Posts : 166
Reputation : 2
Language : English
Re: Latest Topic Widget always redirects to the very last page of a topic
Hello @Charisma Clash
No sorry this is the way it is made for all forums.
the settings for this is server side and as you know we have no way to get in to the servers to make the change but you could always make a Suggestion on the Suggestions part of the forum to have it added.
I can not say it will be a new feature to come or not but it's worth a try
No sorry this is the way it is made for all forums.
the settings for this is server side and as you know we have no way to get in to the servers to make the change but you could always make a Suggestion on the Suggestions part of the forum to have it added.
I can not say it will be a new feature to come or not but it's worth a try
Re: Latest Topic Widget always redirects to the very last page of a topic
jquery or javascript use it on the pages that have the widget
- Code:
$(function(){
$('.gensmall a').each(function(){
$(this).attr('href',$(this).attr('href').replace(/p[0-9]/g, '').split('-')[0]+'-');
});
});
Similar topics
» Way to Load First Post In Topic Through "Latest Topics" Widget's URL Link
» Latest Topic Widget
» Latest Topic Widget
» How to Add latest topic on Home page.( I need help)
» related topic wedget / latest post widget ???
» Latest Topic Widget
» Latest Topic Widget
» How to Add latest topic on Home page.( I need help)
» related topic wedget / latest post widget ???
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum