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.
Similar topics
» When i paste a long code via [code][/code] the page expands
» Adding code into CSS Stylesheet but when saved less than half of the whole code gets saved! Help!
» i want to disable a css code on the code box
» Hide Code? or Post to See Content Code?
» Code: Select Content for code box
» Adding code into CSS Stylesheet but when saved less than half of the whole code gets saved! Help!
» i want to disable a css code on the code box
» Hide Code? or Post to See Content Code?
» Code: Select Content for code box
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum