The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Old code

3 posters

Go down

Solved Old code

Post by kreola September 17th 2018, 5:18 pm

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


Last edited by kreola on September 18th 2018, 4:38 pm; edited 1 time in total
kreola
kreola
New Member

Posts : 2
Reputation : 1
Language : italiano

http://tifosigialloverdi.forumattivo.com/

Back to top Go down

Solved Re: Old code

Post by Ape September 17th 2018, 5:52 pm

Welcome to the English support forum Hello

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"


Old code Left1212Old code Center11Old code Right112
Old code Ape_b110
Old code Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19363
Reputation : 2006
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Old code

Post by kreola September 17th 2018, 7:31 pm

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

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
kreola
kreola
New Member

Posts : 2
Reputation : 1
Language : italiano

http://tifosigialloverdi.forumattivo.com/

Back to top Go down

Solved Re: Old code

Post by Ape September 17th 2018, 7:40 pm

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.


Old code Left1212Old code Center11Old code Right112
Old code Ape_b110
Old code Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19363
Reputation : 2006
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Old code

Post by Draxion September 21st 2018, 3:42 am

Problem solved & topic archived.
Please read our forum rules:  ESF General Rules
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum