Old code
3 posters
Page 1 of 1
Old code
hello everyone is new, I would like to know if this code can be made to work
https://help.forumotion.com/t153567-portal-news-widget-show-the-last-message
version : Invision (does not work)
and the latest replies from all the subforum / forum pages.Thank you very much
https://help.forumotion.com/t153567-portal-news-widget-show-the-last-message
version : Invision (does not work)
and the latest replies from all the subforum / forum pages.Thank you very much
Last edited by kreola on September 18th 2018, 4:38 pm; edited 1 time in total
Re: Old code
Welcome to the English support forum
Take a look at this forum.
http://fmdesign.forumotion.com/t229-add-news-topics-from-multiple-forums#1207
that forum is closed for new members and topic's but if you need any help please tag the owner of that forum here and when he comes online you will get a reply.
The owner is

Take a look at this forum.
http://fmdesign.forumotion.com/t229-add-news-topics-from-multiple-forums#1207
that forum is closed for new members and topic's but if you need any help please tag the owner of that forum here and when he comes online you will get a reply.
The owner is
- Code:
@"Ange Tuteur"
Re: Old code
sorry maybe I did not explain the search code of the last answer, not the last topic. and the latest replies from all the subforum / forum pages. thank you so much
Versione :php 2/3 ok
Versione : invision does not work
@Ange Tuteur
source
https://help.forumotion.com/t153567-portal-news-widget-show-the-last-message
Versione :php 2/3 ok
Versione : invision does not work
@Ange Tuteur
- Code:
$(function(){
var forum=145;
var elem=$(".news_forum");
var elem2=$(".news_user");
if(!elem.length) return;
$.get("/t"+forum+"-?view=newest", function(data){
var data2;
data=$(".postbodyinside", data).last().html();
data2=$(".postprofile > dl > dt > strong", data).last().html();
elem.html(data);
elem2.html(data2);
})
})
- Code:
<div class="news_forum">Loading...</div>
source
https://help.forumotion.com/t153567-portal-news-widget-show-the-last-message
Re: Old code
Thats is right that code was made for phpBB2 I can't find the Tutorial that that member used before hand.
Sadly phpBB2 code will not work on other forums as the codes are no where like the same.
Sadly phpBB2 code will not work on other forums as the codes are no where like the same.

» When i paste a long code via [code][/code] the page expands
» Tech please respond! What is the border color code/script code
» I add a new Forum widget for my Affiliates code but I want to remove the code that shows there!
» what's the code to customize the quote/code color for phpbb3?
» Hide Code? or Post to See Content Code?
» Tech please respond! What is the border color code/script code
» I add a new Forum widget for my Affiliates code but I want to remove the code that shows there!
» what's the code to customize the quote/code color for phpbb3?
» Hide Code? or Post to See Content Code?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum