The latest 5 topics
2 posters
Page 1 of 1
The latest 5 topics
Hello,
well this is my problem: I'd like to have the latest 5 topics (of this page)
http://codes.forumotion.pro/search?search_id=newposts
inside a widget (added in templates). What can I do?
Thanks...
edit: I use PunBB and Google Chrome
well this is my problem: I'd like to have the latest 5 topics (of this page)
http://codes.forumotion.pro/search?search_id=newposts
inside a widget (added in templates). What can I do?
Thanks...
edit: I use PunBB and Google Chrome
Last edited by Niko! on Sun Apr 22, 2012 4:56 pm; edited 1 time in total
Re: The latest 5 topics
Depends, how much Ajax do you already currently use?
Also, would modifying the recent topics widget suffice?
Also, would modifying the recent topics widget suffice?
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: The latest 5 topics
well, I want to create a notices panel (like in Facebook)LGforum wrote:Depends, how much Ajax do you already currently use?
Also, would modifying the recent topics widget suffice?
Re: The latest 5 topics
You can load that URL into a div just using jQuery .load() function, however, do you realse that guests can not view it? and hence it won't work for guests.
Which is why I suggest modifying recent topics widget instead.
Which is why I suggest modifying recent topics widget instead.
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: The latest 5 topics
LGforum wrote:You can load that URL into a div just using jQuery .load() function, however, do you realse that guests can not view it? and hence it won't work for guests.
Which is why I suggest modifying recent topics widget instead.
Yes, but I will use the tag in templates to allow only members to see it (:
But Can you help me? Can you provide the code?
Re: The latest 5 topics
Yeah it would just be roughly this:
You've got an Ajax Inbox script on your board. So from now on you'll have to use Ajax sparingly and controlled.
FYI, I should be sharing probably the most advanced latest topic system there is on forumotion soon. Well... its not in its basic form, but with the right creative thinking it can be.
- Code:
$('#yourdiv').load('/search?search_id=newposts .main-content');
You've got an Ajax Inbox script on your board. So from now on you'll have to use Ajax sparingly and controlled.
FYI, I should be sharing probably the most advanced latest topic system there is on forumotion soon. Well... its not in its basic form, but with the right creative thinking it can be.
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: The latest 5 topics
But in this way the style of the loaded part is bigger than what I want...
What can I do?
Solved
What can I do?
Solved
Similar topics
» Changing latest topics into latest posts?
» How to load up a forum with topics & stay off the scrolling latest topics list
» 2 Qs about Latest Topics widget
» latest topics
» Latest topics x2
» How to load up a forum with topics & stay off the scrolling latest topics list
» 2 Qs about Latest Topics widget
» latest topics
» Latest topics x2
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum