Intergration, HTML

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
nldbrian
Registered User
Posts: 3
Joined: Fri Oct 13, 2017 3:07 pm

Intergration, HTML

Post by nldbrian »

Hi all!

I am trying to get the latest topics from certain forums onto homepage!
The homepage is based on html.

I have been looking on google and this page but some php code that were provided did not work for some reason.

To show you what i am trying to do view this page where i noticed the idea:
https://redcountyrp.com/

The posts/advertisements you see are all topics on their forum!
User avatar
Elias
Registered User
Posts: 5152
Joined: Sat Feb 25, 2006 4:31 pm
Name: Elias

Re: Intergration, HTML

Post by Elias »

Have a look at this:
https://wiki.phpbb.com/Practical.Displa ... rnal_pages

If it didn't work, tell us what's happening!

Thanks
"Mystery creates wonder, and wonder is the basis of man's desire to understand." - Neil Armstrong
|Installing Extensions|Writing Extensions|Extension Validation Policy|
nldbrian
Registered User
Posts: 3
Joined: Fri Oct 13, 2017 3:07 pm

Re: Intergration, HTML

Post by nldbrian »

Ehm, When i insert the forumid i want it to show latest topics from i get nothing, just blanco!

Code: Select all

$search_limit = 15;

    $forum_id = array(17,17);
    $forum_id_where = create_where_clauses($forum_id, 'forum');
Image

When i set $forum_id = array(17,17); to $forum_id = array(0,0);
it gets all f*cked up... the whole website layout..
Image
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11073
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: Intergration, HTML

Post by Raul [ThE KuKa] »

Read this topic please:
viewtopic.php?f=641&t=2437961
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


Post Reply

Return to “phpBB Custom Coding”