How To Display Latest Post On External Page

Need some custom code changes to the phpBB core simple enough that you feel doesn't require an extension? Then post your request here so that community members can provide some assistance.

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Post Reply
mouthpiece
Registered User
Posts: 40
Joined: Fri Mar 09, 2018 9:06 am

How To Display Latest Post On External Page

Post by mouthpiece »

Hello guys,
I want to create a page that will display some of my recent post on an external page.
I have tried using the information here but can't get any result. https://wiki.phpbb.com/Practical.Displa ... rnal_pages


Please help me with this, I use phpbb 3.2
User avatar
GanstaZ
Registered User
Posts: 1187
Joined: Wed Oct 11, 2017 10:29 pm
Location: GZOverse

Re: How To Display Latest Post On External Page

Post by GanstaZ »

Show us something you did & after we can assist you, without it we can't help you.
Usus est magister optimus! phpBB pre-Triton & latest php environment.
When answer lies in the question, question becomes redundant!
capitalismx
Registered User
Posts: 23
Joined: Tue Mar 15, 2016 4:24 pm

Re: How To Display Latest Post On External Page

Post by capitalismx »

the method in wiki you mentioned does not work since version 3.2
User avatar
GanstaZ
Registered User
Posts: 1187
Joined: Wed Oct 11, 2017 10:29 pm
Location: GZOverse

Re: How To Display Latest Post On External Page

Post by GanstaZ »

It works, if you did exactly as written there. Only thing that may cause a mess is this:

Code: Select all

Note: If you are using phpBB 3.1.x references to topic_approved in the following examples must be changed to topic_visibility.
Usus est magister optimus! phpBB pre-Triton & latest php environment.
When answer lies in the question, question becomes redundant!
mouthpiece
Registered User
Posts: 40
Joined: Fri Mar 09, 2018 9:06 am

Re: How To Display Latest Post On External Page

Post by mouthpiece »

Thanks y'all.

Now working after changing topic_approved to topic_visibility as mentioned by ganstaz
Post Reply

Return to “phpBB Custom Coding”