HD Scripts Posted February 22, 2020 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 184 Reputation: 15 Joined: 06/10/12 Last Seen: 11 hours ago Share Posted February 22, 2020 Hi, i want to create a block like this: anyone can tell me how i make php code to integrate github to forum? thank's a lot Quote Link to comment Share on other sites More sharing options...
3 Akkarin Posted February 22, 2020 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1632 Joined: 03/26/12 Last Seen: April 15 Share Posted February 22, 2020 In ACP: Then on the content tab: {{if !empty( $items ) }} <h3 class='ipsWidget_title ipsType_reset'>{$title}</h3> <div class='ipsPad_half ipsWidget_inner'> <ul class='ipsDataList ipsDataList_reducedSpacing'> {{foreach $items as $item}} <li class='ipsDataItem'> <div class='ipsDataItem_main'> <div class='ipsType_break ipsContained'><a href="{$item['link']}" target="_blank" rel="noopener noreferrer" class='ipsDataItem_title ipsTruncate'>{$item['title']}</a></div> <span class='ipsType_light ipsType_small'>{datetime="$item['date']"}</span> </div> </li> {{endforeach}} </ul> </div> {{endif}} 1 Quote Link to comment Share on other sites More sharing options...
0 Balfear Posted February 22, 2020 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 256 Reputation: 245 Joined: 07/24/13 Last Seen: March 24 Share Posted February 22, 2020 (edited) 9 minutes ago, HD Scripts said: Hi, i want to create a block like this: anyone can tell me how i make php code to integrate github to forum? thank's a lot github have atom feed:https://github.com/rathena/rathena/commits/master.atom do you use IPS forum? Edited February 22, 2020 by Balfear Quote Link to comment Share on other sites More sharing options...
0 HD Scripts Posted February 22, 2020 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 184 Reputation: 15 Joined: 06/10/12 Last Seen: 11 hours ago Author Share Posted February 22, 2020 (edited) Thank u @Akkarin, works fine can close topic Edited February 22, 2020 by HD Scripts Quote Link to comment Share on other sites More sharing options...
Question
HD Scripts
Hi, i want to create a block like this:

thank's a lot
anyone can tell me how i make php code to integrate github to forum?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.